/**
 * Styles / Global
 */

/*------------------------------------*\
    Main
\*------------------------------------*/

*,
*:after,
*:before {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}

html {
    position: relative;
    z-index: 1;
    height: 100%;
    background-color: #fff;
}

body {
    position: relative;
    min-width: 303px;
    margin: 0;
    padding: 105px 0 0;
    background-color: #fff;
    font-family: 'Montserrat';
    color: #333333;
}

.wrap {
    width: 1210px;
    margin: 0 auto;
    padding: 0 15px;
}

hr {
    height: 0;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
}

/* Forms */

form {
    margin: 0 0 0 0px;
    padding: 0;
}

form p {
    clear: both;
    margin: 0;
    padding: 0;
}

label {
    display: block;
    margin: 0;
    padding: 3px 0 0 0;
    line-height: 18px;
}

.wpcf7-form p {
    margin-bottom: 15px;
}

input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 23px;
    border: 1px solid rgba( 0, 0, 0, .15 );
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-family: 'Montserrat', helvetica, arial, tahoma, verdana, helvetica, sans-serif;
    font-size: 15px;
    font-weight: 300;
}

input.error,
input.wpcf7-not-valid { 
    border: 1px solid #ec2b2b;
}

div.wpcf7-response-output {
    margin: 0;
    padding: 10px 23px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 300;
}

span.wpcf7-not-valid-tip { 
    display: none; 
}

input.wpcf7-submit {
    
}

div.wpcf7 .ajax-loader {
    display: block;
    margin: 15px auto 0;
}

select {
    float: left;
    width: 185px;
    color: #777;
    font-family: 'Montserrat', helvetica, arial, tahoma, verdana, helvetica, sans-serif;
    font-size: 14px;
    padding: 2px;
    margin: 0 0 10px 0;
    background: #fdfdfd;
    border: 1px solid #aaa;
}

textarea {
    display: block;
    width: 100%;
    height: 150px;
    padding: 23px;
    border: 1px solid rgba( 0, 0, 0, .15 );
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-family: 'Montserrat', helvetica, arial, tahoma, verdana, helvetica, sans-serif;
    font-size: 15px;
    font-weight: 300;
}

input[type="submit"] {
    display: inline-block;
    height: 50px;
    padding: 0 22px;
    background-color: #e47931;
    border: 1px solid #e47931;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
    font-family: 'Lato';
    font-size: 15px;
    font-weight: 900;
    letter-spacing: -.4px;
    color: #fff;
    text-transform: uppercase;
}

/* Tables */

table {
    padding: 0;
    margin: 2px 40px 16px 40px;
    border: 0;
}

table caption {
    color: #444;
    background: #ddd;
    padding: 5px 8px;
    font-family: 'Montserrat', arial, tahoma, verdana, helvetica, sans-serif;
    font-size: 17px;
    line-height: 21px;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}

table thead tr th, table tr th {
    text-align: left;
    padding: 4px 8px;
    color: #777;
    background: #e7e7e7;
}

table tbody tr td, table tr td {
    padding: 3px 8px;
    color: #666;
    font-family: 'Montserrat', arial, tahoma, verdana, helvetica, sans-serif;
    font-size: 14px;
    line-height: 21px;
    vertical-align: middle;
    border-bottom: 1px solid #e7e7e7;
}

table tfoot tr td {
    color: #888;
    font-size: 11px;
    padding: 2px 8px;
}

blockquote {
    margin-left: 10px;
    padding-left: 30px;
    border-left: 3px solid #349dce;
    font-style: italic;
}

/* Content */

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

h1 {
    margin: 0;
    padding: 10px 0 10px 0;
    color: #ababab;
    font-family: 'Lato';
    font-size: 60px;
    font-weight: 300;
    line-height: 70px;
    letter-spacing:-2px;
}

h1.page-title {
    border-bottom:1px solid #e0e0e0;
    margin-bottom:10px;
}

h2 {
    margin: 0;
    padding: 20px 0;
    font-family: 'Lato';
    font-size: 50px;
    font-weight: 300;
    color: #ababab;
    letter-spacing:-2px;
}

h2 a{
    text-decoration:none;
}

h2 a:hover{
    text-decoration:underline;
}

h3 {
    margin: 0;
    padding: 10px 0;
    font-family: 'Lato';
    font-size: 28px;
    letter-spacing: -.3px;
    color: #ababab;
}

h4 {
    margin: 0;
    padding: 10px 0;
    font-family: 'Lato';
    font-size: 21px;
    line-height: 27px;
    letter-spacing: -.2px;
    color: #717171;
}

p {
    margin: 0 0 20px;
    padding: 0;
    color: #717171;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
}

