@charset "utf-8";

/*
	GEBZEDIJITALBASKI.COM - 25/03/2021
	Web Developer: Ferdi Tarakci
	Web Site: ferditarakci.com
*/

@import url("revolution.css");
@import url("owl.carousel.css");
@import url("../lightgallery/css/lightgallery.min.css");

body,
input,
select,
textarea,
button,
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', Arial, Tahoma;
}

html {
	background: #fff;
}

body {
	line-height: 1.7;
	font-size: 14px;
	font-weight: 400;
	color: #3a3a3b;
}

h1, h2, h3, h4, h5, h6, strong, b {
	font-weight: 600;
}

a {
	color: #3a3a3b;
	-webkit-transition: color .3s linear;
            transition: color .3s linear;
}

a:hover {
	color: #000;
}

.form {
	position: relative;
	float: left;
	width: 100%;
}
.label-div,
.labels-div {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.label-div > div {
	position: relative;
	float: left;
	width: 100%;
}

.labels-div .label-div {
	margin-bottom: 0;
}



input[type="text"],
input[type="password"],
select,
textarea,
.file {
	display: block;
	width: 100%;
	height: 42px;
	line-height: 28px;
	margin: 0;
	padding: 7px 10px;
	border: 1px solid #d7d7d7;
	font-size: 14px;
	font-weight: 300;
	color: #333333;
	background: #fff;
	border-radius: 4px;
	-webkit-transition: all .6s linear;
	        transition: all .6s linear;
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus,
.file:hover {
	color: #2f3032;
	border-color: #8bcdfb;
	background-color: #f1f1f1;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(82, 168, 236, .6);
}
.error input,
.error select,
.error textarea {
	color: #2f3032;
	border-color: #f00;
	background-color: #FFFAFA;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(236, 82, 82, 0.6);
}
textarea {
	height: 130px;
}
select {
	background-image: url(../images/select_down_arrow.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-size: 10px 6px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

select {
	color: #666;
}
select.s1 {
	color: #333333;
}

.submit-button {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}
.submit-button span {
	display: block;
	line-height: 42px;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	padding: 0px 20px;
	border-radius: 4px;
	background-color: #ebaf2e;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
.submit-button:hover span {
	opacity: 0.8;
}
.submit-button[disabled] span {
	cursor: default;
	background-color: #4f4e4e !important;
}
.placeholder {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	color: #969696;
	cursor: text;
	text-decoration: none !important;
}
textarea + .placeholder {
	top: 9px;
}
.placeholder.aktif {
	color: #969696;
}
.note {
	float: right;
	font-size: 12px;
	color: #969696;
}


.captcha {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	padding-left: 160px;
}
.captcha .cw {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 140px;
	height: 42px;
	margin: 0;
}
.captcha .cw > span {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	border: 1px solid #d7d7d7;
}
.captcha img {
	display: block;
	width: 104%;
	height: 112%;
	margin: -2% 0 0 -2%;
}

.file s {
	float: right;
	width: 30%;
	height: 52px;
	line-height: 52px;
	margin: -13px -11px 0 0;
	padding: 0;
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #e5007d;
	border-radius: 4px;
}
.file span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	width: 70%;
	padding-left: 10px;
}
.file input {
	display: none;
}


::-webkit-input-placeholder {
	color: #666;
}
::-moz-placeholder {
	color: #666;
}
:-ms-input-placeholder {
	color: #666;
}
:-moz-placeholder {
	color: #666;
}













#nav_trans_bg {
	position: fixed;
	z-index: 0;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
}




/*
======================================================
	HEADER
======================================================
*/

#site-wrap {
	padding-top: 116px;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#header {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	background-color: #fff;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.fixed #header {
	position: fixed;
}
#header .container_12,
#header .container_12 > div {
	height: 100%;
}

#header .top-bar,
#header .bottom-bar,
#header .res-bar {
	position: relative;
	background-color: #fff;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#header .top-bar {
	height: 50px;
}
#header .bottom-bar {
	height: 66px;
	background-color: #009ee3;
}
#header .res-bar {
	display: none;
}


#header .r {
	float: right;
	height: 100%;
}


#header .logo {
	position: relative;
	z-index: 2;
	float: left;
    width: 275px;
    height: 50px;
    margin-top: 12px;
	background: url(../images/logo.png) no-repeat;
	background-size: 100%;
	-webkit-transition: all .3s linear;
            transition: all .3s linear;
}
.r2x #header .logo {
	background-image: url(../images/logo@2x.png);
}
.r3x #header .logo {
	background-image: url(../images/logo@3x.png);
}
#header .logo a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	-webkit-transition: all .3s linear;
            transition: all .3s linear;
}








#header .socials {
	float: left;
	margin: 12px 0;
	-webkit-transition: all .3s linear;
            transition: all .3s linear;
}
#header .socials > div {
	float: left;
	display: inline-block;
}
#header .socials a {
	overflow: hidden;
	position: relative;
	float: left;
	width: 20px;
	height: 20px;
	margin: 3px 2px;
	background: url(../images/footer_socials.png) no-repeat;
	background-size: auto 20px;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#header .socials a:hover {
	background-image: url(../images/footer_socials2.png);
}
#header .socials a.fb {
	background-position: 0px 0px;
}
#header .socials a.tw {
	background-position: -26px 0;
}
#header .socials a.li {
	background-position: -51px 0;
}
#header .socials a.in {
	background-position: -77px 0;
}
#header .socials a.yt {
	background-position: -102px 0;
}
#header .socials .divider {
	float: left;
	width: 1px;
	height: 26px;
	margin: 0 20px;
	background-color: #ebf2f4;
}





#header .info {
	float: left;
	margin: 12px 0;
	-webkit-transition: all .3s linear;
            transition: all .3s linear;
}
#header .info > div {
	float: left;
}
#header .info a,
#header .info span {
	float: left;
	margin: 3px 0;
	line-height: 20px;
	font-size: 12px;
	font-weight: 600;
	color: #3a3a3b;
	text-align: right;
	text-decoration: none;
	background: none no-repeat 0 50%;
	background-size: auto 20px;
	-webkit-transition: all .3s linear;
            transition: all .3s linear;

}
#header .info a:hover {
	opacity: 0.7;
}
#header .info .phone {
	padding-left: 24px;
	background-image: url(../images/header_info_phone.png);
}
#header .info .mail {
	padding-left: 24px;
	background-image: url(../images/header_info_mail.png);
}
#header .info .divider {
	width: 1px;
	height: 26px;
	margin: 0 20px;
	background-color: #ebf2f4;
}




