@charset "utf-8";



@import url("revolution_settings.css");
@import url("revolution_style.css");
@import url("../lightgallery/css/lightgallery.css");


html {
	background: #fff;
}

body {
	font-family: 'Open Sans', Arial, Tahoma;
	font-size: 13px;
	color: #fff;
}

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

a:hover {
	color: #f5f5f5;
}

strong, b {
	font-weight: 600;
}

em, i {
	font-style: italic;
}

form {
	position: relative;
	float: left;
	width: 100%;
}
label,
.label {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
label > span,
.label > span {
	position: relative;
	float: left;
	width: 24%;
	line-height: 38px;
	font-size: 14px;
	font-weight: 400;
}
label > div,
.label > div {
	position: relative;
	float: left;
	width: 75%;
	margin-left: 1%;
}
input[type="text"],
input[type="password"],
select,
textarea {
	display: block;
	width: 100%;
	height: 38px;
	line-height: 28px;
	margin: 0;
	padding: 4px 10px;
	border: 1px solid #fff;
	font-size: 14px;
	font-weight: 400;
	color: #313131;
	border-radius: 4px;
	background: #fff;
	-webkit-transition: all .6s linear;
	        transition: all .6s linear;
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	box-shadow: 0 0 8px rgba(171, 171, 171, 0.6);
}
.error input,
.error select,
.error textarea {
	color: #2f3032;
	border-color: #f00;
	background-color: #FFFAFA;
	box-shadow: 0 0 8px rgba(236, 82, 82, 0.6);
}
textarea {
	height: 130px;
}
select {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-image: url(../images/select_down_arrow.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
button {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}
button span {
	display: block;
	height: 38px;
	line-height: 28px;
	padding: 6px 10px 4px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	background-color: #b61033;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
button:hover span {
	background-color: #8f0b27;
}
button[disabled] span {
	cursor: default;
	background-color: #4f4e4e !important;
}
.placeholder {display: block  !important;
	position: absolute;
	top: 8px;
	left: 11px;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	color: #868686;
	cursor: text;
	text-decoration: none !important;
}
textarea + .placeholder {
	top: 22px;
}
.placeholder.aktif {
	color: #969696;
}


form select {
	color: #313131;
}
form select option {
	color: #313131;
}
form select.s1 {
	color: #868686;
}
form select.s1 option {
	color: #313131;
}

form .file > div {
	display: block;
	width: 100%;
	height: 38px;
	margin: 0;
	border-radius: 4px;
	background: #747474 url(../images/file_icon.png) no-repeat 94% 50%;
	-webkit-transition: all .6s linear;
	        transition: all .6s linear;
}
form .file > div span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	width: 80%;
	padding-left: 14px;
	line-height: 38px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}
form .file > div s {
	float: left;
	width: 20%;
	height: 38px;
	text-decoration: none; 
}
form .file > div input {
	display: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #868686;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #868686;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #868686;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #868686;
}




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

#header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
}
#header .top-bar {
	position: relative;
	z-index: 1;
	height: 84px;
	background-color: rgba(0, 0, 0, 0.8);
}
#header .container_12 {
	width: 100%;
/*	min-width: 1120px;	*/
	padding-left: 100px;
	padding-right: 100px;
}
#header .container_12 .grid_5 {
	width: 38%;
}
#header .container_12 .grid_2 {
	width: 24%;
}
#header .logo {
	display: block;
	width: 236px;
	height: 14px;
    margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
}
#header .logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
/*	background: url(../images/logo.png) no-repeat;	*/
}
#header .logo a img {
	max-width: 100%;
}
 



#header .langs {
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 100%;
	/*background-color: #9f9f9f;*/
	background-color: rgba(0, 0, 0, 0.2);
}
#header .langs a {
	float: left;
	width: 100%;
	height: 50%;
	line-height: 20px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-top: 1px solid #8c8c8c;
}
#header .langs a.selected {
	color: #b51f3c;
}






#header .main-nav {
	position: relative;
	float: left;
	width: 100%;
}
#header .main-nav > ul {
	float: right;
	width: 100%;
}
#header .main-nav > ul > li {
	position: relative;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#header .main-nav > ul > li > a {
	position: relative;
	display: block;
	line-height: 84px;
	padding: 0 10px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	text-decoration: none;
	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 {

}



#header .main-nav > ul > li > a > span {
	position: relative;
	z-index: 1;
}
#header .main-nav > ul > li > a:before {
	position: absolute;
	top: 16px;
	left: 50%;
	z-index: 0;
	width: 0;
	height: 3px;
	content: "";
	background-color: #b61033;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#header .main-nav > ul > li:hover > a:before,
