.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
p, ul, ol, dl, table, fieldset, blockquote {
    margin-bottom: 30px;
    font-size:16px;
    line-height:20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-indent: 1em;
}

.row {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#header .row {
    overflow: inherit;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
    margin-right: 3.8%;
    float: left;
    min-height: 1px;
}

.row .onecol {
    width: 4.85%;
}

.row .twocol {
    width: 13.45%;
}

.row .threecol {
    width: 22.05%;
}

.row .fourcol {
    width: 24.75%;
}

.row .fivecol {
    width: 39.45%;
}

.row .sixcol {
    width: 48%;
}

.row .sevencol {
    width: 56.75%;
}

.row .eightcol {
    width: 65.4%;
}

.row .ninecol {
    width: 74.05%;
}

.row .tencol {
    width: 82.7%;
}

.row .elevencol {
    width: 91.35%;
}

.row .twelvecol {
    width: 100%;
    float: left;
}

.last {
    margin-right: 0px;
}

/* =======================================================
   General Layout
   ======================================================= */

body {
    font-size: 13px;
    color: #555;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
}

#container{
    position:relative;
    overflow:hidden;
}

.nine_section_wrapper{
    width:100%;
    background-color:#fff;
}

.nine_section{
    width:90%;
    max-width:1170px;
    margin:0 auto;
    padding-top:70px;
    padding-bottom:50px;
    background-color:#fff;
}

.nine_section2_wrapper{
    width:100%;
    background-color:#fff;
    border-top:1px solid #e0e0e0;
    border-bottom:1px solid #e0e0e0;
}

.nine_section2{
    width:90%;
    max-width:1170px;
    margin:0 auto;
    padding-top:70px;
    padding-bottom:70px;
    background-color:#fff;
}

.align_center{
    text-align:center;
}

.padding_bottom{
    margin-bottom:10px;
}

/* Headings
========================================================== */

h1,h2,h3,h4,h5,h6{
    margin:0 0 25px 0;
    line-height:110%;
    color:#222;
    font-family: 'Oswald', sans-serif;
    font-weight:400;
}

h1{
    font-size:28px;
    line-height:46px;
}

h2{
    font-size:22px;
    line-height:32px;
}

h3{
    font-size:18px;
    line-height:28px;
}

h4{
    font-size:16px;
    line-height:24px;
}

h5{
    font-size:14px;
    line-height:22px;
    text-transform:uppercase;
}

h6{
    font-size:12px;
    line-height:18px;
    text-transform:uppercase;
}

.uppercase{
    text-transform:uppercase;
}

.italic{
    font-style:italic;
}

.small_margins{
    /*margin-bottom:15px;*/
    font-size: 18px;
    font-weight: bold;
}
.change_list{
    float: left;
    text-align: left;
    border: 1px solid white;
    border-radius: 10px;
    padding: 14px;
    width: 30%;
    height: 218px;
    margin-left: 3%;
    margin-top: 22px;
}
.change_list p{
    text-indent: 0em;
    color: white;
}

.padding_right{
    padding-right:25px;
}

.padding_top{
    padding-top:25px;
}

.padding_top_large{
    padding-top:40px;
}

.padding_bottom{
    padding-bottom:30px;
}

.white{
    color:#fff;
}

.grey{
    color:#28323c;
}

.features_title_wrapper{
    margin-bottom:30px;
    display:block;
}

span.features_number{
    float:left;
    padding-right:5px;
    color:#28323c;
    font-family: 'Oswald', sans-serif;
    font-weight:700;
    font-size:100px;
    line-height:100px;
}

span.features_separator{
    float:left;
    padding:0 10px 0 5px;
    color:#28323c;
    font-family: 'Oswald', sans-serif;
    font-weight:400;
    font-size:100px;
    line-height:100px;
}

span.features_title{
    margin:0 0 25px 0;
    color:#28323c;
    font-family: 'Oswald', sans-serif;
    font-weight:700;
    font-size:42px;
    line-height:51px;
}

/* ========================================================== */
/* 				  		    Call To Action                    */
/* ========================================================== */

.info_white_wrapper{
    margin:0 auto!important;
    width:100%;
    padding:0 5%;
    background-color:#fff;
}

.info_white{
    margin:0 auto!important;
    overflow:hidden;
    padding: 90px 0 0 0;
    width:100%;
    max-width:1170px;
    text-align:center;
}