#header .langs {
	float: left;
	margin: 12px 0;
	-webkit-transition: all .3s linear;
            transition: all .3s linear;
}
#header .langs > div {
	float: left;
}
#header .langs a {
	float: left;
	margin: 3px 0;
	padding-left: 0px;
	line-height: 20px;
	font-size: 12px;
	font-weight: 600;
	color: #3a3a3b;
	text-decoration: none;
	background: none no-repeat;
	background-size: auto 20px;
	-webkit-transition: all .3s linear;
            transition: all .3s linear;
}
#header .langs a:hover {
	opacity: 0.7;
}
#header .langs a.selected {
	opacity: 0.2;
}

#header .langs .en {
	margin-left: 16px;
}














#header .main-nav {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
}
#header .main-nav > ul {
	display: inline-block;
	height: 100%;
}
#header .main-nav > ul > li {
	position: relative;
	float: left;
	margin-left: 4px;
	margin-right: 4px;
}

#header .main-nav > ul > li > a {
	position: relative;
	display: block;
	line-height: 22px;
	padding: 22px 30px;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -0.25px;
	-webkit-transition: all .3s linear;
            transition: all .3s linear;
}
#header .main-nav > ul > li:hover > a,
#header .main-nav > ul > li.selected > a {
	background-color: #e5007d;
}
#header .main-nav > ul > li > a > span {
	position: relative;
	z-index: 1;
}





#header .main-nav > ul > li.dropdown > a {
	padding-right: 30px;
	-webkit-transition: padding-right 0s linear;
	        transition: padding-right 0s linear;
}
#header .main-nav > ul > li.dropdown > a:after {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 4px;
	margin-top: -2px;
	content: "";
	background: url(../images/dropdown2.png) no-repeat;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}

#header .main-nav > ul > li > ul,
#header .main-nav > ul > li > ul ul {
	overflow: hidden;
	display: none;
	position: absolute;
	top: 66px;
	left: 0;
	z-index: 0;
	background: url(../images/blank.gif);
	-webkit-transition: all .3s linear;
            transition: all .3s linear;
}
#header .main-nav > ul > li > ul ul {
	top: 3px;
	left: 100%;
	margin-left: 0px;
	z-index: 1;
}
#header .main-nav > ul > li:hover ul {
	-webkit-transition: height .3s linear .3s;
            transition: height .3s linear .3s;
}
#header .main-nav > ul > li > ul li {
	position: relative;
	float: none;
	display: block;
	text-align: left;
}
#header .main-nav > ul > li > ul li a {
	display: block;
	width: 270px;
	line-height: 16px;
	padding: 12px 16px;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -0.25px;
	border-bottom: 1px solid #0190ce;
	background-color: #009ee3;
	-webkit-transition: all .3s linear;
            transition: all .3s linear;
}
#header .main-nav > ul > li > ul li:last-child a {
	border-bottom: 0;
}
#header .main-nav > ul > li > ul li:hover > a,
#header .main-nav > ul > li > ul li.selected > a {
	background-color: #e5007d;
}



#header .main-nav > ul > li > ul > li.dropdown > a {
	padding-right: 25px;
}
#header .main-nav > ul > li > ul > li.dropdown > a:after {
	position: absolute;
	top: 50%;
	right: 18px;
	width: 4px;
	height: 8px;
	margin-top: -4px;
	content: "";
	background: url(../images/dropdown3.png) no-repeat;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}







.fixed #site-wrap {
	padding-top: 92px;
}
.fixed #header {
	box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.25);
}
.fixed #header .top-bar {
	height: 36px;
}
.fixed #header .top-bar .logo {
	margin-top: 3px;
}
.fixed #header .socials,
.fixed #header .info,
.fixed #header .langs {
	margin: 5px 0;
}

.fixed #header .bottom-bar {
	height: 56px;
}
.fixed #header .main-nav > ul > li > a {
	padding-top: 18px;
	padding-bottom: 18px;
	line-height: 20px;
}
.fixed #header .main-nav > ul > li ul {
	top: 56px;
}


/*
.fixed #header .bottom-bar {
	height: 52px;
}
.fixed #header .logo {
	width: 214px;
	height: 130px;
	margin-top: -48px;
	margin-left: -21px;
}
.fixed #header .main-nav > ul > li > a {
	padding-top: 16px;
	padding-bottom: 16px;
	line-height: 20px;
	font-size: 12px;
	font-weight: 600;
}
.fixed #header .sub-nav,
.fixed #header .main-nav > ul > li ul {
	top: 46px;
	padding-top: 0;
}
.fixed #header .main-nav > ul > li.dropdown:hover > a:before {
	height: 100%;
}
.fixed #header .main-nav > ul > li > ul li a {
	font-size: 11px;
	font-weight: 600;
}
.fixed #header .sub-nav .sub-nav-inner {
    margin-top: 0;
}
*/

/*
======================================================
	// HEADER
======================================================
*/












/*
======================================================
	MAIN SLIDER
======================================================
*/
#main-slider {
	position: relative;
	z-index: 0;
	margin-bottom: 30px;
	background-color: #444;
}
#main-slider .tp-bannertimer {
	left: 0;
	bottom: 0;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.2);
}
#main-slider .tp-banner-container {
	position: relative;
	z-index: 0;
}
#main-slider .tp-banner {
	max-width: 2560px;
	max-height: 500px;
}

