﻿/*
"Santana" v 1.0 
Website Template 
created by www.i3dthemes.com

*/
/* -----------------------------------------
:: BASE STYLES #555555 #222222
----------------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  color: #cccccc;
  font-size: 16px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
  position: relative;
  width: 100%;
}

/* -----------------------------------------
:: LINKS
----------------------------------------- */
a {
  color: #0091ea;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}

a:active,
a:focus {
  outline: expression(hideFocus= "true");
}

/* -----------------------------------------
:: PARAGRAPHS 
----------------------------------------- */
p {
  /*color: #999999;*/
  margin: 0 0 11px;
}

.phover:hover {
  background: #111111;
  background: rgba(0, 0, 0, 0.1);
}

.lead {
  margin-bottom: 22px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4;
  color: #fff;
}

/* -----------------------------------------
:: HIGHLIGHTS 
----------------------------------------- */
.highlight1,
.highlight1 a {
  color: #0091ea;
}

.highlight1 a:hover {
  color: #ffffff;
}

.highlight2,
.highlight2 a {
  color: #ea8800;
}

.highlight2 a:hover {
  color: #ffffff;
}

.highlight3,
.highlight3 a {
  color: #b7b412;
}

.highlight3 a:hover {
  color: #ffffff;
}

.highlight4,
.highlight4 a {
  color: #ed181a;
}
.slidertext {
  font-size: 28px !important;
}

.highlight4 a:hover {
  color: #ffffff;
}

.colorblack {
  color: #000;
}

.alternative-font {
  font-family: "Shadows Into Light", cursive;
  font-size: 30px;
}

.alternative-angle {
  transform: rotate(-7deg);
}

.morphext > .animated {
  display: inline-block;
}

@media (min-width: 992px) {
  .pull-left-big {
    margin-left: -200px;
    margin-top: 100px;
  }
}
/* -----------------------------------------
:: H1-H6 
----------------------------------------- */
h1 {
  font-family: "Oswald", serif;
  line-height: 1.1;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 22px;
  margin-bottom: 11px;
  font-weight: 300;
  font-size: 40px;
}

h2 {
  font-family: "Oswald", serif;
  line-height: 1.1;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 22px;
  margin-bottom: 11px;
  font-weight: 300;
  font-size: 32px;
}

h3 {
  font-family: "Open Sans", sans-serif;
  line-height: 1.1;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 22px;
  margin-bottom: 11px;
  font-weight: 300;
  font-size: 24px;
}

h4 {
  font-family: "Open Sans", sans-serif;
  line-height: 1.1;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 11px;
  margin-bottom: 11px;
  font-weight: 300;
  font-size: 20px;
}

h5 {
  font-family: "Open Sans", sans-serif;
  line-height: 1.1;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 11px;
  margin-bottom: 11px;
  font-weight: 300;
  font-size: 16px;
}

h6 {
  font-family: "Open Sans", sans-serif;
  line-height: 1.1;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 11px;
  margin-bottom: 11px;
  font-weight: 300;
  font-size: 14px;
}

/* -----------------------------------------
:: FOOTER 
----------------------------------------- */
.footer-bg {
  color: #efefef;
  font-size: 80%;
}

.footer-bg div.row {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-bg div.row i {
  color: #555555;
}

/* -----------------------------------------
:: COPYRIGHT
----------------------------------------- */
.copyright {
  text-align: center;
  font-size: 90%;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.65);
  line-height: 30px;
  padding: 20px 0 20px 0;
}

/* -----------------------------------------
:: SECTIONS / PAGE HEADINGS H1 / SECTION HEADINGS H2
----------------------------------------- */
.myalign {
  float: left;
}

.wowed h1 {
  opacity: 0;
}

.wow {
  visibility: hidden;
}

/*section heading1*/
.section-heading {
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}

.section-heading h1,
.section-heading h2 {
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}

.section-heading h1:nth-of-type(2),
.section-heading h2:nth-of-type(2) {
  font-family: "Oswald", serif;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.75);
  margin-top: -10px;
  font-weight: 400;
  font-size: 45px;
}
.section-heading-title h2 {
  font-size: 50px;
  font-weight: 400;
}

.section-heading-desc p.lead {
  font-size: 20px;
}

/* -----------------------------------------
:: ARTICLE HEADINGS
----------------------------------------- */
/*content heading1*/
.article-heading {
  padding: 30px 20px;
}

.article-heading h3 {
  margin-bottom: 5px;
  margin-top: 0;
}

.article-heading h3:nth-of-type(2) {
  font-weight: 400;
  color: #0091ea;
}
/* -----------------------------------------
:: COLORED SECTION HEADINGS
----------------------------------------- */
.section-heading-wrapper div.container {
  margin: 0 auto;
  padding: 0;
}