.info_white h3, .info_white h4{
    margin:0;
    padding:0;
    color:#333;
}

.info_white h3{
    margin-bottom:10px;
    font-size:28px;
    line-height:42px;
    font-weight:400;
    text-transform:uppercase;
}

.info_white h4{
    font-size:16px;
    line-height:28px;
    font-weight:300;
}

.info_transparent{
    margin:0 auto!important;
    overflow:hidden;
    width:90%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 120px;
    max-width:1170px;
    text-align:center;
}

.info_transparent h3, .info_transparent h4{
    margin:0;
    padding:0;
    color:#fff;
}

.info_transparent h3{
    margin-bottom:0;
    font-size:28px;
    line-height:42px;
    font-weight:400;
    text-transform:uppercase;
}

.info_transparent h4{
    font-size:16px;
    line-height:28px;
    font-weight:300;
}

.info_transparent h3 span.pacifico{
    font-size:30px;
    font-family: 'Pacifico', sans-serif;
}

/* ========================================================== */
/* 						       INTRO                          */
/* ========================================================== */

#intro{
    width:100%;
    z-index:1;
    padding:0;
}

/* ========================================================== */
/* 						       HEADER                         */
/* ========================================================== */

#header_wrapper{
    position: fixed;
    width: 100%;
    padding-top:30px;
    background-color:transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#header_wrapper.shrink {
    width:100%;
    height:80px;
    padding-top:0;
    z-index:1000;
    background-color:rgb(40, 50, 60);
    background-color:rgba(40, 50, 60, 0.97);
    border-bottom:1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#header {
    width:90%;
    max-width:1170px;
    margin:0 auto;
    padding-left:5%;
    padding-right:5%;
}

/* ----- logo ----- */
a#logo {
    position: relative;
    float:left;
    margin:25px 0 0 0;
    z-index:900;
    font-family: 'Pacifico', cursive;
    font-size:26px;
    line-height:26px;
    color:#dcdcdc;
}

/* ----- nav ----- */
#nav {
    margin: 0;
    float:right;
    position:relative;
}

#nav li {
    display: inline-block;
    position: relative;
    margin:31px 14px 0 14px;
}

#nav li.last {
    margin-right:0;
}

#nav li a {
    display: inline-block;
    text-align:center;
    color: #dcdcdc;
    padding: 0;
    font-size: 12px;
    line-height:18px;
    text-transform:uppercase;
    font-weight:400;
    font-family: 'Oswald', sans-serif;
}

#nav li a:hover, #nav .current a {
    text-decoration:line-through;
}

a.purchase{
    margin:21px 0 0 30px;
    float:right;
    position:relative;
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    font-weight: 400;
    width: auto;
    height: 34px;
    padding: 0px 20px;
    margin-right:20px;
    font-size: 12px;
    line-height: 34px;
    color:#dcdcdc;
    background-color: transparent;
    border:2px solid #dcdcdc;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

a.purchase:hover{
    color:#222;
    background-color: #fff;
}

.base-footer-aboutus p ,.base-footer-aboutus h3{
    text-indent: 0em;
}
.base-footer-callus p ,.base-footer-callus h3{
    text-indent: 0em;
}
/* ========================================================== */
/* 				  		      Home                         */
/* ========================================================== */

#home{
    width:100%;
    position:relative;
    z-index:10;
    padding:145px 0 195px 0;
}

.home_box{
    width:90%;
    max-width:870px;
    margin:0 auto;
    text-align:center;
    padding-left:5%;
    padding-right:5%;
}

span.slider_text1{
    font-family: 'Oswald', sans-serif;
    font-size:48px;
    line-height:60px;
    font-weight:400;
    letter-spacing:1.5px;
    text-align: center;
    color:#fff;
    margin-bottom:20px;
    clear:both;
    display:block;
}

span.slider_text2{
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size:22px;
    line-height:28px;
    color:#fff;
    margin-bottom:30px;
    clear:both;
    display:block;
}

