.block {
    display: block;
}
.hide,
.mobile,
.tablet,
.res-960 {
    display: none !important;
}
.desktop {
    display: inherit !important;
}
@media (max-width: 640px) {
    .desktop {
        display: none !important;
    }
    .tablet {
        display: none !important;
    }
    .mobile {
        display: inherit !important;
    }
}
@media (min-width:640px) and (max-width: 768px) {
    .desktop {
        display: none !important;
    }
    .tablet {
        display: inherit !important;
    }
    .mobile {
        display: none !important;
    }
}

strong,b,.strong, span.strong {
    font-weight: bold;
}

.ajax-loader {
    float: none !important;
    text-align: center;
}
    .ajax-loader img {
        margin: 20px 0;
    }

.ui-icons {
    display: inline-block;
}
.ui-icons-arrows {
    background: url("../images/button-sprite.png") no-repeat 0 0;
    width: 10px;
    height: 14px;
}
    .ui-icons-arrows.white-right {
        background-position: -50px -1092px;
    }
    .ui-icons-arrows.white-down {
        background-position: -50px -1106px;
    }

.image-left, .image-right { background: none repeat scroll 0 0 #fff; border: 1px solid #ccc; padding: 5px; }
	.image-left { float: left; margin: 0 10px 10px 0; }
	.image-right { float: right; margin: 0 10px 10px; }

.main {
    margin: 0 auto;
}

.main-topcontact {
	height:44px;
	font-family:geogrotesque_rgregular;
	color:#666666;
	font-size:12px;
}

.main-topcontact .icon-content {
	float: right;
    height: 44px;
    line-height: 44px;
}
.main-topcontact .icon-content.active a {
	color: #d50000;
}
.main-topcontact .icon-content .email-icon {
    background: url("../images/button-sprite.png") no-repeat scroll 0px -3000px;
	display: inline-block;
    float: left;
    height: 25px;
    width: 25px;
	margin:10px 0 0;
}
.main-topcontact .icon-content .ephone-icon {
    background: url("../images/button-sprite.png") no-repeat scroll -25px -3000px;
	display: inline-block;
    float: left;
    height: 25px;
    width: 25px;
	margin:10px 0 0;
}
.main-topcontact .icon-content .efacebook-icon {
    background: url("../images/button-sprite.png") no-repeat scroll -50px -3000px;
	display: inline-block;
    float: left;
    height: 25px;
    width: 25px;
	margin:10px 0 0;
}
.main-topcontact .icon-content .etwitter-icon {
    background: url("../images/button-sprite.png") no-repeat scroll -75px -3000px;
	display: inline-block;
    float: left;
    height: 25px;
    width: 25px;
	margin:10px 0 0;
}
.main-topcontact .icon-content .elinkedin-icon {
    background: url("../images/button-sprite.png") no-repeat scroll 0px -2970px;
	display: inline-block;
    float: left;
    height: 25px;
    width: 25px;
	margin:10px 0 0;
}
.main-topcontact .icon-content .einstagram-icon {
    background: url("../images/button-sprite.png") no-repeat scroll -25px -2970px;
	display: inline-block;
    float: left;
    height: 25px;
    width: 25px;
	margin:10px 0 0;
}

.main-topcontact .icon-content a {
	color:#666666;
}
.main-topcontact .icon-content a:hover {
	color:#000;
}
.main-topcontact .icon-content .etwitter-icon a {
	display:block;
	height:25px;
	width:25px;
}
.main-topcontact .icon-content .efacebook-icon a {
	display:block;
	height:25px;
	width:25px;
}
.main-topcontact .icon-content .elinkedin-icon a {
	display:block;
	height:25px;
	width:25px;
}
.main-topcontact .icon-content .einstagram-icon a {
	display:block;
	height:25px;
	width:25px;
}
.main-menubg {
	background-color: #000;
    height: 62px;
    position: absolute;
    width: 100%;
    z-index: 99;
}
.slider {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition: all 0.50s;
    transition: all 0.50s;
}

.slider-content-bar {
    /*background: #e1342b;*/
    bottom: 0;
    height: 62px !important; /* 137px */
    position: absolute;
    width: 100%;
    z-index: 0;
}

.slider-content-bar-red {
	
    bottom: 0;
    height: 62px !important; /* 137px */
    position: absolute;
    width: 100%;
    z-index: 9999;
	margin:-107px auto !important;
}
.slider-content-bar-red .slider-content-bar-red-in {
	background: #e1342b;
	height: 62px !important; /* 137px */
	width: 100%;
}
.slider-content-bar-red .slider-content-bar-red-in .slider-content-bar-red-in-box {
	height:62px;
	font-family:geogrotesque_rgregular;
}
.slider-content-bar-red .slider-content-bar-red-in .slider-content-bar-red-in-box .slider-content-bar-red-in-box-l {
	border-right: 2px solid #fff;
    color: #fff;
    float: left;
    font-size: 18px;
    height: 56px;
    line-height: 56px;
    padding: 3px 30px;
    text-align: center;
    width: 300px;
}
.slider-content-bar-red .slider-content-bar-red-in .slider-content-bar-red-in-box .slider-content-bar-red-in-box-m {
	color: #fff;
    float: left;
    font-size: 12px;
    height: 56px;
    line-height: 17px;
    padding: 3px;
    width: 900px;
}
.slider-content-bar-red .slider-content-bar-red-in .slider-content-bar-red-in-box .slider-content-bar-red-in-box-r {
	width:200px;
	background:#191a1f;
	font-size:14px;
	float:right;
	height:62px;
	color:#fff;
}
.slider-content-bar-red .slider-content-bar-red-in .slider-content-bar-red-in-box .slider-content-bar-red-in-box-r a {
	color: #fff;
    display: block;
    height: 62px;
    line-height: 62px;
}
.slider-content-bar-red .slider-content-bar-red-in .slider-content-bar-red-in-box .slider-content-bar-red-in-box-r a .ephone-icon-2 {
    background: url("../images/button-sprite.png") no-repeat scroll -25px -3025px;
	display: inline-block;
    float: left;
    height: 25px;
    width: 25px;
	margin:18px 10px 0 20px;
}

#home > .main header {
    float: left;
    height: 96px;
    margin-top: 44px; /* 19 */ /*139px;*/
    position: relative;
    width: 100%;
    z-index: 100;
    margin-bottom: 714px;
}

#home > .main header .logo {
    /*float: left;*/
    /*background: #fff;*/
	
	position:absolute;
	z-index:9999;
	top:-41px;
}

#home > .main header .logo a {
    display: block;
    width: 310px;
    height: 137px;
    border: 0 none;
    background-repeat: no-repeat;
}

#home .header-right {
    /*width: 78%;
    height: 138px;
    float: right !important;*/
}

.header-icons {
    width: 62px;
    height: 62px;
    background: url("../images/button-sprite.png") 0 94px no-repeat;
    float: right;
    cursor: pointer;
}

.header-contact-box {
    background: #fff;
    float: right;
    height: auto;
    width: 322px;
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
    z-index: 99999;
    padding-bottom: 15px;
}

.header-contact-box form,
.header-contact-box .form-header {
    width: 291px;
    height: auto;
    margin: 18px auto 0;
    overflow: hidden;
}

.header-contact-box form input, .header-contact-box .form-header input {
    margin-bottom: 7px;
    font-size: 20px;
    font-family: 'geogrotesque_lglight', arial, helvatica, sans-serif;
}

.header-contact-box form input[type=text], .header-contact-box .form-header input[type=text] {
    width: 100%;
    height: 53px;
    line-height: 53px;
    float: left;
    background: #ededed;
    color: #bdbdbd;
    text-indent: 21px;
    border: none;
}

.header-contact-box form input[type=checkbox] {
    width: 10%;
    height: 53px;
    line-height: 53px;
    float: left;
    background: #ededed;
    color: #bdbdbd;
    border: none;
	margin:0 !important;
}

.igonderi {
	float: left;
    height: 53px;
    line-height: 53px;
    width: 90%;
	font-size: 20px;
    font-family: 'geogrotesque_lglight', arial, helvatica, sans-serif;
}

.header-contact-box form textarea, .header-contact-box .form-header textarea {
    width: 100%;
    height: 172px;
    padding-top: 21px;
    float: left;
    background: #ededed;
    color: #bdbdbd;
    font-family: 'geogrotesque_lglight', arial, helvatica, sans-serif;
    text-indent: 21px;
    font-size: 20px;
    border: none;
}

.header-contact-box form input[type=submit], .header-contact-box .form-header #submit {
    float: right;
    margin-top: 15px;
    width: 155px;
    height: 38px;
    background: #222;
    text-align: center;
    color: #fff;
    border: none;
    -webkit-transition: all 0.50s;
    transition: all 0.50s;
}

.header-contact-box form input[type=submit]:hover, .header-contact-box .form-header input[type=submit]:hover {
    background: #e1342b;
    cursor: pointer;
}

.header-contact-box #result:empty {
    display: none;
}
.header-contact-box #result {
    clear: both;
    display: block;
    width: auto !important;
    color: #E1342B;
}
    .header-contact-box #result.loading {
        margin-left: 20px;
        margin-top: -33px;
    }
    .header-contact-box #result.success {
        margin: 10px 20px 0 20px;
        padding: 10px;
    }

.menu-box {
    position: absolute;
    /*right: 75px;*/
    /*width: 73%;*/
    /*background: none;*/
    /*overflow: hidden;*/
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	
	background-color:#000;
	width: 100%;
}