#main-slider .tp-bullets.simplebullets.round .bullet {
	width: 16px;
	height: 16px;
	margin: 0;
	margin-left: 5px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: transparent;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#main-slider .tp-bullets.simplebullets.round .bullet.selected {
	background: #fff;
}
#main-slider .tp-leftarrow.default,
#main-slider .tp-rightarrow.default {
	top: 50% !important;
	width: 70px;
	height: 70px;
	margin-top: -35px !important;
	opacity: 1;
	background: rgba(0, 0, 0, 0.5) url(../images/slider_prev.png) no-repeat 50%;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#main-slider .tp-rightarrow.default {
	background-image: url(../images/slider_next.png);
}
/*
#main-slider .tp-caption {
	left: 0 !important;
	top: auto !important;
	bottom: 40px !important;
	width: 100% !important;
}
*/
#main-slider .tp-arr-subtitleholder {
	display: none;
}

#main-slider .slidelink {
	left: 0 !important;
}
#main-slider .container_12 .grid_12 {
	max-width: 480px;
}
#main-slider .tp_title {
	white-space: nowrap;
}
#main-slider .tp_title h1 {
	position: relative;
	z-index: 0;
	margin-bottom: 20px;
	line-height: 42px;
	font-size: 34px;
	font-weight: 800;
    color: #fff;
    text-align: left;
	text-transform: uppercase !important;
	letter-spacing: -2.5px !important;
}
#main-slider .tp_title h1 span {
	display: block;
}
#main-slider .tp_text {
	margin: 0;
	white-space: normal !important;
	line-height: 1.4 !important;
	font-size: 14px;
	font-weight: 600 !important;
	color: #fff !important;
	letter-spacing: -0.25px !important;
	text-shadow: 0px 6px 19px rgba(0, 0, 0, 0.8);
}
#main-slider .tp_text * {
	margin: 0;
}
#main-slider .tp_text span {
	font-size: 100% !important;
	color: #b17a48;
}
#main-slider .align-right .container_12 .grid_12 {
	float: right;
}
#main-slider .align-right .tp_title h1,
#main-slider .align-right .tp_text {
	text-align: right;
}
/*
======================================================
	// MAIN SLIDER
======================================================
*/



















.section-title {
	position: relative;
	z-index: 0;
	margin-bottom: 20px;
	padding-bottom: 5px;
	line-height: 36px;
	font-size: 18px;
	font-weight: 800;
    color: #282828;
    text-align: left;
	text-transform: uppercase;
	letter-spacing: -0.25px;
}
.section-title:after {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 46px;
	content: "";
	border-bottom: 4px solid #e5007d;
}
.section-title span {
	position: relative;
	z-index: 1;
}














/*
======================================================
	MAIN CAROUSEL
======================================================
*/
#main-carousel {
	position: relative;
	z-index: 0;
	margin-bottom: 30px;
}
#main-carousel a {
	text-decoration: none;
}
#main-carousel .owl-carousel {
	float: left;
	display: block;
}
#main-carousel .item {
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 60px;
}
#main-carousel .item .image {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #f5f5f5;
	background: url(../images/loader.gif) no-repeat 50%;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#main-carousel .item .image span {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 48%;
	background: none no-repeat 50%;
	background-size: cover;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#main-carousel .item:hover .image span {
	-webkit-transform: scale(1.2) rotate(3deg);
	        transform: scale(1.2) rotate(3deg);
}
#main-carousel .item .image img {
	display: none;
}
#main-carousel .item h3 {
	position: relative;
	margin: 0 0 5px;
	line-height: 20px;
	font-size: 14px;
	font-weight: 600;
	color: #474747;
	text-align: left;
	letter-spacing: -0.25px;
}
#main-carousel .item p {
	margin: 0;
	line-height: 1.4;
	font-size: 13px;
	color: #606060;
	text-align: left;
}
#main-carousel .item .readmore {
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	right: 10px;
	padding: 8px 28px 8px 10px;
	line-height: 20px;
	font-size: 13px;
	font-weight: 600;
	color: #444544;
	text-decoration: none;
	border-radius: 0px 12px 12px 12px;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#main-carousel .item .readmore:hover {
	background-color: #f5f5f5;
}
#main-carousel .item .readmore:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 36px;
	content: "";
	background: url(../images/link_arrow4.png) no-repeat 50%;
	background-size: 6px 11px;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}

#main-carousel .owl-next,
#main-carousel .owl-prev {
	position: absolute;
	top: -60px;
	right: 48px;
	z-index: 2;
	width: 44px;
	height: 44px;
	font-size: 0;
	cursor: pointer;
	border-radius: 12px 0px 12px 12px;
	background: #9f9fa1 url(../images/owl_prev.png) no-repeat 50%;
	background-size: 9px 12px;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#main-carousel .owl-next {
	right: 0px;
	border-radius: 0px 12px 12px 12px;
	background-image: url(../images/owl_next.png);
}
#main-carousel .owl-next:hover,
#main-carousel .owl-prev:hover {
	background-color: #cfcfd0;
}
#main-carousel .owl-dots {display: none;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
#main-carousel .owl-dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0;
	margin-left: 3px;
	margin-right: 3px;
	border: 2px solid #828d9d;
	border-radius: 50%;
	background: #828d9d;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#main-carousel .owl-dot.active {
	border-color: #828d9d;
	background: #fff;
}
/*
======================================================
	// MAIN CAROUSEL
======================================================
*/









/*
======================================================
	MAIN TEXT
======================================================
*/
#main-text {
	position: relative;
	z-index: 0;
	margin-bottom: 30px;
}
#main-text .inner,
#main-text .container_12,
#main-text .container_12 > div {
	height: 100%;
}
#main-text .inner {
	position: relative;
	height: 420px;
	padding: 40px 20px;
	background: url(../images/main_text.jpg) no-repeat 50%;
	background-size: auto 100%;
}
#main-text .text {
	float: right;
	width: 520px;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.7);
}
#main-text .section-title {
    color: #fff;
}
#main-text .btns {
	margin-top: 30px;
}
#main-text .readmore {
	position: relative;
	float: right;
	padding: 8px 28px 8px 10px;
	line-height: 20px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	border-radius: 0px 12px 12px 12px;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#main-text .readmore:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 38px;
	content: "";
	background: url(../images/link_arrow2.png) no-repeat 50%;
	background-size: 6px 11px;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
/*
======================================================
	// MAIN TEXT
======================================================
*/















