/* Created by zapgroup 2014 */
html {
    width: 100%;
    height: 100%;
    font-family: "Open Sans", sans-serif;
    background: #eaeaea url(../img/mainBg.jpg) center top no-repeat;
    color: #495057;
    font-size: 12px;
    letter-spacing: -0.05em;
    overflow-x: hidden;
}

::-moz-selection {
    text-shadow: none;
}
::selection {
    text-shadow: none;
}

@font-face {
    font-family: 'novecento_mediumregular';
    src: url('../font/novecento_medium-webfont.eot');
    src: url('../font/novecento_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/novecento_medium-webfont.woff') format('woff'),
         url('../font/novecento_medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'novecento_cond_ultraboldbold';
    src: url('../font/novecento_condultrabold-webfont.eot');
    src: url('../font/novecento_condultrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/novecento_condultrabold-webfont.woff') format('woff'),
         url('../font/novecento_condultrabold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'novecento_cond_ultraboldbold';
}
a{
    text-decoration:none;
    border:0px;
    outline:none;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
    color: #495057;
}
ul{
    list-style: none;
}
input[type='text'], input[type='password'], textarea {
    -webkit-transition: 0.3s linear border;
    -moz-transition: 0.3s linear border;
    -ms-transition: 0.3s linear border;
    -o-transition: 0.3s linear border;
    transition: 0.3s linear border;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    /*-webkit-appearance:none;*/
}
select, input[type='submit']{
}
input[type='text']:focus, input[type='password']:focus, textarea:focus, select:focus {
    outline: 0;
    outline: thin dotted \9;
    border-color: #c2c2c2;
}
input[type='submit']{
    border: 0px;
    background: #008cd1 url(../img/submit-icon.png) right 20px center no-repeat;
    color: #eaeaea;
    padding: 15px 20px;
    padding-right: 50px;
    font-size: 14px;
    font-family: 'novecento_cond_ultraboldbold';
    margin-top: 30px;
    outline: none;
}
input[type='submit']:hover{
    background-color: #495057;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.m10{
    margin-top: 10px;
}
.m20{
    margin-top: 20px;
}

.pat{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../img/pat.png) repeat;
}
.dropShadow{
    -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:    2px 2px 0px rgba(0, 0, 0, 0.05);
    box-shadow:         2px 2px 0px rgba(0, 0, 0, 0.05);
}


/******************* MAİN START ***************************/

#container{
    margin: 0 auto;
    width: 980px;
    position: relative;
}
header{
    float: left;
    width: 100%;
    padding-top: 20px;
    margin-bottom: 1px;
}
.logo{
    margin-left: 45px;
}
.topRight{
    width: 80%;
}
.tLink-box{
    padding: 0;
    margin-top: 15px;
}
.tLink-box a{
    float: left;
    margin-left: 3px;
}
.tLink-box > a:hover,
.detail:hover,
footer p > a:hover,
.topDetail-link #container > a:hover{
    text-decoration: underline;
}
.tLink-box > a:after {
    content: '|';
    padding-left: 3px;
}
.lang{
    margin-left: 3px;
    position: relative;
    cursor: pointer;
}
.lang > span{
    padding-right: 10px;
    background: url(../img/lang-arrow.png) right center no-repeat;
}
.lang-other {
    width: auto;
    padding: 10px 0;
    position: absolute;
    top: 15px;
    left: 0;
    display: none;
}
.lang-other:hover,
.rMenu-con a:hover,
.maps img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.social-box {
    margin: 0;
}
.twitter:hover {
    background-color: #d54432;
}
.twitter {
    background-position: left center;
}
.gmail:hover {
    background-color: #55acee;
}
.gmail {
    background-position: center center;
}
.facebook:hover {
    background-color: #3b5998;
}
.facebook {
    background-position: right center;
}
.social-icon {
    float: left;
    width: 14px;
    height: 15px;
    background-image: url(../img/social-icon.png);
    background-repeat: no-repeat;
    background-color: #495057;
}
.menu{
    margin-top: 40px;
}
.menuLeft{
    width: 53px;
    height: 34px;
    background: url(../img/menuL-bg.png);
}
.menuCenter{
    height: 34px;
    background: url(../img/menuC-bg.png) repeat-x;
}
.menuRight{
    width: 39px;
    height: 34px;
    background: url(../img/menuR-bg.png);
}
.menu nav ul li{
    float: left;
}
.menu nav ul li > a{
    float: left;
    color: #f5f5f5;
    margin: 0 15px;
    line-height: 34px;
    font-family: 'novecento_mediumregular';
    font-size: 13px;
}
.menu nav ul li > a:hover{
    background: url(../img/linkHover.png) center top no-repeat;
}
#slide{
    float: left;
    width: 100%;
    height: 445px;
    border-top: 20px solid #008ac1;
}
.main-product{
    width: 100%;
    height: 260px;
    overflow: hidden;
}
/**/
.tipper { 
    height: 1px; 
    left: -99999px; 
    position: absolute; 
    pointer-events: none; 
    top: -99999px; 
    width: 1px; 
}
.tipper .tipper-content { 
    background: rgba(73, 80, 87, 0.9);
    color: #fff; 
    font-size: 13px;
    text-transform: uppercase;
    display: block; 
    float: left; 
    padding: 7px 30px; 
    position: relative; 
    white-space: nowrap;
    z-index: 10;
    font-family: 'novecento_mediumregular';
}
.tipper .tipper-content,
.back-button,
.rMenu-box,
.right-img img{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.tipper .tipper-caret { 
    background: url(../img/tooltip.png) no-repeat; 
    content: ''; 
    display: block; 
    height: 11px; 
    margin: 0; 
    position: absolute; 
    width: 5px; 
}
.tipper.right .tipper-content { 
    background: rgba(73, 80, 87, 0.9); 
}
.tipper.right .tipper-caret { 
    background-position: left center; 
    left: -5px; 
    top: 0; 
}
.tipper.left .tipper-content { 
    background: rgba(73, 80, 87, 0.9); 
}
.tipper.left .tipper-caret { 
    background-position: right center; 
    right: -5px; 
    top: 0; 
}
.tipper.top .tipper-caret,
.tipper.bottom .tipper-caret { 
    display: block; 
    float: none; 
    height: 5px; 
    margin: 0 auto; 
    width: 11px; 
}
.tipper.top .tipper-content { 
    background: rgba(73, 80, 87, 0.9); 
}
.tipper.top .tipper-caret { 
    background-position: center bottom; bottom: -5px; left: 0; 
}
.tipper.bottom .tipper-content { 
    background: rgba(73, 80, 87, 0.9); 
}
.tipper.bottom .tipper-caret { 
    background-position: center top; 
    top: -5px; 
    left: 0; 
}
/**/

.content{
    float: left;
    width: 100%;
    margin: 30px 0;
}
.row{
    width: 315px;
}
.rowCenter{
    width: 326px;
    margin: 0 12px;
}
.quality-bg{
    width: 100%;
    height: 150px;
    background: url(../img/quality-bg.png) center bottom no-repeat;
    position: relative;
    margin-top: 10px;
}
.quality-bg > h3{
    position: absolute;
    bottom: 10px;
    left: 15px;
    font-size: 14px;
}
.row h4{
    float: left;
    width: 100%;
    font-size: 36px;
}
.row h4 > span{
    font-family: 'novecento_mediumregular';
    color: #bababa;
}
.row p{
    line-height: 24px;
}
.detail{
    float: left;
    font-size: 14px;
    padding-right: 10px;
    color: #008ac1;
    background: url(../img/detail-arrow.png) right center no-repeat;
}
.mContact{
    margin: 10px 0;
}
.mContact h5, .mContact h6{
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 25px;
}
.mContact h5{
    background-image: url(../img/phone-icon.png);
}
.mContact h6{
    background-image: url(../img/fax-icon.png);
}
footer{
    float: left;
    width: 100%;
    padding: 10px 20px;
    background: #fafafa;
    margin-top: 50px;
    margin-bottom: 100px;
    text-transform: uppercase;
    line-height: 44px;
    font-size: 11px;
}
.fLogo{
    width: 50px;
}
.fLogo > img{
    width: 100%;
}
footer span{
    float: left;
    margin-left: 10px;
}
footer p{
    float: right;
}
footer p > a{
    color: #008cd1;
}

#page-bottomBanner{
    float: left;
    width: 100%;
    height: 154px;
    border-top: 20px solid #008ac1;
    background: url(../img/page-bannerBg.png) center no-repeat;
}
.top-title{
    border-left: 4px solid #495057;
    padding-left: 5px;
    margin-top: 40px;
}
.top-title h2{
    font-size: 36px;
    line-height: 30px;
}
.top-title span{
    font-size: 11px;
}
.back-button{
    height: 50px;
    padding: 0 20px;
    padding-left: 35px;
    line-height: 50px;
    margin-top: 40px;
    background: #64c2f0 url(../img/back-arrow.png) left 15px center no-repeat;
}
.back-button:hover{
    background-color: #eaeaea;
}
.topDetail-link{
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ccced0;
}
.topDetail-link #container > a:after {
    content: '>';
    padding: 0 3px;
}
.row-left{
    width: 645px;
}
.row-left > h4,
.row-product > h4,
#container > h4{
    width: 100%;
    font-size: 16px;
}
#container > h4{
    margin-bottom: 20px;
}
.row-left > p{
    width: 100%;
    line-height: 22px;
    margin-top: 15px;
}
.row-right{
    width: 300px;
}
.detailWidth{
    width: 475px;
}
.detailWidth2{
    width: 480px;
}
.right-menu{
    width: 100%;
    padding-bottom: 50px;
    background: url(../img/menu-shadow.png) center bottom no-repeat;
}
.rMenu-box{
    width: 100%;
    min-height: 250px;
    background: #d9dadc;
    overflow: hidden;
}
.rMenu-box > h2{
    color: #ededed;
    padding: 15px 20px;
    background: #008cd1;
    font-size: 16px;
}
.rMenu-con{
    padding: 20px;
    padding-bottom: 70px;
}

