@import url("style.css");
/*@import url(//fonts.googleapis.com/css?family=Open+Sans&Subset=latin-ext:400,400italic,300,600,700,800);*/
body {
	background-size:cover;
	padding:0 !important;
  
}
/*Turuncu color:#f06d26  */
/*  #288BB0 */
h1 small {
	font-size:inherit;
	font-weight:inherit;
}
h4 {
	font-weight:600 !important;
	margin-bottom:8px;
}
p { margin-bottom:35px; }
a {
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
a:hover, a:focus, a:active { text-decoration:none; }
.main-holder { overflow:hidden; }
.header {
	background-color:transparent;
	border:none;
	padding:0;
	min-height:119px;
}

@media (min-width: 1200px) {
	.header { min-height:134px; }
}
@media (min-width:868px) and (max-width: 979px) {
	.header { min-height:71px; }
}
@media (max-width:867px) {
	.header {
		padding-bottom:15px;
		background-color:rgba(0,0,0,0); /*background-color:rgba(43,112,151,0.78);*/
	}
}
.home .header { height:650px; }
@media (min-width: 1200px) {
	.home .header { height:776px; }
}
@media (min-width:868px) and (max-width: 979px) {
	.home .header { height:560px; }
}
@media (max-width:867px) {
	.home .header {
		height:auto;
		padding-bottom:35px;
		background-color:transparent;
	}
}
.header .tail-top {
	position:relative;
	z-index:100;
}
.header .tail-top:before
{
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    margin: 0 0 0 -150%;
    width: 300%;
    height: 100%; /*background-color:rgba(43,112,151,0.78);*/
    background-color: #FFFFFF; /*#713984 #E40A0A    Menü üst rengi  */
}
.no-rgba .header .tail-top:before { background-image:url(../images/blue-opacity-78.png); }
@media (max-width:867px) {
	.header .tail-top:before { display:none; }
}
.header .tail-top.isStuck:before
{
    background-color: #FFFFFF;/*#E40A0A;     menü alta kayıncaki rengi  */
}
.no-rgba .header .tail-top.isStuck:before { background-color:#F03D00; }
@media (max-width:867px) {
	.header .tail-top.isStuck {
		position:static !important;
		top:0 !important;
	}
}
.header .pseudoStickyBlock { max-height:92px !important; }
@media (max-width:867px) {
	.header .pseudoStickyBlock { display:none !important; }
}
.logo
{
    background-color:#FFFFFF;/* background-color: #3482A9; */
    float: none !important;
    padding: 34px 47px 38px 33px;
    /*-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.4);
    box-shadow: 0 10px 20px rgba(0,0,0,0.4);*/
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s;
    text-align: center;
}
@media (min-width:868px) and (max-width: 979px) {
	.logo {
		width:130%;
		padding-top:18px !important;
		padding-bottom:21px !important;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
@media (max-width:867px) {
	.logo {
		text-align:center;
		padding:34px 47px 38px 33px !important;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
	}
}
.isStuck .logo {
	padding-top:15px;
	padding-bottom:19px;
}
@media (min-width: 1200px) 
{
    .logo{width:80%;}
	.isStuck .logo  
	{   
	    padding-bottom:15px; }
}
.logo_link:hover, .logo_link:active, .logo_link:focus { color:#fff; }
.logo_tagline {
	margin-bottom:0;
	color:#fff;
}

.nav__primary { margin-bottom:0; }
@media (max-width:867px) {
	.nav__primary { padding:15px 20px 0 20px; }
}
.nav__links {
	margin-bottom:0;
	padding:18px 0 14px 20px;
}
@media (min-width: 1200px) {
	.nav__links { padding-left:56px; }
}
@media (max-width:867px) {
	.nav__links { padding-left:0; }
}
.nav__links ul {
	margin:0;
	*zoom:1;
}
.nav__links ul:before, .nav__links ul:after {
	display:table;
	content:"";
	line-height:0;
}
.nav__links ul:after { clear:both; }
@media (max-width:867px) {
	.nav__links ul { text-align:center; }
}
.nav__links ul li {
	float:left;
	list-style-type:none;
	font-size:11px;
	margin-left:12px;
}
@media (max-width:867px) {
	.nav__links ul li {
		float:none;
		display:inline-block;
		vertical-align:top;
		margin:0 6px;
	}
}
.nav__links ul li:first-child { margin-left:0; }
.nav__links ul li a {
	color:#fff000;
	position:relative;
}
.nav__links ul li a:after {
	content:'';
	width:0;
	height:1px;
	display:block;
	background-color:#fff;
	position:absolute;
	left:0;
	bottom:1px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.nav__links ul li a:hover:after, .nav__links ul li a:active:after, .nav__links ul li a:focus:after { width:100%; }
.nav__links ul li.current-menu-item a:after, .nav__links ul li.current_page_item a:after { width:100%; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:50%;
	margin:0 0 0 -87.5px;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	top:-25px;
	left:176px;
	margin:0;
}
.sf-menu {
	padding:55px 0 0 0;
	-webkit-transition:padding-top 0.3s;
	-moz-transition:padding-top 0.3s;
	-o-transition:padding-top 0.3s;
	transition:padding-top 0.3s;
}
@media (min-width: 1200px) {	.sf-menu { padding-top:61px; }}
@media (min-width:868px) and (max-width: 979px) {	.sf-menu { padding-top:25px !important; }}
.isStuck .sf-menu { padding-top:36px; }
.sf-menu > li {
	background:none;
	margin-left:15px;
	padding-bottom:24px;
}
@media (min-width: 1200px) {	.sf-menu > li { margin-left:20px; }  } /* 30*/
@media (min-width:868px) and (max-width: 979px) {	.sf-menu > li { margin-left:0px; }}
.sf-menu > li:first-child { margin-left:0; }
.sf-menu > li > a       {
    color:#7b7b7b;
    padding: 9px 3px 7px 5px;
    border: none;

  /*  text-transform: uppercase; */
}
@media (max-width: 1199px) {	.sf-menu > li > a { font-size:12px !important; }}
@media (min-width:868px) and (max-width: 979px) {	.sf-menu > li > a { font-size:10px !important; }}
.ie8 .sf-menu > li > a { font-size:8px !important; }
.sf-menu li ul
{
    width: 175px;
    background-color: #7b7b7b;   
    /* Hover alt rengi  #E40A0A; */
    /*padding: 25px 0 29px 0;*/
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.25);
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
}
.sf-menu li li {
	background:none;
	margin-top:16px;
}
.sf-menu li li:first-child { margin-top:0px; }
.sf-menu li li a
{
    padding: 0px;
    border: none;
    font-size: 14px;
    line-height: 22px;
    color: white; 
      /* Yazı rengi  #E40A0A; /*color: #3482A9;*/
     
}
.sf-menu li li ul
{
    background-color: #7b7b7b;
    width:140%;
}
.sf-menu li li li a { color:white; }
/* --------------------- Select Menü -------*/
/*    Yazı rengi  --*/

.sf-menu > li > a:hover, .sf-menu > li.sfHover > a, .sf-menu > li.current-menu-item > a, .sf-menu > li.current_page_item > a
{
    background: none;
    color: #288BB0;              /* Ana menüdeki ÜZERİNE GELDİĞİNDE Kİ RENK DEĞERİ*/
    background-color: #FFFFFF;    /* Buton Alt rengi beyaz */
    border-top-left-radius: 10px 0px;
    border-bottom-right-radius: 10% 5%;
    border-top-right-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current-menu-item > a, .sf-menu li li.current_page_item > a
{
    background: none;
    color: #000;
    background-color: #8fcee5;
    
     /* Hover alt Bar rengi */
}
.sf-menu li li li > a:hover, .sf-menu li li li.sfHover > a, .sf-menu li li li.current-menu-item > a, .sf-menu li li li.current_page_item > a 
{ color:#262626; }
.select-menu
{
    height: 35px;
    border: 1px solid #ddd;
    background-color: #C0C0C0;
}
.select-menu:focus { border-color:#ddd; }
.search-form {
	position:relative;
	z-index:100;
}
.header .search-form form {
	position:absolute;
	bottom:-65px;
	right:0;
	width:244px;
	display:none;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.3);
	-moz-box-shadow:0 5px 10px rgba(0,0,0,0.3);
	box-shadow:0 5px 10px rgba(0,0,0,0.3);
}
@media (min-width: 1200px) {
	.header .search-form form { bottom:-74px; }
}
.header .search-form_it {
	width:158px;
	font-size:14px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#9b9999;
	padding:11px 20px !important;
	margin:0;
	border:none;
	float:left;
	background-color:#fff000;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.header .search-form_it::-moz-placeholder {
	color:#9b9999;
	opacity:1;
}
.header .search-form_it::-ms-input-placeholder { color:#9b9999; }
.header .search-form_it::-webkit-input-placeholder { color:#9b9999; }
.header .search-form_it:-moz-placeholder { color:#9b9999; }
.header .search-form_it:-ms-input-placeholder { color:#9b9999; }
.header .search-form_it::-webkit-input-placeholder { color:#9b9999; }
.header .search-form_it:focus {
	border-color:#9b9999;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.search-form_is { height:40px !important; }
.header .search-form_is
{
    width: 46px;
    height: 46px !important;
    border: none;
    background: #E40A0A;
    font-size: 20px;
    color: #E40A0A;
    float: left;
    outline: none;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.header .search-form_is:hover, .header .search-form_is:focus
{
    background: #187CAD;
}
.header .search-form {
	float:right;
	padding:54px 0 0 15px;
	height:46px;
	-webkit-transition:padding-top 0.3s;
	-moz-transition:padding-top 0.3s;
	-o-transition:padding-top 0.3s;
	transition:padding-top 0.3s;
}
@media (min-width: 1200px) {
	.header .search-form { padding:60px 0 0 51px; }
}
@media (min-width:868px) and (max-width: 979px) {
	.header .search-form { padding-top:25px !important; }
}
.header .search-form > i
{
    color: #fff000;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.header .search-form > i:hover { color:#ff6d26; }
.header .isStuck .search-form { padding-top:35px; }
.header .isStuck .search-form form { bottom:-46px; }
@media (min-width: 1200px) {
	.header .isStuck .search-form form { bottom:-57px; }
}
/*
.header-banner {
	background-color:#fff;
	padding:30px;
	position:relative;
	left:-99em;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-shadow:0 15px 40px rgba(0,0,0,0.45);
	-moz-box-shadow:0 15px 40px rgba(0,0,0,0.45);
	box-shadow:0 15px 40px rgba(0,0,0,0.45);
}
*/
.header-banner
{
	padding: 30px;
	position: relative;
    left: -99em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box; 
	-webkit-box-shadow: 0 15px 40px rgba(0,0,0,0.45);
	-moz-box-shadow: 0 15px 40px rgba(0,0,0,0.45);
	box-shadow: 0 15px 40px rgba(0,0,0,0.45);
}
@media (min-width: 1200px) {
	/*.header-banner { padding:56px 47px 41px 49px; }*/
	.header-banner { padding:356px 47px 41px 49px; }
}
@media (min-width:868px) and (max-width: 979px) {
	.header-banner { padding:20px; }
}
@media (max-width:867px) {
	.header-banner {
		left:0 !important;
		margin:0 20px;
	}
}
.header-banner h2 {
	margin:0 0 20px 0;
	font-size:40px;
	font-weight:300 !important;
	line-height:46px;
	text-transform:uppercase;
	letter-spacing:-2px;
	color:#2b2b2b;
}
@media (min-width: 1200px) {
	.header-banner h2 {
		font-size:46px;
		margin-bottom:38px;
	}
}
@media (min-width:868px) and (max-width: 979px) {
	.header-banner h2 {
		font-size:30px;
		line-height:1em;
	}
}
@media (max-width: 480px) {
	.header-banner h2 {
		font-size:37px;
		line-height:1em;
	}
}
.header-banner h2 strong
{
    display: block;
    font-size: 21px;
    line-height: 1.2em;
    color: #E40A0A;
    letter-spacing: -1px;
    margin: 6px 0 0 0;
}
@media (min-width: 1200px) {
	.header-banner h2 strong { font-size:25px; }
}
@media (min-width:868px) and (max-width: 979px) {
	.header-banner h2 strong { font-size:18px; }
}
@media (max-width: 480px) {
	.header-banner h2 strong { font-size:18px; }
}
.header-banner p {
	font-size:18px;
	font-style:italic;
	line-height:21px;
	margin-bottom:31px;
	color:#6d6d6d;
}
@media (min-width: 1200px) {
	.header-banner p { margin-bottom:62px; }
}
.header-banner .btn-primary {
	background:none !important;
	display:block;
	border:none;
	font-weight:bold;
	text-transform:none;
	color:#fff000;
	text-align:center;
	position:relative;
	z-index:1;
	overflow:hidden;
	max-width:271px;
}
.header-banner .btn-primary:before, .header-banner .btn-primary:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:-1;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.header-banner .btn-primary:before
{
    background: #187CAD; /*  #9b9999;  Buton Rengi belirleme  */
    -webkit-box-shadow: inset 0 -2px #256283;
    -moz-box-shadow: inset 0 -2px #256283;
    box-shadow: inset 0 -2px #256283;
}
.header-banner .btn-primary:after {
	background:#9b9999;
	z-index:-2;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-box-shadow:inset 0 -2px #235b7b;
	-moz-box-shadow:inset 0 -2px #235b7b;
	box-shadow:inset 0 -2px #235b7b;
}
.ie8 .header-banner .btn-primary:after { visibility:hidden; }
.header-banner .btn-primary.btn-large {
	font-size:24px;
	line-height:1.2em;
	padding:10px 0 14px;
}
@media (min-width:868px) and (max-width: 979px) {
	.header-banner .btn-primary.btn-large { font-size:20px; }
}
.header-banner .btn-primary:hover, .header-banner .btn-primary:focus, .header-banner .btn-primary:active { background:none !important; }
.header-banner .btn-primary:hover:before, .header-banner .btn-primary:focus:before, .header-banner .btn-primary:active:before {
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	opacity:0;
	filter:alpha(opacity=0);
}
.ie8 .header-banner .btn-primary:hover:before, .ie8 .header-banner .btn-primary:focus:before, .ie8 .header-banner .btn-primary:active:before { visibility:hidden; }
.header-banner .btn-primary:hover:after, .header-banner .btn-primary:focus:after, .header-banner .btn-primary:active:after
{
    background: #9b9999;   /*#ff0000  Butona Basıldığındaki renk  */
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.ie8 .header-banner .btn-primary:hover:after, .ie8 .header-banner .btn-primary:focus:after, .ie8 .header-banner .btn-primary:active:after { visibility:visible; }
.slogan
{
	font-size: 50px;
	font-weight: 700;
	line-height: 65px;
	color: #177BAA;
	/*text-transform: uppercase;  */
	text-shadow: 0 20px 30px rgba(0,0,0,0.5);
	letter-spacing: -2px;
	padding: 30px 0 0 55px ;
	position: relative;
	right: -99em;
}
@media (min-width: 1200px) {
	.slogan {
		font-size:40px;
		line-height:74px;
		padding-top:60px;
	}
}
@media (min-width:868px) and (max-width: 979px) {
	.slogan {
		font-size:35px;
		line-height:45px;
		padding-top:105px;
	}
}
@media (max-width:867px) {
	.slogan {
		font-size:35px;
		line-height:45px;
		max-width:none;
		margin:0;
		padding:30px 20px 0 20px;
		left:0 !important;
		text-align:center;
	}
}
.content-holder
{
    /* background-color: #f5f6f6; */
   background-image: url('../images/background.jpg'); 
}
@media (max-width:867px) {
	.content-holder {
		padding-left:20px;
		padding-right:20px;
	}
}
.home .content-holder {
	padding-top:81px;
	padding-bottom:0;
}
#content { padding-top:83px; }
@media (max-width:867px) {
	#content { padding-top:40px; }
}
.title-section {
	padding:17px 56px 13px;
	background-color:#b5b5b5;
	position:relative;
}
@media (max-width:867px) {
	.title-section {
		padding-left:0;
		padding-right:0;
	}
}
.title-section:before, .title-section:after {
	content:'';
	position:absolute;
	top:0;
	width:200%;
	height:100%;
	background-color:inherit;
	z-index:-1;
}
.title-section:before { left:-199%; }
.title-section:after { right:-199%; }
.title-header {
	overflow:visible;
	margin:0;
	font-size:18px;
	line-height:1.2em;
	text-transform:uppercase;
}
.breadcrumb__t {
	padding:0;
	background-color:transparent;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.breadcrumb__t li {
	text-shadow:none;
	text-transform:uppercase;
	font-size:16px;
}
.breadcrumb__t li.active { color:#262626; }
.breadcrumb__t li.divider {
	margin:0 12px;
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.breadcrumb__t li.divider:after {
	content:'|';
	color:#262626;
	font:16px/24px Open Sans;
}
.breadcrumb__t li a
{
    color: #187CAD;
}
.breadcrumb__t li a:hover, .breadcrumb__t li a:focus, .breadcrumb__t li a:active { color:#9b9999; }
.post__holder .post-header .post-title {
	font-size:38px;
	line-height:1.2em;
	margin:0 0 41px 0;
	text-align:center;
	color:#2a7096;
}
.post__holder .post-header .post-title a { color:inherit; }
.post__holder .post-header .post-title a:hover, .post__holder .post-header .post-title a:focus, .post__holder .post-header .post-title a:active { color:#9b9999; }
.post__holder .featured-thumbnail.large { margin-bottom:35px; }
.post__holder .post_content { padding-bottom:20px; }
.post__holder .post_content h1, .post__holder .post_content h2, .post__holder .post_content h3, .post__holder .post_content h4, .post__holder .post_content h5, .post__holder .post_content h6 { margin:5px 0 15px 0; }
.post__holder .post_content h3 {
	font-size:14px;
	font-weight:600;
	line-height:24px;
}
.post__holder .post_content p { margin:0 0 15px; }
.post__holder .btn-primary {
	font-size:14px;
	padding:9px 29px;
}
.post_meta {
	border-color:#ececec;
	padding:7px 0;
	font-size:14px;
}
.post_meta i { color:#9b9999; }
.post_meta a { color:#9b9999; }
.post_meta a:hover, .post_meta a:focus, .post_meta a:active { color:#9b9999; }
.post-author {
	padding:15px 40px 20px 20px;
	border:none;
	background-color:#fbfbfb;
}
.post-author_h {
	margin:0 0 8px 0;
	font-size:16px;
	font-weight:600;
}
.post-author_h small
{
    text-transform: capitalize;
    color: #187CAD;
}
.post-author_h a { text-transform:capitalize; }
.post-author_link { margin-top:7px; }
.post-author_gravatar { margin:0 16px 10px 0; }
.post-author_gravatar img {
	padding:0;
	border:none;
	background:none;
}
.post-author .post-author_desc {
	overflow:visible;
	line-height:20px;
	margin-top:0;
}
@media (min-width: 1200px) {
	.post-author .post-author_desc { overflow:hidden; }
}
.post-author .post-author_desc .post-author_link {
	font-size:16px;
	font-weight:600;
	color:#262626;
}
.post-author .post-author_desc .post-author_link p { margin-bottom:0; }
.post-author .post-author_desc .post-author_link a { text-transform:uppercase; }
#recent-author-posts { margin-bottom:3em; }
#recent-author-posts > h3 { text-align:center; }
#recent-author-posts .post__holder { margin-bottom:40px; }
#recent-author-comments { padding-top:30px; }
#recent-author-comments > h3 { text-align:center; }
#recent-author-comments ul li {
	list-style-type:none;
	margin-bottom:10px;
}
.related-posts_h {
	font-size:38px;
	line-height:1.2em;
	margin:0 0 40px 0;
	text-align:center;
	color:#2a7096;
}
.related-posts_h2 {
	font-size:30px;
	line-height:1.2em;
	margin:0 0 40px 0;
	text-align:center;
	color:#2a7096;
}
.related-posts_item {
	font-size:14px;
	line-height:24px;
}
.related-posts_item h5 {
	margin:0 0 12px 0;
	font-size:20px;
	font-weight:600;
	line-height:1.2em;
	text-transform:uppercase;
}
@media (max-width:867px) {
	.related-posts_item h5 { font-size:16px; }
}
.related-posts_item h5 a { color:#262626; }
.related-posts_item h5 a:hover, .related-posts_item h5 a:active, .related-posts_item h5 a:focus { color:#9b9999; }
.related-posts .featured-thumbnail { margin:0 0 27px 0; }
.testimonial {
	border:none;
	background:#fbfbfb;
	font-style:normal;
	font-family:Open Sans;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.testimonial_bq p {
	font-size:14px;
	line-height:24px;
}
.testimonial small {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style:normal;
	padding:12px 0 0;
	font-size:11.9px;
}
.testimonial small span { display:inline; }
.filter-wrapper .pull-right { float:none !important; }
.filter-wrapper strong { display:none; }
.nav-pills {
	margin-bottom:40px;
	float:none;
	text-align:center;
}
.nav-pills li {
	float:none;
	display:inline-block;
	vertical-align:top;
	margin:0 14px;
}
@media (min-width: 1200px) {
	.nav-pills li { margin:0 28px; }
}
.nav-pills li a
{
    padding: 0 !important;
    background: none !important;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2em;
    text-transform: lowercase;
    color: #F39200; /*color:#ff0000;*/
}
@media (max-width: 480px) {
	.nav-pills li a { padding:0; }
}
.nav-pills li a:hover, .nav-pills li a:active, .nav-pills li a:focus { color:#9b9999; }
.nav-pills li.active a { color:#9b9999 !important; }
.filterable-portfolio .caption__portfolio { padding:25px 0 0 0; }
.filterable-portfolio .thumbnail img, .filterable-portfolio .thumbnail .zoom-icon {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.filterable-portfolio h3 {
	font-size:18px;
	font-weight:normal;
	line-height:1.2em;
	text-transform:uppercase;
	margin:0 0 8px 0;
}
.filterable-portfolio h3 a { color:#262626; }
.filterable-portfolio h3 a:hover, .filterable-portfolio h3 a:active, .filterable-portfolio h3 a:focus { color:#9b9999; }
.filterable-portfolio .excerpt { margin-bottom:23px; }
.filterable-portfolio .btn-primary {
	font-size:14px;
	padding:9px 38px;
}
.zoom-icon { background:rgba(240,109,38,0.8); }
.no-rgba .zoom-icon { background:url(../images/orange-opacity-80.png); }
.zoom-icon:before {
	width:26px;
	background:url(../images/magnify-alt.png) 50% 50% no-repeat;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
.featured-thumbnail a:hover .zoom-icon:before, a.thumbnail:hover .zoom-icon:before, .thumbnail__portfolio a:hover .zoom-icon:before {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.pagination__posts ul {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.pagination__posts ul li a {
	color:#5b5b5b;
	border:1px solid #b5b5b5 !important;
	background-color:transparent;
	margin:0 2px 4px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	-webkit-border-radius:6px !important;
	-moz-border-radius:6px !important;
	border-radius:6px !important;
}
.pagination__posts ul li a:hover, .pagination__posts ul li a:active, .pagination__posts ul li a:focus {
	border-color:#b5b5b5;
	background-color:#b5b5b5;
	color:#fff000;
}
.pagination__posts ul .active span {
	border-color:#b5b5b5;
	background-color:#b5b5b5;
	color:#fff000;
	margin:0 2px 4px;
	-webkit-border-radius:6px !important;
	-moz-border-radius:6px !important;
	border-radius:6px !important;
}
.share-buttons span, .share-buttons li { line-height:18px; }
.page-header {
	border:none;
	margin:0;
	text-align:center;
}
.page-header h1 {
	margin:0 0 30px 0;
	font-size:38px;
	line-height:1.2em;
	color:#2a7096;
}
.single-pager { border-color:#dddddd; }
.single-pager a {
	color:#5b5b5b;
	font-size:14px;
	border-color:#b5b5b5 !important;
	background-color:transparent !important;
	-webkit-border-radius:4px !important;
	-moz-border-radius:4px !important;
	border-radius:4px !important;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.single-pager a:hover, .single-pager a:active, .single-pager a:focus {
	border-color:#b5b5b5 !important;
	background-color:#b5b5b5 !important;
	color:#fff000;
}
.comments-h {
	font-size:38px;
	line-height:1.2em;
	text-align:center;
	color:#2a7096;
	padding-bottom:18px;
}
.comment .comment-body {
	margin-bottom:10px;
	padding:26px 40px 33px 20px;
	border:none;
	background:#fbfbfb;
	line-height:20px;
}
@media (max-width:867px) {
	.comment .comment-body { padding-right:20px; }
}
.comment .comment-body:hover .comment-author .author, .comment .comment-body:hover .comment-meta, .comment .comment-body:hover .reply .comment-reply-link { color:#36789c; }
@media (max-width:867px) {
	.comment .comment-body .extra-wrap { overflow:visible; }
}
.comment.bypostauthor .comment-body { background:#fbfbfb; }
.comment-author { margin:0 17px 0 0; }
.comment-author .author {
	padding-top:16px;
	width:80px;
	text-transform:uppercase;
	font-weight:600;
	font-size:16px;
	color:#262626;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
@media (max-width:867px) {
	.comment-author .author { margin-bottom:10px; }
}
.comment-meta {
	font-size:16px;
	font-weight:600;
	line-height:1.2em;
	padding:0;
	color:#262626;
	text-transform:uppercase;
	text-decoration:underline;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.reply {
	margin-left:18px;
	font-weight:600;
	text-transform:uppercase;
	line-height:1.2em;
}
.reply .comment-reply-link {
	padding:0;
	background:none;
	text-decoration:underline !important;
	color:#262626;
}
.reply .comment-reply-link:hover, .reply .comment-reply-link:active, .reply .comment-reply-link:focus { color:#9b9999 !important; }
#respond h3 {
	font-size:38px;
	line-height:1.2em;
	text-align:center;
	color:#2a7096;
	padding-bottom:18px;
}
#respond form .btn { margin-top:18px; }
#respond form .comment_submit { text-align:left; }
.comment-list ul.children { margin:0 0 0 50px; }
@media (min-width:868px) and (max-width: 979px) {
	.comment-list ul.children { margin:0; }
}
@media (max-width:867px) {
	.comment-list ul.children { margin:0; }
}
#commentform p.field { margin-bottom:10px; }
#commentform input[type="text"] {
	padding:7px 16px;
	width:336px;
}
#commentform textarea {
	padding:7px 16px;
	min-height:200px;
	height:200px;
}
@media (max-width:867px) {
	#commentform input[type="text"] {
		width:100%;
		height:40px;
	}
}
#sidebar { padding-top:83px; }
@media (max-width:867px) {
	#sidebar { padding-top:40px; }
}
#sidebar .widget { margin-bottom:69px; }
#sidebar .widget > h3 {
	font-size:38px;
	line-height:1.2em;
	text-align:center;
	color:#2a7096;
	margin:0 0 36px 0;
}
#sidebar .widget ul { margin:0; }
#sidebar .widget ul li {
	list-style-type:none;
	margin-bottom:6px;
}
#sidebar .widget ul li:before {
	content:'\f0a9';
	font-family:FontAwesome;
	color:#ff0000;      /*color:#ff0000;*/
	padding-right:6px;
}
#sidebar .widget ul li a { color:#9b9999; }
#sidebar .widget ul li a:hover, #sidebar .widget ul li a:active, #sidebar .widget ul li a:focus { color:#ff0000; }
#sidebar .widget ul ul { margin:6px 0 0 19px; }
#wp-calendar td#today { color:#9b9999; }
#wp-calendar caption { color:#9b9999; }
#wp-calendar thead th { color:#9b9999; }
.post-list li:before { display:none; }
.post-list_h { font-weight:bold; }
.post-list_h a { color:#9b9999 !important; }
.post-list_h a:hover, .post-list_h a:active, .post-list_h a:focus { color:#ff0000 !important; }
.post-list .btn-primary:hover, .post-list .btn-primary:active, .post-list .btn-primary:focus { color:#fff000 !important; }
.comments-custom li { margin:0 !important; }
.comments-custom li:before { display:none; }
.comments-custom_txt a:hover { text-decoration:none; }
.comments-custom_h_title { font-weight:bold; }
.comments-custom_h_title a { color:#9b9999 !important; }
.comments-custom_h_title a:hover, .comments-custom_h_title a:active, .comments-custom_h_title a:focus { color:#ff0000 !important; }
.flickr_li:before { display:none; }
.flickr_li .thumbnail:hover, .flickr_li .thumbnail:focus, .flickr_li .thumbnail:active {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.banners { margin-bottom:69px; }
.social_li:before { display:none; }
.footer-widgets .social_li {
	font-size:12px;
	line-height:18px;
}
.footer-widgets .social_link { color:#6d6d6d; }
.social_link:hover {
	opacity:1;
	filter:alpha(opacity=100) !important;
}
.footer-widgets .social_link:hover
{
    color: #288BB0 ;/*#9D3CFF;*/
    text-shadow: none;
}
.footer-widgets .social_ico
{
    font-size: 17px;
    color: #288BB0 ;  /* alttaki ikonların rengi*/
    min-width: 30px;
}
.social__row li { margin-left:8px; }
.social__row li:first-child { margin-left:0; }
.social__list li { margin-bottom:3px; }
.posts-grid.partners {
	padding:63px 0 55px 0;
	margin:0 0 0 -40px !important;
	width:auto !important;
}
@media (min-width: 1200px) {
	.posts-grid.partners { margin:0 0 0 -79px !important; }
}
@media (min-width:868px) and (max-width: 979px) {
	.posts-grid.partners { margin:0 0 0 -4px !important; }
}
@media (max-width:867px) {
	.posts-grid.partners {
		margin:0 !important;
		padding-bottom:0;
		text-align:center;
	}
}
.posts-grid.partners li {
	width:auto !important;
	margin:0 0 0 40px !important;
}
@media (min-width: 1200px) {
	.posts-grid.partners li { margin:0 0 0 79px !important; }
}
@media (min-width:868px) and (max-width: 979px) {
	.posts-grid.partners li { margin:0 0 0 4px !important; }
}
@media (max-width:867px) {
	.posts-grid.partners li {
		margin-bottom:15px !important;
		float:none !important;
		display:inline-block;
		vertical-align:top;
		margin:0 10px 10px !important;
	}
}
@media (max-width: 480px) {
	.posts-grid.partners li {
		float:none !important;
		display:block;
	}
}
.posts-grid.partners .featured-thumbnail {
	background-image:none;
	margin:0;
}
@media (max-width: 480px) {
	.posts-grid.partners .featured-thumbnail {
		float:none;
		display:inline-block;
		vertical-align:top;
	}
}
.posts-grid.partners .featured-thumbnail a img {
	filter:none !important;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
@media (min-width:868px) and (max-width: 979px) {
	.posts-grid.partners .featured-thumbnail a img { width:80%; }
}
.ie8 .posts-grid.partners .featured-thumbnail a img { max-width:none !important; }
.posts-grid.partners .featured-thumbnail a:hover img, .posts-grid.partners .featured-thumbnail a:focus img {
	opacity:1 !important;
	filter:alpha(opacity=100) !important !important;
}
.posts-grid.partners h5 { display:none; }
.posts-grid.partners:hover .featured-thumbnail a img {
	opacity:0.4;
	filter:alpha(opacity=40);
}
.recent-posts.video {
	overflow:visible;
	margin-left:0 !important;
}
@media (max-width:867px) {
	.recent-posts.video { margin-bottom:30px !important; }
}
.recent-posts.video li.format-video {
	width:100%;
	height:321px;
	margin-bottom:0;
	margin-left:0 !important;
	overflow:hidden;
	background-color:#fff000;
	padding:1px;
	-webkit-box-shadow:0 3px 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 3px 10px rgba(0,0,0,0.2);
	box-shadow:0 3px 10px rgba(0,0,0,0.2);
}
@media (max-width:867px) {
	.recent-posts.video li.format-video {
		background-color:transparent;
		padding:0;
	}
}
.recent-posts.video li.format-video .video-wrap {
	position:static;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:56.1%;
}
.recent-posts.video li.format-video .video-wrap iframe {
	width:98.3%;
	height:313px;
	border:4px solid #fff000;
	top:1px;
	left:1px;
}
@media (min-width: 1200px) {
	.recent-posts.video li.format-video .video-wrap iframe { width:98.3%; }
}
@media (max-width:867px) {
	.recent-posts.video li.format-video .video-wrap iframe { width:99%; }
}
.banner-wrap {
	margin:0 0 55px 0;
	overflow:visible;
	text-align:center;
}
@media (max-width:867px) {
	.banner-wrap { max-width:270px; }
}
.banner-wrap .featured-thumbnail { margin:0; }
.banner-wrap .featured-thumbnail a {
	border:none;
	float:none;
}
.banner-wrap .featured-thumbnail img {
	-webkit-border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.banner-wrap .desc {
	background-color:#fff;
	position:relative;
	z-index:1;
	padding:29px 0 27px 0;
	-webkit-box-shadow:0 4px 0 #b1b2b2;
	-moz-box-shadow:0 4px 0 #b1b2b2;
	box-shadow:0 4px 0 #b1b2b2;
	-webkit-border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
}
.banner-wrap .desc:after {
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:0;
	background-color:#b1b2b2;
	z-index:-1;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.ie8 .banner-wrap .desc:after { display:none; }
.banner-wrap h5 {
	margin:0;
	color:#3a3a3a;
	font-size:16px;
	font-weight:400;
	line-height:1.2em;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
@media (min-width:868px) and (max-width: 979px) {
	.banner-wrap h5 { font-size:13px; }
}
.banner-wrap:hover .desc:after { height:100%; }
.ie8 .banner-wrap:hover .desc { background-color:#b1b2b2; }
.banner-wrap:hover h5 { color:#fff; }
.service-box {
	padding:0;
	margin-bottom:0;
	background-color:transparent;
	border:none;
	text-align:center;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
@media (max-width:867px) {
	.service-box { margin-bottom:30px; }
}
.service-box .icon {
	float:none;
	margin:0 0 25px 0;
}
.content-box-2 .service-box .icon { margin-bottom:2px; }
.service-box h2 {
	font-size:24px;
	font-weight:normal;
	line-height:1.2em;
	margin:0 0 24px 0;
	overflow:visible;
}
@media (min-width:868px) and (max-width: 979px) {
	.service-box h2 { font-size:22px; }
}
.content-box-2 .service-box h2 { font-weight:bold; }
.service-box_txt { margin-bottom:0; }
.service-box .btn-align { text-align:center; }
.service-box:hover .icon {
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.testimonials .testi-item { text-align:center; }
.testimonials .testi-item blockquote {
	padding:0;
	background:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
@media (min-width: 1200px) {
	.testimonials .testi-item blockquote { padding:0 120px; }
}
.testimonials .testi-item blockquote:before, .testimonials .testi-item blockquote:after { display:none; }
.testimonials .testi-item blockquote > a {
	font-size:18px;
	font-weight:300;
	line-height:24px;
	color:#9b9999;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.testimonials .testi-item blockquote > a:hover {
	color:#ff0000;
	text-shadow:0 0 0 #ff0000;
}
.testimonials .testi-item .testi-meta {
	padding:0;
	font-size:14px;
	font-weight:300;
	color:#3a3a3a;
	text-shadow:0 0 0 #3a3a3a;
	text-transform:uppercase;
	position:relative;
}
.testimonials .testi-item .testi-meta:before {
	content:'';
	width:100%;
	max-width:370px;
	height:1px;
	margin:29px auto 23px auto;
	background-color:#9b9999;
	display:block;
}
.testimonials .testi-item .testi-meta .info {
	color:#2a7096;
	text-shadow:0 0 0 #2a7096;
}
.testimonials .testi-item .testi-meta .testi-url { display:none; }
.footer {
	border:none;
	padding:0;
}
.footer > .container { width:100% !important; }
.footer > .container > .row { margin-left:0 !important; }
.footer > .container > .row > .span12 {
	width:100% !important;
	margin-left:0 !important;
}
.footer-widgets {
	background-color:#fff;
	position:relative;
	padding:71px 0 57px 0;
	font-size:12px;
	line-height:21px;
	color:#6d6d6d;
}
@media (max-width:867px) {
	.footer-widgets {
		padding:20px 20px 40px;
		text-align:center;
	}
}
.footer-widgets:before, .footer-widgets:after {
	content:'';
	position:absolute;
	top:0;
	width:200%;
	height:100%;
	background-color:inherit;
	z-index:-1;
}
.footer-widgets:before { left:-199%; }
.footer-widgets:after { right:-199%; }
@media (max-width:867px) {
	.footer-widgets .text-right { text-align:center !important; }
}
.footer-widgets h4
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #288BB0 ;  /*icon ların başlıkları*/
    margin: 37px 0 12px 0;
}
.footer-widgets a {
	color:#6d6d6d;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.footer-widgets a:hover, .footer-widgets a:active, .footer-widgets a:focus {
	color: #288BB0 ;  /*icon ların hover*/
	text-shadow:0 0 0 #ff0000;
}
.footer-widgets .list.unstyled > ul { margin:0; }
.footer-widgets .list.unstyled > ul li {
	margin:3px 0 0 0;
	font-size:12px;
	line-height:18px;
}
.footer-widgets .list.unstyled > ul li:first-child { margin-top:0; }
.footer-widgets .menu { margin:0; }
.footer-widgets .menu li {
	list-style-type:none;
	margin:3px 0 0 0;
	font-size:12px;
	line-height:18px;
}
.footer-widgets .menu li:first-child { margin-top:0; }
.footer-widgets .menu li.current-menu-item a, .footer-widgets .menu li.current_page_item a {
	color: #ff0000 ;
	text-shadow:0 0 0 #ff0000;
}
.footer-widgets .menu li ul { display:none; }
nav.footer-nav {
	float:none;
	margin-bottom:0;
}
nav.footer-nav ul { float:right; }
@media (max-width:867px) {
	nav.footer-nav ul {
		float:none;
		text-align:center;
		padding-top:20px;
	}
}
nav.footer-nav ul li {
	float:left;
	padding:0 0 0 20px;
}
@media (max-width:867px) {
	nav.footer-nav ul li {
		display:block;
		float:none;
		padding:0;
	}
}
nav.footer-nav ul li a {
    color:#7b7b7b;
	text-decoration:none;
	vertical-align:top;
	position:relative;
}
nav.footer-nav ul li a:before {
	content:'|';
	position:absolute;
	left:-13px;
	top:0;
	pointer-events:none;
	color:#898989;
}
@media (max-width:867px) {
	nav.footer-nav ul li a:before { display:none; }
}
.ie8 nav.footer-nav ul li a:before { top:-4px; }
nav.footer-nav ul li a:hover, nav.footer-nav ul li a:active, nav.footer-nav ul li a:focus {
	color:#59adcc;
	text-decoration:none;
}
nav.footer-nav ul li:first-child { padding-left:0; }
nav.footer-nav ul li:first-child a:before { display:none; }
nav.footer-nav ul li.current-menu-item a, nav.footer-nav ul li.current-menu-item a
{
    color: #008080;
    text-decoration: none;
}
.copyright {
	padding:54px 0 47px 0;
	position:relative;
	background-color:#3a3a3a;
}
@media (max-width:867px) {
	.copyright {
		padding-left:20px;
		padding-right:20px;
	}
}
.copyright:before, .copyright:after {
	content:'';
	position:absolute;
	top:0;
	width:200%;
	height:100%;
	background-color:inherit;
	z-index:-1;
}
.copyright:before { left:-199%; }
.copyright:after { right:-199%; }
.footer-text {
	color:#288BB0;
	float:right;
	line-height:20px;
	margin-bottom:1px;
}
@media (max-width:867px) {
	.footer-text {
		float:none;
		text-align:center;
	}
}
.footer-text a { color:inherit; }
.footer-text a:hover, .footer-text a:active, .footer-text a:focus
{
    color: #288BB0;
}
.footer-text a.site-name
{
    font-weight: bold;
    text-transform: uppercase;
    color: #288BB0 ; /*color:#9b9999; */
}
.footer-text a.site-name:hover, .footer-text a.site-name:active, .footer-text a.site-name:focus { color:#288BB0; }
.wpcf7-form p.field input {
	padding:7px 16px;
	height:40px;
}
.wpcf7-form textarea {
	padding:7px 16px;
	line-height:24px;
}
.wpcf7-form .ajax-loader { margin-top:12px; }
.wpcf7-not-valid-tip { padding:7px 0 7px 16px !important; }
.list.styled > ul li:before { color:#ff0000; }
.list.styled > ul li a { color:#9b9999; }
.list.styled > ul li a:hover, .list.styled > ul li a:focus, .list.styled > ul li a:active { color:#ff0000; }
@media (max-width:867px) {
	.list.styled.circle-arrow-list > ul { margin-bottom:30px; }
}
.flexslider ul li:before { display:none; }
input[type="submit"], input[type="reset"] {
	height:44px;
	padding-left:29px;
	padding-right:29px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	padding:7px 16px;
	border-color:#e1e0e0;
	background-color:transparent;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color:#ff0000;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
textarea { border-color:#e1e0e0 !important; }
textarea:focus { border-color:#ff0000 !important; }
select {
	padding:0;
	background-color:#fff000;
}
select:focus { border-color:#e1e0e0; }
.thumbnail, .featured-thumbnail {
	border:none;
	padding:0;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.content_box.content-box-1 {
	/*color:#f2c7b0;*/
    color:#b5b5b5;
	padding:80px 0 71px 0;
	background-image:url(images/pattern1.gif);
}
.content_box.content-box-1 h1, .content_box.content-box-1 h2, .content_box.content-box-1 h3, .content_box.content-box-1 h4, .content_box.content-box-1 h5, .content_box.content-box-1 h6 { color:#b5b5b5; }
.content_box.content-box-1 h3 {
	margin:0 0 23px 0;
	padding-top:6px;
}
.content_box.content-box-1 .spacer { height:26px; }
@media (max-width:867px) {
	.content_box.content-box-1 .spacer { height:auto; }
}
.content_box.content-box-1.extra-indent { margin-bottom:-50px; }
.content_box.content-box-1__extra { color:#fff000; }
.content_box.content-box-1__extra p { margin-bottom:8px; }
.content_box.content-box-1__extra .list.styled.circle-arrow-list > ul li:before {
	color:#fcbc99;
	margin:0;
	padding:0 9px 0 0;
}
.content_box.content-box-1__extra .list.styled.circle-arrow-list > ul li a { color:#fff000; }
.content_box.content-box-1__extra .list.styled.circle-arrow-list > ul li a:hover, .content_box.content-box-1__extra .list.styled.circle-arrow-list > ul li a:active, .content_box.content-box-1__extra .list.styled.circle-arrow-list > ul li a:focus { color:#fcbc99; }
.content_box.content-box-2
{
    background-color: #FFFFFF; 
    opacity: 1;
    padding: 12px 0 16px 0;
}
.content_box.content-box-2__extra {
	background-color:#fff;
	padding:80px 0 88px 0;
}
.content_box.content-box-2__extra h4 { margin:0 0 11px 0; }
.content_box.content-box-2__extra p { margin-bottom:27px; }
.content_box.content-box-3 {
	background-image:url(images/pattern2.gif);
	padding:65px 0 75px 0;
}
.content_box.content-box-3 h3 { margin:16px 0 25px 0; }
.content_box.content-box-3 p { margin-bottom:77px; }
@media (max-width:867px) {
	.content_box.content-box-3 p { margin-bottom:30px; }
}
.extra-wrap.phones
{
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #FF0000;
}
.extra-wrap.phones p { margin-bottom:0; }
.extra-wrap.btn-group { overflow:visible; }
@media (max-width:867px) {
	.extra-wrap.btn-group {
		margin-bottom:20px;
		text-align:center;
		display:block;
	}
}
.extra-wrap.btn-group strong {
	display:inline-block;
	vertical-align:top;
	width:37px;
	height:37px;
	line-height:37px;
	text-align:center;
	text-transform:uppercase;
	background-color:#9b9999;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	margin:7px 12px 0 12px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
@media (max-width:867px) {
	.extra-wrap.btn-group strong {
		display:block;
		margin:7px auto;
	}
}
.extra-wrap.btn-group .btn-primary, .extra-wrap.btn-group .btn-inverse {
	background:none !important;
	font-weight:bold;
	text-transform:none;
	color:#fff000;
	border:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.extra-wrap.btn-group .btn-primary:before, .extra-wrap.btn-group .btn-primary:after, .extra-wrap.btn-group .btn-inverse:before, .extra-wrap.btn-group .btn-inverse:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:-1;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.extra-wrap.btn-group .btn-primary:after, .extra-wrap.btn-group .btn-inverse:after {
	z-index:-2;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-box-shadow:inset 0 -2px #898787;
	-moz-box-shadow:inset 0 -2px #898787;
	box-shadow:inset 0 -2px #898787;
}
.ie8 .extra-wrap.btn-group .btn-primary:after, .ie8 .extra-wrap.btn-group .btn-inverse:after { visibility:hidden; }
.extra-wrap.btn-group .btn-primary.btn-large, .extra-wrap.btn-group .btn-inverse.btn-large {
	font-size:24px;
	line-height:1.2em;
	padding:10px 30px 14px;
}
@media (min-width: 1200px) {
	.extra-wrap.btn-group .btn-primary.btn-large, .extra-wrap.btn-group .btn-inverse.btn-large {
		padding-left:39px;
		padding-right:39px;
	}
}
@media (min-width:868px) and (max-width: 979px) {
	.extra-wrap.btn-group .btn-primary.btn-large, .extra-wrap.btn-group .btn-inverse.btn-large {
		font-size:20px;
		padding-left:16px;
		padding-right:16px;
	}
}
.extra-wrap.btn-group .btn-primary:hover, .extra-wrap.btn-group .btn-primary:focus, .extra-wrap.btn-group .btn-primary:active, .extra-wrap.btn-group .btn-inverse:hover, .extra-wrap.btn-group .btn-inverse:focus, .extra-wrap.btn-group .btn-inverse:active { background:none !important; }
.extra-wrap.btn-group .btn-primary:hover:before, .extra-wrap.btn-group .btn-primary:focus:before, .extra-wrap.btn-group .btn-primary:active:before, .extra-wrap.btn-group .btn-inverse:hover:before, .extra-wrap.btn-group .btn-inverse:focus:before, .extra-wrap.btn-group .btn-inverse:active:before {
	background:#9b9999;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	opacity:0;
	filter:alpha(opacity=0);
}
.ie8 .extra-wrap.btn-group .btn-primary:hover:before, .ie8 .extra-wrap.btn-group .btn-primary:focus:before, .ie8 .extra-wrap.btn-group .btn-primary:active:before, .ie8 .extra-wrap.btn-group .btn-inverse:hover:before, .ie8 .extra-wrap.btn-group .btn-inverse:focus:before, .ie8 .extra-wrap.btn-group .btn-inverse:active:before { visibility:hidden; }
.extra-wrap.btn-group .btn-primary:hover:after, .extra-wrap.btn-group .btn-primary:focus:after, .extra-wrap.btn-group .btn-primary:active:after, .extra-wrap.btn-group .btn-inverse:hover:after, .extra-wrap.btn-group .btn-inverse:focus:after, .extra-wrap.btn-group .btn-inverse:active:after {
	background:#9b9999;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	opacity:1;
	filter:alpha(opacity=100);
}
.ie8 .extra-wrap.btn-group .btn-primary:hover:after, .ie8 .extra-wrap.btn-group .btn-primary:focus:after, .ie8 .extra-wrap.btn-group .btn-primary:active:after, .ie8 .extra-wrap.btn-group .btn-inverse:hover:after, .ie8 .extra-wrap.btn-group .btn-inverse:focus:after, .ie8 .extra-wrap.btn-group .btn-inverse:active:after { visibility:visible; }
.extra-wrap.btn-group .btn-primary:before {
	background:#ff0000;
	-webkit-box-shadow:inset 0 -2px #235b7b;
	-moz-box-shadow:inset 0 -2px #235b7b;
	box-shadow:inset 0 -2px #235b7b;
}
.extra-wrap.btn-group .btn-primary:after { background:#ff0000; }
.ie8 .extra-wrap.btn-group .btn-primary { background:#ff0000 !important; }
.extra-wrap.btn-group .btn-inverse:before {
	background:#9b9999;
	-webkit-box-shadow:inset 0 -2px #e35a10;
	-moz-box-shadow:inset 0 -2px #e35a10;
	box-shadow:inset 0 -2px #e35a10;
}
.extra-wrap.btn-group .btn-inverse:after { background:#9b9999; }
.ie8 .extra-wrap.btn-group .btn-inverse { background:#9b9999 !important; }
.extra-wrap.video {
	margin:11px 0 0 0;
	overflow:visible;
	*zoom:1;
}
.extra-wrap.video:before, .extra-wrap.video:after {
	display:table;
	content:"";
	line-height:0;
}
.extra-wrap.video:after { clear:both; }
@media (max-width:867px) {
	.extra-wrap.video {
		padding-top:40px;
		margin-top:0;
	}
}
.extra-wrap.video a {
	position:relative;
	float:right;
	background-color:black;
	text-align:right;
	border:6px solid #fff;
	max-width:100%;
	-webkit-box-shadow:0 3px 5px rgba(0,0,0,0.2);
	-moz-box-shadow:0 3px 5px rgba(0,0,0,0.2);
	box-shadow:0 3px 5px rgba(0,0,0,0.2);
}
@media (max-width:867px) {
	.extra-wrap.video a { float:left; }
}
@media (max-width: 480px) {
	.extra-wrap.video a {
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
.extra-wrap.video a:before {
	content:'';
	width:72px;
	height:72px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-36px 0 0 -36px;
	background-image:url(../images/play-sign.png);
	z-index:10;
	opacity:0.83;
	filter:alpha(opacity=83);
	-webkit-transition:opacity 0.3s;
	-moz-transition:opacity 0.3s;
	-o-transition:opacity 0.3s;
	transition:opacity 0.3s;
}
.ie8 .extra-wrap.video a:before { display:none; }
.ie8 .extra-wrap.video a .play-sign {
	width:72px;
	height:72px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-36px 0 0 -36px;
	background-image:url(../images/play-sign-ie.png);
	z-index:10;
}
.extra-wrap.video a .alignnone {
	margin:0;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
.extra-wrap.video a:hover .alignnone, .extra-wrap.video a:focus .alignnone, .extra-wrap.video a:active .alignnone {
	opacity:0.6;
	filter:alpha(opacity=60);
}
.extra-wrap.video a:hover:before, .extra-wrap.video a:focus:before, .extra-wrap.video a:active:before {
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition:transform 0.5s;
	-moz-transition:transform 0.5s;
	-o-transition:transform 0.5s;
	transition:transform 0.5s;
}
.ie8 .extra-wrap.video a:hover .play-sign, .ie8 .extra-wrap.video a:focus .play-sign, .ie8 .extra-wrap.video a:active .play-sign { background-image:url(../images/play-sign.png); }
.parallax-box.parallax-1 {
	color:#fff00;
	margin:10px 0 10px 0;
}
.parallax-box.parallax-1 h1, .parallax-box.parallax-1 h2, .parallax-box.parallax-1 h3, .parallax-box.parallax-1 h4, .parallax-box.parallax-1 h5, .parallax-box.parallax-1 h6 { color:inherit; }
.parallax-box.parallax-1 h3 {
	margin:0 0 5px 0 ;
	font-weight:normal;
}
.parallax-box.parallax-1 blockquote {
	border:none;
	padding:2px 0 0 2px;
}
@media (min-width:868px) and (max-width: 979px) {
	.parallax-box.parallax-1 blockquote { padding-left:0; }
}
@media (max-width:867px) {
	.parallax-box.parallax-1 blockquote { padding-left:0; }
}
.parallax-box.parallax-1 blockquote .alignleft { margin:-16px 36px 0 0; }
@media (min-width:868px) and (max-width: 979px) {
	.parallax-box.parallax-1 blockquote .alignleft { margin-right:20px; }
}
@media (max-width:867px) {
	.parallax-box.parallax-1 blockquote .alignleft { margin-right:20px; }
}
.parallax-box.parallax-1 blockquote p {
	font-size:12px;
	line-height:14px;
	margin:0;
}
.parallax-box.parallax-1 .parallax-content { padding:8px 0 3px 0; }
.parallax-box.parallax-2 {
	margin:86px 0 0 0;
	color:#badef1;
}
.parallax-box.parallax-2 .parallax-content { padding:81px 0 44px 0; }
.parallax-box.parallax-2 h1, .parallax-box.parallax-2 h2, .parallax-box.parallax-2 h3, .parallax-box.parallax-2 h4, .parallax-box.parallax-2 h5, .parallax-box.parallax-2 h6 { color:#fff000; }
.parallax-box.parallax-2 h3 { margin:0 0 22px 0; }
.parallax-box.parallax-2 p { margin-bottom:45px; }
.parallax-box.parallax-2 .title-box { margin-bottom:40px; }
.parallax-box.parallax-2 .btn-link {
	font-weight:600;
	text-transform:uppercase;
	text-decoration:underline;
	color:#84d4ff;
}
.parallax-box.parallax-2 .btn-link:before {
	content:'';
	max-width:370px;
	min-width:370px;
	height:1px;
	background-color:#fff;
	margin:0 auto 25px;
	display:block;
}
@media (max-width: 480px) {
	.parallax-box.parallax-2 .btn-link:before {
		max-width:100%;
		min-width:0;
	}
}
.parallax-box.parallax-2 .btn-link.btn-large {
	font-size:22px;
	line-height:1.2em;
}
.parallax-box.parallax-2 .btn-link:hover, .parallax-box.parallax-2 .btn-link:focus, .parallax-box.parallax-2 .btn-link:active { color:#fff; }
.title-box {
	margin-bottom:41px;
	text-align:center;
    color: #5f626a; 
   
}
.title-box_primary
{
    font-size: 38px;
    line-height: 45px;
    color: #5f626a;  /*#288BB0; #FF0000*/
    margin: 0 0 27px 0;
}
@media (max-width: 480px) {
	.title-box_primary {
		font-size:30px;
		line-height:40px;
	}
}
.title-box_secondary {
	font-size:16px;
	font-weight:normal;
	line-height:1.2em;
	color:#3a3a3a;
	margin:0 !important;
}
#map {
	background-color:#f5f6f6;
	position:relative;
}
@media (max-width: 480px) {
	#map { height:250px !important; }
}
#map-wrapper {
	background-color:#f5f6f6;
	min-height:485px;
}
@media (max-width: 480px) {
	#map-wrapper { min-height:250px; }
}
#map:before {
	content:'';
	width:50px;
	height:50px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-25px 0 0 -25px;
	background-color:#9b9999;
	background-repeat:no-repeat;
	background-position:50%;
	background-image:url(../images/spinner-map.gif);
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}
#map img { max-width:none; }
.btn-primary, .btn-inverse {
	border:none;
	text-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.btn:hover, .btn:focus, .btn:active {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.btn-primary
{
    border: 1px solid #b5b5b5;
    background: none !important;
    text-transform: uppercase;
    color: #000000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.btn-primary.btn-normal {
	font-size:14px;
	padding:9px 38px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active { background:#b5b5b5 !important; }
.btn-primary.extra-style
{
    border-width: 2px;
    border-color:#E40A0A ;
    font-weight: 600;
    color: #E40A0A;
}
.btn-primary.extra-style.btn-normal { padding:8px 16px; }
.btn-primary.extra-style:hover, .btn-primary.extra-style:focus, .btn-primary.extra-style:active {
	background-color:#E40A0A !important;
	color:#fff;
}
.btn-link {
	padding:0;
	border:none;
	text-shadow:none;
}

/* ------------------------------------------------Top Menü */

#back-top { margin-bottom:0; }
#back-top-wrapper {
	right:13px;
	bottom:57px;
	z-index:300;
    width: 28px;
}
#back-top a
{
    width: auto;
    color: #E40A0A;
    font: 28px/100% FontAwesome;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
#back-top a:hover
{
    color: #b5b5b5;/*#E40A0A; */
}
#back-top a:hover span { background-color:transparent; }
#back-top span {
	background:none;
	width:auto;
	height:auto;
	margin-bottom:0;
}
#back-top span:before
/*
{
    background-image: url('../images/up-arrow.png');
    background-repeat: no-repeat;
}
*/
{ content:'\f0aa'; }


#back-top {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 199;

}

/* -------------------------------------------------- Top Menü */

.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:34px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}




.gridviewControl
{
margin-left:50px;
margin-right:50px;
overflow:auto;
}
    