#header .main-nav > ul > li.selected > a:before {
	left: 0;
	width: 100%;
}







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




#header .main-nav > ul > li > ul,
#header .main-nav > ul > li > ul ul {
	overflow: hidden;
	display: none;
	position: absolute;
	top: 70px;
	left: 50%;
	z-index: 0;
	margin-left: -75px;
	padding-top: 14px;
	background: url(../images/blank.gif);
}
#header .main-nav > ul > li > ul ul {
	top: 3px;
	left: 100%;
	margin-left: 0px;
	z-index: 1;
}
#header .main-nav > ul > li:hover ul {}
#header .main-nav > ul > li > ul li {
	position: relative;
	float: left;
	display: inline-block;
	border-right: 1px solid rgba(0,0,0,0.3);
}
#header .main-nav > ul > li > ul > li:first-child {
	border-top: 0px solid #820b1f;
}
#header .main-nav > ul > li > ul li a {
	position: relative;
	display: block;
	width: 150px;
	line-height: 18px;
	padding: 12px 15px 12px 35px;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	letter-spacing: -0.25px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: all .3s linear;
            transition: all .3s linear;
}
#header .main-nav > ul > li > ul li:hover > a,
#header .main-nav > ul > li > ul li.selected > a {
	background-color: rgba(0, 0, 0, 0.4);
}



#header .main-nav > ul > li > ul li a:before {
	position: absolute;
	top: 50%;
	left: 20px;
	z-index: 0;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	content: "";
	border-radius: 50%;
	background-color: #fff;
}
#header .main-nav > ul > li > ul > li:hover > a:before,
#header .main-nav > ul > li > ul > li.selected > a:before {

}







#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;
}
#header .main-nav > ul > li > ul > li.dropdown:hover > a:after,
#header .main-nav > ul > li > ul > li.dropdown.selected > a:after {

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












/*
======================================================
	MAIN SLIDER
======================================================
*/
#main-slider {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: #000;
}
#main-slider .tp-bannertimer {
	left: 0;
	bottom: 0;
	height: 2px;
	background-color: #C63360;
}
#main-slider .tp-banner-container {
	position: relative;
	z-index: 0;
}
#main-slider .tp-banner {
	max-width: 2560px;
	max-height: 1440px;
}
#main-slider .tp-banner li {
	opacity: 0;
	-webkit-transition: all .1s linear;
	        transition: all .1s linear;
}
#main-slider .tp-bullets.simplebullets.round {}
#main-slider .tp-bullets.simplebullets.round .bullet {
	width: 18px;
	height: 18px;
	margin: 0;
	margin-left: 6px;
	background: none;
	border-radius: 50%;
	border: 3px solid #fff;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
	display:none;
}
#main-slider .tp-bullets.simplebullets.round .bullet.selected {
	background-color: #fff;
}
#main-slider .tp-leftarrow.default,
#main-slider .tp-rightarrow.default {
	top: 85% !important;
	width: 58px;
	height: 58px;
	margin-top: -29px !important;
	opacity: 1;
	background: url(../images/slider-arrow-prev.png) no-repeat;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#main-slider .tp-leftarrow.default {
	left: 0 !important;
	background-position: 50% 0;
}
#main-slider .tp-rightarrow.default {
	background-image: url(../images/slider-arrow-next.png);
	right: 0 !important;
	background-position: 50% 0;
}
#main-slider .tp-leftarrow.default,
#main-slider .tp-rightarrow.default {
}
#main-slider .tp-leftarrow.default:hover,
#main-slider .tp-rightarrow.default:hover {
	opacity: 0.7;
}

/*
======================================================
	// MAIN SLIDER
======================================================
*/






/*
======================================================
	HOME SIX BOXS
======================================================
*/
#six-boxs {
	position: fixed;
	bottom: 200px;	
	left: 0;
	z-index: 0;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgba(0, 0, 0, 0.3);
}
#six-boxs .box {
	float: left;
	width: 100%;
	text-align: center;
}
#six-boxs a {
	color: #fff;
	text-decoration: none;
}
#six-boxs img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
	-webkit-transform: rotateZ(0deg);
	    -ms-transform: rotateZ(0deg);
	        transform: rotateZ(0deg);
}
#six-boxs .box:hover img {
	-webkit-transform: rotateZ(360deg);
	    -ms-transform: rotateZ(360deg);
	        transform: rotateZ(360deg);
}
#six-boxs h2 {
	margin: 20px 0 0;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}
