/*!
 *
 * Copyright 2013-2016 gsuez.cl.
 * Licensed under GPL v2 (http://www.gnu.org/licenses/gpl-2.0.html)
 */

body {
    font-family: 'PT Sans', 'Ubuntu',sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #83868a;
    background-color: #fff;
}

.layout-boxed {
    box-shadow: none;
}

.navbar-default {
    background-color: #fff;
    border: none;
    min-height: 135px;
}

#brand {
    float: left;
    padding-left: 0px;
    padding-top: 0px;
}

#brand img {
    padding-bottom: 0px;
    padding-top: 0px;
}

.navbar-header {
    float: none;
}

#contact-info {
    float: right;
}

#brand-bottom:after {
    top: 206px;
    content: "";
    width: 1140px;
    position:absolute;
    margin-left: 0px;
    margin-right: 0px;
    clear: both;
    bottom: 0;
    height: 1px;
    background: url(../images/hline.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
    display: block;
}

#brand {
    height: 210px;
    background-color: #68607c;
}

#brand:after {
    top: 135px;
    content: "";
    width: 1140px;
    position:absolute;
    margin-left: 0px;
    margin-right: 0px;
    clear: both;
    bottom: 0;
    height: 1px;
    background: url(../images/hline.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
    display: block;
}


.navbar-default {
    position: relative;
}

.navbar-collapse {
    float: left;
    color: #68607c;
}

.navbar-toggle {
    margin-top: 160px;
    padding: 0px;
}

#main_menu li {
    border-right: 1px solid #68607c;
    text-transform: uppercase;
    font-size: 16px;
    
    
}

#main_menu li:last-child {
    border-right: none;
    border-right-color: red;
}

.nav li a {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 65px;
    padding-right: 65px;
}

body section {
   padding-top: 190px;
}

#fullwidth {
    max-width: 1190px;
    padding-left: 65px;
    
}

.module-content ul.kafelki li {
    float: left;
    width: 30%;
    display: block;
    padding-left: 0px;
    padding-right: 60px;
    min-height: 1px;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1em;
    color: #373a3f;
    font-weight: bold;
    letter-spacing: -1px;
    
    /*font-family: 'Ubuntu',sans-serif; */
   
}


.kafelki li p {
    /*font-family: 'Ubuntu',sans-serif;*/
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    text-transform: none;
    text-rendering: auto;
    letter-spacing: normal;
    color: #83868a;
}

.module-content ul.kafelki li::before {
    content: "";
    display: none;
    
}
.module-content ul.kafelki li:before {
    display: block;
    width: 25px;
    height: 200px;
    padding-right: 0px 60px 0px 0px;
    content: "";
    background: url(../images/vline.jpg) 0 0 no-repeat;
    float: left;
    position: relative;
    left:0px;
    margin:0px;
}

.module-content ul.kafelki li::first-line {
    display: block;
    /*font-family: 'Ubuntu',sans-serif;*/
    font-family: inherit;
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 26px;
    color: #9488b0;
    letter-spacing: -1px;
    text-rendering: optimizeLegibility;
}

.camera_pag {
    top: -50px;
    left: 0;
    z-index: 2;
    position: relative;
    
}

.camera_caption div {
    font-family: inherit;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 32px;
    font-family: 'myriad-pro-condensed', 'myriad-pro', sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
    
}
.camera_caption div:first-line {
    font-weight:700;
    font-family: 'myriad-pro-condensed', 'myriad-pro', sans-serif; 
    font-size: 56px;
    text-transform: uppercase;
    color: #b2a4d4;
    line-height: 44px;
}