/* CSS Document */

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body{ margin:0; padding:0; font-family: 'Poppins', sans-serif; overflow-x:hidden;}

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }
.clearfix{ clear:both; float:none;}

.h20{ height:20px;}.h40{ height:40px;}.h60{ height:60px;}.h90{ height:90px;}

.headerTop{position: absolute; left: 0; top: 0; width: 100%; z-index: 100;}
.header{position: absolute; left: 0; top: 0; width: 100%; z-index: 100; height: 101px; margin: 0 0 0 0; }


.headerStuck{ width:100%; height:100px; position:fixed; z-index:9999999; background:#fff; transition: all 0.3s ease-in-out; box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);}

.logoHead{width: auto; display:inline-block; float: left; margin:20px 0 20px 40px; transition: all 0.3s ease-in-out;}

.headerStuck .logoHead{ margin:10px 0 20px 40px;}


.header ul{ list-style:none;}
ul.navbar {
  display:inline-block; float:right; position:relative;
  width: auto;
  margin: 30px 60px 20px auto; transition: all 0.3s ease-in-out;
}

.headerStuck ul.navbar{ margin:28px 40px 20px auto;}

ul.navbar li {
	display:inline-block;
	padding: 0  0 0 35px;
	position: relative;
}

ul.navbar li a {
	display: block;
	padding: 13px 3px 50px 3px;
	font-weight:500 !important;
	text-decoration: none;
	transition: all .2s ease-in-out; 
	font-size:16px; color:#4f4e4e !important;
	position:relative;letter-spacing: 0.02em;
}

/*ul.navbar li:before
{
	position:absolute; left:0; bottom:21px; height:5px; width:5px; border-radius:100%; color:#f90; background:#f90; content:"";transition: all .2s ease-in-out; z-index:0; 
	
}*/


ul.navbar li:hover > a:hover {
	color:#b4272e !important;
}
ul.navbar li:hover:before {
	left:50% !important;
}
ul.navbar li a.mLink {
}


ul.navbar li a.mLink:hover {
	color:#b4272e !important;
}


ul.navbar ul li a {
	font-size:13px !important; color:#333 !important; width:100% !important; font-weight:300 !important; padding:11px 3px 11px 3px !important;
}

ul.navbar ul li{ margin:0 0 !important; padding-left:15px !important;  border-bottom:1px solid #f7f9fd !important; width:100% !important;}

ul.navbar ul li:before
{
	position:absolute; left:0; bottom:0 !important; height:2px; width:0; border-top:1px solid #b4272e; color:#b4272e; background:#b4272e; content:"";transition: all .2s ease-in-out; z-index:0; 
	
}

ul.navbar ul li a > i {
	float:right;
	padding-right:0;
	transition: all .2s ease-in-out; 
	font-size:16px;
}
ul.navbar ul li a:hover > i {
	padding-right:5px;
	
}

ul.navbar li ul {
  margin: 0;
  position: absolute;
  background: #fff;
  top: 200px;
  font-size: 13px !important;
  min-width: 200px;
  padding:15px 0 15px 0;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  transition: all .3s ease;
  box-shadow: 0 0 30px 0 rgba(0,0,0,.12);  
}

ul.navbar li ul:before {
    content: "";
    display: block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 9px solid #fff;
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 75%;
    margin-left: -33px;
    margin-top: -9px;
    opacity: 0;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
}

ul.navbar ul li { float: none; }
ul.navbar li:hover > ul { opacity: 1; visibility: visible; top: 0; max-height: 750px }
ul.navbar > li:hover > ul { opacity: 1; visibility: visible; top: 60px; left: 0; }
ul.navbar > li:hover > ul:before { top:-10px; opacity:1; transition-delay: 0.3s; }
ul.navbar li > ul  ul { top: 0; left: 90%; }
ul.navbar li > ul li:hover > ul { left: 100%; }

.logo{width:auto; display:inline-block; float:left; margin:35px 0 0 30px;}
.logo .lWhite{height:40px;}





.lavalamp-object{ position:absolute; left:0; top:40px; width:5px; height:5px; border-radius:100%; background:#b4272e; transition: all .2s ease-in-out; opacity:0;}

.menu-item_plus{ position:relative; left:0;}
.menu-item_plus:before {
	position: absolute;
    content: "";
    z-index: 1;
    background: #b4272e;	
    width: 0;
    height: 2px;
    left: -14px;
    top: 50%;
    transform: translateY(-50%); transition: all .2s ease-in-out;
}

ul.navbar li a.mLink:hover .menu-item_plus:before {
	width:8px;
}
ul.navbar li a:hover .menu-item_plus:before {
	width:8px;
}


/* Effect 5: same word slide in and border bottom */


.dt-sc-title{position:relative; clear:both; text-align:center; width:100%;}

.dt-sc-title.with-desc h2{font-size:40px; display:block; color:#f9a2a2;}

.dt-sc-title.with-desc h2{position:relative; display:inline-block; padding:0px 0px 30px;}

.dt-sc-title.with-desc span{position:relative; clear:both; display:block; top:-10px; width:470px; margin:0 auto;}

.dt-sc-title.with-desc span:before{content:""; position:absolute; left:0; bottom:0; border-bottom:2px solid #c0a59a; display:inline-block; width:193px; height:2px; top:0; margin:auto 0; z-index:0;}

.dt-sc-title.with-desc span:after{content:""; position:absolute; right:0; bottom:0; border-bottom:2px solid #c0a59a; display:inline-block; width:193px; height:2px; top:0; margin:auto 0; z-index:0;}

.dt-sc-title.icon-image img{margin:0 auto; padding:0 22px;}

.dt-sc-title.footerTag h2{margin-bottom:0px;}

.dt-sc-title.with-desc h3{font-size:18px; letter-spacing:0px; color:#323232; width:65%; font-weight:300; text-align:center; display:block; margin:13px auto 0px; line-height:30px;}








a.productBox{float:left; width:100%; border-radius:30px; -moz-border-radius:30px; -webkit-border-radius:30px; position:relative; line-height:0; overflow:hidden; -webkit-backface-visibility:hidden; backface-visibility:hidden; z-index:1; margin-bottom:30px; box-shadow: 0 0 0 2px #f9a2a2;}
.pBoxImg{width:100%; height:100%; position:relative; overflow:hidden;}
.pBoxImg img{ width:100%; display:block;  transition:all 0.3s linear;}
.pBoxMsk:before{content:""; background:url(../images/trans.png) center top no-repeat; position:absolute; bottom:0px; left:0; width:100%; height:30%; display:inline-block; z-index:0; border-radius:0% 0px 30px 30px; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}


.icon-image{position:absolute; opacity:0; top:-100%; bottom:0; left:0; right:0; margin:auto; width:70px; height:70px; border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%; line-height:80px; z-index:1; transition: all 0.3s linear; background: #d6bfb4; text-align: center;}
.icon-image img{ width:40%; margin: 17px auto 0 auto;}
.pBoxMsk h3{position:absolute; bottom:10px; left:0; right:0; line-height:normal; font-size:20px; transition:all 0.3s linear; text-align: center; color: #333;}


a.productBox:hover .pBoxMsk:before{ height:50%; }
a.productBox:hover .pBoxImg img{-webkit-transform:scale(1.1); -moz-transform:scale(1.1); transform:scale(1.1); -moz-border-radius:30px; -webkit-border-radius:30px; border-radius:30px; -moz-border-radius:30px; -webkit-border-radius:30px; z-index:-1;}
a.productBox:hover .icon-image{top:0%; opacity:1;}
a.productBox:hover .pBoxMsk h3{bottom:38px;}





a.productBox2{float:left; width:100%; border-radius:30px; -moz-border-radius:30px; -webkit-border-radius:30px; position:relative; line-height:0; overflow:hidden; -webkit-backface-visibility:hidden; backface-visibility:hidden; z-index:1; margin-bottom:30px; border:2px solid #c0a59a;}

.pBoxImg2{width:100%; height:100%; position:relative; overflow:hidden;}
.pBoxImg2 img{ width:100%; display:block;  transition:all 0.3s linear;}



.pBoxMsk2:before{content:""; background:url(../images/trans.png) center top no-repeat; position:absolute; bottom:0px; left:0; width:100%; height:30%; display:inline-block; z-index:0; border-radius:0% 0px 30px 30px; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}



.icon-image2{position:absolute; opacity:0; top:-100%; bottom:0; left:0; right:0; margin:auto; width:70px; height:70px; border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%; line-height:80px; z-index:1; transition: all 0.3s linear; background: #c0a59a; text-align: center;}

.icon-image2 > i{ width:auto; margin: 0 auto 0 auto; color: #fff; font-size: 30px; line-height: 70px;}



.pBoxMsk2 h3{position:absolute; bottom:10px; left:0; right:0; line-height:normal; font-size:20px; transition:all 0.3s linear; text-align: center; color: #333;}



a.productBox2:hover .pBoxMsk2:before{ height:50%; }
a.productBox2:hover .pBoxImg2 img{-webkit-transform:scale(1.1); -moz-transform:scale(1.1); transform:scale(1.1); -moz-border-radius:30px; -webkit-border-radius:30px; border-radius:30px; -moz-border-radius:30px; -webkit-border-radius:30px; z-index:-1;}
a.productBox2:hover .icon-image2{top:0%; opacity:1;}
a.productBox2:hover .pBoxMsk2 h3{bottom:38px;}





.socialCon{width:426px; margin:40px auto; height:140px;}





a.facebook1{ display:block; width:140px; height:140px; font-size:32px; line-height:140px; text-align:center; color:#999999; float:left; transition: all 0.3s ease-in-out; margin-right:2px; background:#eeeeee; margin-bottom: 5px;}
a.facebook1:hover{ background:#016bb6; color:#fff;}

a.twitter1{ display:block; width:140px; height:140px; font-size:32px; line-height:140px; text-align:center; color:#999999; float:left; transition: all 0.3s ease-in-out; margin-right:2px; background:#eeeeee; margin-bottom: 5px;}
a.twitter1:hover{ background:#08c1e2; color:#fff;}

a.linkedin1{ display:block; width:140px; height:140px; font-size:32px; line-height:140px; text-align:center; color:#999999; float:left; transition: all 0.3s ease-in-out; margin-right:2px; background:#eeeeee; margin-bottom: 5px;}
a.linkedin1:hover{ background:#4875b4; color:#fff;}

a.instagram1{ display:block; width:140px; height:140px; font-size:32px; line-height:140px; text-align:center; color:#999999; float:left; transition: all 0.3s ease-in-out; margin-right:2px; background:#eeeeee; margin-bottom: 5px;}
a.instagram1:hover{ background:#316699; color:#fff;}

a.youtube1{ display:block; width:140px; height:140px; font-size:32px; line-height:140px; text-align:center; color:#999999; float:left; transition: all 0.3s ease-in-out; background:#eeeeee; margin-bottom: 5px;}
a.youtube1:hover{ background:#CF2200; color:#fff;}





.socialCon2{width:auto; display:inline-block; margin:0 auto; height:50px; float:right;}





a.facebook2{ display:block; width:40px; height:40px; font-size:20px; line-height:40px; text-align:center; color:#999999; float:left; transition: all 0.3s ease-in-out; margin:2px; background:#fff;}
a.facebook2:hover{ background:#016bb6; color:#fff;}

a.twitter2{ display:block; width:40px; height:40px; font-size:20px; line-height:40px; text-align:center; color:#999999; float:left; transition: all 0.3s ease-in-out; margin:2px; background:#fff;}
a.twitter2:hover{ background:#08c1e2; color:#fff;}

a.instagram2{ display:block; width:40px; height:40px; font-size:20px; line-height:40px; text-align:center; color:#999999; float:left; transition: all 0.3s ease-in-out; margin:2px; background:#fff;}
a.instagram2:hover{ background:#316699; color:#fff;}


a.linkedin2{ display:block; width:40px; height:40px; font-size:20px; line-height:40px; text-align:center; color:#999999; float:left; transition: all 0.3s ease-in-out; margin:2px; background:#fff; }
a.linkedin2:hover{ background:#4875b4; color:#fff;}

a.youtube2{ display:block; width:40px; height:40px; font-size:20px; line-height:40px; text-align:center; color:#999999; float:left; transition: all 0.3s ease-in-out; margin:2px; background:#fff;}
a.youtube2:hover{ background:#CF2200; color:#fff;}




a.productBox3{float:left; width:auto; border-radius:30px; position:relative; line-height:0; overflow:hidden; backface-visibility:hidden; z-index:1; margin-bottom:30px; border:2px solid #c0a59a;}

.pBoxImg3{width:auto; height:100%; position:relative; overflow:hidden;}
.pBoxImg3 img{ width: auto !important;height: 182px; display:block;  transition:all 0.3s linear;}

.icon-image3{position:absolute; opacity:0; top:-100%; bottom:0; left:0; right:0; margin:auto; width:50px; height:50px; border-radius:100%; line-height:50px; z-index:1; transition: all 0.3s linear; background: #c0a59a; text-align: center;}
.icon-image3 > i{ width:auto; margin: 0 auto 0 auto; color: #fff; font-size: 25px; line-height: 50px;}


a.productBox3:hover .pBoxImg3 img{transform:scale(1.1); border-radius:30px;  z-index:-1;}
a.productBox3:hover .icon-image3{top:0%; opacity:1;}




a.glBox{float:left; width:auto; border-radius:30px; position:relative; line-height:0; overflow:hidden; backface-visibility:hidden; z-index:1; margin-bottom:20px; border:2px solid #c0a59a;}

.gBoxImg{width:auto; height:100%; position:relative; overflow:hidden;}
.gBoxImg img{ width: auto; display:block;  transition:all 0.3s linear;}

.gicon-image{position:absolute; opacity:0; top:-100%; bottom:0; left:0; right:0; margin:auto; width:50px; height:50px; border-radius:100%; line-height:50px; z-index:1; transition: all 0.3s linear; background: #c0a59a; text-align: center;}
.gicon-image > i{ width:auto; margin: 0 auto 0 auto; color: #fff; font-size: 20px; line-height: 50px;}


a.glBox:hover .gBoxImg img{transform:scale(1.1); border-radius:30px;  z-index:-1;}
a.glBox:hover .gicon-image{top:0%; opacity:1;}



.owl-item {
display: inline !important;
}











.contentY p{ font-size:17px !important; color:rgba(0,0,0,0.8) !important; line-height:26px !important; font-weight:300 !important; padding-bottom:15px !important; padding-top:5px !important; text-align:justify;}

.contentY p span{ color:#f9a2a2 !important;}
.contentY ul{ font-size:17px !important; color:rgba(0,0,0,0.8) !important; line-height:26px !important; font-weight:300 !important; padding-bottom:5px !important; text-align:justify; list-style: circle; padding-left:20px;}
.contentY h3{ font-size:17px !important; color:#333; line-height:26px !important; font-weight:600 !important;padding-bottom:15px !important; padding-top:5px !important; text-align:justify;}

.contentY p a{ color:#333; transition: all 0.4s ease-in-out;}
.contentY p a:hover{ color:#f9a2a2;}

.contentCover{width:100%; height:auto; background-size:cover;}
.contentTitleC{width:100%; margin-top:20px;}
.contentTitle{width:100%; padding:25px 0 15px 0; font-size:35px; color:#333; text-align:left; letter-spacing:1px; font-weight:400;}
.contentTitleS{width:10%; height:2px; background:#333; margin:10px 0 10px 0;}

ul.breadCrumb{ float:left; margin:0; padding:0; list-style:none;}
ul.breadCrumb li{ float:left; margin:0; padding:0 5px;}
ul.breadCrumb li.first{ float:left; margin:0; padding:0 10px 0 0; text-align:left;}
ul.breadCrumb li a{ color:#333; font-size:14px;}
ul.breadCrumb li a:hover{ color:#f9a2a2;}
ul.breadCrumb li a > i{ padding-left:10px;}


.coverCon{width: 100%; height: auto; background: rgba(255,255,255,0.4);padding-top: 75px;}

.coverTxtC{width:100%; padding-left: 50px;}
.coverTxtC2{width:100%; padding-left: 50px; display: none;}
.coverTxt{font-size: 30px; color: #183b4a; line-height: 38px; font-weight: 500; padding: 25px 0 0 0;}

.coverImg{ width:100%; height: auto;}
.coverImg img{ width:100%;}


.tabHeadCon{width: 100%; height: 182px; border-bottom: 1px solid #e3e3e3; border-top: 1px solid #e3e3e3;}
#tabHead{ width:100%; margin:0 0 0 0; float:left; font-weight:300; }
#tab-head{ width:100%; margin:0 auto}
#tab-head a{
	font-size:14px;
	color:#6b6b6b;
	font-weight:300;
	text-decoration:none;
	display:block;
	float:left;
	width:16.66%;
	height:180px;
	line-height:normal;
	border-right:1px solid #e9e9e9;
	background:#fff;
	transition: all 0.4s ease-in-out;
	
	border-bottom:none;
	text-align: center;
	
	}
#tab-head a > img{margin: 40px auto 10px auto;}
#tab-head a > span { display: block; font-size:17px; padding:15px 0;}	
#tab-head a.first{ margin-left:0;}	
#tab-head a.last{ border-right: none;}	
#tab-head a:hover{ text-decoration:none; color:#a0796d; background:#f9f0e8;}
#tab-head a.active2{ text-decoration:none; color:#a0796d; background:#f9f0e8;}


.tabContent { width:100%; min-height:310px; padding:20px 0 20px 0; float:left; position:relative;}
#tabContent { width:100%; position:relative; padding:0;}

.drTlT{font-size: 30px; font-weight: 600; color: #b73235; padding: 60px 0 20px 0;}
.drTlTx{font-size: 20px; padding: 40px 0 20px 0; line-height: 29px; color:#181818;}
.drTlsep{border-bottom: 2px solid #b73235; width: 20%; height: 1px;}
.drTlBt{ width:100%;}

a.tabLink{ font-size:17px; color: #f9a2a2; padding: 15px 30px; border-radius: 30px; border: 2px solid #f9a2a2; float: left; margin: 20px 15px 0 0; transition: all 200ms linear;}
a.tabLink:hover{ background: #f9a2a2; color: #fff;}



a.tabLink2{ font-size:17px; color: #98dcda; font-weight: 600; padding: 15px 30px; border-radius: 30px; border: 2px solid #98dcda; float: left; margin: 20px 15px 0 0; transition: all 200ms linear;}
a.tabLink2:hover{ background: #98dcda; color: #fff;}

#stellarID {
    background: url(../images/back.jpg) no-repeat;
    background-attachment: fixed;
}
.stellarClass {
    height: 650px;
    width: 100%;
    background: #55e6c5;
    z-index: 1;
	overflow:hidden; 
}

.section-6 {
	background: url(../images/back.jpg);
	background-attachment: fixed;
	background-position: 50% 50%;
	background-size: cover; 
}


a.listICon{width:100%; margin-bottom: 35px; display:block;}
.howitIcon{width: 74px; height: 74px; float:left; border-radius: 74px; color: #183b4a; border:2px solid #183b4a; text-align: center; line-height: 70px; font-size: 22px; transition: all 200ms linear;}
.howitTxCon{margin-left: 90px;}
.howitTxT{width: 100%; padding: 25px 0 15px 0; font-size: 25px; font-weight: 600; color: #183b4a; transition: all 200ms linear;}
.howitText{width: 100%; padding: 5px 0; font-size: 15px; font-weight: 300; color: #a5a5a5; line-height: 18px;}
.howitsp{height: 40px;}

a.listICon:hover .howitIcon{color: #f9a2a2; border:2px solid #f9a2a2;}
a.listICon:hover .howitTxT{color: #f9a2a2;}



a.readm{ font-size:14px; font-weight: 400; letter-spacing: 1px; color: #f9a2a2; padding-top:15px;}
.bubleT{padding: 0 0 15px 0; font-size: 24px; color: #000;}
.bubleTx{padding: 5px 0; font-size: 16px; line-height: 28px; color: #000;}

a.mailLink{font-size:13px; color:#181818; transition: all 200ms linear;}
a.mailLink:hover{color: #b73235;}

a.contactLink{font-size:16px; color:#181818; transition: all 200ms linear;}
a.contactLink:hover{color: #b73235;}


.calcSebox{ width:100%; height: 45px; line-height: 45px; padding:0 15px; background:#c0a59a; font-weight: 600; color: #fff; border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    linear-gradient(to right, #fff, #fff);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

.formSMit2{ padding:15px 25px; height: auto;  border-radius: 30px; font-size:16px; font-weight: 600; color:#181818; float:right; background:#fff; transition: all 0.3s ease-in-out; cursor:pointer; border:1px solid #b73235;}
.formSMit2:hover{ background:#b73235; color:#fff;}

.gblS{ width: 100%; padding: 15px 0 50px 0; text-align: center; font-size: 18px; font-weight: 600; color: #333;}
.gblTitle{padding: 15px 0; font-size: 28px; color: #f9a2a2;}
.gblTxt{padding: 15px 0; font-size: 20px; color: #333;}
.gblColor{ color:#f9a2a2;}

.kilo-by-week{float:left; text-align:center; clear:both; width:100%; margin:50px 0px 0px;}

.kilo-by-week h3{font-size:28px; font-weight:300; font-family:'Open Sans', sans-serif; padding: 30px 0;}

.kilo-by-week.pista h3{color:#71cd9d;}

.kilo-by-week.blue h3{color:#69dceb;}

.kilo-by-week.pink h3{color:#f9a2a2;}


.kilo-by-week h3 span{font-size:16px; top:-8px;}

.kilo-by-week h5{font-size:20px; font-weight:normal; margin:30px 0px 25px;}

.kilo-by-week .indication-line{width:274px; height:2px; background-color:#f0f0f0; text-align:center; margin:0 auto; position:relative;}

.kilo-by-week .indication-line{width:274px; height:2px; background-color:#f0f0f0; text-align:center; margin:0 auto; position:relative;}

.kilo-by-week .indication-line:before, .kilo-by-week .indication-line:after{content:""; background-color:#f0f0f0; display:inline-block; width:12px; height:12px; border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%; position:absolute; left:0px; top:-6px;}

.kilo-by-week .indication-line:after{left:auto; right:0px;}

.kilo-by-week.pista .indication-line, .kilo-by-week.pista .indication-line:before, .kilo-by-week.pista .indication-line:after{background-color:#71cd9d;}

.kilo-by-week.blue .indication-line, .kilo-by-week.blue .indication-line:before, .kilo-by-week.blue .indication-line:after{background-color:#69dceb;}

.kilo-by-week.pink .indication-line, .kilo-by-week.pink .indication-line:before, .kilo-by-week.pink .indication-line:after{background-color:#f9a2a2;}

.dotted-pattern:before, .dotted-pattern:after{content:""; background:url(../images/dotted-pattern.png); background-repeat:repeat-x; width:100%; height:10px; display:inline-block; padding:inherit; position:absolute; left:inherit; top:24px; z-index:0;}

.dotted-pattern:after{top:auto; bottom:24px;}

.carText{width: 100%; padding: 15px 0; font-size: 28px; color: #333;}

.customNavigation a {
	position:absolute;
 	top:30px;
	width:40px;
	height:40px;
	line-height:38px;
	text-align:center;
	cursor:pointer;
	color:#333;
	font-size:23px;
	border-radius: 100%;
	border:1px solid #333;
	opacity:1;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	z-index:2000;
}
.customNavigation  a.next-slide {
	left:90px;
}
.customNavigation a.prev-slide {
	left:35px;
}
.customNavigation.ssn a.next-slide {
	right:10px;
}
.customNavigation.ssn a.prev-slide {
	left:10px;
}


.customNavigation  a.next-slide1 {
	left:90px;
}
.customNavigation a.prev-slide1 {
	left:35px;
}
.customNavigation.ssn a.next-slide1 {
	right:10px;
}
.customNavigation.ssn a.prev-slide1 {
	left:10px;
}


.customNavigation  a.next-slide2 {
	left:90px;
}
.customNavigation a.prev-slide2 {
	left:35px;
}
.customNavigation.ssn a.next-slide2 {
	right:10px;
}
.customNavigation.ssn a.prev-slide2 {
	left:10px;
}

.customNavigation  a:hover {
	opacity:1;
	color: #a7e871;
	background:rgba(255,255,255,1);
}


.headSo{width:auto; height:39px; float:right; display:inline-block;}
.headSo ul{ margin:0; padding:0; list-style:none;}
.headSo ul li{ float:left; line-height:39px; padding:0 11px;}
.headSo ul li a{ color:#b2b2b2; transition: all 0.4s ease-in-out;}
.headSo ul li a:hover{ color:#e890a6;}

.weekbyweek{width: 100; height: auto; position: relative;}
.weekbyweekimg{width: 100; height: auto; position: relative;}
.weekbyweekSubtitle{width: 100; height: auto; position: relative;}
.weekbyweekSubC{display:none;}
.listHeart {
    position:relative;
	width: 39px; height: 33px;  text-align: center; line-height: 33px; margin: 0 auto; color: #fff;
}    
.listHeart:after {
    content: "\f004";
    font-family: FontAwesome;
    left:0; font-size: 39px;
    position:absolute;color: #f9a2a2;
    top:0;
 }
.listHeartTx{position: relative; z-index: 2; font-size: 14px; width: 100%; text-align: center;}




.listHeart .tip-content {
	position:absolute;
	bottom:45px; /* - top padding */
	right:9999px;
	width:320px;
	margin-right:-120px; /* width + left/right padding */
	color:#fff;
	background:#333;

    text-align: left;
    padding: 45px 26px 36px;
    background-color: #FFF;
    border: 2px solid;	
	border-color: #c0a59a;
	border-radius:15px;

	opacity:0;
	-webkit-transition:opacity 250ms ease-out;
	   -moz-transition:opacity 250ms ease-out;
		-ms-transition:opacity 250ms ease-out;
		 -o-transition:opacity 250ms ease-out;
			transition:opacity 250ms ease-out;
}
	/* <http://css-tricks.com/snippets/css/css-triangle/> */
	.listHeart .tip-content:before {
		content:' '; /* Must have content to display */
		position:absolute;
		bottom:-18px;
		margin-left: -8px;
		left:50%; /* 2 x border width */
		width:0;
		height:0;
		margin-top:-8px; /* - border width */
		border:8px solid transparent;
		border-top-color:#c0a59a;
	}
	.listHeart:hover .tip-content {
		right:-20px;
		opacity:1;
	}

.firstTip{margin-right:-240px !important;}
.firstTip:before { left:0!important; margin-left: 30px !important;}

.lastTip{margin-right:0px !important;}
.lastTip:before { left:auto !important; margin-left:0 !important; right: 0 !important; margin-right:30px !important; }

ul.footerLink{list-style:none; margin: 0; padding: 0;}
ul.footerLink li{padding:5px 0; border-bottom:1px solid rgba(192,165,154,0.5);}
ul.footerLink li a{font-size:13px; color: #181818;  transition:all .5s;}
ul.footerLink li a:hover{ color: #b73235; }

a.footerTag{ padding:7px; border:1px solid #b73235; color:#181818; font-size:12px; font-weight:400; border-radius:3px; transition:all .5s; float:left; margin:0 3px 4px 0;}
a.footerTag:hover{ color:#b73235; border:1px solid #b73235;}

.contactTA{width:100%; height:95px;}

.formSMit{ padding:14px 13px; font-size:13px; color:#fff; float:right; background:#f9a2a2; border:1px solid #f9a2a2; transition: all 0.3s ease-in-out; cursor:pointer; margin-top:21px; border-radius: 3px;}
.formSMit:hover{ background:#fff; color:#f9a2a2;}

.contactT{width:100%; height:40px; border:1px solid #999; background:#fff; float:left; padding:0 10px; margin-bottom:15px; font-size:13px; line-height:40px;  transition: all 0.4s ease-in-out;} 
.contactT:focus{border:1px solid #f9a2a2;}
.contactTA{width:100%; height:120px; border:1px solid #999; background:#fff; padding:10px 10px; resize:none; margin-bottom:15px; font-size:13px; transition: all 0.4s ease-in-out;}
.contactTA:focus{border:1px solid #f9a2a2;}








.storyFTI{width:100%; height:40px; border:1px solid #e3e3e3; background:#fff; float:left; padding:0 10px; margin-bottom:15px; font-size:13px; line-height:40px;  transition: all 0.4s ease-in-out;} 
.storyFTI:focus{border:1px solid #f9a2a2;}

.addStoryTextArea{width:100%; height:140px; border:1px solid #e3e3e3; background:#fff; padding:10px 10px; resize:none; margin-bottom:15px; font-size:13px; transition: all 0.4s ease-in-out;}
.addStoryTextArea:focus{border:1px solid #f9a2a2;}

.storyList{position:relative; clear:both; text-align:center; width:100%;}

.storyList span{position:relative; clear:both; display:block; top:-10px; width:470px; margin:0 auto;}

.storyList span:before{content:""; position:absolute; left:0; bottom:0; border-bottom:2px solid #c0a59a; display:inline-block; width:193px; height:2px; top:0; margin:auto 0; z-index:0;}

.storyList span:after{content:""; position:absolute; right:0; bottom:0; border-bottom:2px solid #c0a59a; display:inline-block; width:193px; height:2px; top:0; margin:auto 0; z-index:0;}

.storyList.icon-image img{margin:0 auto; padding:0 22px;}



.catList{position:relative; clear:both; text-align:center; width:100%;}

.catList span{position:relative; clear:both; display:block; top:-10px; width:470px; margin:0 auto;}

.catList span:before{content:""; position:absolute; left:0; bottom:0; border-bottom:2px solid #c0a59a; display:inline-block; width:203px; height:2px; top:0; margin:auto 0; z-index:0;}

.catList span:after{content:""; position:absolute; right:0; bottom:0; border-bottom:2px solid #c0a59a; display:inline-block; width:203px; height:2px; top:0; margin:auto 0; z-index:0;}

.catList span > img{margin:0 auto; padding:0 12px; height:40px;}



a.newsBox{float:left; width:100%; position:relative; line-height:0; z-index:1; margin-bottom:30px;}
.newBoxImg{width:100%; height:100%; position:relative; overflow: hidden; border-radius:20px; box-shadow: 0 0 0 2px #f9a2a2;}
.newBoxImg img{ width:100%; display:block;  transition:all 0.3s linear;}
.newsBoxMsk{background: linear-gradient(to bottom, rgba(249, 162, 162, 0) 0%, rgba(249, 162, 162, 0.7) 40%, rgba(249, 162, 162, 0.9) 100%); position: absolute; width: 100%; height: 100%; left: 0; bottom: 0; opacity: 0; transition: all 0.4s ease-in-out;}


.picon-image{position:absolute; opacity:0; top:-100%; bottom:0; left:0; right:0; margin:auto; width:50px; height:50px; border-radius:100%; line-height:50px; z-index:1; transition: all 0.3s linear; background: #fff; text-align: center;}
.picon-image > i{ width:auto; margin: 0 auto 0 auto; color: #f9a2a2; font-size: 20px; line-height: 50px;}
.newsBoxDt{width: 100%; height: auto; padding: 15px 0 0 0; color: #f9a2a2; font-size: 14px; text-align: center; line-height: 16px; font-weight: 500;}
.newsBoxTitle{width: 100%; height: auto; padding: 10px 0; color: #333; text-align: center; line-height: 24px; font-weight: 600;}
a.newsBox:hover .picon-image{top:0%; opacity:1;}



a.newsBox:hover .newsBoxMsk{ opacity:1; }



a.videoBox{float:left; width:100%; position:relative; line-height:0; z-index:1; margin-bottom:30px;}
.videoImg{width:100%; height:100%; position:relative; overflow: hidden; border-radius:20px; box-shadow: 0 0 0 2px #f9a2a2;}
.videoImg img{ width:100%; display:block;  transition:all 0.3s linear;}
.videoMsk{background: linear-gradient(to bottom, rgba(249, 162, 162, 0) 0%, rgba(249, 162, 162, 0.7) 40%, rgba(249, 162, 162, 0.9) 100%); position: absolute; width: 100%; height: 100%; left: 0; bottom: 0; opacity: 0; transition: all 0.4s ease-in-out;}


.vicon-image{position:absolute; top:-34px; left:0; right:0; margin:auto; width:68px; height:68px; border-radius:100%; line-height:50px; z-index:1; transition: all 0.3s linear; background: #f9a2a2; text-align: center; border:8px solid #fff;}
.vicon-image > i{ width:auto; margin: 0 auto 0 auto; color: #fff; font-size: 20px; line-height: 52px;}
.videoDt{width: 100%; height: auto; padding: 15px 0 0 0; color: #f9a2a2; font-size: 14px; font-weight: 500; text-align: center; line-height: 16px;}
.videoTitle{width: 100%; height: auto; padding: 10px 0; color: #333; text-align: center; line-height: 24px; font-size: 17px; font-weight: 600; transition: all 0.4s ease-in-out;}




a.videoBox:hover .videoMsk{ opacity:1; }
a.videoBox:hover .videoTitle{ color: #f9a2a2; }


.storyLTxt{ text-align: center; line-height: 24px;}
.storyLTxt p{padding-top: 15px; padding-bottom: 15px; text-align: center;}
.storyLTit{font-size: 18px; font-weight: 600; color: #f9a2a2; padding-top: 20px; text-align: center;}



.contTitle{padding:10px 0 25px 0; font-size:16px; font-weight:400; color:#333; letter-spacing:1px;}
.contText{padding:10px 0; font-size:16px; text-align:left; color:#333; line-height: 22px;}

.contactT{width:100%; height:40px; border:1px solid #e3e3e3; background:#fff; float:left; padding:0 10px; margin-bottom:15px; font-size:13px; line-height:40px;  transition: all 0.4s ease-in-out;} 
.contactT:focus{border:1px solid #344652;}
.contactTA{width:100%; height:95px; border:1px solid #e3e3e3; background:#fff; padding:10px 10px; resize:none; margin-bottom:15px; font-size:13px; transition: all 0.4s ease-in-out;}
.contactTA:focus{border:1px solid #344652;}


.userCmtCn{width: 100%; height: 492px; background:url(../images/comment-bg.jpg) right; background-size: cover; position: relative;}
.usrCmtTitle{padding-top: 70px; font-size: 17px; font-weight: 100; color: #333; line-height: 26px;}


.sc-button,
input[type='submit'] {
	position: relative;
	display: inline-block;
	padding: 0.4546em 1.1364em 0.4546em 1.1364em;
	text-transform: uppercase;
	margin-top: 13px;
	white-space: nowrap;
	border: 0 none;
	font-weight:300;
}
.sc-button:hover {
	text-decoration: none;
}
.sc-button-simple,
input[type='submit'] {
	padding-left: 1.1364em;
}
.sc-button-simple:before {
	display: none;
}
.sc-button:hover:after,
.page-links a:hover:after,
.blog-style-default .comments-link a:hover:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.2);
}





.logomobile{ width:179px; float:left; height:40px; margin:15px 0 15px 14px;}
.mobileheader{
	width:100%; min-height:70px;
	background-color:#FFF;
	display:none;
	position:relative;
	z-index:5000;
	
}
.mobileSep{height:70px; width:100%; display:none;}


a.mobileLink{ width:100%; height:40px; display:inline-block; font-size:12px; text-align:center; border-bottom:1px dotted #999; color:#333; font-weight:600; line-height:40px;}
a.mobileLink:hover{ background:#b4272e; color:#fff;}
a.smobileLink{ width:100%; height:40px; display:inline-block; font-size:12px; text-align:center; border-bottom:1px dotted #999; color:#333; font-weight:600; line-height:40px;}
a.smobileLink:hover{ background:#b4272e; color:#fff;}

a.mobileActive{background:#b4272e; color:#fff;}

#mobile #toggle-bar {
	line-height:70px;
	height:70px;
	
}


.mobileMenuSub ul{ margin-left:0 !important; margin-bottom:0 !important;}
.mobileMenuSub ul li {
	clear:both;
	list-style:none;
	position:relative;
	z-index:5000;
	margin:0 !important; padding:0;
}

.mobileMenuSub ul li a {
	font-size:13px;
	display:block;
	border-bottom:1px dotted #999;
	margin:2px 0;
	padding:10px 0 10px 0;
	color:#333;
	text-decoration:none;
	text-align:center;
	font-weight:300;
}
.mobileMenuSub ul li a:hover {
	color:#b4272e;
	text-decoration:none;
	text-align:center;
	font-weight:300;
}


.btn11 {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0px;
  right: 20px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.btn11 .icon-left {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 15px;
  top: 30px;
  background-color: #333;
}
.btn11 .icon-left:before {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: #333;
  content: "";
  top: -10px;
}
.btn11 .icon-left:after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: #333;
  content: "";
  top: 10px;
}
.btn11 .icon-left:hover {
  cursor: pointer;
}
.btn11 .icon-right {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 15px;
  top: 30px;
  background-color: #333;
  left: 15px;
}
.btn11 .icon-right:before {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: #333;
  content: "";
  top: -10px;
}
.btn11 .icon-right:after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: #333;
  content: "";
  top: 10px;
}
.btn11.open .icon-left {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background: transparent;
}
.btn11.open .icon-left:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
          transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
}
.btn11.open .icon-left:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
          transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
}
.btn11.open .icon-right {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background: transparent;
}
.btn11.open .icon-right:before {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
          transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
}
.btn11.open .icon-right:after {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
          transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
}
.btn11:hover {
  cursor: pointer;
}	


.ls-responsive{max-height: 955px; max-width: 1920px; overflow: hidden;}


a.fikirkahvesi{ color: inherit; color: #c0a59a; font-size: 14px;}
a.fikirkahvesi:hover{ color:#f9a2a2;}





/*#### LEFT MENU CSS ####*/

#pageLeftMenu{width: 100%; float:left;}

ul.leftMenu  					{margin:0 !important; padding:0 !important; z-index:900; list-style:none !important;}
ul.leftMenu * 					{margin:0 ; padding:0; z-index:1500;}

ul.leftMenu a					{display:block; color:#000; text-decoration:none;}

ul.leftMenu li 					{position:relative; float:left; margin-right:2px;}

ul.leftMenu ul 					{position:absolute; top:1px; left:245px; margin:0; padding:0; display:none; opacity:0; list-style:none; color:#000; font-weight:400;  }

ul.leftMenu ul li 				{position:relative; border-top:none; width:245px; margin:0 0 0 0; font-size:12px; padding:0 0 1px 0;}

ul.leftMenu ul li a 			{display:block; padding:10px 7px 10px 7px; background-color:#f9a2a2; color:#fff; transition: all 0.3s ease-in-out; font-weight:300; font-size:13px;} 

ul.leftMenu ul li a:hover 		{ color:#fff; background:#f9a2a2;}

ul.leftMenu ul ul 				{right:242px; top:0;}

ul.leftMenu .lmenulink 			{text-align:left; font-size:15px; line-height:18px; color:#797979; padding:15px 0 15px 10px; width:242px; margin-top:1px; font-weight:300; float:left; border-bottom:1px solid #e1e1e1;}
ul.leftMenu .lmenulink:hover{ background:#f9a2a2; color:#fff; }
ul.leftMenu .lmenulinkA{ background:#f9a2a2; color:#fff; }

ul.leftMenu .lmenuhover {}

ul.leftMenu .lmenulink2 			{  padding:10px 10px 10px 10px; text-align:left; font-size:16px; color:#fff;   }

ul.leftMenu .lmenulink2:hover{background:url(../images/hover.png) repeat-x;  -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; color:#636060; }



ul.leftMenu .sub 				{background:url(images/arrow.gif) 136px 8px no-repeat; }

ul.leftMenu .topline 			{border-top:1px solid #f9a2a2;}


.siteErr{width:100%; height:50px; background:#d00000; color:#fff; margin:30px auto; text-align:center; line-height:50px;}
.siteOk{width:100%; height:50px; background:#77ab13; color:#fff; margin:30px auto; text-align:center; line-height:50px;}







a.siteWid{ display:block; width:150px; height:40px; position:fixed; right:-105px; top:135px; background:rgba(58,73,83,.8); z-index:5000; border-radius:10px 0 0 10px; transition: all 0.3s ease-in-out;}
a.siteWid:hover{ right:0;}

.siteWidIcon{width:40px; height:40px; float:left; text-align:left; padding-left:15px; line-height:40px; color:#fff; font-size:14px;}
.siteWidTxt{width:110px; float:left; height:40px; color:#fff; padding-left:15px; font-size:12px; line-height:40px; letter-spacing:2px; font-weight:300;}
	  
	  
.wgl-social-share_pages {
    position: absolute;
    z-index: 910;
	top: 150px;
}

.wgl-social-share_pages.standard_style li {
    padding: 0;
    margin-bottom: 5px;
	position:relative;
	
}


.wgl-social-share_pages li a{
    line-height: 40px;
    width: 60px;
    text-align: right;
    border-radius: 0 30px 30px 0;
    color: #bbc8d7;
    display: block;
    box-sizing: border-box;
    padding-right: 16px;
    transition: all .45s ease; position:relative;
}


.wgl-social-share_pages li a:hover{
    color: #fff;
}


.wgl-social-share_pages li a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    border-radius: 0 30px 30px 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in;
background-color: #b4272e;	
}

.wgl-social-share_pages li a:hover:before {
    width: 100%;
	visibility: visible;
	opacity:1;
}



.wgl-social-share_pages li a span {
      width: 20px;
      display: inline-block;
      text-align: center;
      position: relative;
      z-index: 1; }
	  



/**/







.wgl-social-share_pagesRight {
    position: absolute;
    z-index: 910;
	top: 150px; list-style:none;
}

.wgl-social-share_pagesRight ul {
  list-style:none;
}


.wgl-social-share_pagesRight.standard_style li {
    padding: 0;
    margin-bottom: 5px;
	position:relative;
	
}


.wgl-social-share_pagesRight li a{
    line-height: 40px;
    width: 160px;
    text-align: right;
    border-radius: 30px 0 0 30px;
    color: #fff;
    display: block;
    box-sizing: border-box;
    padding-right: 16px;
	right:-100px;
    transition: all .45s ease; position:relative;
}


.wgl-social-share_pagesRight li a:hover{
    color: #fff;
	right:0;
}


.wgl-social-share_pagesRight li a:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px 0 0 30px;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-in;
	background-color: #b4272e;	
}

.wgl-social-share_pagesRight li a:hover:before {
    width: 100%;
	visibility: visible;
	opacity:1;
}



.wgl-social-share_pagesRight li a span {
      width: 160px;
      display: inline-block;
      text-align: center;
      position: relative;
      z-index: 1; }



a.blogList{ display:block; width:100%; margin-bottom:35px;}

.blogLImg{width:100%; position:relative; transition: all 0.4s ease-in-out;}
.blogLImg img{width:100%; border-radius:40px;}
.blogLImgMsk{width:100%; height:100%; position:absolute; left:0; top:0; background:rgba(255,255,255,0); transition: all 0.4s ease-in-out;}
.blogLDate{width:100%; padding:20px 0 0 0; font-size:13px; color:#828282; letter-spacing:1px;}
.blogLTitle{width:100%; padding:25px 0 0 0; font-size:18px; font-weight:600; color:#181818; letter-spacing:1px; line-height:23px; transition: all 0.4s ease-in-out;}
.blogLTxt{width:100%; padding:20px 0 0 0; font-size:14px; color:#626262; letter-spacing:1px; line-height:23px;}
.blogLSep{width:30px; height:2px; background:#000; margin:7% 0;}
.blogBtn{width:100%; height:50px;}
.blogBtnBlack{ width:auto; height:auto; display:inline-block; font-weight:600; padding:15px 30px; border:1px solid #b73235; margin:auto; font-size:15px; letter-spacing:1px; color:#181818; transition: all 0.4s ease-in-out; border-radius:30px;}


a.blogList:hover .blogLImgMsk{background:rgba(255,255,255,0.6);}
a.blogList:hover .blogLTitle{color:#626262;}
a.blogList:hover .blogBtnBlack{ background:#b73235; color:#fff;}




a.readMoreBtn{ display:inline-block; width:auto; padding:15px 30px; font-size:16px; color:#181818; border:1px solid #b73235; font-weight:600; transition: all .4s ease-in-out; position:relative; border-radius:30px;}
a.readMoreBtn:hover{ color:#fff; background:#b73235;}

a.readMoreBtnC{ display:inline-block; width:auto; padding:15px 30px; font-size:16px; color:#fff; border:1px solid #b73235; background:#b73235; font-weight:600; transition: all .4s ease-in-out; position:relative; border-radius:30px;}
a.readMoreBtnC:hover{ color:#181818; background:#fff; border:1px solid #b73235}



a.readMoreBtnW{ display:inline-block; width:auto; padding:15px 30px; line-height:30px; font-size:16px; color:#fff; border:1px solid #fff; font-weight:600; transition: all .4s ease-in-out; position:relative; border-radius:30px;}
a.readMoreBtnW:hover{ color:#fff; background:#b73235; border-color:#b73235;}


.section-7 {
	background: url(../images/bgn-quote_1.jpg);
	background-attachment: fixed;
	background-position:bottom;
	
	background-size: cover; 
}



blockquote {
    display: block;
    margin: 0;
    font-size:18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    padding: 1.6em 0 1.6em .8em;
}

blockquote:before {
    content: '\f10e';
    font-family: fontawesome;
    display: block;
    font-size: 6em;
    line-height: 1;
    position: absolute;
    top: -.15em;
    left: 0;
    opacity: .1;
    color: currentColor;
}



/* tab */


.tabHeadContainera{width:100%; height:auto; text-align:left;}

#tabHeada{ width:100%; text-align:left; padding-top:25px;}



#tab-heada{ height:auto; display:block;}

#tab-heada a{ padding:9px 0 9px 0; color:#161616; letter-spacing:1px; transition: all 0.3s ease-in-out; margin:0 25px 0 0; line-height:26px; float:left; border-bottom:2px solid #EFEFEF; font-size:16px; font-weight:600;}
#tab-heada a:hover {  color:#b73235;  border-color:#b73235;}
#tab-heada a.tabActivea {  color:#b73235; border-color:#b73235;}



.tabContenta { width:100%; height:auto; float:left; position:relative; padding:25px 25px 0 0; margin:0 0 0 0;}
.tabContenta p{ padding:0 0 15px 0; font-size:15px; color:#161616; line-height:24px; font-weight:400;}
#tabContenta { width:100%; position:relative; padding:0;}

.tabContenta ul{ padding:25px 0 15px 20px; font-size:14px; color:#161616; line-height:24px; font-weight:400;}
.tabContenta ul li{ padding-bottom:15px;}



a.newsBlock{width:100%; height:auto; position:relative; overflow:hidden; display:block; transition: all 0.3s ease-in-out; margin-bottom:30px;}
.newsBlockImg{width:100%; height:auto; position:relative;}
.newsBlockImg img{ display:block; width:100%; transition: all 0.3s ease-in-out;}
.newsBlockMask{width:100%; height:auto; position:absolute; left:0; bottom:-100%; background: linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.85) 50%); transition: all 0.3s ease-in-out; padding:20px 30px 40px 30px;}

.newsBlockTitle{width:100%; height:auto; color: #fff; text-shadow: 0 2px 5px rgba(24,24,24,.7); font-size: 1.875em; position:absolute; top:50%; font-weight:700; padding:0 25px; text-align:center;  transition: all 0.3s ease-in-out; margin-top:-30px;}

a.newsBlock:hover  .newsBlockMask{ bottom:0;}
a.newsBlock:hover  .newsBlockTitle{ opacity:0;}

a.newsBlock:hover .newsBlockImg img{transform:scale(1.1); border-radius:30px;  z-index:-1;}




 /* */ 
 
 
 
 
 a.acc_trigger{
	margin:0 0 0 0;
	background:#fff;
	height: 58px; line-height:58px;
	width: 100%;
	font-size:16px;
	font-weight:600;
	overflow:hidden;
	color: #161616;
	display: block;
	padding: 0 0 0 0;
	text-align:left;
	outline:none; clear:both; 
	
	transition: all 0.3s ease-in-out; 
}

a.acc_trigger .aLbxt{width:37px; height:34px; float:right; margin:11px 10px; transition: all 0.3s ease-in-out; display:block; position:relative;}
a.acc_trigger .aLbxt:before{content:""; background:#161661; width:2px; height:10px; position:absolute; right:13px; font-size:20px; top:50%; margin-top:-5px; transition: all 0.3s ease-in-out;}
a.acc_trigger .aLbxt:after{content:""; background:#161661; width:10px; height:2px; position:absolute; right:9px; font-size:20px; top:50%; margin-top:-1px; transition: all 0.3s ease-in-out;}
a.acc_trigger:hover{padding: 0 0 0 35px; color:#b73235;}

a.acc_trigger:hover .aLbxt:before{ width:0; background:#b73235; }
a.acc_trigger:hover .aLbxt:after{content:""; background:#b73235;}




a.aaaactive {padding: 0 0 0 0; color:#b73235;}
a.aaaactive .aLbxt:before{ width:0;  background:#b73235; }
a.aaaactive .aLbxt:after{content:"";  background:#b73235; }


/* */

 a.acc_triggerr{
	margin:0 0 0 0;
	background:#fff;
	height: 58px; line-height:58px;
	width: 100%;
	font-size:16px;
	font-weight:600;
	overflow:hidden;
	color: #161616;
	display: block;
	padding: 0 0 0 15px;
	text-align:left;
	outline:none; clear:both; 
	border:1px solid #efefef;
	transition: all 0.3s ease-in-out; 
}

a.acc_triggerr .aLbxt{width:37px; height:34px; float:right; margin:11px 10px; transition: all 0.3s ease-in-out; display:block; position:relative;}
a.acc_triggerr .aLbxt:before{content:""; background:#161661; width:2px; height:10px; position:absolute; right:13px; font-size:20px; top:50%; margin-top:-5px; transition: all 0.3s ease-in-out;}
a.acc_triggerr .aLbxt:after{content:""; background:#161661; width:10px; height:2px; position:absolute; right:9px; font-size:20px; top:50%; margin-top:-1px; transition: all 0.3s ease-in-out;}
a.acc_triggerr:hover{padding: 0 0 0 35px; color:#b73235;}

a.acc_triggerr:hover .aLbxt:before{ width:0; background:#b73235; }
a.acc_triggerr:hover .aLbxt:after{content:""; background:#b73235;}




a.aaaactivee {padding: 0 0 0 15px; color:#b73235;}
a.aaaactivee .aLbxt:before{ width:0;  background:#b73235; }
a.aaaactivee .aLbxt:after{content:"";  background:#b73235; }







.acc_container {
	margin:0 0 15px 0; padding:10px 5px;
	overflow: hidden;
	clear: both;
	text-align:justify;
	font-size:14px;
}

.acc_container p{font-size:15px; color:#161616; line-height:1.6; font-weight:400; padding-bottom:25px; text-align:justify;}
.acc_container h3{font-size:17px; color:#161616; line-height:1.6; font-weight:600; padding-bottom:15px; text-align:justify;}
.acc_container {font-size:15px; color:#161616; line-height:1.6; font-weight:400; padding-bottom:25px; text-align:justify;}
.acc_container ul{font-size:15px; color:#161616; line-height:1.6; font-weight:400; list-style:circle;}
.acc_container ul{ font-size:15px !important; color:#161616 !important; line-height:1.6 !important; font-weight:400 !important; padding-bottom:5px !important; text-align:justify; list-style: circle; padding-left:20px;}
.acc_container ul li{ text-align:left !important;}


a.newsList{width: 100%; height: auto; position: relative; display:block;  transition: all 0.3s ease-in-out; margin-bottom:25px;}

.newsListImgCon{width: 100%; height: auto; position: relative; overflow:hidden;  transition: all 0.3s ease-in-out;}
.newsListImgCon img{width: 100%; display: block;  transition: all 0.3s ease-in-out;}
.nListMask{width: 100%; height: 100%; position: absolute; background: rgba(0,0,0,0.7); left: 0; top: 0; opacity:0;  transition: all 0.3s ease-in-out;}

.nListDateC{width: 75px; height: 75px; border-radius: 75px; background: #b73235; position: absolute; right:20px; top: 20px;}
.nListDateD{width: 100%; text-align: center; padding-top: 10px; font-size: 32px; font-weight: 700; color: #fff;}
.nListDateM{width: 100%; text-align: center; padding-top: 0; font-size: 18px; font-weight: 300; color: #fff;}

.nListTxtC{width: 100%; padding: 15px; background: #F4F4F4;}
.nListTxtT{width: 100%; height: auto; padding: 5px 0; font-size: 22px; font-weight: 500; line-height:26px; color: #b73235;  transition: all 0.3s ease-in-out;}
.nListTxtCn{width: 100%; height: auto; padding: 15px 0; font-size: 15px; line-height: 22px; font-weight: 400; color: #161616;  transition: all 0.3s ease-in-out;}
.nListTxtL{width: 100%; height: auto; padding: 15px 0; font-size: 16px; font-weight: 700; color: #b73235;  transition: all 0.3s ease-in-out;}


a.newsList:hover .newsListImgCon img{transform:scale(1.1); border-radius:30px;  z-index:-1;}
a.newsList:hover .nListMask{ opacity:1;}
a.newsList:hover .nListTxtCn{  color: #b73235;}
a.newsList:hover .nListTxtL{  color: #b73235;}


.newsListImgCon:after {
    font-size: 1.25em;
    display: block;
    content: "\f067";
    font-family: FontAwesome;
    width: 2.25em;
    height: 2.25em;
    line-height: 2.25;
    text-align: center;
    background: #b73235;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 1.125em 0 0 -1.125em;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    box-shadow: 0 0 0 0 rgba(24,24,24,.2) inset, 0 2px 10px rgba(0,0,0,.2);
    transition: 300ms ease all;
    transform: translateY(20%);
}

a.newsList:hover .newsListImgCon:after{ opacity:1; margin: -1.125em 0 0 -1.125em;}





/* */ 


.socialCon3{width:auto; display:inline-block; margin:20px auto; height:50px; float:left;}





a.facebook3{ display:block; width:50px; height:50px; font-size:18px; line-height:50px; text-align:center; color:#fff; float:left; transition: all 0.3s ease-in-out; margin-right:10px; background:#016bb6; border-radius:50px;}
a.facebook3:hover{ background:#fff; color:#016bb6;}

a.twitter3{ display:block; width:50px; height:50px; font-size:18px; line-height:50px; text-align:center; color:#fff; float:left; transition: all 0.3s ease-in-out; margin-right:10px; background:#08c1e2; border-radius:50px;}
a.twitter3:hover{ background:#fff; color:#08c1e2;}

a.instagram3{ display:block; width:50px; height:50px; font-size:18px; line-height:50px; text-align:center; color:#fff; float:left; transition: all 0.3s ease-in-out; margin-right:10px; background:#316699; border-radius:50px;}
a.instagram3:hover{ background:#fff; color:#316699;}

a.linkedin3{ display:block; width:50px; height:50px; font-size:18px; line-height:50px; text-align:center; color:#fff; float:left; transition: all 0.3s ease-in-out; margin-right:10px; background:#4875b4; border-radius:50px;}
a.linkedin3:hover{ background:#fff; color:#4875b4;}

a.youtube3{ display:block; width:50px; height:50px; font-size:32px; line-height:140px; text-align:center; color:#999999; float:left; transition: all 0.3s ease-in-out; background:#eeeeee; margin-bottom: 5px; border-radius:50px;}
a.youtube3:hover{ background:#CF2200; color:#fff;}



/**********/

.dne1{width: 100%; height: auto; position: relative; padding-top: 8.75em; z-index:5;}
.dne2{height:220px;}
.dne3{max-width:580px; margin-left:auto; text-align:left;}
.dne4{width: 100%; height: auto; font-size: 55px; font-weight: 700; color: #323743; padding-bottom: 10px;}
.dne5{width: 100%; height: auto; font-size: 55px; font-weight: 700; color: #b73235; padding-bottom: 40px;}

.dne6{max-width: 600px; height: auto; font-size:16px; font-weight: 300; color: #161616; line-height: 24px; padding-bottom:50px;}
.dne7{max-width: 600px; height: auto; font-size:14px; font-weight: 300; color: #161616; line-height: 24px;}
.dne8{height:50px;}
.dne9{width:100%; padding:10px 0;}

.dne10{position:absolute; top:0; left:0; z-index:-1;}
.dne11{height:120px;}


.dne12{width:90px; height:90px; border-radius:90px; color:#fff; text-align:center; line-height:90px; font-size:35px; margin:0 auto 25px auto;}
.dne13{font-weight:600; font-size:22px; padding:0 0 15px 0; text-align:center;}
.dne14{font-size:14px; font-weight:400; color:#181818; line-height:22px; text-align:center;}

.dne12c1{background:#323743;}
.dne12c2{background:#b73235;}

.dne15{height:50px;}

.dne16{width: 100%; height: auto; position: relative; padding-top: 8.75em; z-index:5;}
.dne17{text-align:right;}
.dne18{height:170px;}

.dne19{max-width:600px; margin-right:auto; text-align:left; padding-left:40px;}
.dne20{width: 100%; height: auto; font-size: 30px; font-weight: 700; color: #b73235; padding-bottom: 30px;}
.dne21{max-width: 600px; height: auto; font-size:16px; font-weight: 300; color: #161616; line-height: 24px; padding-bottom:50px;}

.dne22{padding-left: 150px; padding-right: 35px;}
.dne23{padding-top: 100px;}
.dne24{width: 100%; height: auto; font-size: 45px; font-weight: 700; color: #b73235; padding-bottom: 40px;}
.dne25{max-width: 600px; height: auto; font-size:16px; font-weight: 300; color: #161616; line-height: 24px;}
.dne26{max-width: 600px; height: auto; font-size:16px; font-weight: 300; color: #161616; line-height: 24px; padding-top: 25px;}
.dne27{height: 140px;}

.dne25 p{ padding-bottom:15px;}


.dne28{width:100%; height:auto; padding:15px 0; font-size:22px; font-weight:400; color:#b73235; line-height:26px;}

a.c1Link{ display:block; width:auto; height:auto;  transition: all .4s ease-in-out; }

.dne29{width:90px; height:90px; border-radius:90px; color:#fff; text-align:center; line-height:90px; font-size:35px; float:left;}
.dne29 img{ width:70%;}
.dne30{margin-left:110px;}
.dne31{text-align:left; font-weight:600; font-size:25px; padding:0 0 15px 0; line-height:30px;}
.dne32{font-size:15px; font-weight:300; color:#333; line-height:22px;  transition: all .4s ease-in-out; }
.dne50{font-size:15px; font-weight:300; color:#333; line-height:22px;  transition: all .4s ease-in-out; }
.dne33{ height:40px;} 
.dne34{ height:60px;}

.dne13c1{color:#323743;}
.dne13c2{color:#b73235;}

a.c1Link:hover .dne32{ color:#b73235;}
a.c1Link:hover .dne50{ color:#323743;}

.dne35{width:100%; height:auto; padding:20px 0; background:url(../images/bgn-team.jpg); background-size: cover; background-position: center; background-repeat: no-repeat;}
.dne36{max-width:580px; margin-left:auto; padding:150px 0;}
.dne37{width:100%; padding:10px 0; font-weight:300; font-size:15px; color:#181818;}
.dne38{width:100%; padding:0; font-size:65px; font-weight:700; color:#b73235; line-height:75px;}
.dne39{width:100%; padding:30px 0; font-size:18px; color:#181818; line-height:30px;}
.dne40{ padding:0;}

.dne41{max-width:580px; margin-right:auto; padding:10px 0;}
.dne42{width:100%; padding:10px 0; font-weight:300; font-size:15px; color:#181818;}
.dne43{width:100%; padding:0; font-size:50px; font-weight:700; color:#b73235; line-height:65px;}
.dne44{width:100%; padding:20px 0; font-size:16px; color:#181818; line-height:30px;}
.dne45{width:100%; padding:10px 0; font-size:18px; color:#181818; line-height:30px;}
.dne46{width:100%; padding:30px 0; font-size:16px; color:#181818; line-height:22px;}
.dne47{ height:0;}



a.readMoreBtnnn{ display:inline-block; width:auto; padding:15px 30px; font-size:16px; color:#181818; border:1px solid #b73235; font-weight:600; transition: all .4s ease-in-out; position:relative; border-radius:30px;}
a.readMoreBtnnn:hover{ color:#fff; background:#b73235;}

a.readMoreBtnCCC{ display:inline-block; width:auto; padding:15px 30px; font-size:16px; color:#fff; border:1px solid #b73235; background:#b73235; font-weight:600; transition: all .4s ease-in-out; position:relative; border-radius:30px;}
a.readMoreBtnCCC:hover{ color:#181818; background:#fff; border:1px solid #b73235}





.contentSub{
	font-size: 16px; color: #4f4e4e; line-height: 26px; font-weight:300;
}
.contentSub h3{ font-size:18px; font-weight: 600; padding-bottom: 20px; color: #b73235;}
.contentSub p{
	padding:0 0 25px 0;
}
.contentSub li{
	 padding-bottom:15px;
}
.contentSub a{
	 color:#b73235; transition: all .4s ease-in-out; font-weight:400;
}
.contentSub a:hover{
	 color:#4f4e4e;
}




a.glBoxx{
	float:left; width:auto; line-height:0; overflow:hidden; backface-visibility:hidden; z-index:1;
    text-align: center; position:relative; margin-bottom:20px;
    background: #fff;
    /*border: 3px solid #d7d7d7;*/
    
}

.gBoxxImg{width:auto; height:100%; position:relative; overflow:hidden;}
.gBoxxImg img{ width: auto; display:block;  transition:all 0.3s linear;}



.gBoxxImgMsk{background:rgba(255,255,255,0.8); position: absolute; width: 100%; height: 100%; left: 0; bottom: 0; opacity: 0; transition: all 0.4s ease-in-out; border: 3px solid #b4272e;}


a.glBoxx:hover .gBoxxImgMsk{ opacity:1; border: 10px solid #b73235;}



a.glBoxx:hover .gBoxxImg img{transform:scale(1.1);  z-index:-1;}




.socialCon{width:750px; margin:40px auto; height:140px;}
.socialTitle{text-align:center;}




a.facebook1{ display:block; width:140px; height:140px; border-radius: 30px; font-size:32px; line-height:140px; text-align:center; color:#fff; float:left; transition: all 0.3s ease-in-out; margin:0 5px; background:#b4272e; margin-bottom: 5px;}
a.facebook1:hover{ background:#016bb6; color:#fff;}

a.twitter1{ display:block; width:140px; height:140px; border-radius: 30px; font-size:32px; line-height:140px; text-align:center; color:#fff; float:left; transition: all 0.3s ease-in-out; margin:0 5px; background:#b4272e; margin-bottom: 5px;}
a.twitter1:hover{ background:#08c1e2; color:#fff;}

a.linkedin1{ display:block; width:140px; height:140px; border-radius: 30px; font-size:32px; line-height:140px; text-align:center; color:#fff; float:left; transition: all 0.3s ease-in-out; margin:0 5px; background:#b4272e; margin-bottom: 5px;}
a.linkedin1:hover{ background:#4875b4; color:#fff;}

a.instagram1{ display:block; width:140px; height:140px; border-radius: 30px; font-size:32px; line-height:140px; text-align:center; color:#fff; float:left; transition: all 0.3s ease-in-out; margin:0 5px; background:#b4272e; margin-bottom: 5px;}
a.instagram1:hover{ background:#316699; color:#fff;}

a.youtube1{ display:block; width:140px; height:140px; border-radius: 30px; font-size:32px; line-height:140px; text-align:center; color:#fff; float:left; transition: all 0.3s ease-in-out; background:#b4272e; margin-bottom: 5px;}
a.youtube1:hover{ background:#CF2200; color:#fff;}


a.vakaLnk{ display:block; width:100%; height:auto; padding:30px; background:#fff; border-radius:0; transition: all 0.3s ease-in-out;}
a.vakaLnk:hover{ background:#f1f1f1; border-radius:100%;}

a.breadLink{color:#525252; font-size: 14px; font-weight: 400;line-height: 24px; transition: all 0.3s ease-in-out;}
a.breadLink:hover{color:#b73235;}



.headBackg{width: 100%; height: auto; padding-top: 150px; padding-bottom:50px;}
.headH80{height:80px;}