.menu-icon {
    background: url("../images/button-sprite.png") no-repeat scroll -23px -449px;
    float: right;
    height: 61px;
    width: 62px;
    position: relative;
    z-index: 9;
}

.menu-box.open-menu .menu-icon {
    background-position: -25px -1005px;
    height: 61px;
}

.menu-box .home-menu {
    background: none repeat scroll 0 0 #000;
    float: right;
    height: 61px;
    width: auto;
    /*position: absolute;*/
    /*right: -90%;*/
}

.home-menu > li {
    float: left;
    padding: 0 28px;
    line-height: 62px;
    position: relative;
}

.home-menu > li > ul {
    position: absolute;
    left: 0;
    top: 62px;
    display: none;
    background: #fff;
    width: 333px;
}

.home-menu li ul li:hover {
    background: #eee;
}

.home-menu li:hover ul {
    display: block;
}

.home-menu li ul li {
    padding-left: 22px;
    border-top: 1px solid #f0f0f1;
    line-height: 57px;
    height: 57px;
}

.home-menu li ul li a {
    display: block;
    color: #a0a0a3;
}

.home-menu li:hover {
    background: #363636;
}

.home-menu li a {
    display: block;
    color: #fff;
    font-size: 20px;
    font-family: 'geogrotesque_lglight', arial, helvatica, sans-serif;
}

.search-box {
    background-position: -23px -522px;
}

.contact-box {
    
}

.contact-box.open {
    
}

.ref-box {
	padding:0 0 30px;
}
.ref-box-title {
    display: block;
    height: 36px;
    font: 36px/36px 'geogrotesque_smbdsemibold', arial, helvatica, sans-serif;
    position:relative;
	color:#363636;
	text-align:center;
	padding:35px 0 0;
}
.ref-box-subtitle {
    display: block;
    height: 12px;
    font: 12px/12px 'geogrotesque_ullgultralight', arial, helvatica, sans-serif;
    position:relative;
	color:#525252;
	text-align:center;
	padding:0 0 20px;
}
.rf-slider {
	
}
.rf-slider .rf-item {
	text-align:center;
	height:66px;
}
.rf-slider .rf-item .item {
	background:url(../images/ref-bg.png) no-repeat center center;
}
.rf-slider .rf-item .item:hover {
	background:url(../images/ref-bg-hover.png) no-repeat center center;
}
.rf-slider .rf-item .item .rf-img {
	height:66px;
}
.rf-slider .rf-item .item .rf-img img {
	padding:2px 0 0 0;
}
.rf-slider .owl-controls {
	
}
.rf-slider .owl-controls .owl-buttons {
	
}
.rf-slider .owl-controls .owl-buttons .owl-prev {
	background:url(../images/rf-slider-l.png) no-repeat 0 0;
	left: 15px;
    position: absolute;
    top: 18px;
	width:26px;
	height:26px;
	font-size:0;
}
.rf-slider .owl-controls .owl-buttons .owl-next {
	background:url(../images/rf-slider-r.png) no-repeat 0 0;
	right: 15px;
    position: absolute;
    top: 18px;
	width:26px;
	height:26px;
	font-size:0;
}
.ms-box {
	height: auto;
	position: relative;
    /*float: left;
    
    margin-top: 41px;
    margin-bottom: 79px;
    */
}

.ms-box .item {
    position: relative;
    /*overflow: hidden;*/
}

.ms-img {
    /*float: left;*/
    /*width: 310px;*/
    height: 150px;
    overflow: hidden;
}

.ms-img img {
    min-height: 300px;
    min-width: 500px;
    position: relative;

    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -150px;
}
.ms-box .ms-box-contentimg {
	text-align:center;
}
.image-right,
.image-left {
    margin-bottom: 10px;
}
    .image-right {
        float: right;
        margin-left: 10px;
    }
    .image-left {
        float: left;
        margin-right: 10px;
    }
    .image-right img,
    .image-left img {
        display: block;
    }



.ms-box-title {
    display: block;
    /*min-width: 397px;*/
    height: 48px;
    color: #363636;
    font: 14px/48px 'geogrotesque_smbdsemibold', arial, helvatica, sans-serif;
    text-indent: 40px;
    /*position: absolute;
    right: 0;
    z-index: 9999;*/
    border-bottom: 1px solid #eee;
    position:relative;
}
.ms-box-title .e-icon-neleroluyor {
    background: url("../images/button-sprite.png") no-repeat scroll -25px -3075px;
	display: inline-block;
    height: 30px;
    width: 33px;
	margin:3px 10px 0 0;
	top:8px;
	left:0;
	position:absolute;
}
.ms-box-title .e-icon-musteridestek {
    background: url("../images/button-sprite.png") no-repeat scroll -25px -3105px;
	display: inline-block;
    height: 30px;
    width: 33px;
	margin:3px 10px 0 0;
	top:8px;
	left:0;
	position:absolute;
}
.ms-box-title .e-icon-kariyer {
    background: url("../images/button-sprite.png") no-repeat scroll -25px -3135px;
	display: inline-block;
    height: 30px;
    width: 33px;
	margin:3px 10px 0 0;
	top:8px;
	left:0;
	position:absolute;
}
.ms-box .ms-box-contentin {
    color: #231f20;
    font: 14px/16px 'geogrotesque_ullgultralight', arial, helvatica, sans-serif;
	height:70px;
}

.ms-box .item strong {
    float: left;
    width: 100%;
	/*
    margin-left: 31px;
    margin-top: 79px;*/
    color: #444444;
    font: 18px/18px 'geogrotesque_rgregular', arial, helvatica, sans-serif;
	padding:5px 0;
}

.ms-box .item span {
    display: block;
    /*float: left;
    width: 369px;
    margin-left: 31px;*/
    margin-top: 26px;
    color: #434343;
    font: 14px/18px 'geogrotesque_ullgultralight', arial, helvatica, sans-serif;
}

.ms-box .owl-pagination {
    position: absolute;
    right: 0;
    top: -50px;
    z-index: 9999;
}

.ms-box .owl-pagination .owl-page {
    width: 12px;
    height: 12px;
    float: left;
    background: url(../images/button-sprite.png) no-repeat -36px 0;
    margin: 21px 0 0 5px;
}

.ms-box .owl-pagination .owl-page.active {
    background: url(../images/button-sprite.png) no-repeat -52px 0;
}

.ms-box .owl-buttons {
    display: none;
}
.to-form {
    background: none repeat scroll 0 0 #222;
    color: #fff;
    font: 20px/38px 'geogrotesque_lglight', arial, helvatica, sans-serif;

    padding:15px 40px;
    text-align: center;
    transition: all 0.5s ease 0s;
}
    .to-form:hover {
         background: #E1342B;
    }
.read-more {
    background: none repeat scroll 0 0 #222;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    font: 20px/38px 'geogrotesque_lglight', arial, helvatica, sans-serif;
    width: 150px;
    height: 38px;
    text-align: center;
    transition: all 0.5s ease 0s;
    z-index: 999999;
    margin-top: 0;
    border: none;
    clear: both;
}

.read-link {
    background: none repeat scroll 0 0 #222;
    color: #fff;
    cursor: pointer;
    display: block;
 	padding: 0 20px;
    font: 20px/38px 'geogrotesque_lglight', arial, helvatica, sans-serif;
   	float:left;
    height: 38px;
    text-align: center;
    transition: all 0.5s ease 0s;
    z-index: 999999;
    margin-top: 0;
    border: none;
    clear: both;
}
.read-more:hover {
    background: #E1342B;
}


.read-link:hover {
    background: #E1342B;
}

/*#sub .read-more {
    float: left;
    margin-top: 60px;
}*/

.ms-box .read-more {
    display: block;
    float: right;
    padding: 0; /*0 21px;*/
    height: 38px;
    /*position: absolute;
    right: 0;
    bottom: 0;*/
    z-index: 999999;
    cursor: pointer;
    font: 20px/38px 'geogrotesque_lglight', arial, helvatica, sans-serif;
    color: #FFF;
    background: #222;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.ms-box .read-more:hover {
    background: #E1342B;
}

footer {
    height: auto;
}

.footer-partner-list {
    width: 100%;
    height: auto;
    float: left;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 23px;
}

.footer-partner-list ul {
    float: left;
    width: auto;
    height: auto;
}

.footer-partner-list li {
    float: left;
    height: 116px;
    background: url(../images/m-sprite.png) no-repeat;
    margin: 0 61px;
}

.footer-partner-list li:first-child {
    margin-left: 0;
}

.footer-partner-list li:last-child {
    margin-right: 0;
}

.f-icon-addr {
    background: url("../images/button-sprite.png") no-repeat scroll -25px -3165px;
	display: inline-block;
    height: 18px;
    width: 18px;
	margin:3px 10px 0 0;
	float:left;
}
.f-icon-phone {
    background: url("../images/button-sprite.png") no-repeat scroll -25px -3183px;
	display: inline-block;
    height: 18px;
    width: 18px;
	margin:3px 10px 0 0;
}
.f-icon-email {
    background: url("../images/button-sprite.png") no-repeat scroll -25px -3201px;
	display: inline-block;
    height: 18px;
    width: 18px;
	margin:3px 10px 0 0;
}
.f-addr {
	float: left;
    width: 180px;
}
#sap-partner {
    background-position: -1px -124px;
}