/*
======================================================
	// HOME SIX BOXS
======================================================
*/
















/*
======================================================
	SCROLLBAR
======================================================
*/
.tinyscroll {
	clear: both;
	position: relative;
}
.tinyscroll .viewport {
	overflow: hidden;
	position: relative;
	height: 700px;
}

.tinyscroll .overview {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
.tinyscroll .overview p img {
	max-width: 100%;
	height: auto !important;
}
.tinyscroll .scrollbar {
	position: absolute;
	right: -10px;
	top: 0;
	z-index: 1;
	width: 4px;
	height: 100%;
}
.tinyscroll .track {
	position: relative;
	width: 4px;
	height: 100%;
	padding: 0;
	background: transparent;
}
.tinyscroll .thumb {
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 4px;
	height: 70px;
	cursor: pointer;
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.3);
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
.tinyscroll .end {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0px;
	width: 4px;
	background: transparent;
}
.tinyscroll .disable {
	display: none;
}
/*
======================================================
	// SCROLLBAR
======================================================
*/











/*
======================================================
	SUB PAGE CONTENT
======================================================
*/
#content {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
#content .fixed-fixes,
#content .container_12,
#content .container_12 > div {
	height: 100%;
}
#content .outer {
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width: 1600px;
/*	min-width: 1120px;	*/
	margin-left: auto;
	margin-right: auto;
	padding-left: 12%;
	padding-right: 12%;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
#content .inner {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgba(0, 0, 0, 0.8);
}
#content .container_12 {
	overflow: hidden;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
#content article {
	text-align: justify;
}
#content article.grid_9 {
	float: right;
}
#content a {
	color: #fff;
	text-decoration: none;
}
#content .pi .td {
	vertical-align: top;
}
#content .page-image {
	width: 100%;
	padding-right: 40px;
}
#content .page-image img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 3px solid #ffa200;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#content header {
	float: left;
	width: 100%;
	margin: 0 0 20px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}
#content h1,
#content h2,
#content h3 {
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
#content header h1,
#content header h2,
#content header h3 {
	margin: 0;
}



#content h2 {
	font-size: 16px;
}
#content h3 {
	font-size: 14px;
}
/*
======================================================
	// SUB PAGE CONTENT
======================================================
*/














/*
======================================================
	REFERENCES
======================================================
*/
.references {
	
}
.references .container_12 {
	width: 980px;
}
.references .list {
	float: left;
	width: 100%;
	margin-left: 0%;
}
.references .list a {
	text-decoration: none;
}
.references .list figure {
	float: left;
	width: 20%;
	padding: 10px;
}
.references .list figure .image {
	display: block;
	border: 1px solid #a4a4a4;
	background-color: #a4a4a4;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
.references .list figure:hover .image {
	border-color: #e6e6e6;
}
.references .list figure img {
	display: block;
	width: 160px;
	height: 90px;
}
/*
======================================================
	// REFERENCES
======================================================
*/











/*
======================================================
	FUSE
======================================================
*/
.fuse {
	
}
.fuse .container_12 {
	width: 980px;
}
.fuse .list {
	float: left;
	width: 100%;
	margin-left: 0%;
}
.fuse .list a {
	text-decoration: none;
}
.fuse .list figure {
	float: left;
	width: 20%;
	padding: 10px;
}
.fuse .list figure .image {
	display: block;
	border: 3px solid #a4a4a4;
	background-color: #a4a4a4;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
.fuse .list figure:hover .image {
	border-color: #b61033;
}
.fuse .list figure img {
	display: block;
	width: 158px;
/*	height: 90px;	*/
	max-width: 100%;
}





.fuse-detail {
	float: left;
	width: 860px;
	height: 460px;
	max-width: 100%;
	max-height: 100%;
	padding: 50px;
}
.fuse-detail-inner {
	float: left;
	width: 100%;
	height: 100%;
}
.fuse .list figure .fuse-detail {
	display: none;
}
.fuse-detail .ctnt {
	float: left;
	width: 100%;
	height: 100%;
}
.fuse-detail .left {
	float: left;
	width: 32%;
	height: 100%;
	padding-right: 50px;
	border-right: 1px solid #dbdbdb;
}
.fuse-detail .right {
	float: left;
	width: 68%;
	height: 100%;
	padding-left: 50px;
}
.fuse-detail .scrolldiv,
.fuse-detail .tinyscroll {
	height: 100%;
}
.fuse-detail .tinyscroll .thumb {
	background: rgba(0, 0, 0, 0.3);
}
.fuse-detail .tinyscroll .viewport {
	height: 100%;
	max-height: 360px;
}
.fuse-detail .btn {
	display: block;
	width: 240px;
	margin-top: 20px;
	padding: 14px 10px;
	line-height: 18px;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
	background-color: #b61033;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
.fuse-detail .btn:hover {
	background-color: #8f0b27;
}
/*
======================================================
	// FUSE
======================================================
*/


/*
======================================================
	SERVICES
======================================================
*/

#service-map {
	position: relative;
	float: left;
	width: 100%;
	height: 400px;
	margin-bottom: 10px;
}
#service-map #map-div {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}
#service-map .map-text {
	text-align: left;
}
#service-map .map-text h2 {
	margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}