/*
======================================================
	MAIN SIXBOX
======================================================
*/
#main-sixbox {
	position: relative;
	z-index: 0;
	margin-bottom: 30px;
}
#main-sixbox a {
	text-decoration: none;
}
#main-sixbox .list {
	float: left;
	width: 106%;
	margin-left: -6%;
}
#main-sixbox .item {
	position: relative;
	float: left;
	width: 27.3333333333%;
	margin-left: 6%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 70px;
}
#main-sixbox .item:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	content: "";
	background: none no-repeat 50%;
	background-size: 100%;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#main-sixbox .item:hover:before {
	-webkit-transform: scale(1.2) rotate(3deg);
	        transform: scale(1.2) rotate(3deg);
}
#main-sixbox .item.n1:before {
	background-image: url(../images/news_icon1.png);
}
#main-sixbox .item.n2:before {
	background-image: url(../images/news_icon2.png);
}







#main-sixbox h3 {
	position: relative;
	z-index: 0;
	line-height: 1.3;
	margin: 0 0 20px;
	padding-bottom: 14px;
	font-size: 15px;
	font-weight: 700;
	color: #282828;
    text-align: left;
	text-transform: uppercase;
	letter-spacing: -0.25px;
}
#main-sixbox h3:after {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 46px;
	content: "";
	border-bottom: 4px solid #e5007d;
}
#main-sixbox p {
	line-height: 1.4;
	margin: 0 0 5px;
	color: #828282;
}

#main-sixbox .all-btn {
	float: left;
	width: 100%;
	height: 0;
	margin-top: 49px;
	text-align: center;
	border-top: 1px solid #d7d7d7;
}
#main-sixbox .all-btn a {
	position: relative;
	top: -16px;
	display: inline-block;
	padding: 0 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 600;
	color: #021723;
	text-decoration: none;
	background-color: #fff;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}


#main-sixbox .owl-carousel {
	display: none !important;
	width: 100%;
	margin-left: 0;
	margin-top: 20px;
}
#main-sixbox .owl-carousel .item {
	width: 100%;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
#main-sixbox .owl-next,
#main-sixbox .owl-prev {
	position: absolute;
	top: -60px;
	right: 48px;
	z-index: 2;
	width: 44px;
	height: 44px;
	font-size: 0;
	cursor: pointer;
	border-radius: 12px 0px 12px 12px;
	background: #9f9fa1 url(../images/owl_prev.png) no-repeat 50%;
	background-size: 9px 12px;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#main-sixbox .owl-next {
	right: 0px;
	border-radius: 0px 12px 12px 12px;
	background-image: url(../images/owl_next.png);
}
#main-sixbox .owl-next:hover,
#main-sixbox .owl-prev:hover {
	background-color: #cfcfd0;
}
#main-sixbox .owl-dots {
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
#main-sixbox .owl-dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0;
	margin-left: 3px;
	margin-right: 3px;
	border: 2px solid #828d9d;
	border-radius: 50%;
	background: #828d9d;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#main-sixbox .owl-dot.active {
	border-color: #828d9d;
	background: #fff;
}
/*
======================================================
	// MAIN SIXBOX
======================================================
*/






























/*
======================================================
	PAGINATION
======================================================
*/
.pagination {
	position: relative;
	z-index: 0;
	float: left;
	width: 100%;
	margin-top: 10px;
	text-align: center;
}
.pagination > div {
	display: inline-block;
	min-height: 24px;
}
.pagination > div select {
	display: none;
	width: 120px;
}
.pagination > div a {
	float: left;
	width: 26px;
	height: 26px;
	line-height: 24px;
	margin: 0 5px 5px;
	font-size: 13px;
	font-weight: 400;
	color: #3f6371;
	text-decoration: none;
	border: 1px solid #efefef;
    border-radius: 4px;
	background-color: #fff;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
.pagination > div a:hover {
	border-color: #c7c7c7;
    background-color: #fbfbfb;
}
.pagination > div a.selected {
	color: #fff;
	border-color: #e5007d;
	background-color: #e5007d;
}
.pagination select {
	display: none;
	width: 130px;
}
/*
======================================================
	// PAGINATION
======================================================
*/























/*
======================================================
	PAGE IMAGE
======================================================
*/
#page-image {
	position: relative;
	z-index: 0;
	margin-bottom: 0;
}
#page-image .bg-image {
	position: relative;
	width: 100%;
	min-height: 140px;
	background: none no-repeat 50% 0;
	background-size: auto 100%;
}
#page-image .hidden-image {
	visibility: hidden;
	display: block;
}
#page-image .container-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#page-image .container_12,
#page-image .grid_12 {
	height: 100%;
}
#page-image .page-image-title {
	position: relative;
	margin: 0 0 0 40px;
	padding: 12px 0px 12px 14px;
	line-height: 26px;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -0.25px;
	border-left: 6px solid #e5007d;
}
/*
======================================================
	// PAGE IMAGE
======================================================
*/









/*
======================================================
	CONTENT
======================================================
*/
.sub-page {
	position: relative;
	z-index: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}
.sub-page p {
	margin: 0 0 20px;
}

.sub-page .pr50 {
	padding-right: 50px;
}
.sub-page .pl50 {
	padding-left: 50px;
}