#sales-force {
    background-position: -1px -240px;
}

#adobe {
    background-position: -1px -357px;
}

#autodesk {
    background-position: -1px -475px;
}

#ms-partner {
    background-position: -1px -588px;
}

#dyned {
    background-position: -1px -708px;
}

.footer-partner-list li a {
    display: block;
    height: 116px;
}

.footer-menu {
	font-family:'geogrotesque_ullgultralight', arial, helvatica, sans-serif;;
    float: left;
    height: auto;
	color:#fff;
	font-size:12px;
}

.footer-menu > ul > li {
    width: 190px;
    position: relative;
}

.footer-menu ul li h4 {
    color: #2B2B2B;
    display: block;
    float: left;
    font-family: 'geogrotesque_rgregular', arial, helvatica, sans-serif;
    font-size: 18px;
    padding-right: 11px;
    width: auto;
}

.footer-menu ul li div {
    display: block;
    height: 16px;
    margin-left: auto;
    overflow: auto;
    width: auto;
    background: url("../images/footer_menu-repeat.png") repeat-x scroll 0 7px;
}

.footer-menu ul li ul {
    /*
	float: left;
    width: 120px;
    margin-left: 83px;
	*/
    margin-top: 43px;
	clear: both;
}

.footer-menu ul li ul li {
    width:230px;
}

.footer-menu ul li ul li a {
    font-size: 11px;
    color: #2b2b2b;
    line-height: 23px;
    transition: all 0.50s;
    -webkit-transition: all 0.50s;
    padding-left: 12px;
    background: url(../images/button-sprite.png) no-repeat -93px 5px;
}

.footer-menu ul li ul li:hover a {
    color: #e1342b;
}

.seperator {
    height: 66px;
    background: url(../images/footer-sep.png) no-repeat 31px 7px;
    float: left;
    margin: 0 10px;
}

.footer-right {
	float: right;
	height:86px;
}


.footer-right .icon-content {
	float: right;
    height: 25px;
    line-height: 25px;
}
.footer-right .icon-content .efacebook-icon {
    background: url("../images/button-sprite.png") no-repeat scroll -50px -2970px;
	display: inline-block;
    float: left;
    height: 25px;
    width: 25px;
	
}
.footer-right .icon-content .etwitter-icon {
    background: url("../images/button-sprite.png") no-repeat scroll -75px -2970px;
	display: inline-block;
    float: left;
    height: 25px;
    width: 25px;
	
}
.footer-right .icon-content .elinkedin-icon {
    background: url("../images/button-sprite.png") no-repeat scroll 0px -2970px;
	display: inline-block;
    float: left;
    height: 25px;
    width: 25px;
	
}
.footer-right .icon-content .einstagram-icon {
    background: url("../images/button-sprite.png") no-repeat scroll -25px -2970px;
	display: inline-block;
    float: left;
    height: 25px;
    width: 25px;
	
}
.footer-right .icon-content a {
	color:#666666;
}
.footer-right .icon-content a:hover {
	color:#000;
}
.footer-right .icon-content .etwitter-icon a {
	display:block;
	height:25px;
	width:25px;
}
.footer-right .icon-content .efacebook-icon a {
	display:block;
	height:25px;
	width:25px;
}
.footer-right .icon-content .elinkedin-icon a {
	display:block;
	height:25px;
	width:25px;
}
.footer-right .icon-content .einstagram-icon a {
	display:block;
	height:25px;
	width:25px;
}
.footer-right .footer-right-form {
	height:86px;
}
.footer-right .footer-right-form .footer-right-form-inp {
	border: 0 none;
    bottom: 9px;
    left: 9px;
    position: absolute;
    width: 105px;
}
.footer-right .footer-right-form .footer-right-form-sbm {
	bottom: 9px;
    position: absolute;
    left: 118px;
	cursor:pointer;
	width:16px;
}
.footer-right .footer-right-social {
	text-align:right;
}





.footer-social {
    float: right;
}

.footer-social li {
    float: left;
    margin-left: 13px;
}

.footer-social li a {
    display: block;
    float: left;
    width: 62px;
    height: 62px;
    background: url(../images/button-sprite.png) no-repeat;
}

.footer-social a.facebook {
    background-position: -22px -20px;
}
    .footer-social a.facebook:hover {
        background-position: -22px -209px;
    }
.footer-social a.twitter {
    background-position: -22px -83px;
}
    .footer-social a.twitter:hover {
        background-position: -22px -272px;
    }
.footer-social a.linkedin {
    background-position: -22px -146px;
}
    .footer-social a.linkedin:hover {
        background-position: -22px -335px;
    }
.footer-social a.instagram {
    background-position: -22px -2720px;
}
    .footer-social a.instagram:hover {
        background-position: -22px -2782px;
    }
.footer-right-social-header {
	float:right;
	font-size: 12px;
    color: #fff;
    font-family:geogrotesque_ullgultralight;
	padding:5px 5px 0;
}
.footer-right span {
    
}

.footer-links {
    float: right;
    margin: 9px 0 0 0;
}

.footer-links a {
    color: #2b2b2b;
    font-size: 11px;
    margin-left: 42px;
}

.footer-links a:hover {
    color: #e1342b;
}

.sb-search {
    float: right;
    position: relative;
    width: 0;
    height: 61px;
    min-width: 61px;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    width: 100%;
    height: 60px;
    margin: 0;
    z-index: 10;
    font-size: 20px;
    color: #bdbdbd !important;
    text-indent: 30px;
    font-family: 'geogrotesque_lglight', arial, helvatica, sans-serif;
    background: #fff url(../images/button-sprite.png) 820px -935px no-repeat;
}

#sub .sb-search-input {
    /*background: url(../images/button-sprite.png) 818px -935px no-repeat #fff;*/
}

.sb-search a {
    width: 60px;
    display: block;
    float: right;
    cursor: pointer;
    position: relative;
    margin-right: 60px;
    height: 61px;
    z-index: 99;
}
.sb-search-input::-webkit-input-placeholder {
    color: #bdbdbd;
}

.sb-search-input:-moz-placeholder {
    color: #bdbdbd;
}

.sb-search-input::-moz-placeholder {
    color: #bdbdbd;
}

.sb-search-input:-ms-input-placeholder {
    color: #bdbdbd;
}

.sb-icon-search, .sb-search-submit {
    width: 62px;
    height: 62px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    z-index: 90;
    width: 62px;
    font-size: 22px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    background: url(../images/button-sprite.png) no-repeat;
    background-position: -23px -521px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 0;
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
    /*background: none;*/
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background-position: -25px -852px;
    height: 62px;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    z-index: 11;
}

/*.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    margin-right: 62px;
    width: 62px;
    height: 62px;
    z-index: 999999;
    background: url(../images/button-sprite.png) -62px -719px;
}*/

.mobil-menu-box {
    display: none;
}

.mobile-search-box {
    display: none;
}

.logo-border {
    display: none;
}

/* Sub Page */

header {
    width: 100%;
    height: 133px;
    float: left;
    position: relative;
    z-index: 100;
    margin-top: 0;
}

#sub header {
    /*background: #fff;
    height: 150px;*/
	
	float: left;
    height: 96px;
    /*margin-top: 44px; */ /* 19 */ /*139px;*/
    position: relative;
    width: 100%;
    z-index: 100;
    margin-bottom: 105px;
}

#sub .sub-slider {
	height: 134px;
    margin-top: 62px;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
#sub .sub-slider .sub-slider-header {
	position: absolute;
    right: 10px;
    top: 61px;
    z-index: 1;
	font-family:geogrotesque_rgregular;
	font-size:18px;
	color:#fff;
}
#sub .sub-slider .sub-slider-slider-img-bg {
	display: block;
    left: 50%;
    margin: 0 auto 0 -960px;
    min-height: 130px;
    position: relative;
    width: auto;
}
#home .trigon {
    display: none;
}

#sub .header-right {
   /* margin-top: 44px;*/
   /* float: right;
    width: 79%;*/
}

#sub .logo {
    /*width: 182px;
    height: auto;
    float: left;
    margin-top: 30px;
    background: #fff;*/
	
	position:absolute;
	z-index:9999;
	top:-41px;
}

#sub .logo a {
    display: block;
    width: 310px;
    height: 137px;
    border: 0 none;
    background-repeat: no-repeat;
}

#sub .menu-box {
    /*overflow: visible;
    position: inherit;
    width: auto;*/
}

#sub .home-menu {
    /*right: 62px;
    background: none;
    padding-top: 13px;
    padding-bottom: 9px;
    margin-right: 19px;
    margin-top: 4px;*/
}



#sub .home-menu > li {
    /*border-left: 1px solid #d9d9da;
    line-height: 30px;
    padding: 0 34px;*/
}

#sub .home-menu li:first-child {
    /*border-left: none;
    position: relative;*/
}

#sub .home-menu li:hover {
    /*background: none;*/
}

#sub .home-menu li a {
    /*color: #a0a0a3;*/
}

#sub .home-menu li a:hover {
    /*color: #0078c0;
    background: none;*/
}

#sub .home-menu li ul {
    /*top: 47px;*/
}

#sub .home-menu li ul {
    /*border: none;*/
}

#sub .home-menu > li > ul > li {
    /*border: none;
    background: #0078c0;
    height: 70px;
    line-height: 70px;
    border-top: 1px solid #0065b3;
    padding-left: 30px;*/
}