#service-map .map-text p {
	margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
    color: #000;
}
.services .note {
	display: none;
}
.services .form {
	position: relative;
	float: left;
	width: 102%;
	margin-left: -2%;
}
.services label {
	position: relative;
	float: left;
	width: 48%;
	margin-left: 2%;
	margin-bottom: 20px;
}
.services label > span {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	padding-left: 5px;
	line-height: 20px;
}
.services label > div {
	width: 100%;
	margin-left: 0;
}
.services button {
	display: none;
}

.services .service-list {
	width: 102%;
	margin-right: -2%;
}
.services .service-list .address {
	width: 48%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.services .service-list .address .ct {
	height: 160px;
}
/*
======================================================
	// SERVICES
======================================================
*/

/*
======================================================
	CORPORATE
======================================================
*/
.corporate aside .scrollbar {
	right: auto;
	left: -10px;
}
.corporate .aside-box {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.corporate .aside-box > h3 {
	margin-bottom: 2px !important;
	padding: 13px 50px 13px 20px;
	line-height: 22px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	letter-spacing: -0.25px;
	background-color: rgba(182, 16, 51, 0.6);
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
.corporate .aside-box .bc,
.corporate .aside-box img {
	float: left;
	width: 100%;
}
.corporate .pdf-download {
	float: left;
	width: 100%;
	height: 48px;
	margin-bottom: 20px;
	padding: 13px 10px 13px 70px;
	line-height: 22px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	letter-spacing: -0.25px;
	background: rgba(96, 90, 89, 0.6) url(../images/products_pdf_icon.png) no-repeat 20px 50%;
	-webkit-transition: all .3s linear;
            transition: all .3s linear;
}
/*
======================================================
	// CORPORATE
======================================================
*/ 


/*
======================================================
	PRODUCTS
======================================================
*/
.products .container_12 {
	width: 980px;
}
.products aside .scrollbar {
	right: auto;
	left: -10px;
}
.products aside nav {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.products aside nav a {
	overflow: hidden;
	position: relative;
	display: block;
	text-decoration: none;
}
.products aside nav > ul {
	float: left;
	width: 100%;
}
.products aside nav > ul > li {
	position: relative;
	float: left;
	width: 100%;
}
.products aside nav > ul > li > a {
	margin-bottom: 2px;
	padding: 13px 50px 13px 20px;
	line-height: 22px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	letter-spacing: -0.25px;
	background-color: rgba(182, 16, 51, 0.6);
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
.products aside nav > ul > li:hover > a,
.products aside nav > ul > li.selected > a {
	background-color: rgba(182, 16, 51, 0.9);
}
.products aside nav > ul > li.dropdown > a:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 48px;
	content: "";
	background: rgba(182, 16, 51, 0.5) url(../images/nav-minus-plus.png) no-repeat;
	-webkit-transition: all .3s linear;
            transition: all .3s linear;
}
.products aside nav > ul > li.dropdown.selected > a:after {
	background-color: rgba(182, 16, 51, 0.9);
	background-position: 0 -50px;
}
.products aside nav > ul > li > ul {
	overflow: hidden;
	display: none;
}
.products aside nav > ul > li > ul > li {
	position: relative;
	float: left;
	width: 100%;
}
.products aside nav > ul > li > ul > li > a {
	margin-bottom: 2px;
	padding: 6px 10px 6px 40px;
	line-height: 20px;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	letter-spacing: -0.25px;
	background-color: rgba(96, 90, 89, 0.6);
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
.products aside nav > ul > li > ul > li:hover > a,
.products aside nav > ul > li > ul > li.selected > a {
    background-color: rgba(96, 90, 89, 0.9);
}
.products aside nav > ul > li > ul > li > a:before {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 4px;
	height: 4px;
	margin: -2px 0 0 0;
	content: "";
	border-radius: 50%;
	background-color: #fff;
}
.products aside nav > ul > li > ul > li.selected > a:before {
	background-color: #fb083a;
}


.products .pdf-download,
.products .excel-download {
	float: left;
	width: 100%;
	height: 48px;
	padding: 13px 10px 13px 70px;
	line-height: 22px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	letter-spacing: -0.25px;
	background: rgba(96, 90, 89, 0.6) url(../images/products_pdf_icon.png) no-repeat 20px 50%;
	-webkit-transition: all .3s linear;
            transition: all .3s linear;
}
.products .excel-download {
	margin-top: 5px;
	background-image: url(../images/products_excel_icon.png);
}


.products .list {
	float: left;
	width: 100%;
	margin-left: 0%;
}
.products .list a {
	text-decoration: none;
}
.products .list figure {
	float: left;
	width: 25%;
	padding: 10px;
}
.products .list figure .image {
	display: block;
	max-width: 130px;
	border: 1px solid #a4a4a4;
	background-color: #a4a4a4;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
.products .list figure:hover .image {
	border-color: #e6e6e6;
}
.products .list figure img {
	display: block;
	width: 130px;
	height: 130px;
	max-width: 100%;
}
/*
======================================================
	// PRODUCTS
======================================================
*/
























/*
======================================================
	CONTACT
======================================================
*/
.contact {
	color: #e2e2e2;
}
.contact .grid_4 {
	padding-left: 0;
	padding-right: 0;
}
.contact .grid_4 .grid-inner {
	overflow: hidden;
	float: left;
	width: 100%;
}
.contact .content-inner {
	float: left;
	width: 100%;
	padding: 30px 50px;
}
.contact .a .content-inner,
.contact .c .content-inner {
	background-color: rgba(64, 64, 64, 0.8);
}
.contact .b .content-inner {
	background-color: rgba(27, 27, 27, 0.8);
}
#content.contact header {
	padding-left: 30px;
}
#content.contact header h1 {
	font-size: 16px;
}
.contact .address-list {
	float: left;
	width: 100%;
}
.contact address {
	float: left;
	width: 100%;
}
.contact address ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.contact address li {
	margin: 0 0 5px;
	padding: 0;
}
.contact address li span {
	font-weight: 700;
}
.contact .map-btn {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
	background: url(../images/contact_map_border.png) no-repeat 150% 50%;
}
.contact .map-btn a {
	position: relative;
	float: right;
	padding: 8px 10px;
	line-height: 16px;
	font-size: 13px;
	background-color: rgba(157, 113, 26, 0.4);
}
.contact a.go {
	margin-left: 5px;
	padding-left: 21px;
	padding-right: 21px;
	margin-bottom: 5px;
}
.contact .form {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 20px;
}
.contact .form button {display: none;
	float: right;
	width: 75%;
}


#content.contact.open-service .grid_4 {
	overflow: hidden;
}
#content.contact.open-service .grid_4.a,
#content.contact.open-service .grid_4.b {
	width: 15%;
}
#content.contact.open-service .grid_4.c {
	width: 70%;
}
#content.contact.open-service .grid_4.a .scrolldiv,
#content.contact.open-service .grid_4.b .scrolldiv {
	opacity: 0.4;
}