.sub-page aside nav {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.side-nav > ul ul {
	display: none;
}
.side-nav > ul > li {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 4px;
	background-color: #fff;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
.side-nav > ul > li:hover,
.side-nav > ul > li.selected {
	border-bottom-color: #dc9d13;
}
.side-nav > ul a {
	overflow: hidden;
	position: relative;
	display: block;
	padding: 14px 48px 14px 34px;
	line-height: 20px;
	font-size: 13px;
	font-weight: 700;
	color: #444544;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -0.25px;
	background-color: #ececec;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
.side-nav > ul > li:hover > a,
.side-nav > ul > li.selected > a {
	color: #fff;
	background-color: #e5007d;
}
.side-nav > ul > li > a:before {
	position: absolute;
	top: 50%;
	left: 20px;
	z-index: 0;
	width: 4px;
	height: 4px;
	content: "";
	margin-top: -2px;
	border-radius: 50%;
	background-color: #282828;
	-webkit-transition: all .3s linear;
            transition: all .3s linear;
}
.side-nav > ul > li:hover > a:before,
.side-nav > ul > li.selected > a:before {
	background-color: #fff;
}
.side-nav > ul > li > a:after,
.side-nav > ul > li.dropdown > a:after,
.side-nav > ul > li > ul > li > a:after {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	width: 48px;
	height: 100%;
	content: "";
	background: url(../images/sidenav_arrow.png) no-repeat 50%;
	background-size: 6px 10px;
	-webkit-transition: all .3s linear;
            transition: all .3s linear;
}
.side-nav > ul > li > a:after {
	background-image: url(../images/sidenav_arrow4.png);
}
.side-nav > ul > li:hover > a:after,
.side-nav > ul > li.selected > a:after {
	background-image: url(../images/sidenav_arrow2.png);
}
.side-nav > ul > li > ul > li:hover > a:after,
.side-nav > ul > li > ul > li.selected > a:after {
	background-image: url(../images/sidenav_arrow3.png);
}
.side-nav > ul > li.dropdown.selected > a:after,
.side-nav > ul > li > ul > li.dropdown.selected > a:after {
	-webkit-transform: rotateZ(90deg);
	    -ms-transform: rotateZ(90deg);
	        transform: rotateZ(90deg);
}
.side-nav > ul > li > ul > li {
	margin-left: 14px !important;
	margin-right: 14px !important;
	border-bottom: 1px solid #dcdcdc;
}
.side-nav > ul > li > ul > li > a {
	padding: 9px 20px;
	font-size: 11px;
	font-weight: 700;
	color: #282828;
	background-color: #fff;
}
.side-nav > ul > li > ul > li:hover > a,
.side-nav > ul > li > ul > li.selected > a {
	color: #e5007d;
	background-color: #fff9ed;
}
.side-nav > ul > li > ul > li > ul {
	padding-left: 20px;
	padding-right: 20px;
}
.side-nav > ul > li > ul > li > ul > li {
	border-bottom: 1px solid #ddd;
}
.side-nav > ul > li > ul > li > ul > li > a {
	padding: 7px 20px;
	line-height: 20px;
	font-size: 11px;
	font-weight: 700;
	color: #635b63;
	opacity: 0.7;
	background-color: #fff;
}
.side-nav > ul > li > ul > li > ul > li > a:before {
	position: absolute;
	top: 50%;
	left: 8px;
	z-index: 0;
	width: 4px;
	height: 4px;
	content: "";
	margin-top: -2px;
	border-radius: 50%;
	background-color: #635b63;
	-webkit-transition: all .3s linear;
            transition: all .3s linear;
}
.side-nav > ul > li > ul > li > ul > li > a:after {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	width: 30px;
	height: 100%;
	content: "";
	background: url(../images/sidenav_arrow3.png) no-repeat 50%;
	background-size: 5px 8px;
	-webkit-transition: all .3s linear;
            transition: all .3s linear;
}
.side-nav > ul > li > ul > li > ul > li:hover > a,
.side-nav > ul > li > ul > li > ul > li.selected > a {
	opacity: 1;
}
.side-nav > ul > li > ul > li.last,
.side-nav > ul > li > ul > li > ul > li.last {
	border-bottom: 0;
}


















.sub-page .aside-image {
	float: left;
	width: 100%;
}
.sub-page .aside-image img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}






.sub-page .grid_3 {
	width: 30%;
}
.sub-page .grid_9 {
	width: 70%;
	padding-left: 50px;
}
.article .grid_9 {
	text-align: justify;
}






.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
	position: relative;
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.2;
	font-size: 18px;
	font-weight: 600;
	color: #545454;
	text-align: left;
	letter-spacing: -0.25px;
}
.article h2 {
	font-size: 16px;
}
.article h3 {
	font-size: 14px;
}
.article h4 {
	font-size: 13px;
}
.article h5 {
	font-size: 12px;
	font-weight: 400;
}
.article h6 {
	font-size: 11px;
	font-weight: 400;
}


.sub-page article {
	position: relative;
	float: left;
	width: 100%;
}


.sub-page header {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.sub-page header .page-title {
	margin-bottom: 0;
}
.sub-page .page-title,
.sub-page .page-sub-title {
	position: relative;
	z-index: 0;
	margin-bottom: 20px;
	padding: 0 0 10px;
	line-height: 1.3;
	font-size: 18px;
	font-weight: 800;
    color: #3a3a3b;
    text-align: left;
	text-transform: uppercase;
	letter-spacing: -0.25px;
}
.sub-page .page-title:after,
.sub-page .page-sub-title:after {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 50px;
	content: "";
	border-bottom: 4px solid #e5007d;
}
.sub-page .page-title span,
.sub-page .page-sub-title span {
	position: relative;
	z-index: 1;
}
.sub-page .page-title a,
.sub-page .page-sub-title a {
    color: #3a3a3b;
    text-decoration: none;
}









.photo-gallery {
	float: left;
	width: 100%;
}
.photo-gallery img {
	display: none;
	width: 100%;
	height: 100%;
}
.photo-gallery > div {
	float: left;
	width: 101%;
	margin-left: -1%;
}
.photo-gallery .item {
	position: relative;
	float: left;
	width: 19%;
	margin-top: 10px;
	margin-left: 1%;
	cursor: pointer;
	background: url(../images/loader.gif) no-repeat 50%;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
.photo-gallery .item .image {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 56%;
	background: none no-repeat 50%;
	background-size: cover;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
.photo-gallery .item .image:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0;
	background-color: #fff;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
.photo-gallery .item.active .image:before {
	opacity: 0.3;
}
.photo-gallery .item .image:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0;
	border: 3px solid #e5007d;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
.photo-gallery .item.active .image:after {
	opacity: 1;
}





/*
======================================================
	// CONTENT
======================================================
*/













/*
======================================================
	BLOG
======================================================
*/
#blog a {
	text-decoration: none;
}
#blog .blog-list {
	float: left;
	width: 103%;
	margin-left: -3%;
	display: -webkit-flex;
	display: flex;
	align-items: space-around;
	align-content: stretch;
	flex-flow: row wrap;
}
#blog .item {
	position: relative;
	float: left;
	width: 30.33333333333333333%;
	margin-left: 3%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	background-color: #fff;
	box-shadow: 0px 3px 27px 0px rgba(22, 22, 22, 0.17);
}
#blog .item .image {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	border: 0px solid #f5f5f5;
	background: url(../images/loader.gif) no-repeat 50%;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#blog .item .image span {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 75%;
	background: none no-repeat 50%;
	background-size: cover;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#blog .item:hover .image span {
	-webkit-transform: scale(1.2) rotate(3deg);
	        transform: scale(1.2) rotate(3deg);
}
#blog .item .image img {
	display: none;
}
#blog .item .blog-title {
	position: relative;
	z-index: 0;
	line-height: 1.3;
	margin: 0 30px 20px;
	padding-bottom: 14px;
	font-size: 15px;
	font-weight: 700;
	color: #282828;
    text-align: left;
	letter-spacing: -0.25px;
}
#blog .item .blog-title:after {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 46px;
	content: "";
	border-bottom: 4px solid #e5007d;
}