#sub .home-menu li ul li:hover {
    /*background: #0061a3;*/
}

#sub .home-menu li ul li a, #sub .home-menu li ul li a:hover {
    /*color: #fff;
    padding: 0;*/
}

#sub .trigon {
    /*display: block;
    height: 11px;
    width: 100%;
    border-bottom: 6px solid #00457e !important;
    background: url("../images/m-sprite.png") no-repeat scroll -496px 0;
    position: absolute;
    left: 0;
    top: -18px;*/
}

.banner {
    width: 100%;
    height: 442px;
    margin: 0 auto;
    position: absolute;
    top: 150px;
    z-index: 9;
    background-image: url(../images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.banner-container {
    max-width: 1510px;
    margin: 0 auto;
}

.banner-container img {

    margin-right: 24px;
}

.banner-container .banner-title, .banner-container .banner-text {
    display: block;
    float: left;
    /*width: 624px;*/
    color: #222;
    transition: all 0.50s;
    -webkit-transition: all 0.50s;
}

.banner-title {
    /**/margin: 20px 0 0 0;
    font: 40px/52px 'geogrotesque_mdmedium', arial, helvatica, sans-serif;
}

.banner-text {
    font: 24px/30px 'geogrotesque_ullgultralight', arial, helvatica, sans-serif;
    margin-top: 12px;
}

.banner .read-more {
    margin-top: 30px;
    float: left;
}

.content-header {
    background: #e1342b;
    width: 100%;
    float: left;
}

.breadcrumbs-list {
    float: left;
    height: 80px;
    overflow: hidden;;
}

.breadcrumbs-list li {
    float: left;
}

.breadcrumbs-list li a {
    color: #FFF;
    display: block;
    font: 34px/80px 'geogrotesque_ullgultralight', arial, helvatica, sans-serif;
    padding-left: 35px;
    background: url("../images/button-sprite.png") no-repeat scroll -33px -1980px
}

.content-header>ul li:first-child a {
    display: block;
    float: left;
    color: #fff;
    text-indent: 41px;
    font: 34px/80px 'geogrotesque_rgregular', arial, helvatica, sans-serif;
    background: none;
    padding-left: 0;
}

#sub .main > .content {
    /*margin: 487px auto;*/
}

.project-filter-box {
    height: auto;
    margin: 0 30px 0 0;
    padding: 23px 0;
    /*overflow: hidden;*/
}

.filter-box {
    position: relative;
    float: right;
    width: 268px;
    height: 39px;
    margin-left: 14px;
}

/*
.filter-box .filter-bg,
.line-input .filter-bg {
    background: url("../images/button-sprite.png") no-repeat scroll -32px -1175px #FFF;
    cursor: pointer;
    float: left;
    height: 33px;
    position: absolute;
    right: 1px;
    top: 2px;
    width: 38px;
    z-index: 999;
}
*/

.project-filter-box select,
.line-input select {
    border: none;
    color: #222;
    cursor: pointer;
    display: block;
    float: left;
    font-family: 'geogrotesque_lglight', arial, helvatica, sans-serif;
    font-size: 20px;
    left: 0;
    margin: 0;
    padding: 3px 0 4px 17px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    height: 38px;
}

select::-ms-expand {
    display: none;
}

.list-image-square {
    margin-top: 2px;
    border-top: 1px solid #dbdbdb;
    padding-top: 7px;
    position: relative;
    float: left;
	margin-left:60px;
	/*width:100%;*/
}

.list-image-square > ul {
    width: 100%;
    float: left;
}

.list-image-square li {
    float: left;
    position: relative;
    margin-right: 50px;
    cursor: pointer;
}

.list-image-square li.active .click-box {
    display: block;
}

/*.project-list-image-box {
	width: 470px;
	height: 469px;
	float: left;
	position: relative;
	margin-bottom: 48px;
	cursor: pointer;
}
.project-list-image-box > img {
	z-index: 0;
}
.project-list-image-box > span {
	display: block;
	width: 100%;
	margin-top: -3px;
	height: 74px;
	text-align: center;
	background: #f9f6ef;
	font-size: 18px;
	color: #969696;
	font-family: 'geogrotesque_lglight',arial, helvatica, sans-serif;
	line-height: 71px;
	z-index: 9;
}*/
.list-image-box {
    width: 470px;
    height: 469px;
    float: left;
    position: relative;
    margin-bottom: 48px;
    cursor: pointer;
}

.list-image-box > img {
    z-index: 0;
}

.list-image-box > span {
    display: block;
    width: 100%;
    margin-top: -3px;
    height: 74px;
    text-align: center;
    background: #f9f6ef;
    font-size: 18px;
    color: #969696;
    font-family: 'geogrotesque_lglight', arial, helvatica, sans-serif;
    line-height: 71px;
    z-index: 9;
}

.list-hover-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 62px;
    height: 62px;
    cursor: pointer;
    background: url(../images/button-sprite.png) no-repeat -25px -852px;
}

.click-box {
    position: absolute;
    width: 390px;
    height: 413px;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
    background: #e1342b;
    padding: 29px 40px;
}

/*.last-full-project .click-box {
	left: 0;
}*/
.list-image-square li img {
    display: block;
    margin: 0 auto;
}

.list-image-square > li > strong, .list-image-square > li > span {
    display: block;
    text-align: center;
    font-family: 'geogrotesque_lglight', arial, helvatica, sans-serif;
}

.click-box > img {
    padding-bottom: 30px;
    margin-bottom: 20px !important;
}

.click-box > strong {
    display: block;
    color: #fff;
    padding-top: 30px;
    border-top: 1px solid #c30000;
    font: normal 22px 'geogrotesque_lglight', arial, helvatica, sans-serif;
}

.click-box span {
    display: block;
    color: #f0aeab;
    font: normal 16px/22px 'geogrotesque_lglight', arial, helvatica, sans-serif;
    margin: 23px 0 0 0;
    max-height: 140px;
    overflow-x: hidden;
    overflow-y: auto;
}

.project-detail-box {
    width: 100%;
    height: 62px;
    margin: 0 auto;
    position: absolute;
    z-index: 9999;
    left: 0;
    bottom: 40px;
    text-align: center;
}

.project-detail-box section:hover > div {
    display: block;
}

.project-detail-box > a {
    width: 146px;
    height: 58px;
    display: inline-block;
    text-align: center;
    float: none;
    border: 2px solid #fff;
    color: #fff;
    font: 20px/58px 'geogrotesque_lglight', arial, helvatica, sans-serif;
    vertical-align: top;
}

.project-detail-box > a:hover {
    background: #fff;
    color: #e1342b;
}

/*
body.wfull .project-detail-box {
     left: auto;
}
body.wfull .project-detail-box > a {
}
*/

.project-detail-box > section {
    float: none;
    position: relative;
    display: inline-block;
    width: 64px;
    height: 62px;
    margin-left: 10px;
    background: url(../images/button-sprite.png) -24px -2570px;
}

.project-detail-box > section:hover {
    background-position: -24px -1244px;
}

.project-share {
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #E5DDDC;
    height: 75px;
    left: 0;
    position: absolute;
    top: 61px;
    width: 187px;
    display: none;
}

.project-share ul {
    margin: 20px 0 0 26px;
}

.project-share ul li {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 9px;
}

.project-share ul li a {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/button-sprite.png);
}

.project-share ul li a.share-facebook {
    background-position: -12px -1316px;
}

/*.fb-share-button {
	background: url(../images/button-sprite.png) -12px -1316px
}*/
.project-share ul li a.share-twitter {
    background-position: -52px -1316px;
}

.project-share ul li a.share-linkedin {
    background-position: -35px -1356px
}

#sub .header-right #search {
    border: 1px solid #e4e4e4;
}

#sub .header-right .sb-search-input {
    right: 0;
    height: 61px;
    border: 1px solid #e4e4e4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.square-list li {
    position: relative;
    display: table;
    margin-bottom: 29px;
    margin-right: 29px;
}
    .square-list .square {
        /*display: table-cell;*/
        vertical-align: middle;
        /*height: 120px;*/
        width: 300px;
        border: 8px solid #ededed;
		background-color: #fff;
        padding: 20px 0;
		
    }
    .square-list li .square img {
        max-width: 300px;
        /*height:93px;*/
    }

.list-image-label {
    padding-top: 0 !important;
}
    .list-image-label li {
        float: left;
        width: 294px;
        text-align: center;
        background: #eee;
        margin: 20px;
        overflow: hidden;
    }
    .list-image-label a {
    }
    .list-image-label a > div {
        margin: 7%;
        width: 86%;
        overflow: hidden;
        height: 240px;
    }
    .list-image-label img {
        position: relative;
        display: block;
        max-width: 100%;
        top: 50%;
        left: 50%;
        min-width: 640px;
        margin-left: -320px;
        margin-top: -180px;
    }
    .list-image-label h4 {
        margin: 7%;
        color: #000;
        font-size: 20px;
        line-height: 1.1em;
        height: 60px;
    }
    .list-image-label h4 a {
        color: #666;
    }


.content-left .list-image-label li {
    width: 235px;
}
    .content-left .list-image-label a > div {
        height: 190px;
    }
    .content-left .list-image-label img {
        min-width: 480px;
        margin-left: -240px;
        margin-top: -120px;
    }

.list-image-label.list-videos li div {
    height: auto !important;
}
    .list-image-label.list-videos li h4 {
        font-size: 18px;
    }
    .list-image-label.list-videos img {
        margin: 0 !important;
        min-width: 0 !important;
        position: static !important;
        left: 0 !important;
    }


