/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.2
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
}

body {
    font: 300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #212122;

    background: url(img/background.jpg) repeat-x;
}


@font-face {
    font-family: 'Conv_Zurich Black BT';
    src: url('fonts/Zurich Black BT.eot');
    src: local('☺'), url('fonts/Zurich Black BT.woff') format('woff'), url('fonts/Zurich Black BT.ttf') format('truetype'), url('fonts/Zurich Black BT.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Conv_Zurich Bold Extra Condensed BT';
    src: url('fonts/Zurich Bold Extra Condensed BT.eot');
    src: local('☺'), url('fonts/Zurich Bold Extra Condensed BT.woff') format('woff'), url('fonts/Zurich Bold Extra Condensed BT.ttf') format('truetype'), url('fonts/Zurich Bold Extra Condensed BT.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


h2 {

    color: #f1592a;

    font-size: 25px;

    font-weight: normal;

    margin: 0px 0px 20px 0px;

    font-weight: normal !important;

    font-family: 'Oswald', sans-serif;

}


h1 {

    font-weight: normal !important;

    font-family: 'Oswald', sans-serif;

    font-size: 30px;
}


/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #444;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
    max-width: 1280px;
    width: 980px;
    margin: 0 auto;
    position: relative;
}

/* header */
.header {}

/* logo */
.logo {

    margin-top: 15px;
    margin-left: 15px;

}

.logo-img {}

/* nav */
.nav {

    float: left;

}


.nav ul {

    float: left;
    margin-left: -25px;
    margin-top: 25px;

}


.nav ul li {

    float: left;

    width: 135px;

    border-right: 1px solid #4e4e50;

    margin-left: 20px;

    height: 50px;

}


.nav ul li:first-child + li + li + li + li + li {

    border-right: none;


}

.nav ul li a {

    float: left;

    color: #cccccc;

    font-size: 24px;

    font-weight: 300 !important;



    font-family: 'Oswald', sans-serif;

}


.nav ul li a span {

    color: #cccccc !important;

    float: left;

    clear: both;

    font-size: 13px;

    padding-top: 0px;

    font-family: 'Roboto Condensed', sans-serif;

}

.active {

    color: #ac4627 !important;
}


section {

    float: left;

    clear: both;

    margin-top: 20px;
}


.slider ul {

    margin-left: -38px;
}

.slider ul li {

    list-style: none;
    height: auto !important;
}


.slider ul li span {

    position: absolute;
    background-color: rgba(27, 27, 26, 0.8);
    width: 310px;
    height: 268px;
    margin-top: -268px;
    margin-left: 650px;

    color: #fff;

    padding: 15px;


}


.slider ul li span h3 {

    color: #f1592a;

    text-transform: uppercase;

    font-size: 35px;

    line-height: 35px;

    font-family: 'Oswald', sans-serif;

    margin-top: 0px;

    font-weight: normal !important;


}


.slider ul li span p {

    line-height: 20px;
}


.home_content {

    float: left;

    clear: both;
}

.welcome {

    float: left;

    width: 640px;

    padding-right: 15px;

    line-height: 20px;
}

.welcome h3 {

    color: #212122;

    font-size: 28px;

    font-weight: normal !important;

    margin: 20px 0px 30px 0px;

    font-family: 'Oswald', sans-serif;

}


.welcome h2 {

    color: #f1592a;

    font-size: 45px;

    font-weight: normal !important;

    margin: 0px 0px 30px 0px;

    font-family: 'Oswald', sans-serif;

}

.featured_services {

    float: left;

    width: 312px;

    border-top: 5px #f1592a solid;

    border-bottom: 5px #f1592a solid;

    margin-top: 20px;

    margin-left: 10px;
}


.featured_services h3 {

    margin-left: 20px;

    color: #212122;

    font-size: 29px;

    font-weight: normal;

    margin-bottom: 10px;

    font-family: 'Oswald', sans-serif;

    font-weight: normal !important;
}

.featured_services ul li {

    list-style: none;

    float: left;

    clear: both;

    margin-bottom: 45px;
}


.featured_services ul {

    float: left;

    margin-left: -20px;

    clear: both;
}


.featured_services ul li img {

    float: left;

    width: 60px;

    height: 60px;
}



.featured_services_inner {

    float: left;

    width: 312px;

    border-top: 5px #f1592a solid;


    margin-top: 20px;

    margin-left: 10px;
}


.featured_services_inner h3 {

    margin-left: 20px;

    color: #212122;

    font-size: 20px;

    font-weight: normal;

    margin-bottom: 10px;

    font-weight: normal !important;

    font-family: 'Oswald', sans-serif;

    font-size: 29px;
}

.featured_services_inner ul li {

    list-style: none;

    float: left;

    clear: both;

    margin-bottom: 45px;

    font-weight: normal !important;

    font-family: 'Oswald', sans-serif;
}


.featured_services_inner ul {

    float: left;

    margin-left: -20px;

    clear: both;
}


.featured_services_inner ul li img {

    float: left;

    width: 60px;

    height: 60px;
}


.service_info {

    float: left;

    margin-left: 10px;


}

.service_info h4 {

    color: #212122;

    font-size: 21px;

    margin-top: -7px;

    margin-bottom: 10px;

    float: left;

    width: 222px;

    font-family: 'Oswald', sans-serif;

    font-weight: normal !important;


}

.service_info span a {

    color: #c94b22;

    text-decoration: none;

    clear: both;

    float: left;

    background: url(img/arrow.png) no-repeat;

    background-position: left;

    padding-left: 10px;

    margin-left: 10px;

    font-style: italic;

    font-family: 'Oswald', sans-serif;

    font-weight: normal !important;

    font-size: 16px;



}


.featured-image {

    float: left;

    clear: both;

    margin-top: 10px;

    border-bottom: 5px #f1592a solid;

    border-top: 5px #f1592a solid;
}


.featured-image img {

    margin-top: 10px;

    margin-bottom: 10px;
}






.featured_services_page {

    float: left;

    width: 100%;


    margin-top: 20px;


}


.featured_services_page h3 {

    margin-left: 20px;

    color: #212122;

    font-size: 20px;

    font-weight: normal;

    margin-bottom: 10px;
}


.featured_services_page p {

    float: left;

    clear: both;
}

.featured_services_page ul li {

    list-style: none;

    float: left;

    clear: both;

    margin-bottom: 45px;
}


.featured_services_page ul {

    float: left;

    margin-left: -20px;

    clear: both;
}


.featured_services_page ul li img {

    float: left;

    width: 120px;

}




.service_info_page {

    float: left;

    margin-left: 10px;

    width: 450px;


}

.service_info_page h4 {

    color: #212122;

    font-size: 16px;

    margin-top: 0px;

    margin-bottom: 0px;

    float: left;

    font-weight: normal;


}

.service_info_page span a {

    color: #c94b22;

    text-decoration: none;

    clear: both;

    float: left;

    background: url(img/arrow.png) no-repeat;

    background-position: left;

    padding-left: 10px;

    margin-left: 10px;

    font-style: italic;



}




















/* sidebar */
.sidebar {}

/* footer */
.footer {

    float: left;

    clear: both;

    border-top: 1px solid #cccccc;

    width: 100%;

    color: #a1a1a1;

    font-style: italic;

}

.footer span {

    float: right;
}


.footer span a {

    color: #f26438;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'Font-Name';
    src: url('fonts/font-name.eot');
    src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
        url('fonts/font-name.woff') format('woff'),
        url('fonts/font-name.ttf') format('truetype'),
        url('fonts/font-name.svg#font-name') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:768px) {}

@media only screen and (min-width:1024px) {}

@media only screen and (min-width:1140px) {}

@media only screen and (min-width:1280px) {}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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%;
    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 .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}

/*------------------------------------*\
    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;
    }
}