.section-heading-title {
  text-align: center;
  padding: 1px 0 8px 0;
}

.section-heading-blue .section-heading-title {
  background: #0091ea;
  background: url("../graphics/section-heading-blue-bg.jpg");
}

/* section heading orange */
.section-heading-orange .section-heading-title {
  background: #ea8800;
  background: url("../graphics/section-heading-orange-bg.jpg");
}

/* section heading green */
.section-heading-green .section-heading-title {
  background: #b7b412;
  background: url("../graphics/section-heading-green-bg.jpg");
}

/* section heading red */
.section-heading-red .section-heading-title {
  background: #ed181a;
  background: url("../graphics/section-heading-red-bg.jpg");
}

@media (min-width: 1170px) {
  .section-heading-wrapper {
    width: 100%;
    height: 130px;
    padding: 0;
    margin: 0;
    position: relative;
  }

  .section-heading-title {
    display: inline-table;
    height: 100px;
    padding: 0 50px 0 50px;
    vertical-align: text-bottom;
  }

  .section-heading-desc {
    display: inline-table;
    height: 100px;
    vertical-align: text-bottom;
    transform: skewX(-45deg);
  }

  .section-heading-desc p.lead {
    margin: 20px auto 5px auto;
  }

  /* section heading left */
  .section-heading-left .container {
    background: #222222;
    border-right: 20px solid #000000;
    transform: skewX(45deg);
  }

  .section-heading-left .section-heading-title h2 {
    transform: skewX(-45deg);
  }

  .section-heading-left .section-heading-desc {
    margin-left: 50px;
  }

  .section-heading-left:before {
    position: absolute;
    width: 447px;
    height: 1303px;
    top: -561px;
    left: 0;
    z-index: -1;
    opacity: 0.5;
  }

  .section-heading-left:after {
    content: "";
    position: absolute;
    width: 403px;
    height: 600px;
    top: -280px;
    right: 0;
    z-index: -1;
    opacity: 0.5;
  }

  /* section heading right */
  .section-heading-right .container {
    background: #222222;
    border-left: 20px solid #000000;
    transform: skewX(-45deg);
  }

  .section-heading-right .section-heading-title {
    float: right;
  }

  .section-heading-right .section-heading-desc {
    float: right;
    transform: skewX(45deg);
    margin-right: 50px;
  }

  .section-heading-right .section-heading-title h2 {
    transform: skewX(45deg);
  }

  .section-heading-right .container {
    text-align: right;
  }
}
/* -----------------------------------------
:: SPOTLIGHT 
----------------------------------------- */
.spotlight {
  width: 100%;
  height: 100%;
  background: url("../graphics/spotlight.png") center top no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
} /* -----------------------------------------
:: ARTICLE BG ACCENT 
----------------------------------------- */
.article-bg-accent {
  width: 935px;
  height: 600px;
  background: url("../graphics/article-bg-accent.png") center top no-repeat;
  -webkit-mix-blend-mode: multiply;
  -moz-mix-blend-mode: multiply;
  -o-mix-blend-mode: multiply;
  -ms-mix-blend-mode: multiply;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}

/* -----------------------------------------
:: FEATURED LISTS 
----------------------------------------- */
.features-list h4 {
  margin: 40px 0;
  padding: 0 0 0 40px;
  position: relative;
}

.features-list h4:before {
  content: "\f00c";
  display: block;
  background: #000;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #0091ea;
  border-radius: 50%;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  padding-top: 2px;
} /* -----------------------------------------
:: BULLET LARGE 
----------------------------------------- */
.bullet-large {
  width: 150px;
  height: 150px;
  text-align: center;
  line-height: 150px;
  font-family: "Oswald", sans-serif;
  font-size: 46px;
  color: #000000;
  color: rgba(0, 0, 0, 0.25);
  text-shadow: 5px 5px 5px #222222;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
  display: inline-block;
}
.bullet-large.bullet-blue {
  background: url("../graphics/blue-bullet-large.png") center center no-repeat;
}

.bullet-large.bullet-orange {
  background: url("../graphics/orange-bullet-large.png") center center no-repeat;
}

.bullet-large.bullet-green {
  background: url("../graphics/green-bullet-large.png") center center no-repeat;
}

.bullet-large.bullet-red {
  background: url("../graphics/red-bullet-large.png") center center no-repeat;
}

/* -----------------------------------------
:: LISTS 
----------------------------------------- */
/*default list styles*/
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

ol {
  counter-reset: li;
  list-style: none;
  *list-style: decimal;
  padding: 0;
  margin-bottom: 20px;
}