#blog .item p {
	margin: 0 30px;
	line-height: 1.4;
	font-size: 13px;
	color: #606060;
	text-align: left;
}
#blog .item .readmore {
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	right: 10px;
	padding: 8px 28px 8px 10px;
	line-height: 20px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	background-color: #d22a79;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#blog .item .readmore:hover {
	background-color: #003a8e;
}
#blog .item .readmore:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 36px;
	content: "";
	background: url(../images/link_arrow2.png) no-repeat 50%;
	background-size: 6px 11px;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}


#blog header {
	padding-right: 90px;
}
#blog .blog-image {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
#blog .blog-image img {
	display: block;
	width: 100%;
}
#blog .blog-date {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 22px;
	font-size: 12px;
	font-weight: 800;
}
/*
======================================================
	// BLOG
======================================================
*/
















/*
======================================================
	VIDEOS
======================================================
*/
#videos a {
	text-decoration: none;
}
#videos .video-list {
	float: left;
	width: 103%;
	margin-left: -3%;
	display: -webkit-flex;
	display: flex;
	align-items: space-around;
	align-content: stretch;
	flex-flow: row wrap;
}
#videos .item {
	position: relative;
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-bottom: 30px;
	padding-bottom: 80px;
	background-color: #fff;
	box-shadow: 0px 3px 27px 0px rgba(22, 22, 22, 0.17);
}
#videos .item .image {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	border: 0px solid #f5f5f5;
	background: url(../images/loader.gif) no-repeat 50%;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#videos .item .image span {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 75%;
	background: none no-repeat 50%;
	background-size: cover;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#videos .item:hover .image span {
	-webkit-transform: scale(1.2) rotate(3deg);
	        transform: scale(1.2) rotate(3deg);
}
#videos .item .image span:before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#videos .item .image span:after {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	content: "";
	background: url(../images/play_icon.png) no-repeat 50%;
	background-size: 40px;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#videos .item:hover .image span:before {
	background-color: rgba(0, 0, 0, 0.2);
}



#videos .item .image img {
	display: none;
}
#videos .item .blog-title {
	position: relative;
	z-index: 0;
	line-height: 1.3;
	margin: 0 20px 20px;
	padding-bottom: 14px;
	font-size: 15px;
	font-weight: 700;
	color: #282828;
    text-align: left;
	letter-spacing: -0.25px;
}
#videos .item .blog-title:after {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 46px;
	content: "";
	border-bottom: 4px solid #e5007d;
}


#videos .item p {
	margin: 0 20px;
	line-height: 1.4;
	font-size: 13px;
	color: #606060;
	text-align: left;
}
#videos .item .readmore {
	white-space: nowrap;
	position: absolute;
	bottom: 20px;
	left: 50%;
	padding: 7px 20px;
	line-height: 20px;
	font-size: 13px;
	font-weight: 700;
	color: #464747;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #acacac;
	background-color: #fff;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#videos .item .readmore:hover {
	background-color: #f5f5f5;
}


#videos .video-detail {
	float: left;
	width: 100%;
	margin-bottom: 60px;
}
#videos .video-detail .l {
	float: right;
	width: 64%;
}
#videos .video-detail .r {
	float: left;
	width: 36%;
	padding-right: 60px;
    padding-top: 30px;
}
#videos .video-detail .video {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
	background-color: #444544;
}

#videos .video-detail .video iframe {
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
}
/*
======================================================
	// VIDEOS
======================================================
*/




















/*
======================================================
	HR
======================================================
*/
#human-resources {
	position: relative;
	z-index: 0;
}
#human-resources .grid_7 {
	padding-left: 120px;
	padding-right: 80px;
	text-align: justify;
}
#human-resources .grid_5 {
	padding-left: 40px;
	padding-right: 80px;
}

#human-resources .form label {
	margin-bottom: 10px;
}
#human-resources .form button {
	float: left;
	width: 100%;
}
/*
======================================================
	HR
======================================================
*/



















/*
======================================================
	CONTACT
======================================================
*/
#contact-map {
	position: relative;
	z-index: 0;
}
#contact-map #map-div,
#contact-map iframe {
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
	height: 320px;
	margin: 0 auto;
	border: 0;
	background-color: rgb(229, 227, 223);
}
#contact-map .google-map-directions {
    position: absolute;
    left: 50%;
    bottom: 10px;
	z-index: 1;
	width: 80px;
	margin-left: -40px;
    padding: 5px 10px;
	text-align: center;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.4);
}
#contact-map .google-map-directions .navigate-link {
	display: block;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#contact-map .google-map-directions .navigate-link:hover {
	opacity: 0.7;
}
#contact-map .google-map-directions .navigate-text {
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #19457a;
}
#contact-map .google-map-directions .navigate-icon {
	overflow: hidden;
	display: block;
	width: 22px;
	height: 22px;
	margin: 0 auto;
	background: url(../images/map_direction_icon2.png) no-repeat;
	background-size: 100%;
}



#contact .grid_7 {
	padding-left: 60px;
	padding-right: 40px;
}
#contact .grid_5 {
	padding-left: 40px;
	padding-right: 60px;
}




#contact .address-directions {
	float: left;
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
	background: url(../images/address_list_border.png) no-repeat 130% 0;
}