.last-full .click-horizontal {
    left: -400px;
}

.last-960 .click-horizontal {
    left: -326px;
}

.click-horizontal {
    height: 222px;
    width: 630px;
}

.click-horizontal > img {
    float: left;
    display: table-cell;
    vertical-align: middle;
}

.click-horizontal .customers-hover-logo {
    border-right: 1px solid #C30000;
    display: table-cell;
    height: 219px;
    text-align: center;
    vertical-align: middle;
    width: 230px;
}

.click-horizontal > strong {
    position: absolute;
    right: 54px;
    top: 13px;
    text-align: left;
    width: 341px;
    border: none;
    height:30px;
    overflow:hidden;
}

.click-horizontal span {
    color: #F0AEAB;
    font: 16px/22px 'geogrotesque_lglight';
    margin: 23px 0 0;
    position: absolute;
    right: 26px;
    top: 57px;
    width: 367px;
    height: 90px;
    overflow: auto;
}

.project-list-text > strong {
    font-weight: bold;
}

.click-horizontal .project-detail-box {
    position: absolute;
    bottom: 36px;
    right: 40px;
    width: 186px;
}

.square-list .click-horizontal .project-detail-box {
    left: auto;
}

.click-horizontal .project-detail-box a {
    width: 186px;
}

.mobile-customers-text, .mobile-customers-title, .mobile-read-button, .filtre-title {
    display: none;
}

.sub-v2 > .main > .content {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.sub-v2-separator {
    background: none repeat scroll 0 0 #DBDBDB;
    display: block;
    float: left;
    height: 1px;
    margin-top: 22px;
    width: 100%;
}

aside.right {
    margin: 65px 0 105px 0;
}

.wmobile aside.left {
	display:none !important;
}
aside.left {
    margin: 5px 0 105px 0;
	margin-right: 20px;
}

aside h3 {
    width: 100%;
    height: 62px;
    float: left;
    color: #fff;
    text-align: center;
    background: #a9a9a9;
    font: 22px/62px 'geogrotesque_ullgultralight';
}

aside .h3 {
    width: 100%;
    height: 62px;
    float: left;
    color: #fff;
    text-align: center;
    background: #363636;
    font: 18px/62px 'geogrotesque_ullgultralight';
}

.featured-box {
    border-left: 1px solid #d5d5d5;
    background: #f9f6ef;
    float: left;
}

/*.red-title {
	background: #e1342b;
}*/
.featured-properties {
    float: left;
    height: auto;
}

.featured-properties > img {
    display: block;
    float: left;
    margin: 30px 0 30px 0;
}

.featured-list {
    width: 260px;
    float: left;
    padding-left: 30px;
}

.featured-list li {
    margin-bottom: 20px;
    background: url(../images/button-sprite.png) no-repeat -94px -139px;
}

.featured-list li span {
    display: block;
    padding: 20px 0 0 18px;
    font: 20px/25px 'geogrotesque_ullgultralight';
    color: #222;
    background: url(../images/featured--seperator.png) no-repeat top;
}

.featured-list li:first-child span {
    background: none;
}

/*.side-bar-boxes {
	float: left;
	width: 100%;
	border: 1px solid #d5d5d5;
	margin: 60px 0 0 0;
}*/
.right-boxes {
    border: 1px solid #d5d5d5;
    margin: 40px 0 0;
    font: 20px 'geogrotesque_ullgultralight';
}

.sidebar-contact {
    padding-left: 32px;
    float: left;
    margin-top: 20px;
}

.sidebar-contact li:first-child {
    padding-top: 0;
    border: none;
}

.sidebar-contact li {
    border-top: 1px dotted #C3C3C3;
    float: left;
    margin-right: 29px;
    padding-bottom: 26px;
    padding-top: 24px;
}

.sidebar-contact li a {
    color: #222;
}

.icon62 {
    float: left;
    background: url(../images/button-sprite.png) no-repeat;
    width: 62px;
    height: 62px;
    margin-right: 23px;
}

.telephone-icon {
    background-position: -20px -1401px;
}

.contact-icon {
    background-position: -20px -1471px;
}

.sidebar-contact li span {
    display: block;
    float: left;
    font: 20px 'geogrotesque_ullgultralight';
    margin-top: 4px;
}

.sidebar-contact li strong {
    display: block;
    float: left;
    font: 24px 'geogrotesque_smbdsemibold';
}

.newslatter-text {
    display: block;
    float: left;
    font: 20px 'geogrotesque_ullgultralight';
    padding-left: 32px;
    margin-top: 40px;
}

.content-left {
    /*float: left;*/
    /*margin-right: 90px;*/
    /*margin-top: 34px;*/
    margin-bottom: 80px; /*105px;*/
}
.content-left-box {
	padding:0 0 40px;
}
.content-left-slider {
    float: left;
    overflow: hidden;
    /*width: 100%;*/
}
    .content-left-slider .item img {
        /*width: 100%;*/
        max-width: 100%;
		border:5px solid #cecece;
		margin:0 20px 0 0;
    }

.content-left-slider .owl-buttons {
    display: none;
}

.content-left-slider .owl-pagination {
    height: 23px;
    width: 220px;
    /*position: absolute;
    left: 43px;
    bottom: 34px;*/
}

.content-left-slider .owl-pagination .owl-page {
    width: 21px;
    height: 21px;
    float: left;
    margin-right: 7px;
    background: url(../images/button-sprite.png) no-repeat -27px -2070px;
}

.content-left-slider .owl-pagination .owl-page.active {
    background: url(../images/button-sprite.png) no-repeat -55px -2070px;
}

.content-left-title {
	background: url(../images/sub-headerbg.png) no-repeat center right;
    display: inline-block;
    /*float: left;*/
    font: 20px/50px 'geogrotesque_smbdsemibold';
	height:50px;
	padding:0 30px 0 0;
	color:#fff;
}
.content-left-title a {
	color:#fff;
	text-decoration:none;
}
.content-left-title2 {
	display: inline-block;
    /*float: left;*/
    font: 24px/24px 'geogrotesque_smbdsemibold';
	height:24px;
	color:#222;
}

.content-right-title {
	display: inline-block;
    float: right;
}

.sub-headerbg {
	background: url(../images/sub-headerbg-left.png) repeat-x 0 0;
	height: 50px;
    left: 0;
    position: absolute;
    top: 245px;
    width: 225px;
}
.content-left-text {
    display: block;
    /*float: left;*/
    padding: 5px 0 40px 0;
    font: 18px/18px Georgia, "Times New Roman", Times, serif;
    color: #979797;
    font-style: italic;
}
    .content-left-text h2,
    .content-left-text h3,
    .content-left-text h4,
    .content-left-text h5,
    .content-left-text h6 {
        font-weight: bold;
        margin-bottom: 0.5em;
        margin-top: 1em;
        font-size: 1.10em;
    }
    .content-left-text p {
        margin-bottom: 1em;
    }
	.content-left-text p img {
        border: 5px solid #cecece;
		float: left;
		margin: 0 15px 5px 0;
    }
    .content-left-text ul.disc {
        list-style: disc outside;
        padding-left: 2em;
    }

.content-left-text-2 {
    font: 18px/24px 'geogrotesque_ullgultralight', arial, helvatica, sans-serif;
    color: #222;
    font-style: normal;
}

.content-left-text-2 .sidebar-title {
    display: none;
}

.content-left-bottom {
    width: 100%;
    float: left;
    margin-top: 27px;
}

.site-link {
    float: left;
    width: 190px;
    height: 40px;
}

.social-icon {
    float: right;
}

.social-icon li {
    float: left;
    margin-left: 9px;
}

.social-icon a {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/button-sprite.png) no-repeat;
}

.social-icon a.facebook {
    background-position: -35px -759px;
}

.social-icon a.twitter {
    background-position: -7px -801px;
}

.social-icon a.linkedin {
    background-position: -56px -801px;
}

.clb-seperator {
    background: url("../images/button-sprite.png") repeat-x scroll 0 -1540px;
    display: block;
    float: left;
    height: 37px;
    margin: 0 0 0 15px;
    min-width: 83%;
}
a + .clb-seperator {
    min-width: 85%;
}

.ui-boxes {
    float: left;
    height: auto;
    width: 100%;
}

.ui-box {
    float: left;
    height: auto;
    width: 100%;
}

.ui-boxes .awards {
    border-top: 1px solid #EDEDED;
    margin-top: 0 !important;
    padding-top: 45px;
}

.ui-box:first-child {
    border-top: none;
}

/*.related-box {
	float: left;
	width: 100%;
	padding-top: 51px;
	margin-top: 56px;
	border-top: 1px solid #ededed;
}*/
.solution-box .related-box:first-child {
    padding-top: 0;
    border-top: none;
}

.project-box {
    float: left;
    width: 100%;
    padding-top: 51px;
    margin-top: 56px;
    border-top: 1px solid #ededed;
}

.red-title-box {
    float: left;
    width: 100%;
    height: 62px;
    border-bottom: 1px solid #dbdbdb;
    display: block !important;
}

.red-title-box h4 {
    display: block;
    float: left;
    line-height: 62px;
    height: 62px;
    color: #fff;
    padding: 0 27px 0 29px;
    background: #e1342b;
    text-align: center;
    font-family: 'geogrotesque_ullgultralight', arial, helvatica, sans-serif;
    font-size: 26px;
}