ol ol {
  margin: 0 0 0 40px;
}

ol.list1 li ol {
  margin: 0 0 0 20px;
}

/*list1*/
.list1 a {
  position: relative;
  display: block;
  padding: 5px 30px 5px 30px;
  margin: 10px 0;
  background: #0091ea;
  color: #ffffff;
  text-decoration: none;
  border-radius: 3px;
  transition: all 0.3s ease-out;
}

.list1 {
  margin: 0 0 0 20px;
}

.list1 a:hover {
  background: #111111;
}

.list1 a:hover:before {
  transform: rotate(360deg);
}

.list1 a:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -20px;
  background: #0091ea;
  height: 40px;
  width: 40px;
  line-height: 30px;
  border: 5px solid #222;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  transition: all 0.3s ease-out;
  color: #ffffff;
}

/*list2*/
.list2 a {
  position: relative;
  display: block;
  padding: 5px 30px 5px 30px;
  margin: 10px 0 10px 40px;
  background: #222222;
  background: rgba(0, 0, 0, 0.25);
  color: #0091ea;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.list2 a:hover {
  background: #111111;
  background: rgba(0, 0, 0, 0.5);
}

.list2 a:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -40px;
  top: 50%;
  margin-top: -16px;
  background: #0091ea;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}

.list2 a:after {
  position: absolute;
  content: "";
  border: 8px solid transparent;
  left: -20px;
  top: 50%;
  margin-top: -8px;
  transition: all 0.3s ease-out;
}

.list2 a:hover:after {
  left: -8px;
  border-left-color: #0091ea;
}

/*list3*/
ul.list3 {
  list-style-image: url("../graphics/list3.png");
  vertical-align: middle;
}

/* -----------------------------------------
:: BLOCKQUOTES 
----------------------------------------- */
blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 20px auto;
  position: relative;
  width: 90%;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  border-left: 15px solid #555555;
  border-right: 2px solid #555555;
}

blockquote::before {
  content: "\201C";
  font-family: "Open Sans", sans-serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  position: absolute;
  left: 10px;
  top: 5px;
}

blockquote::after {
  content: "";
}

blockquote a {
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover {
  color: #666;
}

blockquote em {
  font-style: italic;
}

blockquote footer {
  font-size: 80%;
  text-align: right;
}

/* -----------------------------------------
:: FORMS 
----------------------------------------- */
.form-control {
  background-image: none;
  border: 1px solid #555555;
  color: #999999;
  display: block;
  font-size: 14px;
  height: 45px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 0.7;
}

/* -----------------------------------------
:: HORIZONTAL RULE
----------------------------------------- */
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #000000;
}

.hr-short {
  border: 0;
  border-top: 1px solid #000000;
  width: 50%;
  margin: 22px auto;
}

/* -----------------------------------------
:: MOBILE to TABLE 0-1025PX START
----------------------------------------- */
.pad5 {
  padding-left: 5px;
  padding-right: 5px;
}

.pad0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.coming-soon-img-wrapper {
  height: 0;
  position: relative;
}
.coming-soon-img {
  top: 2px;
  left: -7px;
  position: absolute;
  z-index: 5;
}

.pull-left.text-img {
  margin: 0 11px 0 0;
}

.aside-left .post-table {
  width: 100%;
}

.post-table {
  border-collapse: collapse;
  margin-bottom: 40px;
}

.post-table th {
  border: 1px solid #fff;
  border-bottom-width: 3px;
  text-align: center;
  height: 45px;
  padding: 3px 12px;
}

.post-table td {
  border: 1px solid #fff;
  height: 35px;
  text-align: left;
  vertical-align: middle;
  padding: 3px 12px;
}

.post-table td:first-child {
  text-align: center;
}

.modal-body {
  position: relative;
  padding: 8px;
  height: 870px;
}
.modal-bodyLOGIN {
  position: relative;
  padding: 8px;
  height: 420px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  color: #065e94;
}
.modal-header {
  padding: 6px 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.close {
  float: right;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.4;
  filter: alpha(opacity=20);
}
.google-search {
  display: none !important;
}

.sliderIMG1 {
  width: 100%;
  margin-top: -16px;
}
.sliderIMG2 {
  width: 100%;
  margin-top: -26px;
}
#li_profile1 .gallery1-img-large img {
  width: 303px !important;
}
#li_profile1 .gallery1-o {
  height: 1040px !important;
  z-index: 999 !important;
  background: url(../graphics/body-bg.jpg) top center, #1d1d1d !important;
}
#li_profile .gallery1-img-large img {
  width: 303px !important;
}
#li_profile .gallery1-o {
  height: 1040px !important;
  z-index: 999 !important;
  background: url(../graphics/body-bg.jpg) top center, #1d1d1d !important;
}
#li_profile {
  max-height: 1040px !important;
}
#li_profile1 {
  max-height: 1040px !important;
}