#content.contact .service-points {
	float: right;
	width: 100%;
}
#content.contact.open-service .service-points {
	width: 30%;
}

#content.contact .service-points img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
}
 .service-list {
	position: relative;
	overflow: hidden;
	float: left;
	width: 0;
	margin-right: 0;
}
.open-service .service-list {
	width: 68%;
	margin-right: 2%;
}
 .service-list .close-btn {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	width: 24px;
	height: 24px;
	line-height: 21px;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	background-color: #b61033;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
 .service-list .close-btn:hover {
	background-color: #8f0b27;
}

 .service-list .tinyscroll .scrollbar {
	right: 0;
}
 .service-list .address {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
 .service-list .address > h2 {
	float: left;
	width: 100%;
	height: 50px;
	margin: 0 !important;
	padding: 13px 20px;
	line-height: 24px;
	font-size: 14px !important;
	font-weight: 600;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
}
 .service-list .address > h2 span {
	margin-left: 15px;
	padding-left: 15px;
	font-weight: 400;
	border-left: 1px solid #fff;
}
 .service-list .address > div {
	float: left;
	width: 100%;
	margin-top: 2px;
	padding: 20px;
	line-height: 20px;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	background-color: rgba(43, 45, 49, 0.5);
}
 .service-list .address > .ft {
	position: relative;
	float: left;
	width: 100%;
	height: 50px;
	padding: 13px 20px;
	line-height: 24px;
	font-size: 14px !important;
	font-weight: 400;
	color: #fff;
	background-color: rgba(43, 45, 49, 0.5);
}
 .service-list .address > .ft .btn {
	position: absolute;
	right: 90px;
	top: 0;
	height: 100%;
	padding: 13px 20px;
	line-height: 24px;
	font-size: 14px !important;
	font-weight: 400;
	color: #fff;
	background-color: rgba(157, 113, 26, 0.4);
}
.service-list .address > .ft .btn2 {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding: 13px 30px;
	line-height: 24px;
	font-size: 14px !important;
	font-weight: 400;
	color: #fff;
	background-color: rgba(157, 113, 26, 0.4);
}

/*
======================================================
	// CONTACT
======================================================
*/









/*
======================================================
	HUMAN RESOURCES
======================================================
*/
.human-resources .form-inner {
	position: relative;
	float: left;
	width: 104%;
	margin-left: -4%;
	margin-top: 20px;
}
.human-resources .form label {
	width: 46%;
	margin-left: 4%;
	margin-bottom: 20px;
}
.human-resources .form button {
	width: 46%;
	margin-left: 4%;
	margin-bottom: 20px;
}
.human-resources .secrettv {
	clear: both;
	display: block;
	width: 259px;
	height: 48px;
	margin: 20px auto 0;
	text-decoration: none;
	background: url(../images/secrettv.png) no-repeat;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
/*
======================================================
	// HUMAN RESOURCES
======================================================
*/













.links {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	border-radius: 3px;
	border: 1px solid #191919;
	background-color: rgba(0, 0, 0, 0.5);
}
.links h4 {
	margin-top: -10px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	text-align: center;
}
.links h4 span {
	padding: 0;
}
.links a {
	float: left;
	min-width: 32.33333333333%;
	line-height: 32px;
	margin: 0 0.5% 8px;
	padding: 0 10px;
	font-size: 13px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	background-color: #383838;
	-webkit-transition: all .3s ease;
	        transition: all .3s ease;
}
.links a:hover,
.links a.selected {
	background-color: #555353;
}

















/*
======================================================
	FOOTER
======================================================
*/
#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 84px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);
}

#footer .fixed-fixes,
#footer .top-bar,
#footer .container_12,
#footer .container_12 > div {
	height: 100%;
}

#footer .logo {
	float: left;
	width: 100%;
}
#footer .logo > div {
	display: inline-block;
}
#footer .logo a {
	display: block;
	width: 187px;
	height: 11px;
	text-indent: -9999px;
	background: url(../images/footer_logo.png) no-repeat;
	background-size: 100% 100%;
}