#contact .address-list {
	float: left;
	width: 100%;
}
#contact .address-info {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background: url(../images/address_list_border.png) no-repeat 130% 100%;
}
#contact .address-info:first-child {
	padding-top: 0;
}
#contact .address-info:last-child {
	padding-bottom: 0;
	background: none;
}
#contact .address-info {
	float: left;
	width: 100%;
}
#contact .address-info > div {
	position: relative;
	float: left;
	width: 100%;
	line-height: 22px;
	margin-bottom: 15px;
	padding-left: 30px;
}
#contact .address-info > div:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
	content: "";
	background: url(../images/blank.gif) no-repeat 0 50%;
	background-size: 22px;
}
#contact .address-info > div.address:before {
	background-image: url(../images/info_icon_address.png);
}
#contact .address-info > div.phone:before {
	background-image: url(../images/info_icon_phone.png);
}
#contact .address-info > div.fax:before {
	background-image: url(../images/info_icon_fax.png);
}
#contact .address-info > div.email:before {
	background-image: url(../images/info_icon_mail.png);
}/*
#contact .address-info h2 {
	margin-bottom: 20px;
	margin-left: 3px;
	padding-left: 16px;
	line-height: 1.4;
    font-size: 16px;
    font-weight: 600;
    color: #515256;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: -0.25px;
	border-left: 4px solid #213a6f;
}*/
#contact .address-info a {
	text-decoration: none;
}
#contact .address-info a:hover {
	text-decoration: underline;
}

#contact .form label {
	margin-bottom: 10px;
}
#contact .form button {
	float: left;
	width: 100%;
}



#contact .emails {
	float: left;
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #dbdbdb;
}
#contact .emails ul {
	float: left;
	width: 100%;
	margin: 0 0 0 -10px;
	list-style: none;
}
#contact .emails li {
	position: relative;
	float: left;
	width: 100%;
	padding: 5px 0;
	line-height: 20px;
}
#contact .emails li:before {
	position: absolute;
	left: -20px;
	top: 0;
	width: 20px;
	height: 100%;
	content: "";
	background: url(../images/list_circle.png) no-repeat 0 50%;
	background-size: 7px;
}
#contact .emails li span {
	font-weight: 600;
}
/*
======================================================
	// CONTACT
======================================================
*/











/*
======================================================
	FOOTER
======================================================
*/

#footer {
    position: relative;
    z-index: 0;
}
#footer .top-bar {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #dddede;
	background-color: #464747;
}
#footer .top-bar .container_12 > div {
	min-height: 200px;
}

#footer .top-bar a {
	color: #dddede;
	text-decoration: none;
}
#footer .top-bar .grid_2,
#footer .top-bar .grid_3 {
	padding-right: 10px;
	padding-left: 25px;
}
#footer .top-bar .grid_3.a {
	width: 21%;
	padding-left: 10px;
}
#footer .top-bar .grid_2.b,
#footer .top-bar .grid_2.c,
#footer .top-bar .grid_2.d {
	width: 18%;
}
#footer .top-bar .grid_2 > div,
#footer .top-bar .grid_2 > nav,
#footer .top-bar .grid_3 > div,
#footer .top-bar .grid_3 > nav {
	float: left;
	width: 100%;
}
#footer .top-bar .grid_2:after,
#footer .top-bar .grid_3:after {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	content: "";
	border-left: 1px solid #4d4d4d;
}
#footer .top-bar .grid_3.e:after {
	content: none;
}



#footer .logo {
    text-align: center;
}
#footer .logo img {
	display: block;
	height: 75px;
	margin: 0 auto 10px;
}
#footer .logo p {
	margin: 0;
	line-height: 1.2;
}

#footer h6 {
	line-height: 1.2;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
	color: #e4e4e4;
	letter-spacing: -0.25px;
}
#footer nav li {
	margin-bottom: 5px;
}
#footer nav li:last-child {
	margin-bottom: 0;
}
#footer nav li a {
	display: inline-block;
	line-height: 18px;
}
#footer nav li a:hover {
	text-decoration: underline;
}





#footer .socials {
	float: left;
	width: 100%;
	text-align: center;
}
#footer .socials > div {
	display: inline-block;
	margin-top: 20px;
}
#footer .socials a {
	overflow: hidden;
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	margin-left: 4px;
	margin-right: 4px;
	opacity: 0.7;
	background: url(../images/footer_socials.png) no-repeat;
	background-size: auto 30px;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#footer .socials a:hover {
	opacity: 1;
	background-image: url(../images/footer_socials2.png);
}
#footer .socials a.fb {
	background-position: 0px 0px;
}
#footer .socials a.tw {
	background-position: -38px 0;
}
#footer .socials a.li {
	background-position: -77px 0;
}
#footer .socials a.in {
	background-position: -115px 0;
}
#footer .socials a.yt {
	background-position: -154px 0;
}





#footer .address-info {
	float: left;
	width: 100%;
}
#footer .address-info > div {
	position: relative;
	float: left;
	width: 100%;
	line-height: 20px;
	margin-bottom: 15px;
	padding-left: 30px;
}
#footer .address-info > div:before {
	position: absolute;
	left: 0;
	top: 1px;
	width: 22px;
	height: 22px;
	content: "";
	background: none no-repeat 50%;
	background-size: 22px;
}
#footer .address-info > div.address:before {
	background-image: url(../images/footer_icon_address.png);
}
#footer .address-info > div.phone:before {
	background-image: url(../images/footer_icon_phone.png);
}
#footer .address-info > div.fax:before {
	background-image: url(../images/footer_icon_fax.png);
}
#footer .address-info > div.email:before {
	background-image: url(../images/footer_icon_mail.png);
}
#footer .address-info > div b {
	font-size: 110%;
}









#footer .bottom-bar {
	position: relative;
	padding: 10px 0;
	background-color: #fff;
}
#footer .copyright {
	line-height: 32px;
	color: #8e8e8e;
}
#footer .web-designs{
	float: right;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