/*
.related-title {
	float:left;
	width:100%;
	height:62px;
	border-bottom:1px solid #dbdbdb;
	display:block !important;
}
.related-title h4 {
	display:block;
	float:left;
	line-height:62px;
	height:62px;
	color:#fff;
	padding:0 27px 0 29px;
	background:#e1342b;
	text-align:center;
	font-family: 'geogrotesque_ullgultralight';
	font-size:26px;
}
*/
.solution-box .accordion .accordion-title {
    float: left;
    width: 100%;
    height: 62px;
    border-bottom: 1px solid #dbdbdb;
    display: block !important;
    cursor: pointer;
    position: relative;
}

.solution-box .accordion .accordion-title h4 {
    /*float: left;*/
    display: block;
    line-height: 62px;
    height: 62px;
    color: #fff;
    padding: 0 27px 0 29px;
    background: #a9a9a9;
    text-align: left;
    font-family: 'geogrotesque_ullgultralight', arial, helvatica, sans-serif;
    font-size: 26px;
    width: 100%;
}

.show-all {
    background: url("../images/button-sprite.png") no-repeat scroll 45px -1591px;
    color: #222;
    display: block;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: auto;
    line-height: 13px;
    margin-top: 20px;
    padding-right: 35px;
    text-align: right;
    width: 75px;
}

.show-all-mobile {
    display: none;
}

.related-content {
    float: left;
    display: block;
	width:100%;
    margin-top: 35px;
    color: #222;
    position: relative;
}

.related-content img, .related-box img {
    display: block;
    float: left;
    margin-right: 40px;
}

.related-content-title {
    display: block;
    margin-bottom: 11px;
    font-size: 24px;
    font-family: 'geogrotesque_mdmedium', arial, helvatica, sans-serif;
}

.related-content-text {
    font: 20px 'geogrotesque_ullgultralight';
}

.date {
    display: block;
    padding: 0 0 0 32px;
    height: 23px;
    position: absolute;
    background: url("../images/button-sprite.png") no-repeat scroll -41px -1644px;
    bottom: 0;
    left: 241px;
}

.date > span {
    border-left: 1px solid #222;
    display: block;
    float: left;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    margin-bottom: 3px;
    padding: 0 9px;
    margin-top: 8px;
}

.date > span:first-child {
    padding-left: 0;
    border-left: none;
}

.related-content > .read-more {
    position: absolute;
    right: 0;
    bottom: 0;
}

.accordion-header {
    display: none;
    overflow: hidden;
}

.map {
    margin-top: 9px;
    width: 100%;
    height: 605px;
}

.contact-information {
    float: left;
    margin-top: 38px;
    margin-bottom: 50px;
}

.adress-icon {
    background-position: -19px -1686px;
    margin-right: 31px;
}

.fax-icon {
    background-position: -19px -1812px;
}

.mail-icon {
    background-position: -19px -1749px;
}

.contact-information > div > .icon62 {
    margin-right: 30px;
}

.address span {
    display: block;
}

.adress {
    display: block;
    float: left;
    width: 100%;
}

.contact-information > div {
    margin-bottom: 34px;
}

.fs-20light {
    font-size: 20px;
    color: #222;
    line-height: 30px;
    font-family: 'geogrotesque_lglight', arial, helvatica, sans-serif;
}

.tel-icon {
    background-position: -20px -1401px;
}

.ui-contact-tel span, .ui-contact-fax span, .ui-contact-mail span {
    line-height: 62px;
}

.ui-contact-tel, .ui-contact-mail, .ui-contact-fax {
    float: left;
}

.ui-contact-tel, .ui-contact-fax {
    margin-right: 133px;
}

/*****************
    Forms
******************/
.box-form {
    float: left;
    padding-left: 32px;
}

.box-form input[type="text"] {
    display: block;
    float: left;
    width: 239px;
    height: 61px;
    border: 1px solid #dbdbdb;
    font: 20px 'geogrotesque_ullgultralight';
    color: #c1c1c1;
    text-indent: 23px;
    margin-top: 23px;
}

.box-form input[type="submit"] {
    margin-right: 37px;
    margin-bottom: 30px;
    margin-top: 11px;
    border: none;
}

.line {
    float: none;
    height: auto;
    margin-bottom: 13px;
    /*width: 630px;*/
    width: 100%;
}

.line > label {
    float: left;
    line-height: 62px;
}

.line-input {
    position: relative;
    float: left;
    width: 430px;
}

.line-input input,
.line-input textarea {
    display: block;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
}
.line-input input {
    line-height: 62px;
    text-indent: 24px;
}

.line-input input,
.line-input textarea,
.sbHolder {
    font-family: 'geogrotesque_lglight', arial, helvatica, sans-serif;
    border: 1px solid #e4e4e4;
    font-size: 20px;
    color: #222;
    height: 60px;
}
.line-input textarea {
    resize: none;
    height: auto;
    padding: 24px 0 24px 24px;
}
    .line.grid-auto {
        width: 100%;
        float: none;
    }

.line.grid-16 > label{
    width: 190px;
    margin-right: 10px;
}

.line-input select {
}

.line-input select option {
    font-family: 'geogrotesque_lglight', arial, helvatica, sans-serif;
}

.contact-form {
    position: relative;
    float: left;
}

.contact-form > .related-title {
    margin-bottom: 35px;
}

.message {
    height: 284px !important;

}
.messageArea {

     height: 395px !important;
}
.error {
    color: #d53d3d;
    font-size: 13px;
    position: relative;
    left: 0;
}

.line-button {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.line > .read-more {
    float: right;
    margin-bottom: 30px;
}


/* SelectBox */
.sbHolder {
    z-index: 99;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sbHolder a {
    font-family: 'geogrotesque_lglight',​arial,​helvatica,​sans-serif;
}
.sbHolder,
.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
    color: #666;
}
.sbSelector {
    line-height: 60px;
    height: 60px;
    text-indent: 24px;
    overflow: hidden;
}
.sbOptions {
    min-width: 100%;
    border: 1px solid #e4e4e4;
    z-index: 1;
    max-height: 210px !important;
}
.sbOptions > li:hover {
    background: #f6f6f6;
}
.sbOptions a,
.sbOptions a:link,
.sbOptions a:visited {
    color: #222;
    border: medium none;
}
.sbOptions a {
    display: block;
    line-height: 26px;
    /*height: 26px;*/
    padding: 10px 0 10px 24px;
    font-size: 18px;
    font-family: 'geogrotesque_lglight', arial, helvatica, sans-serif;
    /*text-indent: 24px;*/
}

.filter-box .sbHolder {
    background: #fff;
    border: none;
    font-size: 20px;
    color: #222;
    height: 100%;
}
.filter-box .sbToggle {
    height: 100%;
    background-position: -34px -2657px;
}
.filter-box .sbSelector {
    line-height: 39px;
    height: 100%;
}
.filter-box .sbOptions {
    -moz-box-sizing: border-box;
    left:0;
}


/* /form */

aside > nav {
    width: 100%;
    float: left;
    background: #4b4b4b;
}

.right-sidebar-active {
    background: #fff;
}

.right-sidebar-active a {
    color: #e1342b !important;
}

aside > nav ul {
    padding: 0 0 16px 0;
}

aside > nav li {
    text-indent: 54px;
    position: relative;
}

aside nav li ul,
aside nav li li {
    padding: 0;
}

aside nav li a {
    color: #fff;
    display: block;
    padding: 14px 0 14px 54px;
    /*border-top: 1px dotted #940d06;*/
    text-indent: 0;
    font: normal 16px 'geogrotesque_ullgultralight', arial, helvatica, sans-serif;
}

aside nav > ul > li:first-child > a,
aside nav > ul > li:first-child > a:before {
    border: none;
}

aside nav li ul li a {
    padding-left: 75px;
    background: url("../images/button-sprite.png") no-repeat scroll 56px -2332px;
}

aside > nav a:hover, aside > nav li.selected > a {
    background-color: #797979;
    background-position: 56px -2290px;
    color: #fff;
}

aside nav li a:before {
    border-top: 1px dotted #4b4b4b;
    content: "";
    display: block;
    height: 0;
    left: 10%;
    position: absolute;
    right: 10%;
    top: 0;
    width: 80%;
}

aside nav li ul li:first-child > a {
    border-top: 1px dotted #4b4b4b;
}

aside nav li ul li:first-child > a:before {
    display: none;
}

.line-input input::-webkit-input-placeholder {
    display: none;
    color: #fff;
}

.line-input input::-moz-placeholder {
    color: #fff;
}

/* firefox 19+ */
.line-input input:-ms-input-placeholder {
    color: #fff;
}

/* ie */
.line-input input:-moz-placeholder {
    color: #fff;
}

#tel::-webkit-input-placeholder {
    color: #9a9a9a;
}

#tel::-moz-placeholder {
    color: #9a9a9a;
}

/* firefox 19+ */
#tel:-ms-input-placeholder {
    color: #9a9a9a;
}

/* ie */
#tel:-moz-placeholder {
    color: #9a9a9a;
}

.featured-box-mobile {
    display: none;
}

.content-left-bottom-mobile {
    display: none;
}

.success-box {
    padding: 52px 0 0 0;
    border-top: 1px solid #ededed;
}

.first-success-box {
    padding-top: 0;
    border-top: none;
}