#footer .socials {
	float: left;
	width: 100%;
	height: 20px;
}
#footer .socials > div {
	display: inline-block;
}
#footer .socials a {
	overflow: hidden;
	position: relative;
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 10px; 
	margin-left: 1px;
	opacity: 0.65;
	background: url(../images/footer_social_icon.png) no-repeat;
	background-size: auto 20px;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#footer .socials a:hover {	opacity: 1;}
#footer .socials a.fb {background-position: -0px 0;}
#footer .socials a.tw {background-position: -29px 0;}
#footer .socials a.vm {background-position: -59px 0;}
#footer .socials a.li {background-position: -89px 0;}
#footer .socials a.in {background-position: -120px 0;}

#footer .socials a.oi {
	width: auto;
	margin-left: 30px;
	line-height: 30px;
	font-size: 10px;
	opacity: 0.65;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	background: none;
}


#footer .footer-nav {
	float: left;
	width: 110%;
	height: 20px;
	text-align: center;
}
#footer .footer-nav > div {
	display: inline-block;
}
#footer .footer-nav a {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 20px;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}
#footer .footer-nav a:hover {
	text-decoration: underline;
}




#footer .copyright {
	line-height: 20px;
	font-size: 13px;
	text-align: right;
}
#footer a.web-design {
	display: inline-block;
	width: 64px;
	height: 20px;
	margin-left: 20px;
	padding-left: 20px;
	font-size: 0;
	vertical-align: 5px;
	border-left: 1px solid #8d8c8d;
	background: url(../images/vera_logo.png) no-repeat 100% 0;
	background-size: 46px 20px;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#footer a.web-design:hover {
	opacity: 0.7;
}
/*
======================================================
	// FOOTER
======================================================
*/








