@font-face {
    font-family: BrandonText;
    src: url("../font/BrandonText-Regular.otf") format("opentype");
}
@font-face {
    font-family: BrandonTextBold;
    src: url("../font/BrandonText-Bold.otf") format("opentype");
}

html,body,a{ font-family: BrandonTextBold;font-size:12px;color:#fff; background:#000}
.pages{padding:10px; font-family: BrandonText; font-size:13px}
.pages h2{color:#134267; padding:15px 0;font-family: BrandonText;   font-size:26px;}
.pages h1{text-decoration:none;color:#000; font-family: BrandonTextBold;font-size:30px; margin:1% 0 1% 0;}


.text-muted1 {color:#fff;margin-bottom:5px;font-size:30px;font-family: BrandonTextBold;}
.text-muted2 {color:#000;margin-bottom:5px;font-size:30px;font-family: BrandonTextBold;}
.lead1{color:#fff;margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.6;  font-family: BrandonText;}
.lead2{color:#000;margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.6;  font-family: BrandonText;}
.btn{ margin-top:20px}

.contact_menu{ padding-top:20px; color:#fff; font-size:13px}
.col-2{width:15.66666667%; float:left;}
.contact_menu span{ float:left;color:#fff; font-size:20px; margin-right:5px;}
.contact_menu p{ float:left; margin:5px 0 0; color:#fff; font-size:12px}
.contact{ font-size:13px;color:#54525f;text-align:left; font-family:'Open Sans', sans-serif;margin-bottom:10px; font-weight:600; line-height:25px;}

.genis{ width:500px;}

.breadcrumb{padding:0px 0px;margin-bottom:10px;list-style:none;}
.breadcrumb li a{ text-decoration:none; color:#000; font-family:BrandonText;}

.breadcrumb>li{display:inline-block}
.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777; font-size:13px;}

table {
    background: #fff;
    box-shadow: 0 0 0 10px #fff;
    margin: 30px 0;
    width: calc(100% - 20px); 
}

td, th {
  border: 0px solid #999;
  padding: 1.5rem; height:30px;
}
td p{
    padding-left: 15px;
    text-align: left;
}
tr {
  padding-left: 15px;
    text-align: left;
  border-bottom: 1px solid #ddd;
}
th, td {
   padding-left: 15px;
    text-align: left;
  border-bottom: 1px solid #ddd;
}

td:nth-child(1) {padding: 10px; }
td:nth-child(2) { padding: 10px; }
td:nth-child(3) { padding: 10px; }
td:nth-child(4) { padding: 10px;; }
td:nth-child(5) {padding: 10px; }
td:nth-child(6) {padding: 10px; }
tr:hover {background-color: #f5f5f5;padding: 15px;}
tr:nth-child(even) {background-color: #f2f2f2; padding: 15px;}
table th:first-child, .list td:first-child { padding-left:15px; }
table th:last-child, .list td:last-child { padding-right:15px; }

.page-row {
  display: table-row;
  height: 1px;
}
.page-row-expanded { height: 100%; }

.col-lg-4{position:relative;z-index:1; }
 .leftmenu h2{color:#fff; padding:5px 0;font-family:BrandonText;font-size:30px}
 ul.nav2{ margin:0; padding:0;}
.leftmenu .nav2{ background-color: #144266; padding:0; margin: 0;}
.leftmenu .nav2 li,.leftmenu .nav2-pills li{padding:15px 10px; border-bottom:1px solid #153b59;-webkit-transition: 0.33s ease-in-out;
  -moz-transition: 0.33s ease-in-out;
  -o-transition: 0.33s ease-in-out;cursor:pointer;
  transition: 0.33s ease-in-out;}
.leftmenu .nav2 li a,.leftmenu .nav2-pills li a{color:#fff;font-family: BrandonText;font-size:13px;-webkit-transition: 0.33s ease-in-out;
  -moz-transition: 0.33s ease-in-out; cursor:pointer; font-weight:300; text-decoration:none;
  -o-transition: 0.33s ease-in-out;
  transition: 0.33s ease-in-out;}
  

.photo:hover{filter: none; -webkit-filter: grayscale(0%); -ms-transform: scale(1.12); -webkit-transform: scale(1.12); transform: scale(1.12);-webkit-transition: 0.33s ease-in-out;
        -moz-transition: 0.33s ease-in-out;
        -o-transition: 0.33s ease-in-out;
        transition: 0.33s ease-in-out;cursor:pointer;}

.contact-h{ position:relative;}
.contact-h .contact-header{ padding:15px;height:320px; width:100%; position:absolute; left:0; top:0; background:rgba(255,255,255,0.8);z-index:1}
.contact-header span{font-size:60px; height:100%;font-weight:300;color: #fff;padding:5px 20px; float:left;}
.contact-header .caption{}
.contact-header .title{font-family:'Open Sans', sans-serif;font-size:16px;font-weight:bold;color: #2d313d; text-align:left;  }
.contact-header .title2{font-family:'Open Sans', sans-serif;font-size:16px;font-weight:bold;color: #2d313d; padding:10px 15px;}
.contact-header article{color: #fff;font-size:12px; }

.contact-form .form-group{
  margin-bottom: 0;
  position: relative;
}
.contact-form input,
.contact-form textarea{
  margin-bottom: 20px; padding:20px 15px;
  background: #191729; border:1px solid #46485c;
}
.contact-form button{ width:100%; background:#000;color:#fff; padding:20px; border:none; font-size:16px; font-weight:bold; -webkit-transition: 0.33s ease-in-out;font-family:'Open Sans', sans-serif;
      -moz-transition: 0.33s ease-in-out;
      -o-transition: 0.33s ease-in-out;
      transition: 0.33s ease-in-out;}
.contact-form button:hover{ background:#048ca0; color:#fff;}
#map2 {height:500px;width: 100%;}
input {
  outline: none;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size:13px; color:#e7e7e8;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none; 
}


input[type=search] {
  background:url(../images/search-icon.png) no-repeat 85% center;
  border: solid 1.5px #797a7d;
  padding: 9px 10px 9px 22px; margin-left:20px;
  width:80%;
  
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;
  
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
input[type=search]:focus {
  width:100%;
  background:rgba(255,255,255,0.9); font-size:12px;
  border: solid 1.5px #fff;
  -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
  -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
  box-shadow: 0 0 5px rgba(109,207,246,.5);
}


input:-moz-placeholder {
  color:#e7e7e8;
}
input::-webkit-input-placeholder {
  color:#e7e7e8;
}
/*header*/

.navbar-default{ background:#fff;}
ul.navbar-nav{padding-top:34px; margin:0;}
.navbar-default .navbar-nav>li{ background:!important;-webkit-transition: 0.33s ease-in-out;font-family: BrandonText;-moz-transition: 0.33s ease-in-out; -o-transition: 0.33s ease-in-out;cursor:pointer;
  transition: 0.33s ease-in-out; }
.navbar-default .navbar-nav>li>a{color:#134267;font-weight:bold;font-family:  'Ubuntu', sans-serif;font-size:13px;-webkit-transition: 0.33s ease-in-out;  -moz-transition: 0.33s ease-in-out;border:1px solid #fff;
  -o-transition: 0.33s ease-in-out;
  transition: 0.33s ease-in-out;}
.navbar-default .navbar-nav>li>a:hover{color:#134267;background:#168bc1;border:1px solid #134267;}

.navbar-nav>li.phone{ border-left:2px solid #ccc; color:#134267; margin-top:-3px;  padding-left:0px; padding-right:0px;font-family: BrandonTextBold; overflow:hidden }
.navbar-default .navbar-nav>li.phone a{color:#134267;font-size:22px;font-family: BrandonTextBold; }
.navbar-default .navbar-nav>li.social{  margin-left:3px; margin-top:-2px;border-left:2px solid #ccc; padding:2px 4px}

ul.dropdown-menu{ padding:10px;}
.dropdown-menu>li a{ padding:20px;font-size:15px;font-family: BrandonTextBold;}

ul.menu{padding-top:24px; width:100%; margin:0; padding:0; }
ul.menu li{padding:2px 10px; float:left; list-style:none;border:1px solid #dadada;-webkit-transition: 0.33s ease-in-out;font-family: BrandonText;-moz-transition: 0.33s ease-in-out; -o-transition: 0.33s ease-in-out;cursor:pointer;transition: 0.33s ease-in-out}
ul.menu li a{color:#134267; text-decoration:none;-webkit-transition: 0.33s ease-in-out;font-family: BrandonText;font-weight:400;-moz-transition: 0.33s ease-in-out; font-weight:200; font-size:13px;
  -o-transition: 0.33s ease-in-out;cursor:pointer;
  transition: 0.33s ease-in-out; }
ul.menu li:hover { border:1px solid #134267;}


ul.nav2{ margin:0; padding:0;}
.nav2{ background-color: #144266; padding:0; margin: 0;-webkit-box-shadow: inset -8px 9px 28px -16px rgba(0,0,0,0.75); list-style:none;
-moz-box-shadow: inset -8px 9px 28px -16px rgba(0,0,0,0.75);
box-shadow: inset -8px 9px 28px -16px rgba(0,0,0,0.75);}
.nav2 li,.nav2-pills li{padding:20px 40px 20px 68.88888px;-webkit-transition: 0.33s ease-in-out;
  -moz-transition: 0.33s ease-in-out;
  -o-transition: 0.33s ease-in-out;cursor:pointer;
  transition: 0.33s ease-in-out;}
.nav2 li a,.nav2-pills li a{color:#fff;font-family: BrandonText;font-size:13px;-webkit-transition: 0.33s ease-in-out;
  -moz-transition: 0.33s ease-in-out; cursor:pointer; font-weight:300; text-decoration:none;
  -o-transition: 0.33s ease-in-out;
  transition: 0.33s ease-in-out;}

  
    .nav2 li.rnk1{background:#4ba8d8;}
    .nav2 li.rnk2{background:#2285b8;}
	.nav2 li.rnk3{background:#1775a2;}
	.nav2 li.rnk4{background:#0f5d82;}
	.nav2 li.rnk5{background:#12516e;}
	.nav2 li.rnk6{background:#104660;}
	.nav2 li.rnk7{background:#0e3c51;}


.nav2>li:hover,.nav2-pills li:hover{color:#fff;background:#97c121;}
.nav2 li img{ margin-top:-5px; margin-right:10px;}
/*.nav2 li span{float:right; line-height:15px}*/

.col-md-4{ margin-bottom:30px;}
.slide-item{position:relative; }
.slide-web{display:block}.slide-mobile{display:none}
.ustkapak{height:500px;width:90%; }

.featurette{ height:500px; overflow:hidden; position:relative;}
.col-lg-5{z-index:2;}
.col-lg-7{z-index:1; overflow:hidden}
.ofset{margin-left:38.33333333%}
.kapak{z-index:2; position:relative;height:500px;width:90%;}
.left_margin{width:50%; float:right;}
 .photo{transition: all 1s ease;z-index:1; background-position:0px 40%; background-repeat:no-repeat;height:500px;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease; }
.height_list{background:#fff;height:500px}
.height_list2{background:#134267;height:500px}
.margin_top{margin-top:-510px}
  .col-lg-4 .leftmenu{min-height:1700px; padding-top:510px; width:100%;background:#134267;z-index:2; }
.rowx{margin-right:0;margin-left:0; overflow:hidden;}
@media (min-width:1441px) and (max-width:1920px){
.ofset{margin-left:48.33333333%}
.left_margin{width:39%; float:right;}
.slide-web{display:block}
.phone{background:url(../images/line3.png) 0px 22px no-repeat; color:#134267; margin-top:-3px;  padding-left:0px; padding-right:0px;  font-size:17px;font-family: BrandonTextBold;float:left} }
.social{  padding-top:15px;float:right}
.ustkapak{height:500px;width:90%; }
.featurette{ height:500px; overflow:hidden; position:relative;}
.col-lg-5{z-index:2;}
.col-lg-7{z-index:1; overflow:hidden}
.ofset{margin-left:38.33333333%}
.kapak{z-index:2; position:relative;height:500px;width:90%;}
.left_margin{width:50%; float:right;}
.margin_top{margin-top:-510px}

}

@media (min-width:602px) and (max-width:1440px) {
.nav2 li{padding:20px 28px 20px 29px;-webkit-transition: 0.33s ease-in-out;
  -moz-transition: 0.33s ease-in-out;
  -o-transition: 0.33s ease-in-out;cursor:pointer;
  transition: 0.33s ease-in-out;}
  .ofset{margin-left:18.33333333%}
.left_margin{width:75%; float:right;}
.slide-item2{ display:none; }
.ustkapak{height:400px;width:90%; }
.featurette{ height:500px; overflow:hidden; position:relative;}
.col-lg-5{z-index:2;}
.col-lg-7{z-index:1; overflow:hidden}
.ofset{margin-left:38.33333333%}
.kapak{z-index:2; position:relative;height:500px;width:90%;background-position:center center; background-size: cover; background-repeat:no-repeat; background-color:#c6bfb1; background-attachment:fixed}
.left_margin{width:50%; float:right;}
.margin_top{margin-top:-510px}

}


@media (max-width:601px){
.nav2 li{padding:20px 40px 20px 88.88888px;-webkit-transition: 0.33s ease-in-out;
  -moz-transition: 0.33s ease-in-out; width:100%;
  -o-transition: 0.33s ease-in-out;cursor:pointer;
  transition: 0.33s ease-in-out;}
  .ofset{margin-left:5.33333333%}
.slide-web{display:none}.slide-mobile{display:block}
.logo{ margin-left:auto; width:200px; margin-right:auto; }

.phone{background:url(../images/line3.png) 0px 22px no-repeat; color:#134267; margin-top:-3px;  padding-left:0px; padding-right:0px;  font-size:17px;font-family: BrandonTextBold;margin-right:7%;float:left} 
.social{  padding-top:15px;background:none; margin-right:3%; position:relative; z-index:1;  float:left}
ul.menu{padding-top:2px; width:100%; margin-left:-3%;}
.copyright{ text-align:center; margin-left:11%;}
.epika{text-align:center; margin-right:21%; margin-top:-5%; padding-bottom:20px;}
.ustkapak{height:250px;width:100%; }

.featurette{ min-height:640px;position:relative; overflow:hidden; background:#134267;}

.featurette .ofset{position:absolute; left:0; bottom:-50px;z-index:1}
.featurette .imgp{position:absolute; left:0; top:0;z-index:2}


.kapak{z-index:2; position:relative; overflow:hidden;height:250px; background-position:center center; background-repeat:no-repeat;  background-size: cover; background-attachment:fixed;}
.left_margin{width:100%; float:left;}

 .photo{transition: all 1s ease;z-index:1; background-position:center center; background-repeat:no-repeat;height:200px;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-webkit-transition: all 1s ease;-o-transition: all 1s ease; }
.height_list{background:#fff;min-height:700px}
.height_list2{background:#134267;min-height:800px}
.margin_top{margin-top:-110px}
.col-lg-4 .leftmenu{min-height:600px; padding-top:110px; padding-left:20px; width:100%;background:#134267;z-index:2; }

}



.link{
  overflow: hidden; padding:10px; height:430px;
  background: white;
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.link2{
  overflow: hidden; padding:10px; height:300px;
  background:#f3f3f3; text-align:center;
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}

.button1{ height:150px;width:50%; padding-top:40px; float:left; background:#144266;text-align:center; }
.button1.bg2{background:#174970;}
.button1.bg3{background:#194f7a;}
.button1.bg4{background:#1d5988;}
.icon{ height:35px; width:50px; margin:4px auto;-moz-transition: 0.33s ease-in-out;-webkit-transition: 0.33s ease-in-out;-o-transition: 0.33s ease-in-out;transition: 0.33s ease-in-out;}
.icon img{ text-align:center}
.button1 a{ text-align:center; font-size:13px; color:#fff; text-decoration:none;-moz-transition: 0.33s ease-in-out;-webkit-transition: 0.33s ease-in-out;-o-transition: 0.33s ease-in-out;transition: 0.33s ease-in-out;}
.button1 a:hover{ text-align:center; color:#ccc; text-decoration:none;}

.col-4:hover .link2 a{ text-align:center;color:#ccc}
.col-4:hover .menu1{background:#ccc;}

.menu1{ background:#144266; border-radius:50%; height:50px; width:50px; margin:10px auto;-moz-transition: 0.33s ease-in-out;-webkit-transition: 0.33s ease-in-out;-o-transition: 0.33s ease-in-out;transition: 0.33s ease-in-out;}
.menu1 img{ margin:9px 9px; text-align:center}
.link a,.link2 a{ font-size:13px; float:left; text-decoration:none;color:#000; width:100%; padding:5px 0;-moz-transition: 0.33s ease-in-out;-webkit-transition: 0.33s ease-in-out;-o-transition: 0.33s ease-in-out;transition: 0.33s ease-in-out;}
.link a:hover,.link2 a:hover{ text-decoration:none;color:#97c121;}
/* arama kısmı*/
input {outline: none;}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size:15%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}
input[type=search] {
	background:url(../images/search-icon.png) no-repeat 45px center;
	border: solid 1.2px #fff;
	padding: 9px 10px 9px 22px; margin-left:20px;
	width: 35px;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=search]:focus {
	width: 150px;
	background:rgba(255,255,255,0.9); font-size:12px;
	border: solid 1.2px #fff;
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}
input:-moz-placeholder {
	color: #000;
}
input::-webkit-input-placeholder {
	color: #000;
}
/**/



h2{ font-size:36px;color:#000;text-align:left;font-family: BrandonTextBold;margin-bottom:10px; position:relative;}
h2 .line2{width:20%; height:8px; background:rgba(0,0,0,0.3); margin:10px auto 20px auto;}
h2 span{ font-size:24px;color:#000;font-weight:bold 600 Italic; font-family: BrandonTextBold;margin-top:5px;}

h3{ font-size:14px;color:#6f6e79;text-align:left; font-weight:bold; font-family: BrandonTextBold;margin-bottom:10px;}
h4{ font-size:20px;color:#fff;text-align:left;font-family: BrandonTextBold;margin-bottom:10px; font-weight:bold;position:relative;}
h4 .line2{width:20%; height:6px; background:rgba(0,0,0,0.3); margin:10px 0 20px 0;}

.products,.products2,.products3{ position:relative;overflow:hidden; cursor:pointer;z-index:9999; text-decoration:none;}
.products .products-detail-title,.products2 .products-detail-title,.products3 .products-detail-title{left:0; right:0;margin:50% auto; position:absolute; width:70%; text-align:center;padding:5px 30px;border:2px solid #fff; border-radius:30px;-moz-transition: 0.33s ease-in-out;-webkit-transition: 0.33s ease-in-out;-o-transition: 0.33s ease-in-out;transition: 0.33s ease-in-out; font-size:22px; font-weight:bold;color:#fff;text-decoration:none;}

.products:hover .products-detail-title,.products2:hover .products-detail-title,.products3:hover .products-detail-title{text-decoration:none;color:#fff; background:#000;border:2px solid #000; }

.pages-detail-title{text-decoration:none;color:#fff; font-family: BrandonTextBold;font-size:35px; margin-top:20%; }
.sc.pages-detail-title{color:#000;font-size:35px; margin-top:20%; }

.pages-detail-info{text-decoration:none;color:#fff; font-family: BrandonText;font-size:13px;
width:100%; }
.sci.pages-detail-info{color:#000; }

.pages-detail-buton{ width:15%; text-align:center;padding:5px 11px 5px 0;border:2px solid #fff; text-align:center;border-radius:15px;-moz-transition: 0.33s ease-in-out;-webkit-transition: 0.33s ease-in-out;-o-transition: 0.33s ease-in-out;transition: 0.33s ease-in-out; font-size:24px; font-weight:bold;color:#fff;text-decoration:none;cursor:pointer; float:left; margin:15px 0}
.pages-detail-buton2{ width:15%; text-align:center;padding:5px 0 5px 11px;border:2px solid #fff; text-align:center;border-radius:15px;-moz-transition: 0.33s ease-in-out;-webkit-transition: 0.33s ease-in-out;-o-transition: 0.33s ease-in-out;transition: 0.33s ease-in-out; font-size:24px; font-weight:bold;color:#fff;text-decoration:none;cursor:pointer; float:right;margin:15px 0}

.pages-detail-buton:hover,.pages-detail-buton2:hover{background-color: #000; border:2px solid #000;}
i3 {display: inline-block;font-style: normal;position: relative;}
i3.arrow {width: 0.8em;height: 0.8em;border-right: 0.11em solid white;border-top: 0.11em solid white;transform: rotate(45deg)}
i3.arrow2 {width: 0.8em;height: 0.8em;border-right: 0.11em solid white;border-top: 0.11em solid white;transform: rotate(-130deg)}
.products{ background:url(../images/urun1.jpg) ; width:100%; height:413px;-webkit-background-size: cover;-moz-background-size: cover; 
  -o-background-size: cover;
  background-size: cover;}
.products2{ background:url(../images/urun2.jpg) ; width:100%; height:413px;-webkit-background-size: cover;-moz-background-size: cover; 
  -o-background-size: cover;
  background-size: cover;}
.products3{ background:url(../images/urun3.jpg) ; width:100%; height:413px;-webkit-background-size: cover;-moz-background-size: cover; 
  -o-background-size: cover;
  background-size: cover;}
 
.fullWidth{ width:100%%; margin:0 auto; height:450px;} 
.slider-text{  position:absolute; left:40%; font-family: BrandonTextBold;font-weight:400;top: 0; color:white; margin-left:5%;  margin-top:-6%;z-index: 9999; }
#slidecaption{width:600px;}
.slidedescription{ font-family: BrandonTextBold;
 left:0%;}

ul.arrows{ z-index:1; position:absolute; bottom:7%; width:100%; list-style:none;}
ul.arrows li.prev{ position:absolute; left:40%;  z-index:1; cursor:pointer; }
ul.arrows li.next{position:absolute; right:40%;   z-index:1;cursor:pointer; }
.slider {
  position: relative;
}
.slidecaption {width:40%; text-align:center;
  position: absolute; left:0;right: 0; margin:10px auto;
  top:35%; cursor:pointer;
  padding: 15px;
  min-height: 38px; text-align:center;
color:#fff;  z-index: 52;
}
.slidecaption h4{ font-size:51px;font-family: BrandonTextBold; }
.slidecaption span{ font-size:14px;font-family: BrandonText;}
.slidecaption .button{font-family: BrandonText;width:30%; text-align:center;padding:10px;border:1px solid #fff; text-align:center;border-radius:25px;-moz-transition: 0.33s ease-in-out;-webkit-transition: 0.33s ease-in-out;-o-transition: 0.33s ease-in-out;transition: 0.33s ease-in-out; font-size:13px; font-weight:bold;color:#fff;text-decoration:none;cursor:pointer; margin:15px auto;}
.slidecaption:hover .button{background-color: #95c221;border:1px solid #95c221; }
.bg{ position:absolute; left:0;top:0; width:100%; height:100%;background:rgba(0,0,0,0.4);z-index:1;}
  
.h1,h1{text-decoration:none;color:#fff; font-family: BrandonTextBold;font-size:30px; margin:5% 0 2% 0; }
.col-7 .h2,h2{text-decoration:none;color:#fff; font-family: BrandonTextBold;font-size:22px; margin:7% 0 0% 0; }
.col-lg-4 .h3,h3{color:#fff;text-decoration:none;font-family: BrandonTextBold;font-size:12px;padding:2% 0 0 0;}
.col-lg-2 img{padding:11% 0 0 0;}
.contact .input-group{ margin-bottom:15px;}
.contact input[type=text]{ background:rgba(0,0,0,0.4); padding:10px; color:#fff; border:0;-webkit-transition: 0.6s 0.2s;transition: 0.6s 0.2s;font-family: BrandonText;font-size:13px;}
.contact input[type=text]:focus{ background:rgba(0,0,0,0.8);color:#fff; border:0;}
.contact textarea{font-family: BrandonText;font-size:13px; height:250px; background:rgba(0,0,0,0.4); padding:10px; color:#fff; border:0;outline: none;resize: none;overflow: auto;-webkit-transition: 0.6s 0.2s;transition: 0.6s 0.2s;}
.contact textarea:focus{background:rgba(0,0,0,0.8);color:#fff; border:0;}
.contact button {font-family: BrandonText;font-size:13px;background-color: #59636b;border: none;color: white;padding: 15px 32px; width:100%;text-align: center;text-decoration: none;display: inline-block; font-size: 16px; outline:none; cursor:pointer;-webkit-transition: 0.6s 0.2s;transition: 0.6s 0.2s}
.contact button:hover{background-color: #1f262d;}
span.input-group-addon{background:rgba(0,0,0,0.4);border:none;}

.mail{font-family: BrandonTextBold;margin:4.5% 0 2% 0; color:#fff; }
.mail input[type=text]{ background:white; padding:10px;  color:#fff; border:0;-webkit-transition: 0.6s 0.2s;transition: 0.6s 0.2s;font-family: BrandonText;font-size:13px;}

.mail input[type=text]:focus{ background:rgba(0,0,0,0.8);color:#fff; border:0;}
.mail button {font-family: BrandonText;font-size:15px;background-color: #1f262d;border: none;color: white;padding:8px 10px; width:100%;text-align: center;text-decoration: none;display: inline-block;outline:none; cursor:pointer;-webkit-transition: 0.6s 0.2s;transition: 0.6s 0.2s}
.mail button:hover{background-color: #000;}

.mail2 input[type=text]{ background:#323233; padding:10px;  color:#fff; border:0;-webkit-transition: 0.6s 0.2s;transition: 0.6s 0.2s;font-family: BrandonText;font-size:13px;}
.mail2 input[type=text]:focus{ background:rgba(0,0,0,0.8);color:#fff; border:0;}

.col-lg-7 span{font-family: BrandonText; font-size:12px;color:#fff; }

.col-2{ margin-left:0;}
ul.footer-menu{ list-style:none; margin:20% 0;padding:0;}
ul.footer-menu li{ text-decoration:none;color:#fff; padding:3px 0}
ul.footer-menu li a{ text-decoration:none;color:#fff; font-size:11px;font-family: BrandonText;}
.footer-menu h4{ font-size:22px;color:#fff;text-align:left;font-family: BrandonTextBold;margin-bottom:10px; font-weight:bold;}

ul.left-menu{ list-style:none; margin:10px 0;padding:0;}
ul.left-menu li{ background:#ccc; text-decoration:none; height:40px; width:100%;}
ul.left-menu li a{  text-decoration:none;color:#fff; border-bottom:1px solid #e1e1e1;font-size:13px;font-family: BrandonText;-moz-transition: 0.33s ease-in-out;-webkit-transition: 0.33s ease-in-out;-o-transition: 0.33s ease-in-out;transition: 0.33s ease-in-out;}
ul.left-menu li:hover{ text-decoration:none;color:#fff; background:#fff;}

.left-menu h4{ font-size:22px;color:#fff;text-align:left;font-family: BrandonTextBold;margin-bottom:10px; font-weight:bold;}

/* social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding:15px 0;
}
ul.social-network li {
	display: inline;
	margin: 5px 2px;
}

.social-network a.icovine:hover {
	background-color: #00a477;
}
.social-network a.icoinstagram:hover {
	background-color: #517fa6;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoLinkedin:hover i2, .social-network a.icoFacebook:hover i,.social-network a.icoFacebook:hover i2,.social-network a.icoTwitter:hover i2,.social-network a.icoinstagram:hover i2, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i,.social-network a.icoinstagram:hover i,.social-network a.icovine:hover i{
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#ccc;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 30px;
	height:30px;color:#666;
	font-size:16px;
}
.social-circle li i,.social-circle li i2{
	margin:0;
	line-height:30px;
	text-align: center;
}

.social-circle li a:hover i,.social-circle li a:hover i2,.triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #666;font-size:18px;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.social-circle i2 {
	color: #134267;font-size:18px;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
::-webkit-scrollbar{width: 8px;height: 8px}
::-webkit-scrollbar-thumb {cursor: pointer;background: #666}
::selection{background-color:#666;color:#fff}
-webkit-::selection{background-color:#666;color:#fff}
::-moz-selection{background-color:#666;color:#fff}