a.slider_text3, a.slider_text4{
    font-family: 'Open Sans', sans-serif;
    text-transform:uppercase;
    display: inline-block;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    width: auto;
    height: 42px;
    padding: 0px 23px;
    margin-right:20px;
    font-size: 14px;
    line-height: 42px;
    border:2px solid #fff;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

a.slider_text3{
    color: #222;
    background-color: #fff;
}

a.slider_text3:hover{
    color:#fff;
    background-color: transparent;
    border:2px solid #fff;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

a.slider_text4{
    color: #fff;
    background-color: transparent;
}

a.slider_text4:hover{
    color:#222;
    background-color: #fff;
    border:2px solid #fff;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

/* ========================================================== */
/* 				  		    Showcase                          */
/* ========================================================== */

.dropcaps_showcase {
    float:left;
    margin:10px 25px 40px 0;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color:#fff;
    background-color:#28323c;
    border: 1px solid #28323c;
    font-size: 22px;
    font-weight:600;
    position: relative;
    -webkit-border-radius: 28px 28px;
    -moz-border-radius: 28px 28px;
    border-radius: 28px 28px;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

.showcase_item:hover .dropcaps_showcase {
    color:#28323c;
    border: 1px solid #28323c;
    background-color: transparent;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

/* ========================================================== */
/* 				  		    Services                          */
/* ========================================================== */

.services_homepage_item {
    margin: 0 0 70px 0;
    text-align:center;
}

.services_homepage_item h2{
    clear:both;
    font-size:19px;
    line-height:100%;
    vertical-align:middle;
    margin:30px 0 20px 0;
    font-weight:400;
    color:#222;
}

.services_homepage_item p{
    clear: both;
    color: #454545;
    margin-bottom: 30px;
    text-align: left;
    text-indent: 0em;
}

.icon_wrapper{
    margin-bottom: 40px;
    width:100%;
    text-align:center;
}

.icon_wrapper .icon_box {
    position: relative;
}

.icon_box .icon-8x{
    width:100px;
    height:100px;
    line-height:100px;
    text-align:center;
    color:#fff;
    background-color:#28323c;
    border:1px solid #28323c;
    -webkit-border-radius: 51px 51px;
    -moz-border-radius: 51px 51px;
    border-radius: 51px 51px;
    font-size:40px;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

.services_homepage_item:hover .icon_box .icon-8x{
    color:#28323c;
    border:1px solid #28323c;
    background-color:#fff;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

a.services_button{
    font-size:12px;
    padding:8px 18px;
    margin:10px 0 20px 0;
    background-color:#28323c;
    border:1px solid #28323c;
    color:#fff;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
}

a.services_button:hover{
    background-color:#f0f0f0;
    border:1px solid #28323c;
    color:#28323c;
}

/* ========================================================== */
/* 				  		      Pricing                         */
/* ========================================================== */

.price_item{
    margin-bottom:50px;
    text-align:center;
}

.price_item:hover{
}

.price_item.last{
    margin-right:0;
}

.price_head h2{
    margin:0;
    padding:25px 0;
    color:#fff;
    font-size:16px;
    background-color:#28323c;
    text-transform:uppercase;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

.price_head h4{
    margin:0;
    padding:30px 0;
    color:#28323c;
    font-size:28px;
    background-color:#f0f0f0;
    border-bottom:1px solid #e0e0e0;
    text-transform:uppercase;
}

ul.price_features{
    margin:0;
}

ul.price_features li{
    padding: 15px 13px;
    color: #28323c;
    background-color: #f0f0f0;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
    text-indent: 0em;
}

.price_button_wrapper{
    background-color:#f0f0f0;
    border-bottom:1px solid #e0e0e0;
    padding:30px 0;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}

a.price_button{
    font-size:12px;
    padding:10px 20px;
    background-color:#28323c;
    border:1px solid #28323c;
    color:#fff;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
}

a.price_button:hover{
    background-color:#f0f0f0;
    border:1px solid #28323c;
    color:#28323c;
}

/* ========================================================== */
/* 				  		      Features                        */
/* ========================================================== */

.features_wrapper{
    width:100%;
    z-index:1;
    background: url(../images/0.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding:0;
}

.features_box{
    width:90%;
    max-width:1170px;
    margin:0 auto;
    padding-top:110px;
    padding-bottom:100px;
    padding-left:5%;
    padding-right:5%;
}

.features_item{
    margin-bottom:45px;
}

.features_box h2, .features_box h3, .features_box h4, .features_box p, .features_box ul li{
    color:#fff;
}

.text_align_right {
    text-align:right;
}

.text_align_left {
    text-align:left;
}

/* ----- Dropcaps ----- */
.dropcaps_left, .dropcaps_right {
    float:left;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color:#222;
    font-size: 22px;
    font-weight:600;
    border: 1px solid #fff;
    background-color: #fff;
    position: relative;
    -webkit-border-radius: 28px 28px;
    -moz-border-radius: 28px 28px;
    border-radius: 28px 28px;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

.dropcaps_left {
    float:left;
    margin:10px 25px 40px 0;
}

.dropcaps_right {
    float:right;
    margin:10px 0 40px 25px;
}

.features_item:hover .dropcaps_left, .features_item:hover .dropcaps_right {
    color:#fff;
    border: 1px solid #fff;
    background-color: transparent;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

/* ----- Blockquote ----- */
.blockquote{
    border-left:6px solid #28323c;
    padding-left:15px;
}

.blockquote_grey{
    border-left:6px solid #28323c;
    padding-left:15px;
}

/* ----- Highlight ----- */
.highlight{
    background-color:#28323c;
    color:#fff;
    padding:0 5px;
}

/* ========================================================== */
/* 		     	  		     Newsletter                       */
/* ========================================================== */

.newsletter_wrapper{
    width:100%;
    z-index:1;
    background: url(../images/0.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding:0;
}

.newsletter_box{
    width:100%;
    max-width:1170px;
    margin:0 auto;
    padding:40px 0 90px 0;
    text-align:center;
}

.contact_form_wrap p.success_box{
    font-size:18px;
    margin-bottom:15px;
    text-shadow: 1px 1px 1px white;
    -moz-text-shadow: 1px 1px 1px white;
    -webkit-text-shadow:1px 1px 1px white;
}

#contact-form {
    max-height:50px;
    padding:0 0 40px 0!important;
    margin:0!important;
}

#contact-form #email {
    width:100%;
    max-width:400px;
    height:46px;
    padding:0 10px;
    border: 1px solid #fff;
    background-color: #fff;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    color:#777;
    font-size:15px;
}

#contact-form #submit-button {
    width: 140px;
    height:48px;
    background-color:#28323c;
    border: 1px solid #b1b1b1;
    color:#b1b1b1;
    display: inline;
    margin-left:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    font-size:15px;
    vertical-align: top;
    transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
}

#contact-form #submit-button:hover {
    color:#222;
    background-color:#fff;
    border: 1px solid #fff;
    transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
}

/* ========================================================== */
/* 				  		    Testimonials                      */
/* ========================================================== */

.testimonials_wrapper{
    width:100%;
    z-index:1;
    background: #28323c;
    height: 522px;
}

.testimonials_box{
    text-align:center;
    width:90%;
    max-width:960px;
    margin:0 auto;
    padding-top:110px;
    padding-bottom:100px;
}

span.testimonials_img{
    display:block;
    color:#f5f5f5;
}

span.testimonials_text, span.testimonials_autor{
    display:block;
    color:#fff;
    font-size:32px!important;
    line-height:48px!important;
    font-weight:400;
}

span.testimonials_autor{
    font-weight:300;
    font-size:18px!important;
    line-height:48px!important;
    color: #fff;
    font-style: normal;
}

@media only screen and (max-width: 1024px) {
    #intro, .features_wrapper, .newsletter_wrapper {
        background-attachment: scroll;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

/* ========================================================== */
/* 						     768px                            */
/* ========================================================== */

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

/* ========================================================== */
/* 						     992px                            */
/* ========================================================== */

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

/* ========================================================== */
/* 						     1200px                           */
/* ========================================================== */

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

/* ========================================================== */
/* 						   MOBILE                       */
/* ========================================================== */
@media handheld, only screen and (max-width: 767px) {

    #main {
        width:100%;
        margin:0 auto;
        padding: 0;
        position:relative;
        overflow:hidden;
    }

    .row {
        width: 90%;
        min-width: 0;
    }
    .row.no-margin{
        margin-left: auto!important;
        margin-right: auto!important;
    }

    .row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
        width: auto;
        float: none;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
        clear:both;
    }

    #header_wrapper {
        position: relative;
        padding-top:0px;
    }

    #header_wrapper #header {
        position: relative;
        height:80px;
        padding:0;
        text-align:center;
    }

    #header_wrapper a#logo{
        position:relative;
        width:100%;
        text-align:center;
        margin:26px 0 0 0;
        padding:0!important;
        background-color:transparent!important;
    }

    img.responsive_top_padding{
        padding-top:40px;
    }

    img.responsive_bottom_padding{
        padding-bottom:40px;
    }

    .nodisplay{
        display:none;
    }


    .info_white{
        padding: 60px 0 0 0;
    }

    .info_transparent{
        padding: 70px 0 0 0;
    }

    .info_white h3, .info_transparent h3{
        font-size: 25px;
        font-weight: bold;
        line-height:28px;
    }

    .info_white h4, .info_transparent h4{
        font-size:14px;
        line-height:24px;
    }

    .nine_section{
        padding: 50px 0 40px 0;
    }

    .nine_section2{
        padding: 40px 0;
    }

    #home{
        margin:0 auto;
        width:90%;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .home_box{
        width:100%;
        max-width:480px;
        margin:0 auto;
    }

    span.slider_text1{
        font-size:14px;
        line-height:24px;
    }

    span.slider_text2{
        font-size:12px;
        line-height:18px;
    }

    a.slider_text3, a.slider_text4{
        height: 26px;
        padding: 0 15px;
        margin:0 10px 15px 0;
        font-size: 10px;
        line-height: 26px;
    }

    #services{
        padding-bottom:0;
        padding-top:5px;
    }

    .services_box{
        padding-top:20px;
    }

    .newsletter_box{
        padding:20px 0 50px 0;
    }

    #contact-form {
        max-height:100px;
        padding:0 0 20px 0!important;
    }

    #contact-form #email {
        width:76%!important;
        padding:0 2%;
        margin-bottom:10px;
        height:36px;
        font-size:13px;
    }

    #contact-form #submit-button {
        width: 18%;
        min-width:120px;
        height:38px;
        margin-left:5px;
        font-size:13px;
    }

    a.purchase{
        display:none;
    }

    .features_title_wrapper{
        margin-bottom:30px;
        display:block;
    }

    span.features_number{
        float:left;
        padding-right:5px;
        color:#28323c;
        font-family: 'Oswald', sans-serif;
        font-weight:700;
        font-size:50px;
        line-height:50px;
    }

    span.features_separator{
        float:left;
        padding:0 5px 0 0;
        font-size:50px;
        line-height:50px;
    }

    span.features_title{
        margin:0 0 25px 0;
        font-size:21px;
        line-height:25px;
    }

    .dropcaps_showcase {
        margin:10px 25px 10px 0;
    }

    .testimonials_box{
        width:90%;
        margin:0 5%;
        padding:50px 0;
    }

    span.testimonials_text, span.testimonials_autor{
        font-size:18px!important;
        line-height:32px!important;
    }

    span.testimonials_autor{
        font-size:14px!important;
        line-height:28px!important;
    }

    .services_homepage_item.last {
        margin: 0 0 40px 0;
    }

    .features_box{
        padding:70px 0 30px 0;
    }

    .dropcaps_left {
        margin:10px 25px 10px 0;
    }

    .dropcaps_right {
        margin:10px 0 10px 25px;
    }

    .padding_top_large{
        padding-top:0;
    }

    .price_item.last{
        margin-bottom: 30px;
    }

    .contact-icon-circle {
        display: inline-block;
        margin:0 8px 8px 0;
        padding:10px 10px;
        width: 12px!important;
        height: 12px!important;
        line-height: 12px!important;
        font-size:14px!important;
        -webkit-border-radius: 16px 16px;
        -moz-border-radius: 16px 16px;
        border-radius: 16px 16px;
    }
}