#footer .web-designs .wd {
	position: relative;
	float: left;
	height: 32px;
	padding-left: 32px;
	line-height: 1.2;
	font-size: 0;
	opacity: 0.8;
	text-decoration: none;
	letter-spacing: -0.25px;
	background: url(../images/web_icon_f.png) no-repeat 0 50%;
	background-size: auto 100%;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
			/*
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
			*/
}

#footer .web-designs .wd:hover {
	opacity: 1;
	padding-left: 40px;
	/*
	-webkit-filter:grayscale(0);
	        filter:grayscale(0);
			*/
}

#footer .web-designs .ec {
	margin-right: -6px;
	background-image: url(../images/web_icon_e.png);
}
#footer .web-designs .wd span {
	overflow: hidden;
	display: block;
	width: 0;
	white-space: nowrap;
	font-size: 13px;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#footer .web-designs .wd.ec:hover span {
	width: 135px;
}
#footer .web-designs .wd.ft:hover span {
	width: 135px;
}
#footer .web-designs .wd .name {
	font-weight: 600;
	color: #000;
}
#footer .web-designs .wd .title {
	font-weight: 400;
	color: #8a8a8a;
}
#footer .web-designs .wd a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 0;
	font-size: 0;
	text-decoration: none;
}
/*
======================================================
	// FOOTER
======================================================
*/












/* FIXED BUTTONS
   ====================================== */
   #fixed-buttons {
	position: fixed;
	right: 20px;
	bottom: 50px;
	z-index: 3;
  }
  
  .mobile #fixed-buttons {
	right: 20px;
	bottom: 60px;
  }
  
  #fixed-buttons a {
	display: block;
	width: 56px;
	height: 56px;
	margin-top: 10px;
	cursor: pointer;
	text-decoration: none;
	border: 2px solid #fff;
	border-radius: 50%;
	background: none no-repeat 50%;
	background-size: auto 52px;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
			box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
	-webkit-animation-name: pulse;
			animation-name: pulse;
	-webkit-transition: all 0.5s cubic-bezier(0, 1.6, 0.59, 1.01);
	transition: all 0.5s cubic-bezier(0, 1.6, 0.59, 1.01);
  }
  
  #fixed-buttons a:hover {
	-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
			transform: scale(1.1);
  }
  
  #fixed-buttons .whatsapp {
	-webkit-animation-duration: 1.8s;
			animation-duration: 1.8s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	background-image: url(../images/fixed_whatsapp_icon.png);
  }
  
  .r2x #fixed-buttons .whatsapp {
	background-image: url(../images/fixed_whatsapp_icon@2x.png);
  }
  
  .r3x #fixed-buttons .whatsapp {
	background-image: url(../images/fixed_whatsapp_icon@3x.png);
  }
  
  @-webkit-keyframes pulse {
	0% {
	  -webkit-transform: scale3d(1, 1, 1);
			  transform: scale3d(1, 1, 1);
	}
	50% {
	  -webkit-transform: scale3d(1.05, 1.05, 1.05);
			  transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
	  -webkit-transform: scale3d(1, 1, 1);
			  transform: scale3d(1, 1, 1);
	}
  }
  
  @keyframes pulse {
	0% {
	  -webkit-transform: scale3d(1, 1, 1);
			  transform: scale3d(1, 1, 1);
	}
	50% {
	  -webkit-transform: scale3d(1.05, 1.05, 1.05);
			  transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
	  -webkit-transform: scale3d(1, 1, 1);
			  transform: scale3d(1, 1, 1);
	}
  }

















/*
======================================================
	TOOLTIP
======================================================
*/

.tooltip {
	position: absolute;
	z-index: -1;
	display: block;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	z-index: 1070;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #ffffff;
	text-align: center;
	background-color: #000000;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}
/*
======================================================
	// TOOLTIP
======================================================
*/















/*
======================================================
	SISTEM MESAJ
======================================================
*/
.ftAlert {
	position: relative;
	float: left;
	width: 100%;
	margin: 10px 0;
	padding: 10px 10px 10px 40px;
	font-size: 12px;
	font-weight: 400;
	color: #2b2b2b;
	text-align: left;
	border-radius: 3px;
	border: 1px solid #fff;
	background: url(../images/blank.gif) no-repeat 10px 50%;
	background-size: 20px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.ftAlert.success {
	color: #398B03;
	border-color: #75b975;
	background-color: #dff0d8;
	background-image: url(../images/ft-form-mesaj/success.png);
}
.ftAlert.warning {
	color: #B17A01;
	border-color: #ffd293;
	background-color: #fcf8e3;
	background-image: url(../images/ft-form-mesaj/warning.png);
}
.ftAlert.error {
	color: #833;
	border-color: #c39595;
	background-color: #f2dede;
	background-image: url(../images/ft-form-mesaj/error.png);
}
.ftAlert.info {
	color: #1A4773;
	border-color: #80d0e8;
	background-color: #d9edf7;
	background-image: url(../images/ft-form-mesaj/info.png);
}
.ftAlert.loading {
	color: #1A4773;
	border-color: #cacaca;
	background-color: #f5f5f5;
	background-image: url(../images/ft-form-mesaj/loading.gif);
}
.ftAlert .close {
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1;
	font-size: 21px;
	font-weight: 700;
	color: #000;
	opacity: 0.2;
	cursor: pointer;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
.ftAlert .close:hover,
.ftAlert .close:focus {
	opacity: 0.5;
}
/*
======================================================
	// SISTEM MESAJ
======================================================
*/
























/*
======================================================
	Global Clear Style
======================================================
*/

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http: //sonspring.com/journal/clearing-floats */

.clr, .clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http: //www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.container_12:before,
.container_12:after,
.clearfix:before,
.clearfix:after {
	content: ".";
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}
.container_12:after,
.clearfix:after {
	clear: both;
}

.container_12,
.clearfix {
	display: inline-block;
}

* html .container_12,
* html .clearfix {
	height: 1%;
}

.container_12,
.clearfix {
	display: block;
}

/*
	The following zoom: 1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/

.container_12,
.clearfix {
	zoom: 1;
}

.first, .alpha {
	margin-left: 0 !important;
}

.last, .omega {
	margin-right: 0 !important;
}

.hide, .hidden {
	display: none;
}

/*
======================================================
	End Global Clear Style
======================================================
*/