/*.success-box .date, .success-box .read-more {
    bottom: 55px;
}*/

.sub-v2-left-bottom {
    margin-top: 49px;
}

.content-list {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 25px;
    list-style: initial;
    padding-left: 30px;
}

.content-list > li {
    /*background: url("../images/button-sprite.png") no-repeat scroll -88px -25px;
    padding-left: 22px;*/
}

.solution-box {
    margin-bottom: 88px;
}

.awards-box .related-box {
    border-top: 1px solid #ededed;
    padding-top: 45px;
    margin-top: 0 !important;
}

.awards-box .related-box:first-child {
    border-top: none;
}

.success-box {
    color: #222;
    float: left;
    margin-top: 35px;
    position: relative;
	width:100%;
}

.awards-text-box {
    float: left;
    margin-right: 74px;
    margin-bottom: 20px;
    overflow: hidden;
}

.awards-text {
    margin-bottom: 31px;
}

.awards-list-box {
    float: left;
    width: auto;
}

.awards-test .related-content-title {
    margin-bottom: 0;
}

.solution-box .accordion {
    border: none;
    margin-top: 30px;
    padding-top: 0;
}

.acik {
    display: none !important;
}

.solution-box .related-content-text {
    width: 100%;
}

.solution-accordion-icon {
    position: absolute;
    right: -50px;
    top: 0;
    width: 61px;
    height: 62px;
    /*float: right;*/
    cursor: pointer;
    background: url(../images/button-sprite.png) no-repeat -22px -2102px;
}

.solution-box .accordion .accordion-open h4 {
    background: #e1342b;
}

.solution-box .accordion-open-2 h4 {
    background: #e1342b;
}

.solution-box .accordion-open-2 > .solution-accordion-icon {
    background: url(../images/button-sprite.png) no-repeat -22px -2166px;
}

.solution-box .accordion-open > .solution-accordion-icon {
    background: url(../images/button-sprite.png) no-repeat -22px -2166px;
}

.solution-box .accordion-open > .solution-accordion-icon-2 {
    background: url(../images/button-sprite.png) no-repeat -22px -2166px;
}

.accordion-title.accordion-open > .solution-accordion-icon-2 {
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
    -webkit-transform-origin: 44px 19px;
    transform-origin: 44px 19px;
}