/* Responsive Navigation
================================================== */
#wt_responsive_nav_wrap {
    width: 100%;
    right: -100%;
    position: absolute;
    z-index: 9999;
    top: 0;
    background-color: #ffffff;
    height: 100%;
    padding: 90px 0;
    margin-left: -2px;
    overflow: hidden;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-transform: 	scale(0.5);
    -moz-transform: 	scale(0.5);
    -ms-transform: 		scale(0.5);
    -o-transform: 		scale(0.5);
    transform: 			scale(0.5);
    -webkit-transition: all 0.6s ease;
    -moz-transition: 	all 0.6s ease;
    -o-transition: 		all 0.6s ease;
    -ms-transition: 	all 0.6s ease;
    transition: 		all 0.6s ease;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%; }

#wt-responsive-nav {
    margin-left: 0;
    width: 100%; }

.show_responsive_nav {
    overflow: hidden; }

.csstransforms3d #wt_responsive_nav_wrap {
    -webkit-transform: 	scale3d(0.5);
    -moz-transform: 	scale3d(0.5);
    -ms-transform: 		scale3d(0.5);
    -o-transform: 		scale3d(0.5);
    transform: 			scale3d(0.5); }

.show_responsive_nav #wt_responsive_nav_wrap {
    -webkit-transform: 	scale(1);
    -moz-transform: 	scale(1);
    -ms-transform: 		scale(1);
    -o-transform: 		scale(1);
    transform: 			scale(1);
    -webkit-transform: 	translate(-100%, 0);
    -moz-transform: 	translate(-100%, 0);
    -ms-transform: 		translate(-100%, 0);
    -o-transform: 		translate(-100%, 0);
    transform: 			translate(-100%, 0); }