/* RESPONSIVE */

#outer-wrap {
	overflow: hidden;
	position: relative;
	width: 100%;
}
#inner-wrap {
	position: relative;
	width: 100%;
}
.nav-active #inner-wrap {
	/*left: 270px;*/
}
#site-wrap {

	z-index: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#site-trans-background {
	position: fixed;
	left: -100%;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.6);
}
.nav-active #site-trans-background {
	left: 0;
}
#site-nav {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -300px;
	z-index: 2;
	width: 300px;
	height: 100%;
	min-height: 550px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #2a3740;
}
.nav-active #site-nav {
	height: auto;
}
#site-nav .close-btn {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 30px;
	height: 30px;
	background: #2a3740 url("../images/icon-close.png") no-repeat;
	background-size: 100%;
	border-radius: 5px;
}
#site-nav .logo {
	display: block;
	width: 227px;
	margin: 20px auto 20px;
	padding: 5px 10px;
	background-color: #2a3740;
	border-radius: 5px;
}
#site-nav .logo a {
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
	border-radius: 5px;
	background-size: 100%;
}
#site-nav .main-nav {
	color: #0A0A0A;
	/*border-radius: 5px;*/
}
#site-nav .main-nav ul {
	margin: 0;
    padding-left: 20px;

}
#site-nav .main-nav a {
	text-transform: uppercase;
}



#site-nav nav {
	position: relative;
	clear: left;
	float: left;
	width: 100%;
}
#site-nav .main-nav {
	position: relative;
	width: 100%;
}
#site-nav .main-nav.active {
	display: block;
}
#site-nav .main-nav > li {
	clear: both;
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #2a3740;
	border-top: 1px solid #2a3740;
	background-color: #2a3740;
}

#site-nav .main-nav > li > a, #site-nav .footer-nav div a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	letter-spacing: -0.25px;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
			transition: all .3s linear;
}
#site-nav .main-nav > li:hover > a,
#site-nav .main-nav > li.selected > a {
	color: #fff !important;
	background-color: #b51f3c;
}
#site-nav .main-nav > li.dropdown > a:after {
	position: absolute;
	right: 10px;
	top: 50%;
	width: 8px;
	height: 4px;
	margin-top: -1px;
	opacity: 0.8;
	content: "";
	background: url(../images/sprite.png) no-repeat -42px -25px;
	-webkit-transition: all .1s linear;
	   -moz-transition: all .1s linear;
			transition: all .1s linear;
}

#site-nav .main-nav > li.dropdown > a {
	padding-right: 35px;
}
.ar #site-nav .main-nav > li.dropdown > a {
	padding-right: 10px;
	padding-left: 35px;
}
.ar #site-nav .main-nav > li.dropdown > a:after {
	right: auto;
	left: 11px;
}

#site-nav .main-nav > li > ul {
	position: relative;
	z-index: 1;
	padding: 0px 10px 0px 35px;
}
#site-nav .main-nav > li > ul > li > a {
	position: relative;
	display: block;
	line-height: 20px;
	padding: 0;
	font-size: 11px;
	font-weight: 400;
	color: #829BB5;
	letter-spacing: -0.25px;
	text-decoration: none;
	border-bottom: 1px dotted #024182;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
			transition: all .3s linear;
}
#site-nav .main-nav > li > ul > li:hover > a,
#site-nav .main-nav > li > ul > li.selected > a {
	color: #6EB0F3;
	border-bottom-color: #b51f3c;
}

#site-nav .main-nav > li > ul > li > a:after {
	position: absolute;
	left: -14px;
	top: 50%;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	content: "";
	background-color: #024182;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
			transition: all .3s linear;
}
#site-nav .main-nav > li > ul > li:hover > a:after,
#site-nav .main-nav > li > ul > li.selected > a:after,
#site-nav .footer-nav div a:hover {
	background-color: #b51f3c;
}

#site-nav .footer-nav div {
	margin-top: 20px;
}

#site-nav .socials-wrap {
	position: absolute;
	bottom: 0px;
	left: 50px;
	overflow: hidden;
	height: 43px;
	text-align: center;
	background-color: #2a3740;
	width: 50%;
	border-radius: 5px;
}
#site-nav .socials {
	display: inline-block;
	padding: 10px 0px;
	background-color: #2a3740;
	float: left;
	width: 160px;
}
#site-nav .socials a {
	position: relative;
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-left: 1px;
	font-size: 15px;
	opacity: 0.65;
	text-decoration: none;
	background: url(../images/footer_social_icon2.png) no-repeat;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}

