html{
    margin: 0;
    padding: 0;
    font-size: 16px;
}
ul,ol{
    list-style: none;
    padding: 0;
    margin: 0;
}
input{
    padding: 0;
    margin: 0;
}
img{
    max-width: 100%;
}
span.gf-turkish-fix {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 1em;
    display: inline !important;
    padding: 0 !important;
}
h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}
/*HEADER*/
header {
    margin-bottom: .7em;
}
header .logo {
    padding-top: 3.5em;
}
header .topLang{
    text-align: right;
    font-size: .9em;
    margin-top: 1em;
}
header .topLang a{
    color: #909090;
}
header .searchForm {
    text-align: right;
    padding-top: .8em;
    display: flex;
    flex-direction: column;
}
header .searchForm i{
    display: none;
}
header .searchForm input[type="text"] {
    height: 1.1em;
    display: inline-flex;
    margin-right: -3px;
    position: absolute;
    right: 4.7em;
    width: 9em;
}
header .topbarMenu {
    line-height: 1.0;
    float: right;
    padding-top: .8em;
}
header .topbarMenu > li > a{
    display: block;
    position: relative;
    text-align: center;
    font-family: 'Advent Pro', sans-serif;
    font-size: 1em;
    height: 2.3em;
    padding: 10px 16px 0 16px;
    background: url(../../images/menu-seperator-v1.png) no-repeat right center;
    color: #909090;
    font-weight: bold;
}
header .topbarMenu > li:nth-last-child(1) a {
    background: none;
}
header .topbarMenu li a:hover {
    color: #0e72b5;
    text-decoration: none;
}
header .topbarMenu > li{
    float: left;
    position: relative;
}
header .topbarMenu > li ul{
    position: absolute;
}
header .topbarMenu li ul {
    position: absolute;
    top: 23px;
    width: 22.5em;
    z-index: 100;
    margin-top: 0;
    padding: 26px 20px 20px 20px;
    height: 12em;
    background: url(../../images/menu_pu_w2.png) no-repeat;
    display: none;
    filter: none;
}
header .topbarMenu li:hover ul{
    display: block;
}
header .topbarMenu > li ul.menuKariyer {
    right: 0;
}
header .topbarMenu .menuSubTitle{
    font-size: 17px;
    margin-top: 5px;
    color: #FFF;
    font-weight: bold;
    font-family: 'Advent Pro', sans-serif;
    text-align: left;
    width: 84%;
    z-index: 99;
    margin-bottom: 14px;
}
header .topbarMenu ul li {
    float: left;
    width: 50%;
    text-align: left;
    height: 1.5em;
}
header .topbarMenu ul li a{
    display: block;
    margin: 0 0 0 4px !important;
    z-index: 102 !important;
    font-size: 11px !important;
    color: #6b6b6b !important;
    padding: 2px 0 4px !important;
    line-height: 10px !important;
    filter: none;
    font-family: Trebuchet MS,sans-serif !important;
    opacity: 1 !important;
    text-decoration: none;
    text-align: left;
    font-weight: bold;
}
header .topbarMenu ul li a .subMenuSpan {
    width: 6%;
}
header .topbarMenu ul li a span{
    float: left;
}
header .topbarMenu ul li a span:nth-last-child(1){
    width: 94%;
}
header .menuTopIcon {
    width: .5em;
    position: absolute;
    top: .6em;
    cursor: pointer;
    display: none;
    right: .3em;
}
/*HEADER END*/