.csstransforms3d .show_responsive_nav #wt_responsive_nav_wrap {
    -webkit-transform: 	scale3d(1);
    -moz-transform: 	scale3d(1);
    -ms-transform: 		scale3d(1);
    -o-transform: 		scale3d(1);
    transform: 			scale3d(1);
    -webkit-transform: 	translate3d(-100%, 0, 0);
    -moz-transform: 	translate3d(-100%, 0, 0);
    -ms-transform: 		translate3d(-100%, 0, 0);
    -o-transform: 		translate3d(-100%, 0, 0);
    transform: 			translate3d(-100%, 0, 0); }

#wt-responsive-nav>li:first-child>a:first-child { border-top-style: solid; border-top-width: 1px; }
#wt-responsive-nav li { margin: 0; padding: 0; position: relative; float: none; clear: both; }
#wt-responsive-nav li > a:before {
    content: "\f0da";
    position: absolute;
    top: 13px;
    margin-left: -10px;
    font-family: 'FontAwesome';
    font-size: 12px;
    color: #222; }
#wt-responsive-nav li > a i {
    position: absolute;
    top: 15px;
    display: inline-block;
    right: 24px;
    font-size: 14px;
    color: #222; }
#wt-responsive-nav .sub-menu {
    /*display: none;*/ }