@media (min-width:769px) {
    .selectLanguage {
        height: 36px;
        width: 100%;
        position: relative;
    }
    .selectLanguage a {
        float:right;
        font-size:12px;
        color:#fff !important;
        margin-top: 6px !important;
        margin-right:4px;
        margin-left:4px;
        text-decoration:none;
        top:30px;
        color:#000;
        text-align:center;
        width:26px;
        z-index:10 !important;
    }
    .selectedLanguage {
        border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        width: 26px;
        height: 26px;
        z-index:2 !important;
        border:1px solid #fff;
        margin-top:-6px !important;
    }
    .selectedLanguage a {
        margin-top: 6px !important;
    }
    span.selectedLanguage {
        padding: 5px;
    }
    .black-a a, .black-a .selectedLanguage {
        color:#000 !important; border-color:#000;
    }
    .black-a {
        margin-top: 10px;
    }
    .home-menu li .lang {
        display:none;
    }
    .mobileLang {
        display:none !important;
    }
}
@media (max-width:768px) {
    .selectLanguage {
        display: none;
    }
        .mobil-menu-box ul > li.selectLanguage {
            display: block !important;
            background: #222222;
        }
    li.selectLanguage a {
        font: normal 14px/1em Arial,​Helvetica,​sans-serif !important;
        display: inline-block !important;
        margin-right: 10px;
    }
    .selectedLanguage {
        width: 28px;
        height: 28px;
        border: 1px solid #fff;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }
    .selectedLanguage a {
    }
    span.selectedLanguage {
        padding: 5px;
    }
}

table { border-collapse: collapse; margin: 1em; width:100% !important; }
    table thead { background: #C2C2C2; }
        table thead th, table tbody td { padding: 8px 3px 8px 10px; vertical-align: middle; }
        table thead th { line-height: 1.1em; font-size: 13px; font-weight: bold; }
    table tbody tr { /*height: 3em;*/ }
    table tbody td { border: 1px solid #DCDCDC; font-size: 13px; vertical-align: middle; }
    table tbody tr:nth-child(odd) { background: #FBFBFB;}
    table tbody tr:nth-child(even) { background: #EDEDED;}/**/
    /* IE 7-8*/
    table tbody tr.odd { background: #FBFBFB; color: #A00; }
    table tbody tr.even { background: #EDEDED; color: #A00; }

    table.noborder, table.noborder td, table.noborder th { border: none; }
    table.nopadding, table.nopadding td, table.nopadding th { padding: 0; }

    table.comparison { }
        table.comparison thead { }
            table.comparison thead th, table.comparison tbody td { }
            table.comparison thead th { }
        table.comparison tbody tr { }
        table.comparison tbody td { }
        table.comparison td.yes, table.comparison td.no, table.comparison td.cond { text-align: center; text-indent: -999em; }
        table.comparison td.yes { color: #0A0; background: url(yes.png) no-repeat center center; }
        table.comparison td.no { color: #A00; background: url(no.png) no-repeat center center; }
        table.comparison td.cond { color: #A00; background: url(cond.png) no-repeat center center; }

        table.comparison.picture { }
            table.comparison.picture thead { background: transparent; }
                table.comparison.picture thead th h2, table.comparison.picture thead th p, table.comparison.picture thead th.summary { text-align: left; }
                table.comparison.picture thead th h2 { }
                table.comparison.picture thead th p { font-size: 14px; }
            table.comparison.picture td.subtitle { background: #DADADA; font-weight: bold; font-size: 14px; }


#egTakvim { font: normal 14px/1.6em Tahoma, Arial, Helvetica, sans-serif; color: #666; }
#egTakvim th, #egTakvim tr.subheadings td { font-weight: bold; line-height: 1.2em; }
#egTakvim th { background: #000; color: #fff; font-size: 1.1em; }
#egTakvim tr.subheadings td { padding: .5em; background: #e7e7e7; color: #333; font-size: 1.1em; text-align: center; border-bottom-color: #999; }
#egTakvim th, #egTakvim td { padding: 1em 1em; vertical-align: middle; }
#egTakvim td p { margin: 0; }
#egTakvim tr:nth-child(even) { background: #F4F4F4; }
#egTakvim tr.separator { background: #fff; }
    #egTakvim tr.separator td { color: transparent; border: medium none; height: 20px; padding: 0; }
        #egTakvim tr.separator td * { display: none; }

/*
#egTakvim { border-collapse:collapse; margin: 1em 0; line-height:normal !important; width:100% !important;}
#egTakvim th, #egTakvim td { padding: 5px 10px; vertical-align: middle; height: 30px; }
#egTakvim th, #egTakvim td, #egTakvim th, #egTakvim td a, #egTakvim div { font-size: 11px;  }
#egTakvim td { border: 1px solid #CCC; }
#egTakvim td.title { font-weight: bold; }
*/



.bannerContent {
    display:inline-block; /*width:35%;*/ position:absolute;
}

/*
.form-salesforce { font-family:'geogrotesque_lglight', arial, helvatica, sans-serif; font-size:20px; line-height:44px;}
.form-header { display:block;}
input { height:40px;  font-family:'geogrotesque_lglight', arial, helvatica, sans-serif; font-size:20px; color:#222;}
.inpfields {padding-bottom:20px;}
textarea {font-family:'geogrotesque_lglight', arial, helvatica, sans-serif; font-size:20px; color:#222; height:300px;	}
.form-textarea {display:block; }

@media (max-width:767px) {
	.form-salesforce {
		width:96%;padding:20px 10px;
	}
	.inpfields {width:100%; clear:both;padding-bottom:30px; margin-bottom:30px;
	}
	.form-salesforce input::-webkit-input-placeholder, .form-salesforce textarea::-webkit-input-placeholder {
		color: rgba(0,0,0,.5);
	}
	.form-salesforce input::-moz-placeholder, ..form-salesforce textarea::-moz-placeholder {
		color: rgba(0,0,0,.5) ;
	}
	.form-salesforceinput:-moz-placeholder,  .form-salesforce textarea:-moz-placeholder {
		color: rgba(0,0,0,.5);
	}
	.form-salesforce input:-ms-input-placeholder, .form-salesforce textarea:-ms-input-placeholder {
		color: rgba(0,0,0,.5);
	}
	input {display:block; width:97% !important;}
	.inpname, .inpnamet { display:none;}
	.read-more {float:left;}
	textarea {width:97%;}
	.form-textarea {width:100%;}
	.form-submit {width:95%; text-align:center;}
	.read-more {float:right !important;}
}

@media (min-width:768px) {
	.form-salesforce {
		width:90%;padding:20px 30px;
	}
	.inpfields {float:left; padding-right:20px;
	}
	.form-salesforce input::-webkit-input-placeholder, .form-salesforce textarea::-webkit-input-placeholder {
		color: rgba(0,5,143,.0);
	}
	.form-salesforce input::-moz-placeholder, .form-salesforce textarea::-moz-placeholder {
		color: rgba(0,5,143,.0);
	}
	.form-salesforceinput:-moz-placeholder,  .form-salesforce textarea:-moz-placeholder {
		color: rgba(0,5,143,.0);
	}
	.form-salesforce input:-ms-input-placeholder, .form-salesforce textarea:-ms-input-placeholder {
		color: rgba(0,5,143,.0);
	}
	input {float:left; width:50%;}
	.inpname {float:left; width:180px;}
	.inpnamet {display:block;}
	textarea {width:97%;}
	.form-textarea {width:97%;}
	.form-submit {width:95%}
}
*/

.mback {margin-left:-30px;}
.form-salesforce {margin-top:30px;  }
.form-salesforce textarea{ font-family: 'geogrotesque_lglight', arial, helvatica, sans-serif; border: 1px solid #e4e4e4; font-size: 20px; }
.inputgroup {display:block; width:100%;}
.inputgroup .inputself {float:left; display:inline-block;}
.inputgroup input { font-family: 'geogrotesque_lglight', arial, helvatica, sans-serif; border: 1px solid #e4e4e4; font-size: 20px; color: #222; /*height: 60px;*/ float:left; display:inline-block; padding:5px 10px; margin-top:0 !important; margin-bottom:20px;}
.inputname { font-size: 20px; color: #222; line-height: 30px; font-family: 'geogrotesque_lglight', arial, helvatica, sans-serif; float:left; display:inline-block;}
.inputname:after {content:" : ";}


@media screen and (max-width:768px) {
.inputgroup {width:95%;clear:both; height:50px;}
.form-salesforce textarea { width: 100%; height:160px; }
.inputname {display:none; }
.inputgroup input {width:100%;}
.inputgroup .inputself {width:94%;}
/*textarea {width:98% !important; height:160px;}*/
}

@media screen and (min-width:769px) and (max-width:1280px) {
.form-salesforce {width:570px;}
.form-salesforce textarea { width: 518px; height:160px; }
.inputgroup {width:100%;clear:both; }
.inputgroup input {width:330px !important; height:50px !important;}
.inputgroup .inputself {width:70%;}
.inputname {width:170px;}
/*textarea {width:346px !important;height:160px;}*/
}

@media screen and (min-width:1281px) and (max-width:1510px) {
.form-salesforce {width:860px;}
.form-salesforce textarea { width: 778px; height:160px; }
.inputgroup {float:left;width:430px;}
.inputgroup input {width:330px !important;  height:50px !important;}
.inputgroup .inputself {width:70%;}
.inputname {width:400px;}
.textwidth {width:800px;}
/*textarea {width:97%;height:160px;}*/
}

@media screen and (min-width:1511px) {
.form-salesforce {width:1100px;}
.form-salesforce textarea { width: 1018px; height:160px; }
.inputgroup {float:left;width:540px;}
.inputgroup input {width:460px !important;  height:50px !important; }
.inputgroup .inputself {width:70%;}
.inputname {width:400px;}
.textwidth {width:1100px;}
/*textarea {width:93%;}*/
}


.bg-red {background:#363636 !important;}
.clicked {}
.accordion-box section {
    display:block;
    font-family: 'geogrotesque_ullgultralight', arial, helvatica, sans-serif;
    /*padding: 0px 0px 10px 0px;*/
}
.accordion-box section article {
    color: #222;
    font: normal 18px/20px "geogrotesque_ullgultralight",arial,helvatica,sans-serif;
    padding-bottom: 20px;
    padding-top: 25px;
}
.accordion-box h4 {
	text-align:left !important;
	line-height: 62px;
	height: 62px;
	color: #fff;
	padding: 0 27px 0px 29px;
	background: #a9a9a9;
	text-align: center;
	font-size: 26px;
	overflow:hidden;
	position: relative;
	cursor:pointer;
}
.accordion-box h4 span { position: absolute; top:0px; right:0px !important;}
.arrowup {background: url(../images/button-sprite.png) !important; background-repeat:no-repeat; background-position:-22px -2166px !important;width:61px; height:62px; float:right; }
.arrowdown {background: url(../images/button-sprite.png); background-repeat:no-repeat; background-position:-22px -2102px !important;width:61px; height:62px; float:right;}
.accordion-basvuru {
	background: none repeat scroll 0 0 #222;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    font: 20px/38px 'geogrotesque_lglight', arial, helvatica, sans-serif;
    width: 150px;
    height: 38px;
    text-align: center;
    transition: all 0.5s ease 0s;
    z-index: 999999;
    margin-top: 0;
    border: none;
    clear: both;
}
.accordion-basvuru a {
	color:#fff;
}
.accordion-basvuru:hover {
	background: #E1342B;
}
.extraMobil, .mobilextraProje {
display: none;
}
.list-image-square .square-list .overlay {
    display: block;
    background: rgba(0,0,0,.4) url(../images/search.png) no-repeat 50% 50%;
    width: 100%;
    height: 100%;
    left: 0.5%;
    position: absolute;
    top: 0;
    width: 99%;
    z-index: 9;
    opacity: 0;
    transition: all .3s;
}
.list-image-square .square-list .square img {
    transition: all .3s;
}
.list-image-square .square-list .square {
    overflow: hidden;
}
.list-image-square .square-list .square a {
	color: #000;
    text-decoration: none;
}
.square-list .square .customers-title {
	bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9;
}
.list-image-square .square-list li:hover .overlay {
    display: block;
    opacity: 1;
}
.list-image-square .square-list li:hover .square img {
    transform: scale(1.15);
}
.list-image-square .square-list .last-full {
	
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    display: block;
    clear: both;
}
    .video-container:before,
    .video-container:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }
    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


.container-full {
	background:url(../images/container-full-bg.png) no-repeat center 570px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.container-full-sub {
	background:url(../images/container-full-bg.png) no-repeat center 1px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.container-full-footer {
	background: #000 url(../images/footer-bg.png) no-repeat 100px 0;
	height:222px;
}
.container-full-footer-logo {
	/*background: url(../images/m-sprite.png) no-repeat scroll -318px -443px;*/    
    background-position: -318px -443px;
    border: 0 none;
    display: block;
    height: 20px;
    width: 152px;
	position: absolute;
    top: 82px;
    left:100px;
}

#map {
	background-color: #e5e3df;
	height: 400px;
	overflow: hidden;
	position: absolute;
	top: 300px;
	width: 100%;
	z-index:1;
}
.overlay{
  display:block;
  text-align:center;
  color:#fff;
  font-size:60px;
  line-height:80px;
  opacity:0.8;
  background:#4477aa;
  border:solid 3px #336699;
  border-radius:4px;
  box-shadow:2px 2px 10px #333;
  text-shadow:1px 1px 1px #666;
  padding:0 4px;
}

.overlay_arrow{
  left:50%;
  margin-left:-16px;
  width:0;
  height:0;
  position:absolute;
}
.overlay_arrow.above{
  bottom:-15px;
  border-left:16px solid transparent;
  border-right:16px solid transparent;
  border-top:16px solid #336699;
}
.overlay_arrow.below{
  top:-15px;
  border-left:16px solid transparent;
  border-right:16px solid transparent;
  border-bottom:16px solid #336699;
}

.pln{color:#000}@media screen{.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun,.opn,.clo{color:#660}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec,.var{color:#606}.fun{color:red}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun,.opn,.clo{color:#440}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}pre.prettyprint{padding:2px;border:1px solid #888}ol.linenums{margin-top:0;margin-bottom:0}li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8{list-style-type:none}li.L1,li.L3,li.L5,li.L7,li.L9{background:#eee}

.ync_logo {
		display:inline-block;
		cursor:pointer;
		width:140px;
		height:40px;
		background:url(../images/ync_logo_1.png) no-repeat 0 0 scroll;
		vertical-align:middle;
		transition: all 0.3s ease 0s;
		-webkit-transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
		-o-transition:all 0.3s ease 0s;
		-ms-transition:all 0.3s ease 0s;
	}
	.ync_logo:hover {
		background:url(../images/ync_logo_2.png) no-repeat 0 0 scroll;
		
	}
	
	
.ikheader {
	float: none !important;
    height: auto !important;
    margin: 0 !important;
    text-align: center;
	z-index:0 !important;
}
.dnd_section_content {
	
}
.dnd_divider {
    border-top: 1px solid #eeeeee;
    clear: both;
    line-height: 20px;
    margin: 10px;
    text-align: right;
}
.dnd_divider a {
    display: inline-block;
    text-decoration: none;
	color:#000;
}
.dnd_divider a:hover {

}
.dnd_divider_dotted {
	border-top: 1px dotted #eeeeee;

}
.wpcf7-form-control-wrap {
	display:inline-block;
	width:50%;
	text-align:left;
}
.wpcf7-text {
	background: #ededed none repeat scroll 0 0;
    border: medium none;
    color: #bdbdbd;
    height: 53px;
    line-height: 53px;
    text-indent: 21px;
    width: 100%;
	
	font-family: "geogrotesque_lglight",arial,helvatica,sans-serif;
    font-size: 20px;
    margin-bottom: 7px;
}

span.wpcf7-list-item {
    margin-left: 0.5em;
}
.wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
}
.dnd-button {
	background: #222 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: right;
    height: 38px;
	line-height:38px;
    margin-top: 15px;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 155px;
}
.wpcf7-textarea {
	background: #ededed none repeat scroll 0 0;
    border: medium none;
    color: #bdbdbd;
    float: left;
    font-family: "geogrotesque_lglight",arial,helvatica,sans-serif;
    font-size: 20px;
    height: 172px;
    padding-top: 21px;
    text-indent: 21px;
    width: 100%;
}
#ik_form_request {
	text-align:center;
}