/*SLIDER*/
.theme-default .nivo-controlNav {
    position: absolute;
    width: 97%;
    margin-top: -4em;
}
.home-slider{
    -moz-box-shadow: 0 3px 4px 4px #ccc;
    -webkit-box-shadow: 0 3px 4px 4px #ccc;
    box-shadow: 0 3px 8px 3px #ccc;
}
.home-slider #slider {
    margin: 0;
    width: 100%;
    height: 24.56em;
}
#nivoSlider, #nivoSlider img{width:100%;height:auto !important}
/*SLIDER END*/
/*Home Column*/
#homeColumn .item h2 {
    border-bottom-width: 11px;
    border-bottom-style: solid;
    padding-bottom: 7px;
    margin-bottom: 0px !important;
	font-weight: bold;
}
#homeColumn .item.col1 h2 {
    border-bottom-color: #7b0dc8;
    background: url(../../images/arrow1.png) no-repeat right;
}
#homeColumn .item.col2 h2 {
    border-bottom-color: #f7540c;
    background: url(../../images/arrow2.png) no-repeat right;
}
#homeColumn .item.col3 h2 {
    border-bottom-color: #ec008c;
    background: url(../../images/arrow3.png) no-repeat right;
}
#homeColumn .item h2 a {
    font-family: 'Advent Pro', sans-serif;
    font-size: 0.70em;
    color: #7d7b7c;
}
#homeColumn .item p {
    color: #9a9a9a;
    font-size: 0.9em;
    margin-top: 6px !important;
}
/*Home Column End*/
footer{
    margin-top: 2em;
}
footer .container > .row {
    background: #f1f1f3;
    margin: 0;
}
footer .footerTop{
    font-family: 'Advent Pro', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    padding: 0;
}
footer .footerTop ul{
    display: block;
    padding-left: 13px !important;
    border-top: 2px solid #bababa;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    text-align: center;
}
footer .footerTop ul li {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
}
footer .footerTop ul li:nth-child(1) span{
    border-left: 0;
}
footer .footerTop ul li span {
    color: #666;
    display: block;
    padding: 1px 7px;
    margin: 0;
    line-height: 15px;
    border-left: 1px solid #a8abb3;
}
footer .footerBottom {
    font-family: 'Advent Pro', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    background-color: #949494;
    padding-top: 1em;
}
footer .footerBottom .leftColumn a {
    color: #FFF;
    display: block;
    margin: 0;
    line-height: 13px;
}
footer .footerBottom .rightColumn {
    text-align: right;
}
footer .footerBottom .rightColumn .footerTopMenu {
    width: 93%;
    float: left;
}
footer .footerBottom .rightColumn .footerTopMenu li {
    text-align: center;
    margin: 0;
    padding: 0;
    border-left: 1px solid #fff;
    display: inline-block;
}
footer .footerBottom .rightColumn .footerSocialMenu{
    width: 7%;
    float: left;
}
footer .footerBottom .rightColumn .footerSocialMenu li{
    text-align: center;
    margin: 0;
    padding: 0;
    display: inline-block;
}
footer .footerBottom .rightColumn .footerTopMenu li a{
    color: #FFF;
    display: block;
    padding: 0 10px;
    margin: 0;
    line-height: 15px;
}
footer .footerBottom .rightColumn .footerSocialMenu li a{

}
footer .footerBottomMenu {
    font-family: 'Advent Pro', sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #949494;
    padding: .8em 0;
}
footer .footerBottomMenu li {
    text-align: center;
    margin: 0;
    padding: 0;
    border-left: 1px solid #fff;
    display: inline-block;
}
footer .footerBottomMenu li a {
    color: #FFF;
    display: block;
    padding: 0 10px;
    margin: 0;
    line-height: 13px;
}
footer .footerBottomMenu li a:hover {
	text-decoration: none;
}
footer .footerBottomMenu li:nth-last-child(1) a{
    padding: 0 0 0 10px;
}
/*footer end*/
/*about us*/
.subPageHeader > .container{
    -moz-box-shadow: 0 3px 4px 4px #ccc;
    -webkit-box-shadow: 0 3px 4px 4px #ccc;
    box-shadow: 0 3px 8px 3px #ccc;
    height: 9em;
    background-position: center center !important;
    margin-bottom: 1em;
}
.subPageHeader h1 {
	color:#FFF;
    margin: 1.2em 0;
    padding: 0.2em 0.8em;
    font-size: 2.3em;
	 -webkit-text-stroke: 1px #6d6969;

}
.subPageHeaderOLD h1 {
	color:#0069B4;
    margin: 1.2em 0;
    padding: 0.2em 0.8em;
    font-size: 2.3em;
    background: rgba(240,240,240,1);
    background: -moz-linear-gradient(left, rgba(240,240,240,0.7) 0%, rgba(73,155,234,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,240,240,0.7)), color-stop(100%, rgba(73,155,234,0)));
    background: -webkit-linear-gradient(left, rgba(240,240,240,0.7) 0%, rgba(73,155,234,0) 100%);
    background: -o-linear-gradient(left, rgba(240,240,240,0.7) 0%, rgba(73,155,234,0) 100%);
    background: -ms-linear-gradient(left, rgba(240,240,240,0.7) 0%, rgba(73,155,234,0) 100%);
    background: linear-gradient(to right, rgba(240,240,240,0.7) 0%, rgba(73,155,234,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#499bea', GradientType=1 );
}
.sub_page_menu{
    float:left;
    color:#3F3F3F;
    font-size:12px;
    font-family:Arial,sans-serif;
    padding-top: .5em;
}
.sub_page_menu a{
    color:#3F3F3F;
}
.sub_page_menu a:hover{
    color:#2c6897;
}
.sp_no{
    float:left;
    width:33px;
}
.sp_item{
    float:left;
}
.sp_menu_sep{
    clear:both;
    width:260px;
    border-bottom:1px solid #868585;
    height:10px;
    margin-bottom:10px;
}
.sub_page_menu ul{
    padding: 0 0 0 40px;
    list-style-type: disc;
}
.sub_page_menu li {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.sub_page_menu a {
    color: #3F3F3F;
}
.sub_page_menu ul ul{
    margin: .8em 0;
    list-style-type: circle;
}
.sub_page_menu .current_link {
    color: #2c6897 !important;
    font-weight: bold !important;
}
.pageContent{
    font-family: Arial,sans-serif;
    font-size: 13px;
    color: #3f3f3f;
    border-left: 1px solid #868585;
    padding-left: 20px;
    margin-bottom: 3em;
}
.pageContent .sub_page_title2 {
    border-left: 1em solid #0e72b5;
    padding-left: .5em;
    color: #6b6b6c;
    font-weight: bold;
    font-family: Arial,sans-serif;
    font-size: 16px;
    margin-top: 0 !important;
    border-bottom: 1px solid #0e72b5;
    padding-bottom: .4em;
}
.boxes a {
    color: #FFF;
}
.boxes span {
    font-size: 19px;
    display: block;
    padding: 1em;
    height: 8em;
    margin-bottom: 1em;
}
.pageContent .boxes .color_box_text {
    /*padding: 10px;*/
    font-size: 19px;
    font-family: 'Titillium Web', sans-serif;
}
.subContact {
    background: rgba(209,209,209,1);
    background: -moz-linear-gradient(top, rgba(209,209,209,1) 0%, rgba(209,209,209,1) 60%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(209,209,209,1)), color-stop(60%, rgba(209,209,209,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(209,209,209,1) 0%, rgba(209,209,209,1) 60%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(209,209,209,1) 0%, rgba(209,209,209,1) 60%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(209,209,209,1) 0%, rgba(209,209,209,1) 60%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(209,209,209,1) 0%, rgba(209,209,209,1) 60%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#ffffff', GradientType=0 );
    list-style: none !important;
    padding: 0 !important;
    margin-top: 2em;
    border-top: 5px solid #0e72b5;
    padding-top: 1.5em !important;
    min-height: 17em;
}
.subContact li {
    border-bottom: 0;
    margin-bottom: 1em;
    line-height: 1.5em;
    display: inline-block;
    width: 100%;
    float: left;
}
.subContact li span{
    float: left;
}
.subContact li span.icon {
    width: 30%;
    text-align: center;
}
.subContact li span.icon i {
    border: 3px solid #fff;
    border-radius: 100%;
    padding: .4em .5em;
    font-size: 1.7em;
    color: #fff;
}
.subContact li span.content {
    width: 70%;
    font-size: 1.2em;
    white-space: initial;
	line-height: 22px;
}

header .topbarMenu li a >i {
    display: none;
}
/*about us end

.subContact li span.content a{
    color: #000;
}
*/

@media screen and (max-width: 1200px){
    footer .footerBottom .rightColumn .footerTopMenu {
        width: 90%;
    }
    footer .footerBottom .rightColumn .footerSocialMenu {
        width: 10%;
    }
}


@media screen and (max-width: 992px){
    footer .footerBottom .rightColumn .footerTopMenu {
        width: 80%;
    }
    footer .footerBottom .rightColumn .footerSocialMenu {
        width: 20%;
    }
    header .topbarMenu > li > a {
        font-size: .85em;
        padding: 0.5em;
        height: 1.9em;
    }
    .subContact li span.icon {
        width: 20%;
    }
    .subContact li span.content {
        width: 80%;
    }
    .subContact li span.icon i {
        padding: .2em;
        border: 1px solid #ffffff;
        font-size: .8em;
    }
    .subContact li span.content {
        width: 80%;
        font-size: .9em;
    }
    .subContact li {
        margin-bottom: 0;
    }
    .boxes span {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px){
    .sub_page_menu {
        display: none;
    }
    .theme-default .nivo-controlNav{
        display: none;
    }
    footer .leftColumn {
        float: right;
        text-align: center;
        margin-bottom: 1em;
    }
    footer .footerBottom .rightColumn .footerTopMenu {
        width: 100%;
        text-align: center;
        margin-bottom: 1em;
    }
    footer .footerBottom .rightColumn .footerTopMenu li:nth-child(1) {
        border: 0;
    }
    footer .footerBottom .rightColumn .footerSocialMenu {
        width: 100%;
        text-align: center;
    }
    footer .footerBottomMenu{
        text-align: center;
    }
    footer .footerBottomMenu li:nth-child(1){
        border:0;
    }
    header .logo {
        padding-top: 2em;
        margin-bottom: 1em;
    }
    .menuTop{
        display: none;
    }
    .menuTop.active{
        display: block;
    }
    header .menuTopIcon{
        display: block;
    }
    .pageContent {
        padding-left: 15px;
        border: 0;
        margin-top: 2em;
    }
    .subContact{
        display: none;
    }
    .subPageHeader{
        padding: 0;
    }
    .subPageHeader > .container {
        height: auto;
        max-width: none;
    }
    footer .container-fluid, footer .container-fluid .container {
        padding: 0;
        max-width: none;
    }
    #mainpageBanner, #mainpageBanner .container {
        padding: 0;
        max-width: none;
    }
    header .topLang{
        text-align: left;
    }
    header .searchForm i{
        z-index: 100;
        display: block;
    }
    header .searchForm form {
        display: none;
        position: absolute;
        top: .7em;
        transition: 300ms;
    }
    header .searchForm2::before {
        content: " ";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
    }
    header .searchForm form.active{
        display: block;
    }
    header .searchForm input[type="text"] {
        left: -5.8em;
        display: block;
        top: 1.5em;
    }
    header .searchForm input[type="image"] {
        display: none;
    }
    header .topbarMenu {
        position: absolute;
        top: -4.1em;
        right: .82em;
        width: 40%;
        text-align: right;
        display: block;
        z-index: 99;
        background: #0069b4;
        padding-top: 0;
    }
    header .topbarMenu li {
        width: 100%;
        text-align: right !important;
        position: relative;
    }
    header .topbarMenu li a {
        color: #fff;
        text-align: right;
        background: none;
    }
    header .topbarMenu li a:active,
    header .topbarMenu li a:hover {
        color: #fff;
    }
    header .topbarMenu li ul {
        position: absolute;
        right: 50% !important;
        padding: .4em;
        background: #0e85da;
        width: 100%;
        top: .5em;
        height: auto;
        border-radius: .2em;
    }
    header .topbarMenu li ul li a{
        color: #fff !important;
    }
    header .topbarMenu li ul div {
        display: none;
    }
    header .topbarMenu ul li {
        width: 100%;
        height: auto;
    }
    header .topbarMenu ul li a .subMenuSpan {
        display: none;
    }
    header .topbarMenu li ul li a {
        width: 100%;
        display: inline-block;
    }
    header .topbarMenu li a > i {
        display: inline-block;
        position: absolute;
        right: 0.4em;
        font-size: .7em;
        top: 1em;
    }
    header .topbarMenu li > a{
        padding-right: 1em;
    }
	
	.subPageHeader > .container{
    background-position: center center !important;
	background-size: auto 200px !important;
}
    .subPageHeader h1 {
    font-size: 1.3em;
    display: block;
    vertical-align: middle;
	padding: 0.2em 0.2em;
}
	
	
}
@media screen and (max-width: 465px){
    header .topbarMenu > li > a {
        font-size: .8em;
    }
}


.nheight {
	height: 20em !important;
	max-width: 1110px
}

.nheight  h1 {
	padding: 1.80em 0.50em !important;
	font-size: 2.8em !important;
}

@media screen and (max-width: 767px){
	.nheight {
	height: auto !important;
	max-width: 767px;
}
	.nheight  h1 {
	padding: 0.8em 0.35em !important;
	font-size: 2.0em !important;
}
	
}

/*
hakkimizda
ul li ul => background: url(http://www.gantek.com/img/base/menu_pu_w2.png) no-repeat;
çözümler
ul li ul => background: url(http://www.gantek.com/img/base/menu_pu_w3.png) no-repeat;
kariyer
ul li ul => background: url(http://www.gantek.com/img/base/menu_pu_w3.png) no-repeat;
 */