#wt-responsive-nav,
#wt-responsive-nav li > a {
    border-color: #E1E1E1;
    color: #666666;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none }
#wt-responsive-nav .current_page_item > a,
#wt-responsive-nav li > a:hover,
#wt-responsive-nav li > a.active {
    color: #FFFFFF;
    background-color: #222; }
#wt-responsive-nav .current_page_item  > a:before,
#wt-responsive-nav li > a:hover:before,
#wt-responsive-nav li > a.active:before,
#wt-responsive-nav .current_page_item  > a i,
#wt-responsive-nav li > a:hover i,
#wt-responsive-nav li > a.active i {
    color: #FFFFFF; }
#responsive_nav_open:hover,
#responsive_nav_hide:hover {
    background-color: #222; }
#responsive_nav_open:hover i:before,
#responsive_nav_hide:hover i:before {
    color: #FFFFFF; }

.current_page_item > a:before,
.current-menu-item > a:before {
    font-weight: normal; }

#wt-responsive-nav ul { margin: 0; padding: 0; display: block; width: 100%; left: 0; position: relative; }
#wt-responsive-nav a { padding: 13px 28px; border-bottom-style: solid; border-bottom-width: 1px; width: 100%; display: block; margin: 0; text-decoration: none; position: relative; }
#wt-responsive-nav a { padding-left: 35px; }
#wt-responsive-nav ul a { padding-left: 55px; }
#wt-responsive-nav ul ul a { padding-left: 75px; }
#wt-responsive-nav ul ul ul a { padding-left: 95px; }

#responsive_nav_open,
#responsive_nav_hide {
    position: absolute;
    right: 5px;
    top: 50%;
    text-decoration: none;
    text-align: center;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    z-index: 9999;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #E1E1E1;
    display: none;
    background-color: #FFFFFF; }
#responsive_nav_open i:before,
#responsive_nav_hide i:before {
    color: #333333;
    font-size: 18px;
    margin: 0;
    display: block;
    line-height: 36px; }
#responsive_nav_hide i:before {
    font-size: 30px; }
.small_device_active #responsive_nav_open { display: block; }
.small_device_active #nav { display: none; }
#responsive_nav_hide {
    display: block;
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    top: 40px;
    right: 24px; }
.show_responsive_nav #responsive_nav_hide {
    opacity: 1;
    visibility: visible; }

/* =============================================================================
   Print Styles
   ========================================================================== */

@media print {
    * {background: transparent !important; color: #000 !important; /* Black prints faster: h5bp.com/s */ 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; /* h5bp.com/t */ }
    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; }
}