.rMenu-con a{
    float: left;
    width: 100%;
    line-height: 40px;
    border-bottom: 1px solid #aeb2b5;
}
.rMenu-con a:last-child{
    border-bottom: 0px;
}
.right-img{
    width: 100%;
}
.right-img img{
    width: 100%;
    margin-top: 30px;
}
.row-product{
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccced0;
}
.row-product > h4{
    margin-bottom: 15px;
}
.rProduct-img{
    margin-right: 20px;
    width: 155px;
}
.rProduct-img img{
    width: 100%;
    margin-bottom: 15px;
}
.rProduct-right{
    width: 470px;
}
.rProduct-right p{
    margin-bottom: 20px;
    line-height: 20px;
}
.product-img{
    width: 100%;
    background: #ffffff;
    padding: 20px;
}
.product-img img{
    width: 100%;
}
.pdf-box{
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-top: 10px;
    background: url(../img/pdf.jpg) no-repeat;
    padding-left: 80px;
}
.row-right table{
    width: 100%;
    line-height: 30px;
}
/*.bottom-border,*/
.row-right table tr:nth-child(1),
.row-right table tr:nth-child(2)
{
    border-bottom: 1px solid #ccced0;
}

    .row-right table tr td:nth-child(1)
    {
        font-weight: bold;
    }

.phone-box{
    width: 100%;
    margin: 20px 0;
}
.phone-box a{
    float: left;
    font-size: 12px;
    background-color: #fefdf9;
    background-position: left 10px center;
    background-repeat: no-repeat;
    padding: 15px 30px;
    padding-left: 35px;
    margin-left: 15px;
}
.phone-box a:first-child,
.form-box:first-child{
    margin-left: 0;
}
.phone{
    background-image: url(../img/phone.png);
}
.fax{
    background-image: url(../img/fax.png);
}
.mail{
    background-image: url(../img/mail.png);
}
.form-box{
    width: 185px;
    margin-left: 15px;
}
.form-box > p{
    width: 100%;
    margin-bottom: 10px;
}
.form-box input{
    width: 100%;
    height: 44px;
    padding: 0 10px;
    background: #fefdf9;
}
.textArea{
    width: 100%;
    margin: 0;
    margin-top: 15px;
}
.textArea textarea{
    width: 100%;
    height: 100px;
    padding: 10px;
    background: #fefdf9;
    resize: none;
}
.maps img{
    width: 100%;
}