/* -----------------------------------------
#li_profile1 .gallery1-img-large {
    width: 35%;
	}
#li_profile1 .gallery1-list {
    width: 65%;
	}

.abca_logo {
display: inline;
}
.social-icon-fontawesome {
display: inline;
}

@media screen and (max-width: 500px) {
.abca_logo {
display: inline;
	margin-bottom: 10px;
}
.social-icon-fontawesome {
display: block;
}
}
.firstCOMINGSOON_Li .gallery1-img-large img{
	content:url("/assets/components/gallery/images/AUSTRALIA2.png")!important;
display:none!important;
}

.firstCOMINGSOON_Li .gallery1-img-large  {
	background:url("/assets/components/gallery/images/AUSTRALIA2.png") no-repeat !important;
}
.keywords_H_3 {
    	font-size: 0px!important;
	font-weight: 700!important;
	color:black!important;
}

----------------------------------------- */

.firstCOMINGSOON_Item1A {
  width: 110% !important;
  margin-top: 20px;
}


.keywords_DIVI {
  height: 0px !important;
}

div.social-icon-fontawesome ul:first-child {
  display: inline !important;
}

div.social-icon-fontawesome ul:nth-child(2) {
  display: none !important;
}

/* @media (min-width: 992px){
.header div.container {
    padding: 10px 0 0 70px;
    background-image: url(/site_new_images/veteranowned.png);
    background-repeat: no-repeat;
    background-position: 38% 10%;
	}
	}

@media (max-width: 992px){
.header div.container {
background-image: url(/site_new_images/veteranowned.png);
    background-repeat: no-repeat;
    background-position: 97% 0%;
    background-size: 68px auto;
	}
	} */

.ModalSliderContent {
  position: relative;
  padding: 8px 30px;
  text-align: justify;
  min-height: 320px;
  background-color: #1d1d1d;
  background: url(../graphics/body-bg.jpg) top center, #1d1d1d;

  color: #cccccc;
  font-size: 16px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
}
.ModalSliderContent p {
  text-align: justify;
}

.modal-content {
  background-color: #e4d9d9 !important;
}

.modal-footer .btn-default {
  color: #ffffff !important;
  background-color: #0091ea !important;
  border-radius: 9px !important;
  border: 0px solid #0466a2 !important;
}

.ModalSliderContent .section-heading {
  margin-bottom: -10px !important;
}

@media (min-width: 768px) {
  .Popup_Slide .modal-dialog {
    width: 70%;
    margin: 30px auto;
  }
}
@media (max-width: 990px) {
  .sliderIMG1 {
    width: 100%;
    margin-top: -16px;
    background-color: #ffffffbd;
    margin-bottom: 10px;
    border-radius: 16px;
  }
}

@media (min-width: 993px) {
  .sperator_divider_Li1,
  .sperator_divider_Li2,
  .sperator_divider_Li3,
  .sperator_divider_Li4,
  .sperator_divider_Li5 {
    /*   border-top: 10px dotted #a2a0a0;   */
    padding-top: 18px;
    margin-top: 25px !important;
  }

  .sperator_divider_Li1 .sperator_divider_ItemA,
  .sperator_divider_Li2 .sperator_divider_ItemA,
  .sperator_divider_Li3 .sperator_divider_ItemA,
  .sperator_divider_Li4 .sperator_divider_ItemA,
  .sperator_divider_Li5 .sperator_divider_ItemA {
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 993px) and (min-width: 400px) {
  .sperator_divider_Li1,
  .sperator_divider_Li2 {
    /* border-top: 15px dotted #a2a0a0;  */
    padding-top: 18px;
    margin-top: 25px !important;
  }

  .sperator_divider_Li1 .sperator_divider_ItemA,
  .sperator_divider_Li2 .sperator_divider_ItemA {
    margin-top: 20px !important;
  }
}
@media (max-width: 400px) {
  .sperator_divider_Li1 {
    /* border-top: 15px dotted #a2a0a0; */
    padding-top: 18px;
    margin-top: 25px !important;
  }

  .sperator_divider_Li1 .sperator_divider_ItemA {
    margin-top: 20px !important;
  }
}

.nominate_player {
  background-color: #0091ea !important;
  padding: 2px 14px !important;
  color: #ffffff !important;
  border-radius: 5px !important;
  margin-top: -1px !important;
}
.navbar-default .navbar-collapse {
  border: none !important;
}