#site-nav .socials a:hover {
	opacity: 1;
}
#site-nav .socials a.fb {
	background-position: 0 0;
}
#site-nav .socials a.tw {
	background-position: -29px 0;
}
#site-nav .socials a.vm {
	background-position: -59px 0;
}
#site-nav .socials a.li {
	background-position: -89px 0;

}
#site-nav .socials a.in {
	background-position: -120px 0;
}


#site-nav .web-design-wrap {
	position:absolute;
	bottom: 0;
	right: -5px;
	overflow: hidden;
	width: 25%;
	height: 43px;
	margin-right:10px;
	padding-right: 20px;
	text-align: center;
	background-color: #2a3740;
}


#site-nav a.web-design {
    display: inline-block;
	float:right;
    width: 51px;
    height: 23px;
    margin-top: 7px;
    text-indent: -9999px;
    background: url(../images/vera_logo.png) no-repeat;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	        transition: all .3s linear;

}

#site-nav .langs-wrap .langs {
	display: none;
	height:16px;
	position: absolute;
	bottom: 0;
	left: 5px;
	width: 40px;
	height: 42px;
	background-color: #2a3740;	
}

#site-nav .langs-wrap .langs > a {
	float: left;
	width: 100%;
	height: 50%;
	line-height: 20px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #8c8c8c;
}
#site-nav .langs-wrap .langs > a:last-child {
	border-bottom: none;
}
#site-nav .langs-wrap .langs > a.selected {
	color: #b51f3c;
}

#site-nav .copyright-wrap {
	
}
#site-nav .copyright-wrap .copyright {
	width: 100%;
	border-bottom: #ccc solid 1px;
	position: absolute;
	bottom: 45px;
	left: 5px;
}
#site-nav .copyright-wrap .copyright a.web-design {
	display: none;
}





.fancybox-lock .fixed-fixes {
	margin-right: 17px !important;
}

.fancybox-margin {

}

/* RESPONSIVE END	*/










/*
======================================================
	SISTEM MESAJ
======================================================
*/
.ft-form-mesaj {
	overflow: hidden;
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	margin: 10px 0;
	border-radius: 3px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.ft-form-mesaj > div {
	margin: 1px;
	padding: 12px 12px 12px 37px;
	font-size: 12px;
	font-weight: 400;
	color: #2b2b2b;
	text-align: left;
	border-radius: 2px;
	background-color: #f2bba0;
}
.ft-form-mesaj.error {
	color: #833;
	border: 1px solid #F6988F;
}
.ft-form-mesaj.error > div {
	background: #FDD2D1 url(../images/ft-form-mesaj/error.png) no-repeat 10px 10px;
}
.ft-form-mesaj.success {
	color: #398B03;
	border: 1px solid #50C602;
}
.ft-form-mesaj.success > div {
	background: #e9ffda url(../images/ft-form-mesaj/success.png) no-repeat 10px 10px;
}
.ft-form-mesaj.warning {
	color: #B17A01;
	border: 1px solid #FFE072;
}
.ft-form-mesaj.warning > div {
	background: #FDFAED url(../images/ft-form-mesaj/warning.png) no-repeat 10px 10px;
}
.ft-form-mesaj.info {
	color: #1A4773;
	border: 1px solid #79AAD9;
}
.ft-form-mesaj.info > div {
	background: #dde9f4 url(../images/ft-form-mesaj/info.png) no-repeat 10px 10px;
}
.ft-form-mesaj.loading {
	color: #1A4773;
	border: 1px solid #79AAD9;
}
.ft-form-mesaj.loading > div {
	background: #dde9f4 url(../images/ft-form-mesaj/loading.gif) no-repeat 10px 15px;
}
/*
======================================================
	// SISTEM MESAJ
======================================================
*/















/*
======================================================
	TARAYICI BAZLI DUZELTMELER
======================================================
*/
.ie9m * {
	filter: none !important;
}
/*
======================================================
	// TARAYICI BAZLI DUZELTMELER
======================================================
*/










/*
======================================================
	YAZICIYA GONDERIRKEN
======================================================
*/
@media print {

}
/*
======================================================
	// YAZICIYA GONDERIRKEN
======================================================
*/












/*
======================================================
	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
======================================================
*/