a {
    color: #717171;
    font-weight:300;
    text-decoration: none;
    transition-duration: 0.3s;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

a:active, a:focus {
    outline: none;
}

b {
    font-weight: 700;
}

ul {
    margin: 0;
    padding: 4px 0 14px 25px;
}

ul li {
    margin: 0;
    padding: 0;
    color: #717171;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    text-align: left;
    list-style: none;
}

ol {
    padding: 4px 0 14px 25px;
    list-style-type: decimal; 
}

ol li {
    list-style-type: decimal; 
    margin: 0 0 0 10px;
    padding: 5px 0 5px 13px;
    color: inherit;
    font-size: 18px;
    line-height: 25px;
    font-weight:300;
    text-align:left;
}
 
/* Toolbox */

.aleft { text-align: left; }
.acenter, .acenter * { text-align: center; }
.aright { text-align: right; }

.fleft { float: left; }
.fcenter { float: none; margin-left: auto; margin-right: auto; }
.fright { float: right; }
.fnone { float: none; }

.cboth { clear: both; }
.clear { clear: both; display: block; width: 100%; }
.cleft { clear: left; }
.cright { clear: right; }

.nowrap { white-space: nowrap; }

p.more a{
    color:#787878;
    padding:9px 0px;
    font-size:18px;
}

p.more a:hover{
    text-decoration:none;
}

/* Grid */

.row {
    margin-right: -15px;
    margin-left: -15px;
}

div[class*="col-"] {
    position: relative;
    padding: 0 15px;
    float: left;
}

.col-4 {
    width: 33%;
}

.col-6 {
    width: 50%;
}

.hidden {
    display: none !important;
}

/* Contact Form */ 

.contact-form{
    background-color:#d4d4d4;
    width:240px;
    float:right;
    position:absolute;
    bottom:0;
    right:0;
    padding:30px 30px;
    z-index:999;
}

.sidebar-form {
    position:inherit;
    margin-bottom:20px;
}

.home .contact-form {
    position:absolute;
}

.contact-form h3{
    color:#ababab;
    font-weight:600;
    font-size:33px;
}

.contact-form input.text, .contact-form textarea, .contact-form select, .contact-form .button{
    color:#8c8c8c;
    font-weight:300;
    font-size:17px;
    background-color:#eeeeee;
    border:1px solid #b6b6b6;
    width:208px;
    padding:7px 15px;
    margin:4px 0;
    font-family:"Open sans";
}

.contact-form select{
    width:240px;
}

.contact-form textarea {
    height:120px;
}

.contact-form .button {
    width:240px;
    font-size:20px;
    color:#fff;
    background-color:#b3b3b3;
    font-weight:700;
    cursor:pointer;
    transition-duration: 0.3s;
    text-transform:uppercase;
}

.contact-form .button:hover{
    background-color:#d7d7d7;
    color:#b3b3b3;
}

.contact-form .wpcf7-not-valid{
    border:1px solid #cd0000 !important;
}

.contact-form span.wpcf7-not-valid-tip{
    display:none;
}

.contact-form div.wpcf7-validation-errors{
    border:none;
    font-size:13px;
    font-weight:300;
    font-family:"Open sans";
    color:#cd0000;
}

.contact-form div.wpcf7-response-output{
    margin:0;
    padding:0;
}

/* content full */ 
.full-content{
    text-align:center;
    width:100%;
}
.full-content h2 {
    font-size:40px;
    padding:10px 0;
}
.full-content p {
    font-size: 21px;
    line-height: 30px;
}
.home .full-content p {
    text-align:center;
}
.full-content p.more a{
    font-size:20px;
}

/* col-2 */
.col-2 .col{
    width:560px;
    float:left;
}
.col-2 .col-last{
    float:right;
}

/* col-2-proc */
.col-2-proc .col{
    width:45% !important;
    float:left;
    margin: 0 !important;
}
.col-2-proc .col-last{
    float:right;
}

/* col-3 */
.col-3 .col{
    width:350px;
    float:left;
}
.col-3 .col-center{
    margin:0 65px;
}
.col-3 .col h3{
    margin:20px 0 10px 0;
}

/* col-3-proc */
.col-3-proc .col{
    width:30% !important;
    float:left;
    margin: 0 5% 0 0 !important;
}
.col-3-proc .col-last{
    margin: 0 0 0 0% !important;
}

/* col-4 */
.col-4 .col{
    width:272px;
    float:left;
    margin-right:30px;
}
.col-4 .col-last{
    margin-right: 0 !important;
}
.col-4 .col h3{
    font-size: 21px;
    margin-top: 10px;
}
.col-4 .col img{
    width: 100%;
    height: auto;
}

/* col-5 */ 
.col-5 .col{
    width:220px;
    float:left;
    margin-right:20px;
}
.col-5 .col-last{
    margin-right: 0 !important;
}
.col-5 .col h3{
    font-size: 21px;
    margin-top: 10px;
}
.col-5 .col p{
    font-size: 16px;
    line-height: 21px;
}
.col-5 .col img{
    width: 100%;
    height: auto;
}

/* col-5-full */
.col-5-full .wrap{
    width: 100%;
}
.col-5-full .col{
    width:18%;
    float:left;
    margin: 0 1%;
}
.col-5-full .col h3{
    font-size: 23px;
    margin-top: 10px;
}
.col-5-full .col img{
    width: 100%;
    height: auto;
}

/*------------------------------------*\
    WordPress Core
\*------------------------------------*/

.alignnone {
    margin: 15px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 15px auto 25px auto;
}

.alignright {
    float:right;
    margin: 15px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 15px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*------------------------------------*\
    Print
\*------------------------------------*/

@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    pre,blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }
    thead {
        display:table-header-group;
    }
    tr,img {
        page-break-inside:avoid;
    }
    img {
        max-width:100% !important;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
}