/************************************************
Theme Name: DO - Corporate Business Template
Author: ThemeBeer
Author URI: http://XpertPress.com
Version: 1.2
/********************************************************
*                                                       *
                        General                         
*                                                       *
*********************************************************/
.fix{
    overflow: hidden;
}
.do-section {
padding:0;
}

.row {margin-left:0!important; margin-right:0!important;}

.t3-mainbody {padding:60px 16%;}
.do-header-topbar {padding:5px 16%;}
.do-main-menu {padding:0 16%;}
.do-homepage-third .do-custom-sec-img-left {padding:0 16%;}
footer.do-footer .do-footer-top {padding:35px 16% 15px;}

/*******************
SECTION HEADING
*******************/
.do-section-heading,
.do-section-heading-light{
    margin: 30px 0 50px;
    text-align: center;
    position: relative;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {line-height:135%;}

h2 {font-weight:400!important; font-size:1.7em;}
h3 {color:#c92b25; font-size:1.4em;}
h4 {font-weight:400!important; font-size:1.2em; margin:.6em 0 .6em;}
h5 {font-size:17px!important; font-weight:normal!important; margin:.5em 0.5em 0;}



/*****
DARK
*****/
.do-section-heading:after{
    content: '';
    width: 45px;
    height: 4px;
    background-color: #c92b25;
    position: absolute;
    bottom: -27px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.do-section-heading h3, .moduletable h3{
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.do-section-heading p.do-section-subheading{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    line-height: 1.5;
    margin: 0;
}
/************************
SECTION HEADING (LIGHT)
************************/
.do-section-heading-light:after{
    content: '';
    width: 45px;
    height: 4px;
    background-color: #ffffff;
    position: absolute;
    bottom: -27px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.do-section-heading-light h1{
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.do-section-heading-light p.do-section-subheading{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 8px;
    margin: 0;
    text-transform: uppercase;
}
/*************************
IMAGE BACKGROUND OVERLAY
*************************/
.do-parallax-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #c92b25; /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(252,127,12,0.6) 0%,  rgba(247,39,102,0.6) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(252,127,12,0.6)), color-stop(100%, rgba(247,39,102,0.6))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(252,127,12,0.6) 0%, rgba(247,39,102,0.6) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(252,127,12,0.6) 0%, rgba(247,39,102,0.6) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(252,127,12,0.6) 0%, rgba(247,39,102,0.6) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(252,127,12,0.6) 0%, rgba(247,39,102,0.6) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(252,127,12,0.6)', endColorstr=' rgba(247,39,102,0.6)',GradientType=1 ); /* IE6-9 */
}
.do-color-parallax-overlay-2{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #c92b25; /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(94,22,149,0.7) 0%,  rgba(232,75,58,0.7) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(94,22,149,0.7)), color-stop(100%, rgba(232,75,58,0.7))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(94,22,149,0.7) 0%, rgba(232,75,58,0.7) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(94,22,149,0.7) 0%, rgba(232,75,58,0.7) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(94,22,149,0.7) 0%, rgba(232,75,58,0.7) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(94,22,149,0.7) 0%, rgba(232,75,58,0.7) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(94,22,149,0.7)', endColorstr=' rgba(232,75,58,0.7)',GradientType=1 ); /* IE6-9 */
}
.do-dark-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.75);
}
.do-color-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.75);
}
/*******************
DO OUT LINE BUTTON
*******************/
.do-btn-round-outline{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
	font-weight:700;
    color: #888888;
    letter-spacing: 1px;
    padding: 0px 20px;
    padding-left: 25px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #e9e9e9;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.do-btn-round-outline:hover,
.do-btn-round-outline:focus{
    background-color: #c92b25;
    color: #fff !important;
    border: 2px solid #c92b25;
}
/******************
DO SOLID BUTTON
******************/
div.moduleCustomLink {text-align:center; margin:3.5em 0 0;}

.do-btn-round-solid, input.button, .subbutton, .rsform-submit-button, a.button {
    font-family: 'Open Sans', sans-serif;
	font-weight:700;
    font-size: 12px;
	text-align:center;
    color: #fff !important;
    background-color: #c92b25;
    border: 2px solid #c92b25;
    padding: 7px 20px;
    padding-left: 25px;
    height: auto;
    line-height: 135%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px; 
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;   
}
.do-btn-round-solid:hover, input.button:hover, .subbutton:hover, .rsform-submit-button:hover, a.button:hover, div.itemAttachmentsBlock .itemAttachments a:hover, a.moduleCustomLink:hover {
    color: #fff !important;
    background-color: #fc7f0c;
    border: 2px solid #fc7f0c !important;
}
.do-btn-round-solid:focus, .subbutton:focus, .rsform-submit-button:focus, a.button:focus, div.itemAttachmentsBlock .itemAttachments a:focus, a.moduleCustomLink:focus {
    color: #fff !important;
    background-color: #fc7f0c;
    border: 2px solid #fc7f0c !important;
}

div.itemAttachmentsBlock .itemAttachments a, a.moduleCustomLink {
    font-family: 'Open Sans', sans-serif;
	font-weight:700;
    font-size: 12px;
    color: #fff !important;
    background-color: #8b8b8b;
    border: 2px solid #8b8b8b;
    padding: 0px 20px;
    padding-left: 25px;
    height: auto;
    line-height: 36px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px; 
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;   
}
/*******************
DO WHITE BUTTON
*******************/
.do-btn-round-white, .button2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
	font-weight:700;
    color: #888888;
    letter-spacing: .5px;
    padding: 0px 20px;
    padding-left: 25px;
    height: auto;
    line-height: 36px;
    border: 2px solid #e9e9e9;
    background-color: #fff;	
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.do-btn-round-white:hover, .do-btn-round-white:focus,
.button2:hover, .button2:focus {
    background-color: #fc7f0c;
    color: #fff !important;
    border: 2px solid #fc7f0c !important;
}
/************************
DO LIST ITEM WITH ICON
************************/
ul.do-icon-list li{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #4b4b4b;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
ul.do-icon-list li:last-child{
    margin-bottom: 0;
}
ul.do-icon-list li i{
    color: #c92b25;
    position: absolute;
    top: 5px;
    left: 0;
    width: 14px;
    line-height: 12px;
    border: 1px solid #c92b25;
    text-align: center;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 700;
}
ul.do-icon-list li i:before{
    padding-left: 1px;
}
/***************
DO COLOR TEXT
***************/
.do-color-text{
    color: #c92b25;
}
/****************************
DO ICON WITH TEXT (STYLE 1)
*****************************/
.do-icon-with-text-style1{
    text-align: center;
    padding: 0 30px;
}
.do-icon-with-text-style1 .do-icon-wrapper{
    width: 55px;
    height: 55px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.do-icon-with-text-style1:nth-child(1) .do-icon-wrapper{
    background-color: #ffc000;
}
.do-icon-with-text-style1:nth-child(2) .do-icon-wrapper{
    background-color: #c92b25;
}
.do-icon-with-text-style1:nth-child(3) .do-icon-wrapper{
    background-color: #e84b3a;
}
.do-icon-with-text-style1:nth-child(4) .do-icon-wrapper{
    background-color: #474747;
}
.do-icon-with-text-style1 .do-icon-wrapper i{
    font-size: 24px;
    line-height: 55px;
    color: #fff;
}
.do-icon-with-text-style1 h3,
.do-icon-with-text-style1 h3 a{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}
.do-icon-with-text-style1 h3 a{
    margin-bottom: 0;
}
.do-icon-with-text-style1 p{
    color: #888888;
    margin-bottom: 0;
}
/****************************
DO ICON WITH TEXT (STYLE 2)
****************************/
.do-icon-with-text-style-2{
    position: relative;
    margin-bottom: 60px;
}
.do-icon-with-text-style-2:last-child{
    margin-bottom: 0;
}
.do-icon-with-text-style-2 .do-icon-wrapper{
    width: 55px;
    height: 55px;
    text-align: center;
    background-color: #c92b25;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.do-icon-with-text-style-2 .do-icon-wrapper i{
    font-size: 24px;
    line-height: 55px;
    color: #fff;
}
.do-icon-with-text-style-2 .do-text-wrapper h3,
.do-icon-with-text-style-2 .do-text-wrapper h3 a{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #4b4b4b;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0;
}
.do-icon-with-text-style-2 .do-text-wrapper h3 a{
    margin-bottom: 0;
}
.do-icon-with-text-style-2 .do-text-wrapper p{
    color: #888888;
    margin-bottom: 0;
}
/****************************
DO ICON WITH TEXT (STYLE 3)
*****************************/
.do-icon-with-text-style3{
    text-align: center;
    padding: 0 30px 15px!important;
}
.do-icon-with-text-style3 .do-icon-wrapper{
	background:#fff;
    width: 55px;
    height: 55px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 10px!important;
    border: 2px solid #fc7f0c!important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
.do-icon-with-text-style3 .do-icon-wrapper i{
    font-size: 24px;
    line-height: 52px!important;
    color: #888888;
}
.do-icon-with-text-style3 h3,
.do-icon-with-text-style3 h3 a{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}
.do-icon-with-text-style3 h3 a{
    margin-bottom: 0;
}
.do-icon-with-text-style3 p{
    color: #4b4b4b;
    margin-bottom: 0;
}
.do-icon-with-text-style3:hover .do-icon-wrapper{
    background-color: #c92b25;
    border: 2px solid transparent;
}
.do-icon-with-text-style3:hover .do-icon-wrapper i{
    color: #ffffff;
}
/*****************************
DO ICON WITH TEXT (LEFT ICON)
*****************************/
.do-icon-with-text-style-2.do-icon-left{
    padding-left: 80px;
}
.do-icon-with-text-style-2.do-icon-left .do-icon-wrapper{
    position: absolute;
    top: 0;
    left: 0;
}
.do-icon-with-text-style-2.do-icon-left .do-text-wrapper h3,
.do-icon-with-text-style-2.do-icon-left .do-text-wrapper h3 a{
    text-align: left;
}
.do-icon-with-text-style-2.do-icon-left .do-text-wrapper p{
    text-align: left;
}
/*******************************
DO ICON WITH TEXT (RIGHT ICON)
*******************************/
.do-icon-with-text-style-2.do-icon-right{
    padding-right: 80px;
}
.do-icon-with-text-style-2.do-icon-right .do-icon-wrapper{
    position: absolute;
    top: 0;
    right: 0;
}
.do-icon-with-text-style-2.do-icon-right .do-text-wrapper h3,
.do-icon-with-text-style-2.do-icon-right .do-text-wrapper h3 a{
    text-align: right;
}
.do-icon-with-text-style-2.do-icon-right .do-text-wrapper p{
    text-align: right;
}
.do-icon-wrapper .icon-patents, .do-icon-wrapper .icon-trademarks, .do-icon-wrapper .icon-designs, .do-icon-wrapper .icon-other-services {line-height:52px!important;}
.do-icon-wrapper .icon-patents:before {content:"P"!important; font-family:'Open Sans', sans-serif!important; font-style:normal!important; font-weight:700!important;}
.do-icon-wrapper .icon-trademarks:before {content:"T"!important; font-family:'Open Sans', sans-serif!important; font-style:normal!important; font-weight:700!important;}
.do-icon-wrapper .icon-designs:before {content:"D"!important; font-family:'Open Sans', sans-serif!important; font-style:normal!important; font-weight:700!important;}
.do-icon-wrapper .icon-other-services:before {content:"O"!important; font-family:'Open Sans', sans-serif!important; font-style:normal!important; font-weight:700!important;}

.do-icon-wrapper .icon-hr, .do-icon-wrapper .icon-design, .do-icon-wrapper .icon-marketing, .do-icon-wrapper .icon-ip {line-height:52px!important;}
.do-icon-wrapper .icon-hr:before {content:"H"!important; font-family:'Open Sans', sans-serif!important; font-style:normal!important; font-weight:700!important;}
.do-icon-wrapper .icon-design:before {content:"D"!important; font-family:'Open Sans', sans-serif!important; font-style:normal!important; font-weight:700!important;}
.do-icon-wrapper .icon-marketing:before {content:"M"!important; font-family:'Open Sans', sans-serif!important; font-style:normal!important; font-weight:700!important;}
.do-icon-wrapper .icon-ip:before {content:"I"!important; font-family:'Open Sans', sans-serif!important; font-style:normal!important; font-weight:700!important;}

div.services {}
div.services .uk-grid .uk-overlay {background:#333; border:2px solid #fff!important; padding:7%;
	-webkit-border-radius: 50%; border-radius: 50%;
	-webkit-box-shadow: 2px 2px 4px 4px #9b9b9b;box-shadow: 0px 3px 6px 0 #9b9b9b;}

div.ground-up {background-size:auto!important; padding-left:17%; padding-right:30%;}
div.ground-up .uk-panel {width:100%!important;}
div.ground-up .uk-panel .width70 {width:70%!important;}

/************
SKILLBAR
************/
.do-skillbar{
    overflow: hidden;
    margin-bottom: 20px;
}
.do-skillbar:last-child{
    margin-bottom: 0;
}
.do-skillbar p,
.do-skillbar p span{
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #888888;
    letter-spacing: 6px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.do-skillbar p span{
    float: right;
    letter-spacing: 0px;
    margin-bottom: 0;
}
.do-skillbar p:last-child{
    margin-bottom: 0;
}
.do-skillbar-bar-wrapper{
    position:relative;
    display:block;
    width:100%;
    background:#eee;
    height:4px;
    -webkit-transition:0.4s linear;
    -moz-transition:0.4s linear;
    -ms-transition:0.4s linear;
    -o-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-transition-property:width, background-color;
    -moz-transition-property:width, background-color;
    -ms-transition-property:width, background-color;
    -o-transition-property:width, background-color;
    transition-property:width, background-color;
}
.do-skillbar-bar{
    height:4px;
    width:0px;
    background-color:#6adcfa;
}
.do-skillbar:nth-child(1) .do-skillbar-bar{
    background-color: #ffc000;
}
.do-skillbar:nth-child(2) .do-skillbar-bar{
    background-color: #c92b25;
}
.do-skillbar:nth-child(3) .do-skillbar-bar{
    background-color: #e84b3a;
}
.do-skillbar:nth-child(4) .do-skillbar-bar{
    background-color: #474747;
}
/********************************************************
                    PAGE TITLE (BG IMAGE)
********************************************************/
.do-parallax-page-title-section{
    padding: 175px 0;
    position: relative;
    background: url(../../images/image-normal.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.do-parallax-page-title-section .do-page-title{
    display: block;
    z-index: 10;
    position: relative;
    text-align: center;
}
.do-parallax-page-title-section .do-page-title:after{
    content: '';
    width: 45px;
    height: 4px;
    margin: 0 auto;
    background-color: #c92b25;
    display: block;
    margin-top: 20px;
}
.do-parallax-page-title-section .do-page-title h1{
    font-size: 35px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 10px;
}
.do-parallax-page-title-section .do-page-title p{
    font-size: 15px;
    color: #c0c0c0;
    letter-spacing: 6px;
    margin-bottom: 0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
                PAGE TITLE (NORMAL)
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-normal-page-title-section{
    padding: 50px 0;
    background-color: #f9f9f9;
    border-bottom: 1px solid #f1f1f1;  
}
.do-normal-page-title-section .do-page-title-wrapper{
    overflow: hidden;
}
.do-normal-page-title-section .do-default-page-title{}
.do-normal-page-title-section .do-default-page-title h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    color: #000;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.do-normal-page-title-section .do-default-page-title p{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #c0c0c0;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 17px;    
}
.do-normal-page-title-section .do-default-page-title p:before{
    content: '';
    width: 45px;
    height: 4px;
    background-color: #c92b25;
    position: absolute;
    bottom: 0;
    left: 0;
}
/***************
BREADCUMB
***************/
.do-normal-page-title-section .do-breadcumb{
    float: right;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-top: 25px;
    background: none;
}
.do-normal-page-title-section .do-breadcumb ul{}
.do-normal-page-title-section .do-breadcumb ul li{
    float: left;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-right: 8px;
}
.do-normal-page-title-section .do-breadcumb ul li:last-child{
    padding-right: 0;
}
.do-normal-page-title-section .do-breadcumb ul li:last-child:after{
    content: '';
}
.do-normal-page-title-section .do-breadcumb ul li a{
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #c0c0c0;
    letter-spacing: 1px;
    padding: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-transition: color .35s;
    -moz-transition: color .35s;
    -ms-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s;
}
.do-normal-page-title-section .do-breadcumb ul li a:hover{
    color: #c92b25;
}
.do-normal-page-title-section .do-breadcumb ul li span{
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #c0c0c0;
    letter-spacing: 1px;
    padding: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
/** * * * * * * * * * * * * * * * * * * * * * * * * * * 
                        CTA ONE
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-cta-one-section{
    padding: 45px 0;
    position: relative;
    overflow: hidden;
    background: url(../../images/image-normal.jpg) no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
}
.do-cta-one-section .do-color-overlay{
    background-color: rgba(232,75,58,0.65);
}
.do-cta-one-section .do-cta-one{}
.do-cta-one-section .do-cta-one .do-cta-one-text{
    text-align: center;
}
.do-cta-one-section .do-cta-one .do-cta-one-text h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    line-height: 40px;
    margin: 0;
}
.do-cta-one-section .do-cta-one .do-cta-one-btn{}
.do-cta-one-section .do-cta-one .do-cta-one-btn a.do-btn-round-outline{
    float: right;
    color: #fff !important;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
            CALL TO ACTION (SOLID COLOR)
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-solid-color-cta{
    background: #19bd9b;
}
.do-cta-one-section.do-solid-color-cta .do-cta-one-text h2{
    text-align: right;
}
.do-cta-one-section.do-solid-color-cta .do-cta-one-btn a.do-btn-round-outline{
    float: left;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
            CALL TO ACTION (2nd)
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-cta-section-2nd{
    padding: 150px 0;
    background: url(../../images/image-normal.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
}
.do-cta-section-2nd .do-cta{
    position: relative;
    text-align: center;
}
.do-cta-section-2nd .do-cta h3{
    font-family: 'Open sans', sans-serif;
    font-size: 25px;
    color: #ffffff;
    margin: 0 0 20px;
}
.do-cta-section-2nd .do-cta p{
    font-family: 'Open sans', sans-serif;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 30px;  
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
                    SOCIAL LINK SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-social-link-section{
    background-color: #e6e6e6;
    overflow: hidden;
}
/*
.do-social-link-section ul{}
.do-social-link-section a{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #c0c0c0;
    line-height: 30px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: 6px;
    text-transform: uppercase;
    float: left;
    text-align: center;
    width: 20%;
    padding: 50px 0;
    border-right: 1px solid #4b4b4b;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
.do-social-link-section a:first-child{
   border-left: 1px solid #4b4b4b;
}
.do-social-link-section a span{
    width: 30px;
    height: 30px;
    border: 1px solid #575757;
    margin-right: 15px;
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
.do-social-link-section a span i{
    font-size: 16px;
    color: #575757;
    line-height: 29px;
    padding-left: 5px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
.do-social-link-section a:hover{
    color: #ffffff;
}
.do-social-link-section a:hover span{
    border-color: #ffffff;
}
.do-social-link-section a:hover span i{
    color: #ffffff
}*/
/* FACEBOOK */
.do-social-link-section a.do-facebook:hover{
    background-color: #3b5998;
}
/* TWITTER */
.do-social-link-section a.do-twitter:hover{
    background-color: #00aced;
}
/* VIMEO */
.do-social-link-section a.do-vimeo:hover{
    background-color: #aad450;
}
/* DRIBBBLE */
.do-social-link-section a.do-dribbble:hover{
    background-color: #ea4c89;
}
/* BEHANCE */
.do-social-link-section a.do-behance:hover{
    background-color: #005cff;
}
/********************************
            ERROR
********************************/
.error {
    border: 1px solid #FC4848;
    color: #FC4848;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 10px 15px 10px 50px;
    position: relative;
}
.error:before{
    content: "\f119";
    font-family: 'FontAwesome';
    color: #FC4848;
    position: absolute;
    font-size: 18px;
    top: 10px;
    left: 25px;
}
.success{
    border: 1px solid #19bd9b;
    color: #19bd9b;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 10px 15px 10px 50px;
    position: relative;
}
.success:before{
    content: "\f118";
    font-family: 'FontAwesome';
    color: #19bd9b;
    position: absolute;
    font-size: 18px;
    top: 10px;
    left: 25px;
}
/********************************
PRELOADER STYLING
********************************/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}
.do-loader{
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0 auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background-image: url(../../images/controls/preloader-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.do-loader:before {
    content: "";
    display: block;
    position: absolute;
    left: -6px;
    top: -6px;
    height: calc(100% + 12px);
    width: calc(100% + 12px);
    border-top: 1px solid #c92b25;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-radius: 100%;
    -webkit-animation: spinning 0.750s infinite linear;
    -moz-animation: spinning 0.750s infinite linear;
    -o-animation: spinning 0.750s infinite linear;
    animation: spinning 0.750s infinite linear;
}
@-webkit-keyframes spinning {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes spinning {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(359deg);}
}
@-o-keyframes spinning {
    from {-o-transform: rotate(0deg);}
    to {-o-transform: rotate(359deg);}
}
@keyframes spinning {
    from {transform: rotate(0deg);}
    to {transform: rotate(359deg);}
}
/********************************
Scroll Up
********************************/ 
#scrollUp {
    bottom: 30px;
    right: 30px;
    height: 35px;  /* Height of image */
    width: 35px; /* Width of image */
    background: url(../../images/controls/top.png) no-repeat;
}
/************************* End **************************/
/********************************************************
*                                                       *
*                        Typography                     *
*                                                       *
*********************************************************/
textarea:focus,
input:focus{
    outline: none;
}
img{
    max-width: 100%;
}

a:link, a:visited, a:active {color:#c92b25;}

a:hover,
a:focus{
    outline: 0;
    text-decoration: none;
    border: 0;
	color:#fc7f0c;
}
ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
.t3-content ul li {list-style: disc inside none; margin:8px 0 8px 30px;}
.t3-content .do-itemToolbar ul li {list-style: none inside none!important; margin:30px 0 0!important;}

h1,h3,h4,h6{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
h2{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
p,li,input{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #4b4b4b;
}

.article-title, .article-header h1 {margin: 0!important;}

.do-footer p, .do-footer a, .do-footer span, .do-footer, .do-footer .formCaption2, .do-footer .formBody {color:#bbb!important; padding:0;}

/************************* End **************************/
/********************************************************
*                                                       *
*                        MENU                           *
*                                                       *
*********************************************************/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        Menu (HOME ONE)
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-main-menu{
    margin-bottom: 0;
    min-height: 60px;
    border: 0px;
    background-color: #c92c25;
    position: relative;
    z-index: 99;
    width: 100%;
    -webkit-box-shadow: 0 0px 2px #cecece;
    -moz-box-shadow: 0 0px 2px #cecece;
    box-shadow: 0 0px 2px #cecece;
    -webkit-transition: all .550s;
    -moz-transition: all .550s;
    -ms-transition: all .550s;
    -o-transition: all .550s;
    transition: all .550s;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
.do-menu-wrapper, .maximenuckh {
    text-align: right;
    z-index: 10;
    /*position: relative;*/
}
.do-main-menu > .container{
    position: relative;
}
.navbar-brand {
    padding: 0 15px 0 0;
	margin:16px 0;
	height:auto!important;
}
.do-menu-wrapper ul.navbar-nav, .maximenuckh ul.maximenuck {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: none;
    margin: 30px 0 -5px!important;
}
ul.navbar-nav > li, ul.maximenuck > li {
    padding: 25px 0px 20px;
    margin-right: 30px;
}
ul.navbar-nav li:last-child, ul.maximenuck > li:last-child {
    margin-right: 0;
}


ul.navbar-nav li a, ul.maximenuck li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    letter-spacing: 0.5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
ul.navbar-nav li a:hover,
ul.navbar-nav li.active a, .navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
 ul.maximenuck li a:hover,
 ul.maximenuck li a:focus,
 ul.maximenuck li.active a {
    background-color: transparent !important;
    color: #fc7f0c;
}

div.maximenuckh {float:right;}
div.maximenuckh ul.maximenuck li.active a {color:#7e1307;}
div.maximenuckh ul.maximenuck li.active ul.maximenuck2 li a {color:#fff;}
div.maximenuckh ul.maximenuck li.active ul.maximenuck2 li.active a {color:#c92b25;}
div.maximenuckh ul.maximenuck li.active ul.maximenuck2 li.active ul.maximenuck2 a {color:#888;}
div.maximenuckh ul.maximenuck li.active ul.maximenuck2 li.active ul.maximenuck2 li.active a {color:#c92b25;}

div.maximenuckh ul.maximenuck2 li.item250 div.floatck .maxidrop-main2 {display:none!important;}

ul.navbar-nav li a:focus{
    background-color: transparent;
}

div.maximenuckh ul.maximenuck li.level1.parent > a {padding-right:14px!important;}
div.maximenuckh ul.maximenuck li.level1.parent > a::after {border-width:4px 4px 0 4px!important;border-color:#fff transparent transparent transparent!important; top:9px!important;}
div.maximenuckh ul.maximenuck li.level1.parent > a:hover:after {border-color:#7e1307 transparent transparent transparent!important;}

div.maximenuckh ul.maximenuck li.level2.item250 > a::after {border-width:0px!important; border-color:transparent!important;}

/***HIDING MENU ITEMS***/
div.maximenuckh ul.maximenuck li.level1.no-parent > a, div.maximenuckh ul.maximenuck li.level1.parent > span.separator {padding-right:0px!important;}
div.maximenuckh ul.maximenuck li.no-parent > a::after {border:0px!important; display:none!important;}
div.maximenuckh ul.maximenuck2 li.no-parent > a::after {border:0px!important; display:none!important;}
.maxidrop-main2 {
	width:260px!important;
    margin:20px 0 0;
    padding:30px 0px;
    background: rgba(126,19,7,0.90) !important;
}

div.maximenuckh ul.maximenuck li ul.maximenuck2 li.maximenuck, div.maximenuckh ul.maximenuck2 li.maximenuck {padding:0 30px; text-transform:none!important;}
div.maximenuckh ul.maximenuck li ul.maximenuck2 li.maximenuck a, div.maximenuckh ul.maximenuck2 li.maximenuck a {padding:5px; text-transform:none!important;letter-spacing:0px!important; font-size:13px;}
div.maximenuckh ul.maximenuck li.maximenuck div.floatck div.floatck {width:220px!important; margin-left:220px!important;}
div.maximenuckh ul.maximenuck2 li.maximenuck div.floatck .maxidrop-main2 {margin:-10px;}
div.maximenuckh ul.maximenuck li.no-parent div.floatck .maxidrop-main2 {margin:0; width:0px!important; padding:0px!important; height:0px!important;}

div.maximenuckh ul.maximenuck li.level2.parent > a::after {border-width:4px 0 4px 4px!important;border-color:transparent transparent transparent #777!important; top:14px!important;}
div.maximenuckh ul.maximenuck li.level2.parent > a:hover:after {border-width:4px 0 4px 4px!important;border-color:transparent transparent transparent #bbb!important;}

.mobilemaximenuck .hidden, .maximenuck .hidden, div.footermenu div.maximenuckh ul.maximenuck2 li.hidden, div.footermenu div.maximenuckh ul.maximenuck2 li.hidden a {display:none!important; height:0px!important; width:0px!important;}

/*FOOTER MENU*/
div.footermenu div.maximenuckh {float:none;}
div.footermenu div.maximenuckh ul.maximenuck li ul.maximenuck2 li.maximenuck, div.footermenu div.maximenuckh ul.maximenuck2 li.maximenuck {width:46%;padding:0 3% 0 0!important; display:inline-block;}

/*****************
DROPDOWN MENU
*****************/
.do-main-menu .navbar-nav li .dropdown-menu {
    float:left;
    list-style:none;
    margin:0;
    padding:30px 0;
    position:absolute;
    left:-20px;
    top: calc(100% + 28px);
    background: rgba(0,0,0,0.91) !important;
    min-width: 100px;
    opacity:0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    visibility:hidden; /* Avoids being selected even if the opacity is set to 0 */
    z-index: 1000;
    /* CSS3 Multiple Transitions */
    -moz-transition:opacity 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear, top 0.25s 0.1s ease-out;
    -webkit-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear, top 0.25s 0.1s ease-out;
    -o-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear, top 0.25s 0.1s ease-out;
    transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear, top 0.25s 0.1s ease-out;
}
.do-main-menu .navbar-nav li .dropdown-menu li {
    display: block;
    clear:both;
    margin-top: 0px;
    padding: 0px 30px 0px 30px;
    text-align: left;
    position: relative;
}
.do-main-menu .navbar-nav li .dropdown-menu li a {
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    white-space: nowrap;
    clear: both;
    color: #888888;
    font-weight: 600;
}
.t3-megamenu .mega-inner{
    padding: 0;
}
.do-main-menu .navbar-nav li:hover .dropdown-menu li.has-menu:after{
    content: '\e649';
    font-family: 'themify';
    font-size: 10px;
    color: #888888;
    position: absolute;
    right: 20px;
    top: 15px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
.do-main-menu .navbar-nav li:hover .dropdown-menu li.has-menu:hover:after{
    color: #c92b25;
}
.do-main-menu .navbar-nav li:hover .dropdown-menu {
    opacity:1;
    visibility:visible;
    top: calc(100% + 5px);
}
.do-main-menu.minified .navbar-nav li:hover .dropdown-menu {
    top: 100%;
}
.do-main-menu .navbar-nav li .dropdown-menu li a:hover{
    color: #c92b25;
    background: none;
}
.do-main-menu .navbar-nav li.open .dropdown-menu li a{
    background: none;
}
.do-main-menu .navbar-nav li.open .dropdown-menu li a:after {margin:-15px 0 0 10px;}
/* SUB-MENU SUB STYLE */
.do-main-menu .navbar-nav li .dropdown-menu li .dropdown-menu,
.do-main-menu .navbar-nav li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    float:left;
    list-style:none;
    margin:0;
    padding:10px 0;
    position:absolute;
    left: calc(100% + 20px);
    top: -5px;
    background: rgba(0,0,0,0.81);
    min-width: 100px;
    opacity:0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    visibility:hidden;
    z-index: 1000;
    -moz-transition:opacity 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear, left 0.4s 0.1s ease-out;
    -webkit-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear, left 0.4s 0.1s ease-out;
    -o-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear, left 0.4s 0.1s ease-out;
    transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear, left 0.4s 0.1s ease-out;
}
.do-main-menu .navbar-nav li .dropdown-menu li .dropdown-menu li{
    display: block;
    clear:both;
    margin:0;
    padding: 7.5px 20px;
    opacity:1;
}
.do-main-menu .navbar-nav li .dropdown-menu li:hover .dropdown-menu,
.do-main-menu .navbar-nav li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity:1;
    left:100%;
    visibility:visible;
}
/* Minified Menu */
.do-main-menu.minified{
    background-color: rgba(255,255,255,0.97);
    padding: 0;
    position: fixed;
}
/* TOPBAR Minified Menu */
.hastopbar .do-main-menu.minified{
    background-color: rgba(255,255,255,0.97);
    padding: 0;
    position: fixed;
    top: 0;
}
/***********
SIDE MENU
***********/
.off-canvas-effect-4.off-canvas-open .t3-wrapper,
.off-canvas-effect-4.off-canvas-open .t3-mainnav-android {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.do-side-menu-opener{
    position: absolute;
    top: 0px;
    right: 0;
}
/* Menu Button */
.do-side-menu-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    margin: auto;
    padding: 0;
    width: 13px;
    height: 15px;
    border: none;
    outline: 0;
    text-indent: 0;
    font-size: 0;
    color: transparent;
    background-color: transparent;
    border-top:3px solid #e3e3e3;
}
.do-side-menu-button::before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #e3e3e3;
}
.do-side-menu-button::after {
    position: absolute;
    left: 0;
    bottom: 2px;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #e3e3e3;
}
.do-side-menu-button:hover {
    opacity: 0.6;
    background: none;
    border-color: #e3e3e3;
}
/* Close Button */
.do-side-menu-close-button {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 80px;
    right: 85px;
    border: none;
    outline: 0;
    z-index: 1001;
    background: transparent;
    color: transparent;
}
.do-side-menu-close-button::before,
.do-side-menu-close-button::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #c92b25;
}
.do-side-menu-close-button::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.do-side-menu-close-button::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* Menu */
.do-side-menu-wrap {
    background: url('../../images/menu-bg.jpg') no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: fixed;
    right: 0;
    z-index: 1001;
    width: 400px;
    height: 100%;
    font-size: 14px;
    -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);
    -webkit-transition: -webkit-transform .4s;
    -moz-transition:    -moz-transform .4s;
    -ms-transition:     -ms-transform .4s;
    -o-transition:      -o-transform .4s;
    transition:         transform .4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -ms-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
/*
OVERLAY
*/
.do-side-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    content: '';
    opacity: 0;
    -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);
    -webkit-transition: -webkit-transform 0s .4s, opacity 0.4s;
    -moz-transition:    -moz-transform 0s .4s, opacity 0.4s;
    -ms-transition:     -ms-transform 0s .4s, opacity 0.4s;
    -o-transition:      -o-transform 0s .4s, opacity 0.4s;
    transition:         transform 0s .4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -ms-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
/* Shown menu */
.off-canvas-open .do-side-menu-wrap {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform .8s;
    -moz-transition:    -moz-transform .8s;
    -ms-transition:     -ms-transform .8s;
    -o-transition:      -o-transform .8s;
    transition:         transform .8s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -ms-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.off-canvas-open .do-side-menu-overlay {
    opacity: 1;
    -webkit-transition: opacity 0.8s;
    -moz-transition: opacity 0.8s;
    -ms-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
    transition: opacity 0.8s;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -ms-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.t3-off-canvas-body .deeper.dropdown .dropdown-menu li:hover a, .t3-off-canvas-body .dropdown-menu, .t3-off-canvas-body .nav .open > a, .t3-off-canvas-body .nav .open > a:hover, .t3-off-canvas-body .nav .open > a:focus{
    position: relative;
    background: none;
    border: none;
    box-shadow: none;
}
.t3-off-canvas-body .deeper.dropdown:hover .dropdown-menu{
    opacity: 1;
    display: block;
    margin: 10px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
/*
SIDE MENU ITEMS
*/
.do-side-menu {
    background-color: transparent;
    width: 100%;
    height: 100%;
    padding: 130px 80px;
    position: relative;
    z-index: 1;
}
.do-side-menu-widget-wrap {
    width: 100%;
}
/*
LOGO
*/
.do-side-menu-widget-wrap .do-side-menu-logo-wrap{
    height: 50px;
    position: absolute;
    top: 70px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.do-side-menu-widget-wrap .do-side-menu-logo-wrap img{
    max-height: 100%;
}
/*
MENU
*/
.do-side-menu-widget-wrap .do-side-menu-menu-wrap{
    margin-top: 70px;
    height: 100%;
    -webkit-transform: translate3d(0,100%,0);
    -moz-transform: translate3d(0,100%,0);
    -ms-transform: translate3d(0,100%,0);
    -o-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -webkit-transition: -webkit-transform 0s .4s;
    -moz-transition:    -moz-transform 0s .4s;
    -ms-transition:     -ms-transform 0s .4s;
    -o-transition:      -o-transform 0s .4s;
    transition:         transform 0s .4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -ms-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.do-side-menu-widget-wrap .do-side-menu-menu-wrap ul{}
.do-side-menu-widget-wrap .do-side-menu-menu-wrap ul li{
    margin-bottom: 15px;
    overflow: hidden;
    -webkit-transform: translate3d(0,500px,0);
    -moz-transform: translate3d(0,500px,0);
    -ms-transform: translate3d(0,500px,0);
    -o-transform: translate3d(0,500px,0);
    transform: translate3d(0,500px,0);
    -webkit-transition: -webkit-transform 0s .4s;
    -moz-transition:    -moz-transform 0s .4s;
    -ms-transition:     -ms-transform 0s .4s;
    -o-transition:      -o-transform 0s .4s;
    transition:         transform 0s .4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -ms-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.do-side-menu-widget-wrap .do-side-menu-menu-wrap ul li:nth-child(n+1){
    -webkit-transform: translate3d(0,1000px,0);
    -moz-transform: translate3d(0,1000px,0);
    -ms-transform: translate3d(0,1000px,0);
    -o-transform: translate3d(0,1000px,0);
    transform: translate3d(0,1000px,0);
}
.do-side-menu-widget-wrap .do-side-menu-menu-wrap ul > li:nth-child(n+2){
    -webkit-transform: translate3d(0,1500px,0);
    -moz-transform: translate3d(0,1500px,0);
    -ms-transform: translate3d(0,1500px,0);
    -o-transform: translate3d(0,1500px,0);
    transform: translate3d(0,1500px,0);
}
.do-side-menu-widget-wrap .do-side-menu-menu-wrap ul > li:nth-child(n+3){
    -webkit-transform: translate3d(0,2000px,0);
    -moz-transform: translate3d(0,2000px,0);
    -ms-transform: translate3d(0,2000px,0);
    -o-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
}
.do-side-menu-widget-wrap .do-side-menu-menu-wrap ul > li:nth-child(n+4){
    -webkit-transform: translate3d(0,2500px,0);
    -moz-transform: translate3d(0,2500px,0);
    -ms-transform: translate3d(0,2500px,0);
    -o-transform: translate3d(0,2500px,0);
    transform: translate3d(0,2500px,0);
}
.do-side-menu-widget-wrap .do-side-menu-menu-wrap ul > li:nth-child(n+5){
    -webkit-transform: translate3d(0,3000px,0);
    -moz-transform: translate3d(0,3000px,0);
    -ms-transform: translate3d(0,3000px,0);
    -o-transform: translate3d(0,3000px,0);
    transform: translate3d(0,3000px,0);
}
.do-side-menu-widget-wrap .do-side-menu-menu-wrap ul > li:nth-child(n+6){
    -webkit-transform: translate3d(0,3500px,0);
    -moz-transform: translate3d(0,3500px,0);
    -ms-transform: translate3d(0,3500px,0);
    -o-transform: translate3d(0,3500px,0);
    transform: translate3d(0,3500px,0);
}
.do-side-menu-widget-wrap .do-side-menu-menu-wrap ul li:last-child{
    margin-bottom: 0;
}
.do-side-menu-widget-wrap .do-side-menu-menu-wrap h3 {
	color:#c92b25;
	font-size:1.6em;
	font-weight:400!important;
}
.do-side-menu-widget-wrap .do-side-menu-menu-wrap ul li a{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-transition: color .35s;
    -moz-transition: color .35s;
    -ms-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s;
}
.do-side-menu-widget-wrap .do-side-menu-menu-wrap ul li ul{
    opacity: 0;
    margin-top: -20px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
.do-side-menu-widget-wrap .do-side-menu-menu-wrap ul li ul li a{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-transform: inherit;
    padding: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.do-side-menu-widget-wrap .do-side-menu-menu-wrap ul li a:hover{
    color: #c92b25;
}
.do-side-menu-widget-wrap .do-side-menu-menu-wrap ul li:hover ul{
    opacity: 1;
    margin-top: 10px;
}
/* SHOW MENU */
.off-canvas-open .do-side-menu-widget-wrap .do-side-menu-menu-wrap,
.off-canvas-open .do-side-menu-widget-wrap .do-side-menu-menu-wrap ul > li{
    -webkit-transition: -webkit-transform .8s;
    -moz-transition:    -moz-transform .8s;
    -ms-transition:     -ms-transform .8s;
    -o-transition:      -o-transform .8s;
    transition:         transform .8s;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -ms-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);    
}
/* 
SOCIAL ICON 
*/
.do-side-menu-widget-wrap .do-side-menu-social-icon{
    position: absolute;
    bottom: 100px;
}
.do-side-menu-widget-wrap .do-side-menu-social-icon ul{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.do-side-menu-widget-wrap .do-side-menu-social-icon ul li{
    float: left;
    margin-right: 20px;
}
.do-side-menu-widget-wrap .do-side-menu-social-icon ul li:last-child{
    margin-right: 0;
}
.do-side-menu-widget-wrap .do-side-menu-social-icon ul li a{
}
.do-side-menu-widget-wrap .do-side-menu-social-icon ul li a i{
    font-size: 14px;
    color: #ffffff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.do-side-menu-widget-wrap .do-side-menu-social-icon ul li a:hover i{
    color: #c92b25;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        Menu (HOME TWO)
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Minified Menu */
.do-homepage-2nd .do-main-menu.minified{
    background-color: rgba(0,0,0,0.8);
    padding: 0;
    position: fixed;
}
.do-hero-header{
    overflow: hidden;
    height: 100%
}
/*
MENU STYLE 2
*/
.do-homepage-2nd header .do-main-menu{
    padding: 15px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    position: relative;
    z-index: 999;
    background: rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 rgba(0,0,0,0);    
}
.do-homepage-2nd header .do-main-menu ul.navbar-nav > li > a{
    background-color: transparent;
    color: #ffffff;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.do-homepage-2nd header .do-main-menu ul.navbar-nav > li > a:after {
    content: '';
    display: block;
    position: relative;
    margin: auto;
    height: 4px;
    width: 0px;
    bottom: -36px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}
.do-homepage-2nd .do-main-menu.minified ul.navbar-nav > li > a:after{
    bottom: -21px;  
}
.do-homepage-2nd header .do-main-menu ul.navbar-nav > li > a:hover:after,
.do-homepage-2nd header .do-main-menu ul.navbar-nav > li.active > a:after {
    width: 100%;
    background: #ffffff;
}
/*****************
DROPDOWN MENU
*****************/
.do-homepage-2nd header .do-main-menu .navbar-nav li .dropdown-menu{
    float:left;
    list-style:none;
    margin:0;
    padding:30px 0;
    position:absolute;
    left:-20px;
    top: calc(100% + 38px);
    background: rgba(0,0,0,0.81);
    min-width: 100px;
    opacity:0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    visibility:hidden; /* Avoids being selected even if the opacity is set to 0 */
    z-index: 1000;
    /* CSS3 Multiple Transitions */
    -moz-transition:opacity 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear, top 0.25s 0.1s ease-out;
    -webkit-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear, top 0.25s 0.1s ease-out;
    -o-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear, top 0.25s 0.1s ease-out;
    transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear, top 0.25s 0.1s ease-out;
}
.do-homepage-2nd header .do-main-menu .navbar-nav li .dropdown-menu li {
    display: block;
    clear:both;
    margin-top: 0px;
    padding: 7.5px 100px 7.5px 50px;
    text-align: left;
    position: relative;
}
.do-homepage-2nd header .do-main-menu .navbar-nav li .dropdown-menu li a {
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    white-space: nowrap;
    clear: both;
    color: #888888;
    font-weight: 600;
}
.do-homepage-2nd header .do-main-menu .navbar-nav li:hover .dropdown-menu li.has-menu:after{
    content: '\e649';
    font-family: 'themify';
    font-size: 10px;
    color: #888888;
    position: absolute;
    right: 20px;
    top: 15px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
.do-homepage-2nd header .do-main-menu .navbar-nav li:hover .dropdown-menu li.has-menu:hover:after{
    color: #c92b25;
}
.do-homepage-2nd header .do-main-menu .navbar-nav li:hover .dropdown-menu {
    opacity:1;
    visibility:visible;
    top: calc(100% + 15px);
}
.do-homepage-2nd header .do-main-menu.minified .navbar-nav li:hover .dropdown-menu {
    top: 100%;
}
.do-homepage-2nd header .do-main-menu .navbar-nav li .dropdown-menu li a:hover{
    color: #c92b25;
}
/* SUB-MENU SUB STYLE */
.do-homepage-2nd header .do-main-menu .navbar-nav li .dropdown-menu li .dropdown-menu,
.do-homepage-2nd header .do-main-menu .navbar-nav li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    float:left;
    list-style:none;
    margin:0;
    padding:10px 0;
    position:absolute;
    left: calc(100% + 20px);
    top: -5px;
    background: rgba(0,0,0,0.81);
    min-width: 100px;
    opacity:0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    visibility:hidden;
    z-index: 1000;
    -moz-transition:opacity 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear, left 0.4s 0.1s ease-out;
    -webkit-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear, left 0.4s 0.1s ease-out;
    -o-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear, left 0.4s 0.1s ease-out;
    transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear, left 0.4s 0.1s ease-out;
}
.do-homepage-2nd header .do-main-menu .navbar-nav li .dropdown-menu li .dropdown-menu li{
    display: block;
    clear:both;
    margin:0;
    padding: 7.5px 20px;
    opacity:1;
}
.do-homepage-2nd header .do-main-menu .navbar-nav li .dropdown-menu li:hover .dropdown-menu,
.do-homepage-2nd header .do-main-menu .navbar-nav li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity:1;
    left:100%;
    visibility:visible;
}
/* SIDE MENU */
/* Menu Button */
.do-homepage-2nd .do-side-menu-button {
    border-top:3px solid #ffffff;
}
.do-homepage-2nd .do-side-menu-button::before {
    background-color: #ffffff;
}
.do-homepage-2nd .do-side-menu-button::after {
    background-color: #ffffff;
}
.do-homepage-2nd .do-side-menu-button:hover {
    opacity: 1;
}
/************************* End **************************/
/********************************************************
*                                                       *
*                   HOME PAGE (ONE)                     *
*                                                       *
*********************************************************/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        Slider
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
div.home div.uk-overlay-panel .uk-margin {margin-left:35%!important; text-align:left!important;}
div.home div.uk-overlay-panel .uk-margin p {margin:3em 0!important;}
div.home div.uk-overlay-panel .uk-margin h2 {font-size:38px!important;}

div.do-slider-section div.uk-overlay-panel .uk-margin {margin-left:35%!important; text-align:left!important; width:100%;}
div.do-slider-section div.uk-overlay-panel .uk-margin h1, div.do-slider-section div.uk-overlay-panel .uk-margin h2 {font-size:40px; margin:0.3em 0;}
div.do-slider-section div.uk-overlay-panel .uk-margin p {margin:2em 0!important;}

.do-main-slider{
    overflow: hidden;
}
.home1 .slotholder, .tp-bannershadow{
    display: none;
}
.do-main-slider h1.do-slider-text-big{
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
}
.do-main-slider h1.do-slider-2nd-text{
    font-size: 33px;
    font-weight: 700;
}
.do-main-slider p.do-slider-text-small{
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #888888;
    letter-spacing: 8px;
    margin-top: 0;
    margin-bottom: 0;
}
.do-main-slider p.do-slider-text-small .do-color-text{
    color: #c92b25;
    font-size: 17px;
}
.sp-arrows {
    position: absolute;
}
.sp-fade-arrows {
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.sp-horizontal .sp-arrows {
    width: 100%;
    left: 0;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sp-arrow {
    position: absolute;
    height: 100%;
    width: 35px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.sp-previous-arrow{
    left: -100%;
}
.sp-next-arrow{
    right: -100%;
}
.sp-slides-container:hover .sp-previous-arrow {
    left: 0;
}
.sp-slides-container:hover .sp-next-arrow {
    right: 0;
}
.sp-previous-arrow:before,
.sp-next-arrow:before{
    content: '';
    position: relative;
    display: block;
    width: 35px;
    height: 100px;
    cursor: pointer;
    background-color: rgba(0,0,0,0.5);   
}
.sp-previous-arrow:before {
    content: '\e686';
    font-family: 'Pe-icon-7-stroke';
    font-size: 36px;
    color: #ffffff;
    line-height: 100px;
    z-index: 1;
}
.sp-next-arrow:before {
    content: '\e684';
    font-family: 'Pe-icon-7-stroke';
    font-size: 36px;
    color: #ffffff;
    line-height: 100px;
    z-index: 1;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                    SERVICES SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-sevice-section{
    background-color: #f9f9f9;
    overflow: hidden;
}
.do-sevice-section .do-service-container{
    float: left;
    position: relative;
    width: calc(100% / 4 - 1px);
    margin-right: 1px;
    height: 220px;
    position: relative;
    -webkit-perspective: 800px;
    perspective: 800px;
    overflow: visible;
}
.do-sevice-section .do-service-container:last-child{
    margin-right: 0;
}
.do-sevice-section .do-service-container .do-front-part,
.do-sevice-section .do-service-container .do-back-part{
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: middle;
    text-align: center;
    display: block;
    height: 220px;
    width: 100%;
    padding: 20px;
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.do-sevice-section .do-service-container .do-front-part {
    z-index: 2;
}
.do-sevice-section .do-service-container .do-back-part{
    background-color: #474747;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateY(110px) rotateX(-90deg);
    -moz-transform: translateY(110px) rotateX(-90deg);
    -ms-transform: translateY(110px) rotateX(-90deg);
    -o-transform: translateY(110px) rotateX(-90deg);
    transform: translateY(110px) rotateX(-90deg);
}
.do-sevice-section .do-service-container .do-front-part .do-front-content,
.do-sevice-section .do-service-container .do-back-part .do-back-content{
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.do-sevice-section .do-service-container .do-front-part .do-front-content i{
    font-size: 28px;
    color: #fff;
    font-weight: normal;
}
.do-sevice-section .do-service-container .do-front-part .do-front-content h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin: 10px 0 0;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 15px;
}
.do-sevice-section .do-service-container .do-front-part .do-front-content h3:after{
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 32px;
    height: 1px;
    background-color: rgba(255,255,255,0.5);
}
.do-sevice-section .do-service-container .do-back-part .do-back-content h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin: 0px 0 31px;
    text-transform: uppercase;
    position: relative;
}
.do-sevice-section .do-service-container .do-back-part .do-back-content h3:after{
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 32px;
    height: 1px;
    background-color: #fff;
}
.do-sevice-section .do-service-container .do-back-part .do-back-content p{
    font-size: 14px;
    color: #b1b1b1;
    margin-bottom: 0;
}
.do-sevice-section .do-service-container:nth-child(1) .do-front-part{
    background-color: #ffc000;
}
.do-sevice-section .do-service-container:nth-child(2) .do-front-part{
    background-color: #c92b25;
}
.do-sevice-section .do-service-container:nth-child(3) .do-front-part{
    background-color: #e84b3a;
}
.do-sevice-section .do-service-container:nth-child(4) .do-front-part{
    background-color: #474747;
}
.do-service-container:hover .do-front-part,
.do-service-container:focus .do-front-part,
.do-service-container:active .do-front-part {
    opacity: 0;
    -webkit-transform: translateY(-110px) rotateX(90deg);
    -moz-transform: translateY(-110px) rotateX(90deg);
    -ms-transform: translateY(-110px) rotateX(90deg);
    -o-transform: translateY(-110px) rotateX(90deg);
    transform: translateY(-110px) rotateX(90deg);
}
.do-service-container:hover .do-back-part,
.do-service-container:focus .do-back-part,
.do-service-container:active .do-back-part {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}
/** * * * * * * * * * * * * * * * * * * * * * * * * * * 
                        CUSTOM SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-custom-section{
    padding-bottom: 0;
    overflow: hidden;
}
.do-custom-section .do-section-heading{
    margin-bottom: 70px;
}
.do-custom-section .do-custom-section-content{
    text-align: center;
    margin-bottom: 100px;
    padding: 0 50px;
}
.do-custom-section .do-custom-section-content p{
    text-align: center;
    color: #888888;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 26px;
}
.do-custom-section .do-custom-section-content a.do-button-round{
    font-size: 12px;
    color: #888888;
    letter-spacing: 8px;
    padding: 0px 25px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #e9e9e9;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.do-custom-section .do-animated-img-wrapper{
    text-align: center;
}
.do-custom-section .do-animated-img-wrapper ul{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: -5px;
}
.do-custom-section .do-animated-img-wrapper ul li{
    float: left;
    width: 148px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    position: relative;
    height: 130px;
    z-index: 1;
}
.do-custom-section .do-animated-img-wrapper ul li img{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.do-custom-section .do-animated-img-wrapper ul li:nth-child(1){
    width: 140px;
}
.do-custom-section .do-animated-img-wrapper ul li:nth-child(2){
    width: 175px;
}
.do-custom-section .do-animated-img-wrapper ul li:nth-child(3){
    width: 137px;
    z-index: 1;
}
.do-custom-section .do-animated-img-wrapper ul li:nth-child(3) img{
    left: -8px;
}
.do-custom-section .do-animated-img-wrapper ul li:nth-child(4){
    width: 190px;
    z-index: 2;
}
.do-custom-section .do-animated-img-wrapper ul li:nth-child(4) img{
    left: -17px;
}
.do-custom-section .do-animated-img-wrapper ul li:nth-child(4){
    z-index: 3;
}
.do-custom-section .do-animated-img-wrapper ul li:nth-child(5) img{
    left: -38px;
}
/** * * * * * * * * * * * * * * * * * * * * * * * * * * 
                    FEATURE SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-feature-section{
    background-color: #fff;
    padding: 15px 0;
}
.do-feature-section h1, .do-feature-section h3{
    font-weight:300;
	
	font-size: 1.5em;
	
	line-height: 1.6em!important;
	
	color:#c92b25;
}

div.itemIsFeatured::before, div.catItemIsFeatured::before, div.userItemIsFeatured::before {color:#fff!important;}

/** * * * * * * * * * * * * * * * * * * * * * * * * * * 
                    WORK SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-portfolio-section{
    text-align: center;
    padding-bottom: 30px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
                    CUSTOM SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-custom-section-with-img{
    padding: 100px 0;
	
	background: #f2f2f2 url('../../images/w-background.png' ) no-repeat center center;
}
.do-homepage-one .do-custom-section-with-img{
    background-color: #ffffff;
    padding: 100px 0;
}
.do-custom-section-with-img .row{
    overflow: hidden;
}
.do-custom-sec-img,
.do-custom-section-with-img .do-custom-sec-content{
    overflow: hidden;
}
.do-custom-section-with-img .do-custom-sec-content h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin: 0px 0 25px;
}
.do-custom-section-with-img .do-custom-sec-content p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #888888;
    font-weight: 400;
    margin-bottom: 23px;
}
.do-custom-section-with-img .do-custom-sec-content a.do-btn-round-solid{
    margin-top: 35px;
}
.no-padding-bottom{
    padding-bottom: 0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
                    COUNTER SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-counter-section{
    padding: 120px 0;
    background:url(../../images/image-normal.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
}
.do-counter-section .do-counter-items{
    text-align: center;
}
.do-counter-section .do-counter-items i{
    font-size: 36px;
    color: #c92b25;
    line-height: 1;
    margin-bottom: 8px;
}
.do-counter-section .do-counter-items h3{
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    margin: 0;
    margin-bottom: 3px;
}
.do-counter-section .do-counter-items span{
    font-size: 12px;
    color: #fff;
    letter-spacing: 6px;
    text-transform: uppercase;
}
/** * * * * * * * * * * * * * * * * * * * * * * * * * * 
                    BLOG SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-blog-section{
    background-color: #f2f2f2;
    padding-bottom: 10px;
}

.do-blog-section .do-section-heading {
margin:50px 0;
}

.do-blog-section h3, .do-social-link-section h3 {
    font-size: 24px;
}

.do-blog-section h4, .do-sponsors-section h4, .do-social-link-section h4 {
    font-weight: 300;
    font-size: 16px;	
	margin: 0 0 1.6em 0;	
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
                    CUSTOM SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-custom-section-three{
    padding: 100px 0;
    background-color: #f9f9f9;
}
.do-custom-section-three h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
}
.do-custom-section-three p{
    margin-bottom: 0;
}
/** * * * * * * * * * * * * * * * * * * * * * * * * * * 
                    TESTIMONIAL SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-testimonial-section{
    text-align: center;
    padding: 100px 0;
    background: url(../../images/image-normal.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
}
.do-testimonial-section .moduletable{
    position: relative;
    z-index: 2;
}
.do-testimonial-section h3{
    color: #fff;
}
.do-testimonial-section .do-section-heading{
    margin-bottom: 50px
}
.do-testimonial-section .do-section-heading-light:after{
    background-color: #c92b25;
}
#mod-tlp-testimonial .img-ara{
    margin: 0 !important;
}
/*---------------------
    TESTIMONIALS
---------------------*/
.do-testimonial{
    margin-top: 0px;
}
.do-testimonial .do-testimonial-slides{
    padding: 0 130px;
}
.do-testimonial .do-testimonial-slides p{
    color: #c0c0c0;
    font-size: 15px;
    margin: 10px 0;
}
.do-testimonial .do-testimonial-slides span{
    color: #c92b25;
    margin: 10px 0;   
    display: block;
	font-weight:bold;
    letter-spacing: 0px;
	font-size:14px;
}
.do-testimonial .do-testimonial-slides img{
    margin-top: 10px;
}
.do-testimonial .owl-controls .owl-buttons div{
    width: 24px;
    height: 24px;
    border: 1px solid #ffffff;
    opacity: 1;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.do-testimonial .owl-controls .owl-buttons div.owl-prev{
    left: 0;
}
.do-testimonial .owl-controls .owl-buttons div.owl-prev:before{
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 15px;
    text-align: center; 
}
.do-testimonial .owl-controls .owl-buttons div.owl-next{
    right: 0;
}
.do-testimonial .owl-controls .owl-buttons div.owl-next:before{
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 15px;
    text-align: center; 
}
#mod-tlp-testimonial-main, #mod-tlp-testimonial{
    background: none !important;
}
/*---------------------
    PAGINATION
---------------------*/
.owl-theme .owl-controls {
    margin-top: 15px;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: transparent;
    border: 2px solid #999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #999;
    border: 2px solid transparent;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
                    TEAM SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-team-section{
    background: url(../../images/shadow-top.png) no-repeat center top;    
    background-color: #ffffff;
    -webkit-background-size: 100%;
    background-size: 100%;
    padding-bottom: 0px;
}
.do-team-section .do-team-members{}
.do-team-section .do-team-members .do-team-member{
    width: 20%;
    float: left;
    text-align: center;
    position: relative;
}
.do-team-section .do-team-members .do-team-member img{
    padding: 0 15px;
}
/*
MEMBER DETAILS
*/
.do-team-section .do-team-members .do-team-member .do-member-details{
    background-color: rgba(0,0,0,0.81);
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 50px 50px 45px;
    text-align: center;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 0;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.do-team-section .do-team-members .do-team-member .do-member-details h3{
    margin: 0 0 5px;
}
.do-team-section .do-team-members .do-team-member .do-member-details h3,
.do-team-section .do-team-members .do-team-member .do-member-details h3 a{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #ffffff;
    line-height: 1.2;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .35s .15s;
    -moz-transition: all .35s .15s;
    -ms-transition: all .35s .15s;
    -o-transition: all .35s .15s;
    transition: all .35s .15s;
}
.do-team-section .do-team-members .do-team-member .do-member-details p{
    font-size: 11px;
    color: #888;
    line-height: 1.5;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-right: -6px;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .35s .15s;
    -moz-transition: all .35s .15s;
    -ms-transition: all .35s .15s;
    -o-transition: all .35s .15s;
    transition: all .35s .15s;
}
/*
SOCIAL ICON
*/
.do-team-section .do-team-members .do-team-member .do-member-details ul{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-top: 10px;
    margin-bottom: 0;
}
.do-team-section .do-team-members .do-team-member .do-member-details ul li{
    float: left;
    margin-right: 15px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
.do-team-section .do-team-members .do-team-member .do-member-details ul li:nth-child(1){
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.do-team-section .do-team-members .do-team-member .do-member-details ul li:nth-child(2){
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.do-team-section .do-team-members .do-team-member .do-member-details ul li:nth-child(3){
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -ms-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.do-team-section .do-team-members .do-team-member .do-member-details ul li:nth-child(4){
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.do-team-section .do-team-members .do-team-member .do-member-details ul li:nth-child(5){
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -ms-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.do-team-section .do-team-members .do-team-member .do-member-details ul li:last-child{
    margin-right: 0;
}
.do-team-section .do-team-members .do-team-member .do-member-details ul li a i{
    font-size: 14px;
    color: #888;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
.do-team-section .do-team-members .do-team-member .do-member-details:hover{
    opacity: 1;
}
.do-team-section .do-team-members .do-team-member .do-member-details ul li a:hover i{
    color: #c92b25;
}
/*
HOVER
*/
.do-team-section .do-team-members .do-team-member:hover .do-member-details{
    opacity: 1
}
.do-team-section .do-team-members .do-team-member:hover .do-member-details h3,
.do-team-section .do-team-members .do-team-member:hover .do-member-details h3 a,
.do-team-section .do-team-members .do-team-member:hover .do-member-details p{
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}
.do-team-section .do-team-members .do-team-member:hover .do-member-details ul li{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.videobox, .moduletablevideobox
{
	position:relative;
	padding-bottom:56.25%;
	padding-top:0;
	overflow:hidden;
	height:0;
}

.videobox iframe, .videobox object, .videobox embed, .moduletablevideobox iframe, .moduletablevideobox object, .moduletablevideobox embed
 {
	position:absolute!important;
	top:0!important;
	left:0!important;
	width:100%!important;
	height:100%!important;
}	

.head .videobox {min-width:550px;}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
                    VIDEO SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-custom-video-section{
    position: relative;
	
	background: #4f5054 url('../../images/ip-protection-home-bg.jpg' ) no-repeat center center;
	margin-bottom:0;
	
	padding:0 16%;
}
.do-custom-video-section .do-custom-bg-video-wrapper{
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    background: url(../../images/image-normal.jpg);  /* Comment or disable this line if you use a video as bg */
    background-position: center;          /* Comment or disable this line if you use a video as bg */
    -webkit-background-size: cover;       /* Comment or disable this line if you use a video as bg */
    background-size: cover;       /* Comment or disable this line if you use a video as bg */
}
.do-custom-video-section .do-custom-bg-video-wrapper video{
    width: 100%;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.do-custom-video-section .do-custom-video-content-wrapper{
    text-align: center;
    position: relative;
    z-index: 10; 
}
.do-custom-video-section .do-custom-video-content-wrapper{}
.do-custom-video-section h3{
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    margin-bottom: 20px;
    text-transform: none;
    position: relative;
    z-index: 999999;
    text-align: center;
}
.do-custom-video-section .do-custom-video-content-wrapper p{
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    margin-bottom: 30px;
}
.do-custom-video-section .do-custom-video-content-wrapper a.do-btn-round-outline{
    color: #fff; 
}
/************************* End **************************/
/********************************************************
*                                                       *
*                   HOME PAGE (2ND)                     *
*                                                       *
*********************************************************/
.do-homepage-2nd header{
    position: relative;
    height: 100%
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        SLIDER
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-hero-header-wrapper{
    position: absolute;
    top: 0;
    overflow: hidden;
}
.do-hero-header-wrapper.do-fullscreen-slider{
    position: absolute;
    top: 0;
}
.do-hero-header-wrapper.do-fullscreen-slider h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 100px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 8px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1;
}
.do-hero-header-wrapper.do-fullscreen-slider p{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 8px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;    
}
.do-hero-header-wrapper.do-fullscreen-slider .do-hero-header-btns{
    text-align: center;
}
.do-hero-header-wrapper.do-fullscreen-slider .do-hero-header-btns a{
    color: #ffffff;
    margin-right: 20px;
}
.do-hero-header-wrapper.do-fullscreen-slider .do-hero-header-btns a:last-child{
    margin-right: 0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        FEATURES
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-homepage-2nd .do-feature-section{
    background-color: #ffffff;
    padding: 100px 0;
}
.do-homepage-2nd .do-feature-section .do-features a{
    color: #000;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
            CUSTOM SECTION  WITH IMAGE LEFT
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-homepage-2nd .do-custom-sec-img-left{
    padding: 60px 0;
}
.do-homepage-2nd .do-custom-section-with-img .do-custom-sec-content h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin: 60px 0 25px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                PORTFOLIO SLIDER
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-portfolio-slider-section .do-work-item{
    width: 100%;
    height: 220px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                FEATURE WITH IMAGE
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-features-with-img-section-wrapper{
    position: relative;
    padding-bottom: 60px;
    background: url(../../images/image-normal.jpg) no-repeat center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
}
.do-features-with-img-wrapper .do-icon-with-text-style-2{
}
.do-features-with-img-wrapper .do-icon-with-text-style-2 .do-icon-wrapper{
    background-color: rgba(255,255,255,0.15);
}
.do-features-with-img-wrapper .do-icon-with-text-style-2 h3 a,
.do-features-with-img-wrapper .do-icon-with-text-style-2 p{
    color: #ffffff;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                CUSTOM SECTION WITH IMAGE
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-homepage-2nd .do-custom-sec-img-right {
    background-color: #f9f9f9;
    padding: 90px 0 0;
}
.do-homepage-2nd .do-custom-sec-img-right .do-custom-sec-content h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin: 25px 0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                    MASONRY BLOG POST
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-blog-section .do-blog-post-wrapper{
    overflow: hidden;
    margin-bottom: 60px;
}
/*
MORE BLOG POST BTN
*/
.do-blog-section .do-more-blog-post-btn{
    text-align: center;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                    COUNTER SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-homepage-2nd .do-counter-section{
    background: url(../../images/image-normal.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
}
.do-homepage-2nd .do-counter-section .do-counter-items i{
    color: #ffffff;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
            CUSTOM SECTION WITH IMAGE OVERLAY
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-custom-halfwidthimg-section{
    overflow: hidden;
    min-height: 375px;
}
.do-custom-halfwidthimg-section .do-leftside-halfwidth-img,
.do-custom-halfwidthimg-section .do-rightside-halfwidth-img{
    width: 50%;
    float: left;
    position: relative;
    height: 440px;
}
/*
LEFT SIDE
*/
.do-custom-halfwidthimg-section .do-leftside-halfwidth-img {overflow: hidden;}
.do-custom-halfwidthimg-section .do-leftside-halfwidth-img img{
    min-height: 100%;
}
/*
RIGHT SIDE
*/
.do-custom-halfwidthimg-section .do-rightside-halfwidth-img{
    background: url(../../images/image-normal.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.do-custom-halfwidthimg-section .do-rightside-halfwidth-img .do-color-parallax-overlay-2{
    background: #c92b25; /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(94,22,149,0.88) 0%,  rgba(232,75,58,0.88) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(94,22,149,0.88)), color-stop(100%, rgba(232,75,58,0.88))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(94,22,149,0.88) 0%, rgba(232,75,58,0.88) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(94,22,149,0.88) 0%, rgba(232,75,58,0.88) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(94,22,149,0.88) 0%, rgba(232,75,58,0.88) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(94,22,149,0.88) 0%, rgba(232,75,58,0.88) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(94,22,149,0.88)', endColorstr=' rgba(232,75,58,0.88)',GradientType=1 ); /* IE6-9 */
}
.do-custom-halfwidthimg-section .do-rightside-halfwidth-img .do-halfwidth-img-details{
    padding: 20px 16% 60px 100px;
    position: relative;
    z-index: 1;
}
.do-custom-halfwidthimg-section .do-rightside-halfwidth-img .do-halfwidth-img-details h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 35px;
}
.do-custom-halfwidthimg-section .do-rightside-halfwidth-img .do-halfwidth-img-details p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 30px;
}
.do-custom-halfwidthimg-section .do-rightside-halfwidth-img .do-halfwidth-img-details a{
    color: #ffffff;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        TEAM
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-homepage-2nd .do-team-section{
    background-color: #f9f9f9;
    padding-bottom: 60px;
}
.do-homepage-2nd .do-team-section .do-team-carousal{}
.do-homepage-2nd .do-team-section .do-team-carousal .do-team-items{
    background-color: #ffffff;
    border-right: 1px solid #f9f9f9;
}
.do-homepage-2nd .do-team-section .do-team-carousal .do-team-items .do-team-img-wrapper{
    position: relative;
    overflow: hidden;
}
/*
SOCIAL ICON
*/
.do-homepage-2nd .do-team-section .do-team-carousal .do-team-items .do-team-img-wrapper .do-team-social-icons{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.81);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
.do-homepage-2nd .do-team-section .do-team-carousal .do-team-items .do-team-img-wrapper .do-team-social-icons ul{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.do-homepage-2nd .do-team-section .do-team-carousal .do-team-items .do-team-img-wrapper .do-team-social-icons ul li{
    float: left;
    margin-right: 15px;
}
.do-homepage-2nd .do-team-section .do-team-carousal .do-team-items .do-team-img-wrapper .do-team-social-icons ul li:last-child{
    margin-right: 0;
}
.do-homepage-2nd .do-team-section .do-team-carousal .do-team-items .do-team-img-wrapper .do-team-social-icons ul li a i{
    font-size: 18px;
    color: #ffffff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
.do-homepage-2nd .do-team-section .do-team-carousal .do-team-items .do-team-img-wrapper:hover .do-team-social-icons{
    opacity: 1;
}
.do-homepage-2nd .do-team-section .do-team-carousal .do-team-items .do-team-img-wrapper .do-team-social-icons ul li a:hover i{
    color: #c92b25;
}
/*
ABOUT TEAM MEMBER
*/
.do-homepage-2nd .do-team-section .do-team-carousal .do-team-items .do-team-details{
    padding: 15px 20px;
}
.do-homepage-2nd .do-team-section .do-team-carousal .do-team-items h3{
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
}
.do-homepage-2nd .do-team-section .do-team-carousal .do-team-items span{
    font-size: 11px;
    font-weight: 400;
    color: #c0c0c0;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 6px;
}
/*
Team Carousal Control
*/
.do-homepage-2nd .do-team-section .do-team-carousal .owl-controls{
    margin-top: 50px;
}
.do-homepage-2nd .do-team-section .do-team-carousal .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0;
    margin-right: 5px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: transparent;
    border: 1px solid #d9d9d9;
}
.do-homepage-2nd .do-team-section .do-team-carousal .owl-controls .owl-page.active span{
    background-color: #dbdbdb;
    border: 1px solid transparent;
}
.do-homepage-2nd .do-team-section .do-team-carousal .owl-controls .owl-page:last-child span{
    margin-right: 0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        TESTIMONIAL
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-homepage-2nd .do-testimonial-section{
    background: url(../../images/image-normal.jpg) no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.do-homepage-2nd .do-testimonial-section .do-section-heading-light:after {
    background-color: #ffffff;
}
.do-homepage-2nd .do-testimonial .do-testimonial-slides p {
    color: #ffffff;
}
.do-homepage-2nd .do-testimonial .do-testimonial-slides span {
    color: #ffffff;
}
/************************* End **************************/
/********************************************************
*                                                       *
*                       ABOUT US PAGE                   *
*                                                       *
*********************************************************/
.do-about-us-section{
    padding: 100px 0;
}
h2.do-section-subheading{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-top: 0;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.do-about-us-section .do-about-us-details .do-about-text-row{
    padding-right: 25px;
}
.do-about-us-section .do-about-us-details .do-about-text-row p{
    font-size: 14px;
    color: #888888;
    margin-top: 0;
    margin-bottom: 20px;
}
.do-about-us-section .do-about-us-details .do-about-text-row p:last-child{
    margin-bottom: 0;
}
.t3-sidebar .do-skillbar{
    margin-bottom: 10px;
}
.t3-sidebar .do-our-skill {
    margin-top: 32px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
                    CUSTOM SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-about-custom-section{
    background-color: #f9f9f9;
    padding: 100px 0 0;
}
/*------------
CUSTOM IMAGE
------------*/
.do-about-custom-img{
    text-align: center;
    overflow: hidden;
}
/*---------------------
CUSTOM SECTION DETAILS
---------------------*/
.do-about-custom-details{}
.do-about-custom-details h2.do-section-subheading{
    margin-top: 30px;
}
.do-about-custom-details p{
    margin-bottom: 20px;
}
.do-about-custom-details a.do-btn-round-solid{
    margin-top: 40px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
                    TEAM SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-about-us-page .do-team-section{
    background-color: #ffffff;
}
.do-about-us-page .do-team-carousal .do-team-items {
    background-color: #f7f7f7;
    border-right: 1px solid #fff;
}
.do-about-us-page .do-team-carousal .do-team-items span {
    color: #888888;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
                VIDEO TESTIMONIAL SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-about-us-page .do-custom-video-section {
    max-height: none;
}
.do-about-us-page .do-testimonial-section .do-section-heading-light:after{
    background-color: #ffffff;
}
.do-about-us-page .do-testimonial .do-testimonial-slides p{
    color: #ffffff;
    font-size: 15px;
    margin: 10px 0;
}
.do-about-us-page .do-testimonial .do-testimonial-slides span{
    color: #ffffff;
    margin: 10px 0;   
    display: block;
    letter-spacing: 6px;
}
.do-about-us-page .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: transparent;
    border: 2px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.do-about-us-page .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #ffffff;
    border: 2px solid transparent;
}
/************************* End **************************/
/********************************************************
*                                                       *
*                       BLOG SINGLE PAGE                *
*                                                       *
*********************************************************/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
                SINGLE PAGE CONTENT
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-blog-single-wrapper{
    background-color:transparent;
    padding: 90px 0;
    overflow: hidden;
}
.do-blog-single-wrapper  .do-blog-single-content{
    /*padding-right: 25px;*/
}
/*******************
 BLOG SINGLE IMAGE
*******************/
.do-blog-single-wrapper .do-blog-single-img-wrapper{
    position: inherit;
    overflow: visible;
	background:none;	
	padding:0 0 15px 0;
}
.do-blog-single-wrapper .do-blog-single-img-wrapper i{
/*    font-size: 18px;
    color: #ffffff;
    position: absolute;
    top: 35px;
    right: 35px; 
	display:none;*/
}
.do-blog-single-wrapper .do-blog-single-img-wrapper img{

}
/* * * * * * * * * * * * * 
    BLOG SINGLE TEXT
* * * * * * * * * * * * */
.do-blog-single-details{
    overflow: hidden;
}
.do-blog-single-inner-sec{
    background-color:transparent;
    padding: 0px;
    margin-bottom: 0px;
}
/**************************
 BLOG SINGLE POST TITLE
**************************/
.do-blog-single-details .do-blog-post-title-wrapper{
    padding-bottom: 15px;
}
.do-blog-single-details .do-blog-post-title-wrapper .do-blog-post-date{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 6px 10px;
    background-color: #c92b25;
    float: left;
    margin-right: 20px;
    text-align: center;
}
.do-blog-single-details .do-blog-post-title-wrapper .do-blog-post-date span{
    font-family: 'Open Sans', sans-serif;
    font-size: 8px;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 4px;
}
.do-blog-single-details .do-blog-post-title-wrapper .do-blog-post-date span:last-child{
    margin-bottom: 0;
}
.do-blog-single-details .do-blog-post-title-wrapper .do-blog-post-date span.do-post-date{
    font-size: 15px;
    font-weight: 700;
}
.do-blog-single-details .do-blog-post-title-wrapper .do-blog-post-titles{}
.do-blog-single-details .do-blog-post-title-wrapper .do-blog-post-titles h1,
.do-blog-single-details .do-blog-post-title-wrapper .do-blog-post-titles h1 a{
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    color: #000;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;  
}
.do-blog-single-details .do-blog-post-title-wrapper .do-blog-post-titles h1 a{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.do-blog-single-details .do-blog-post-title-wrapper .do-blog-post-titles a.do-blog-post-author{
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #c0c0c0;
    letter-spacing: 8px;
}
/************************
 BLOG SINGLE POST TEXT
************************/
.do-blog-single-details .do-blog-post-text{
    /*padding-top: 45px;*/
}
.do-blog-single-details .do-blog-post-text p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #4b4b4b;
    margin-bottom: 15px;
}
.do-blog-single-details .do-blog-post-text .do-btn-round-outline{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
/************************ 
        BLOG COMMENTS
************************/
.do-blog-single-details .do-blog-comments-wrapper{
    padding-top: 55px;
    padding-bottom: 65px;
}
.do-blog-single-details .do-blog-comments-wrapper h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #000;
    margin: 0 0 50px;
    text-transform: uppercase;
}
/**************
 COMMENTS
***************/
.do-blog-single-details .do-blog-comments-wrapper .do-blog-comments{
    background-color: #fff;
    padding: 20px 60px 20px 20px;
    overflow: hidden;
    margin-bottom: 1px;
    position: relative;
}
.do-blog-single-details .do-blog-comments-wrapper .do-blog-comments .do-user-img{
    width: 80px;
    height: 80px;
    text-align: center;
    overflow: hidden;
    margin-right: 20px;
    float: left;
}
.do-blog-single-details .do-blog-comments-wrapper .do-blog-comments .do-user-img img{
    line-height: 80px;
}
.do-blog-single-details .do-blog-comments-wrapper .do-blog-comments .do-comments{
    width: 465px;
    float: left;
}
.do-blog-single-details .do-blog-comments-wrapper .do-blog-comments .do-comments .do-comments-title{
    overflow: hidden;
    margin-bottom: 15px;
}
.do-blog-single-details .do-blog-comments-wrapper .do-blog-comments .do-comments .do-comments-title h4.do-user-name,
.do-blog-single-details .do-blog-comments-wrapper .do-blog-comments .do-comments .do-comments-title h4.do-user-name a{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin: 0 10px 0 0;
    color: #000;
    line-height: 1;
    float: left;
    text-transform: uppercase;
}
.do-blog-single-details .do-blog-comments-wrapper .do-blog-comments .do-comments .do-comments-title span.do-comment-date-time{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #888888;
    line-height: 1;
    float: left;
    margin-top: 2px;
}
.do-blog-single-details .do-blog-comments-wrapper .do-blog-comments .do-comments p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #888888;
    margin-bottom: 0;
}
.do-blog-single-details .do-blog-comments-wrapper .do-blog-comments a.do-comment-reply-btn{
    font-size: 18px;
    color: #888888;
    line-height: 1;
    position: absolute;
    bottom: 15px;
    right: 15px;
}
/***************
 COMMENTS REPLY
***************/
.do-blog-single-details .do-blog-comments-wrapper .do-blog-comments.do-comment-reply{
    margin-left: 100px;
}
.do-blog-single-details .do-blog-comments-wrapper .do-blog-comments.do-comment-reply .do-comments{
    width: 365px;
}
/*******************************
        BLOG COMMENTS FORM
*******************************/
.do-blog-single-details .do-comment-form-wrapper{
    padding-top: 55px;
    padding-bottom: 50px;
}
/*
 COMMENTS FORM TITLE
*/
.do-blog-single-details .do-comment-form-wrapper h3.do-comment-form-title{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 45px;
}
/*
 COMMENTS FORM
*/
.do-blog-single-details .do-comment-form-wrapper form{}
.do-blog-single-details .do-comment-form-wrapper form input:not(.comment-submit) {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #888888;
    line-height: 45px;
    padding: 0 15px 0 30px;
    width: 205px;
    height: 45px;
    display: block;
    background-color: #f9f9f9;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 0px;
    outline: 0;
}
.do-blog-single-details .do-comment-form-wrapper form input:nth-child(3):not(.comment-submit){
    margin-right: 0;
}
.do-blog-single-details .do-comment-form-wrapper form textarea{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #888888;
    padding: 30px 15px 0 30px;
    width: 100%;
    display: block;
    background-color: #f9f9f9;
    margin-bottom: 30px;
    border: 0px;
    outline: 0;
    clear: left;
}
.do-blog-single-details .do-comment-form-wrapper form input[type='submit']{
    outline: 0;
    padding-left: 29px;
}
div.catItemImageBlock{
    padding: 0;
}
/************************* End **************************/
/********************************************************
*                                                       *
*                       BLOG PAGE CREATIVE              *
*                                                       *
*********************************************************/
.do-blog-page-wrapper{
    background-color: #fff;
    padding: 30px 0;
    overflow: hidden;
}
.do-blog-page-wrapper .t3-mainbody{
    padding: 0;
}
.do-page-wrapper{
    background: none;
	overflow:hidden;
}
.do-blog-items-wrapper{
    position: relative;
}
.do-creative-blog-items{
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.do-creative-blog-items:first-child{
    border-top: 1px solid #f2f2f2;
}
.do-creative-blog-items .do-blog-content{
    background-color: rgba(255,255,255,1);
    padding: 30px 0 30px 50px;
    overflow: hidden;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.do-creative-blog-items:hover .do-blog-content{
    background-color: rgba(0,0,0,0.7);
}
/***********
 Date
************/
.do-creative-blog-items .do-blog-content .do-blog-date-wrapper{
    text-align: center;
}
.do-creative-blog-items .do-blog-content .do-blog-date-wrapper span.do-date{
    width: 40px;
    height: 40px;
    padding-top: 4px;
    background-color: #c92b25;
    line-height: 38px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.do-creative-blog-items .do-blog-content .do-blog-date-wrapper span.do-date span{
    display: block;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}
.do-creative-blog-items .do-blog-content .do-blog-date-wrapper span.do-date span.do-day{
    font-size: 15px;
    font-weight: 700;
} 
.do-creative-blog-items .do-blog-content .do-blog-date-wrapper span.do-date span.do-mon{
    font-size: 8px;
    font-weight: 400;
}
/*******************
BLOG TITLE & AUTHOR
*******************/
.do-creative-blog-items .do-blog-content .do-blog-title-author{
    min-height: 40px;
    padding-top: 4px;
}
.do-creative-blog-items .do-blog-content .do-blog-title-author h3,
.do-creative-blog-items .do-blog-content .do-blog-title-author h3 a
{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin: 0;
    text-transform: uppercase;
}
.do-creative-blog-items .do-blog-content .do-blog-title-author a.do-author{
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #c0c0c0;
    letter-spacing: 6px;
}
/****************
BLOG POST ICON
****************/
.do-creative-blog-items .do-blog-content .do-blog-post-icon{
    text-align: center;
    min-height: 40px;
}
.do-creative-blog-items .do-blog-content .do-blog-post-icon i{
    font-size: 21px;
    color: #e3e3e3;
    line-height: 40px;
}
.do-creative-blog-items:hover .do-blog-content .do-blog-title-author h3,
.do-creative-blog-items:hover .do-blog-content .do-blog-title-author h3 a{
    color: #ffffff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
.do-creative-blog-items:hover .do-blog-content .do-blog-title-author a.do-author{
    color: #ffffff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
div.itemContainer{
    width: 100%;
}
div.catItemView, div.catItemBody, .t3-content{
    margin: 0 ;
    padding: 0;
}
/*********************
Blog Carousal Control
**********************/
.do-blog-section .do-blog-carousal .owl-controls{
    margin-top: 50px;
}
.do-blog-section .do-blog-carousal .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0;
    margin-right: 5px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: transparent;
    border: 1px solid #d9d9d9;
}
.do-blog-section .do-blog-carousal .owl-controls .owl-page.active span{
    background-color: #dbdbdb;
    border: 1px solid transparent;
}
.do-blog-section .do-blog-carousal .owl-controls .owl-page:last-child span{
    margin-right: 0;
}
.do-blog-section .do-blog-carousal .do-cta-one-btn{
    margin-top: 50px;
    text-align: center;
}
/******************
LOADING SCREEN
*******************/
#infscr-loading{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #888888;
    padding-top: 50px;
    text-align: center;
    bottom: -75px;
    position: absolute;
    overflow: hidden;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#infscr-loading img{
    margin-left: 60px;
}
/************************* End **************************/
/********************************************************
*                                                       *
*                       MASONRY BLOG PAGE               *
*                                                       *
*********************************************************/
.do-blog-masonry-page .do-masonry-blog-wrapper{
    padding: 0;
}
.do-blog-masonry-page .do-blog-sidebar{
    padding-left: 20px;
}
/* 3 Column */
.do-masonry-blog-wrapper .do-blog-masonry-items{
    width: calc(100% / 2 - 30px);
    padding-left: 0px;
    margin-right: 30px;
    float: left;
    overflow: hidden;
    margin-bottom: 0px;
}
.do-blog-masonry-items{}
.do-blog-masonry-items .do-blog-item-wrapper{
    background-color: none;
	border-bottom:1px solid #dbdbdb;
}
/***********
BLOG IMAGE
***********/
.do-blog-masonry-items .do-blog-item-wrapper .do-blog-img-wrapper{
    position: relative;
    overflow: hidden;
    text-align: center;
}

.do-blog-masonry-items .do-blog-item-wrapper .moduleItemVideo{
    position: relative;
    overflow: hidden;
    text-align: center;
	width:40%; display:inline-block; vertical-align:top;
}
div.whatsnew {margin:30px 0 50px;}
.whatsnew .do-blog-masonry-items .do-blog-item-wrapper {padding:20px 0;}
.whatsnew .do-blog-masonry-items .do-blog-item-wrapper .do-blo-title-excerpt {padding:0 0 15px 7%;}

.whatsnew .do-blog-img-wrapper {width:48%; display:inline-block; vertical-align:middle; overflow:hidden;}
.whatsnew .do-blog-img-wrapper img {max-width:100%;}
.whatsnew .moduleItemIntrotext {width:51%; display:inline-block; vertical-align:middle} 
.whatsnew .moduleItemIntrotext .content-left {width:100%!important;}
.whatsnew .moduleItemIntrotext .pull-right {display:none!important;}
.whatsnew .moduleItemIntrotext .moduleItemReadMore {margin:0 0 0 7%;}

.insights .do-blog-img-wrapper {width:51%; display:inline-block; vertical-align:middle; overflow:hidden;}
.insights .do-blog-img-wrapper img {max-width:130%;}
.insights .moduleItemIntrotext {width:48%; display:inline-block; vertical-align:middle}

div.video-intro {display:inline-block; vertical-align:top; padding-left:50px; background: url(../../images/video-intro-arrow.png) no-repeat; background-position: top left; margin:0 0 0 1%;}
div.video-intro h2 {margin:0.4em 0;}

.careers .do-blog-masonry-items .do-blog-item-wrapper .do-blog-img-wrapper{
	width:20%; 
	display:inline-block;
	vertical-align:top;
}

.careers .do-blog-masonry-items .do-blog-item-wrapper .do-blo-title-excerpt {
	width:79%; 
	display:inline-block;
	vertical-align:top;
	padding:0 25px 20px 15px!important;
}

.careers .do-blog-masonry-items .do-blog-item-wrapper .do-blog-img-wrapper .do-blog-post-date {display:none!important;}

/**********
POST DATE
**********/
.do-blog-masonry-items .do-blog-item-wrapper .do-blog-img-wrapper .do-blog-post-date{
    position: absolute;
    top: 35px;
    left: 35px;
    border: 2px solid #ffffff;
    text-align: center;
}
.do-blog-masonry-items .do-blog-item-wrapper .do-blog-img-wrapper .do-blog-post-date p{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    margin: 0;
    padding: 5px 10px;
}
.do-blog-masonry-items .do-blog-item-wrapper .do-blog-img-wrapper .do-blog-post-date p span{
    font-family: 'Open Sans', sans-serif;
    font-size: 8px;
    color: #ffffff;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 0;
    display: block;
    margin-top: 3px;
}
/********************
POST TITLE & EXCERPT
*********************/
.do-blog-masonry-items .do-blog-item-wrapper .do-blo-title-excerpt{
    padding: 35px 40px 35px 50px;
}
.do-blog-masonry-items .do-blog-item-wrapper .do-blo-title-excerpt h3,
.do-blog-masonry-items .do-blog-item-wrapper .do-blo-title-excerpt h3 a{
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin-top: 0;
    margin-bottom: 0;
}
.do-blog-masonry-items .do-blog-item-wrapper .do-blo-title-excerpt p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #4b4b4b;
    margin-bottom: 0;
}

h3.block {background:#3b3b3b; padding:7px 20px!important; color:#fff;}
h3.block-red {background:#c92b25; padding:7px 20px!important; color:#fff;}
.breakout-right h3.block {margin:-20px 0 20px -20%!important; border-left:8px solid #bbb;}
.breakout-right h4 {font-size:1.2em;}

/************************* End **************************/
/********************************************************
*                                                       *
*         PORTFOLIO PAGE (2,3,4, WITH SPACE)            *
*                                                       *
*********************************************************/
.do-portfolio-page-wrapper{
    padding: 60px 0 100px;
    overflow: hidden;
}
/***************
FILTER BUTTON
***************/
.do-portfolio-page-wrapper .do-portfolio-filter-btn-group-wrapper{
    display: block;
    margin-bottom: 50px;
    overflow: hidden;
    text-align: center;
}
.do-portfolio-page-wrapper .do-portfolio-filter-btn-group-wrapper .do-portfolio-filter-btn-group{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.do-portfolio-page-wrapper .do-portfolio-filter-btn-group a{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #888888;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    float: left;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 40px;
}
.do-portfolio-page-wrapper .do-portfolio-filter-btn-group a:last-child{
    margin-right: 0;
}
.do-portfolio-page-wrapper .do-portfolio-filter-btn-group a.selected{
    color: #c92b25;
}
/**********
WORK ITEMS
***********/
.do-portfolio-page-wrapper .do-portfolio-works{
    margin-bottom: 0;
}
.do-portfolio-works{
    margin-bottom: 55px;
}
.do-work-item{
    width: 20%;
    /*height: 200px;*/
    overflow: hidden;
}
/* 1PX SPACE */
.do-portfolio-one-px .do-work-item{
    padding-left: 0.5px;
    padding-right: 0.5px;
    margin-bottom: 1px;
}
/* 2 COLUMN */
.do-work-item-2col .do-work-item{
    width: 50%;
    padding-left: 0.5px;
    padding-right: 0.5px;
    height: auto;
    margin-bottom: 1px;
}
/* 3 COLUMN */
.do-work-item-3col .do-work-item{
    width: calc(100% / 3);
    padding-left: 0.5px;
    padding-right: 0.5px;
    height: auto;
    margin-bottom: 1px;
}
/* 4 COLUMN */
.do-work-item-4col .do-work-item{
    width: calc(100% / 4 - 0.5px);
    padding-left: 0.5px;
    padding-right: 0.5px;
    height: auto;
    margin-bottom: 1px;
}
/* WITH SPACE */
.do-work-item-withspace .do-work-item{
    width: calc(100% / 4);
    padding-left: 5px;
    padding-right: 5px;
    height: auto;
    margin-bottom: 10px;
}
/* SQUARE */
.do-portfolio-square .do-work-item{
    width: calc(100% / 3);
    height: 320px;
    overflow: hidden;
}
.do-height-dbl{
    height: 400px;
}
.do-portfolio-one-px .do-height-dbl{
    height: 401px;
}
.do-portfolio-one-px .do-height-dbl img{
    height: 100%;
}
.do-width-dbl{
    width: 40%;
}
.do-width-dbl-4col{
    width: 50%;
}
.do-work-item img{
    width: 100%;
    height: auto;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
/********************
Hover Effect
********************/
.do-work-item-inner-wrap {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.do-work-item-hover{
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.81);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
.do-work-item-hover a.do-single-page-link{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.do-work-item-hover a.do-work-item-popup{
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 18px;
    height: 18px;
    z-index: 2;  
}
.do-work-item-hover a.do-work-item-popup:before{
    content: '\e61a';
    font-family: 'themify';
    font-size: 18px;
    color: #c92b25;
}
.do-work-item:hover .do-work-item-hover{
    opacity: 1;
    visibility: visible;
}
.do-work-item-hover .do-work-item-details{
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.do-work-item-hover .do-work-item-details span,
.do-work-item-hover .do-work-item-details h3,
.do-work-item-hover .do-work-item-details h3 a{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin: 0;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.do-work-item-hover .do-work-item-details h3,
.do-work-item-hover .do-work-item-details h3 a{
    font-weight: 700;
    color: #c92b25;
    display: inline-block;
}
.do-work-item-hover .do-work-item-details span.do-work-item-subtitle{
    font-weight: 400;
    color: #fff;
    font-size: 11px;
    letter-spacing: 7px;
    padding-left: 7px;
    margin-top: 5px;
}
.do-work-item:hover .do-work-item-hover .do-work-item-details h3,
.do-work-item:hover .do-work-item-hover .do-work-item-details h3 a,
.do-work-item:hover .do-work-item-hover .do-work-item-details span{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/************************* End **************************/
/********************************************************
*                                                       *
*                PORTFOLIO SINGLE PAGE ONE              *
*                                                       *
*********************************************************/
.do-portfolio-single-page-wrapper{
    padding: 80px 0 100px;
}
.do-portfolio-single-page-content{
    margin-bottom: 95px;
}
/***********
MAIN IMAGE
************/
.do-portfolio-single-page-content .do-single-portfolio-img-wrapper{
    margin-bottom: 75px;
    display: block;
    overflow: hidden;
    width: 100%;
} 
/**************************
PORTFOLIO SINGLE DETAILS
**************************/
.do-portfolio-single-page-content .do-single-portfolio-details{
    overflow: hidden;
    margin-bottom: 75px;
}
.do-portfolio-single-page-one .do-portfolio-single-page-content .do-single-portfolio-details .do-image-details{
    padding-left: 0;
    padding-right: 55px;
}
.do-portfolio-single-page-content .do-single-portfolio-details .do-image-details h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
}
.do-portfolio-single-page-content .do-single-portfolio-details .do-image-details p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.6;
    color: #888888;
    text-align: justify;    
}
.do-portfolio-single-page-content .do-single-portfolio-details .do-wrok-info h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 25px;
}
.do-portfolio-single-page-content .do-single-portfolio-details .do-wrok-info .do-about-portfolio-work{
    margin-bottom: 30px;
}
.do-portfolio-single-page-content .do-single-portfolio-details .do-wrok-info .do-portfolio-client-info h3{
    margin-bottom: 30px;
    line-height: 1;
}
/****************************
PORTFOLIO SINGLE SUB IMAGES
****************************/
.do-portfolio-sub-img{
    overflow: hidden;
    display: block;
}
.do-portfolio-sub-img > div{
    width: 50%;
    height: auto;
    float: left;
    padding-right: 1px;
}
.do-portfolio-sub-img > div img{
    width: 100%;
    min-height: 100%;
}
/**************
RELATED WORKS
**************/
.do-portfolio-single-page-wrapper .do-portolio-related-work h3.do-section-subtitle{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    margin-bottom: 60px;
    line-height: 1;
}
.do-portfolio-single-page-wrapper .do-portolio-related-work .do-work-item{
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.do-portfolio-single-page-wrapper .do-portolio-related-work .do-work-item img{
    width: 100%;
}
/***********
NAVIGATION
***********/
.do-portfolio-single-navigation{}
.do-portfolio-single-navigation a{
    width: 45px;
    height: 90px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-color: rgba(0,0,0,0.3);
    text-align: center;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.do-portfolio-single-navigation a.do-prev-portfolio-work{
    left: 0;
}
.do-portfolio-single-navigation a.do-next-portfolio-work{
    right: 0;
}
.do-portfolio-single-navigation a i{
    font-size: 42px;
    color: #ffffff;
    line-height: 90px;
}
/************************* End **************************/
/********************************************************
*                                                       *
*                PORTFOLIO SINGLE PAGE TWO              *
*                                                       *
*********************************************************/
.do-portfolio-single-page-alt{
    background-color: #f9f9f9;
}
.do-portfolio-single-page-alt .do-portfolio-single-page-content-wrapper{
    padding-right: 25px;
}
.do-portfolio-single-page-alt .do-portfolio-single-page-content{
    background-color: #ffffff;
    margin-bottom: 0;
    padding-bottom: 65px;
}
/*******
IMAGE
*******/
.do-portfolio-single-page-alt .do-portfolio-single-page-content .do-single-portfolio-img-wrapper{}
.do-portfolio-single-page-alt .do-portfolio-main-img{
    margin-bottom: 1px;
}
.do-portfolio-single-page-alt .do-portfolio-sub-img > div:last-child{
    padding-right: 0;
}
/**********
DETAILS
**********/
.do-portfolio-single-page-alt .do-single-portfolio-details{
    padding: 0 50px;
    margin-bottom: 0;
}
.do-portfolio-single-page-alt .do-single-portfolio-details a.do-btn-round-outline{
    margin-top: 55px;
}
/************************* End **************************/
/********************************************************
*                                                       *
*                       CONTACT US PAGE                 *
*                                                       *
*********************************************************/
.do-contact-page-wrapper{
    overflow: hidden;
    padding: 80px 0 120px;
}
.rapid_contact_form-address-wrapper{
    overflow: hidden;
    margin-top: 70px;
}
/***************
GOOGLE MAP
***************/
.do-google-map #map{
    width: 100%;
    height: 500px;
    background-color: #CCC;
}
#map img {
    max-width: none;
}
/***************
CONTACT FORM
***************/
.rapid_contact_form-wrapper{
    width: 70%;
    padding-right: 35px;
    float: left;
    overflow: hidden;
}
.rapid_contact_form-wrapper h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #000000;
    margin-top: 0;
    margin-bottom: 45px;
}
.rapid_contact_form-wrapper form,
.rapid_contact_form-wrapper .rapid_contact_form{
    overflow: hidden;
}
.rapid_contact_form-wrapper form input:not([type='submit']){
    /*width: calc(100% / 2 - 15px);*/
    height: 45px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #888888;
    font-weight: 400;
    line-height: 45px;
    padding: 0 15px;
    float: left;
    margin-bottom: 15px;
    background-color: #f9f9f9;
    border: 0px solid;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    width: 100%;
}
.rapid_contact_form-wrapper form input[type='checkbox']{
}
.rapid_contact_form-wrapper form label{
    text-align: left;
    width: 100%;
}
.rapid_contact_form-wrapper form textarea{
    width: calc(100% - 15px);
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #888888;
    font-weight: 400;
    padding: 15px;
    float: left;
    margin-bottom: 40px;
    background-color: #f9f9f9;
    border: 0px solid;
    outline: 0;
    text-align: left;
    box-shadow: none;
    border-radius: 0;
}
.rapid_contact_form-wrapper form .control-group:nth-child(3), .rapid_contact_form-wrapper form .control-group:nth-child(4){
    width: calc(100% / 2 - 15px);
    float: left;
    margin-right: 30px;
}
.rapid_contact_form-wrapper form .control-group:nth-child(4){
    margin: 0;
}
.rapid_contact_form-wrapper form .control-group:last-child{
    margin: 0;
}
/***************
CONTACT ADDRESS
***************/
.do-contact-add-wrapper{
    width: 30%;
    padding-left: 35px;
    float: left;
    overflow: hidden;
}
.do-contact-add-wrapper h4{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    margin-top: 0;
    margin-bottom: 25px;   
    text-transform: uppercase;
}
.do-contact-add-wrapper p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    margin-bottom: 0px;      
}
.do-contact-add-wrapper .do-contact-info{
    margin-bottom: 40px;
}
.do-contact-add-wrapper ul{}
.do-contact-add-wrapper ul li{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #888888;    
}
.do-contact-add-wrapper ul li.do-phone{
    margin: 25px 0 10px;
    color: #c92b25;
}
.do-contact-add-wrapper .do-coantact-social{
    margin-top: 35px;
    overflow: hidden;
}
.do-contact-add-wrapper .do-coantact-social a{
    font-size: 16px;
    color: #d4d4d4;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
    margin-right: 20px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
.do-contact-add-wrapper .do-coantact-social a:last-child{
    margin-right: 0;
}
.do-contact-add-wrapper .do-coantact-social a:hover{
    color: #c92b25;
}
/************************* End **************************/
/********************************************************
*                                                       *
*                          FOOTER                       *
*                                                       *
*********************************************************/
footer.do-footer{
    background-color: #333;
}
footer.do-footer .nav > li > a{
    padding: 0;
}
footer.do-footer .nav > li > a:hover, .nav > li > a:hover, .nav > li > a:focus{
    background: none!important;
}

.nav-pills li.current, .nav-pills li.active, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {background-color:none!important; background:none!important;}

.nav-pills li.item-253 {display:none!important;}

/*--------
Footer Top
---------*/
footer.do-footer .do-footer-top{
    overflow: hidden;
    padding-top: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid #373737;
}
footer.do-footer .do-footer-top .do-footer-widget{}
footer.do-footer .do-footer-top h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
}
footer.do-footer .do-footer-top .do-footer-widget ul li a{
    color: #717171;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
footer.do-footer .do-footer-top .do-footer-widget ul li a:hover{
    color: #c92b25;
}

.do-footer-top h4 {margin:0;}
/*
    About Us Widget
*/
footer.do-footer .do-footer-top .do-footer-about-widget .do-footer-logo-wrapper{
    overflow: hidden;
    margin-bottom: 30px;
    line-height: 0.7;
}
footer.do-footer .do-footer-top .do-footer-about-widget .do-footer-logo-wrapper a{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    overflow: hidden;
}
footer.do-footer .do-footer-top .do-footer-about-widget .do-footer-logo-wrapper a img{}
footer.do-footer .do-footer-top .do-footer-about-widget .do-company-address{}
footer.do-footer .do-footer-top .do-footer-about-widget .do-company-address ul{}
footer.do-footer .do-footer-top .do-footer-about-widget .do-company-address ul li{
    position: relative;
    padding-left: 40px;
    padding-bottom: 13px;
    color: #717171;
}
footer.do-footer .do-footer-top .do-footer-about-widget .do-company-address ul li:last-child{
    padding-bottom: 0;
}
footer.do-footer .do-footer-top .do-footer-about-widget .do-company-address ul li i{
    font-size: 16px;
    color: #444444;
    position: absolute;
    left: 0;
    top: 3px;
}
/*
    About Link & Link Widget
*/
footer.do-footer .do-footer-top .do-footer-link-widget ul,
footer.do-footer .do-footer-top .do-about-link-widget ul{}
footer.do-footer .do-footer-top .do-footer-link-widget ul li,
footer.do-footer .do-footer-top .do-about-link-widget ul li, footer.do-footer .nav > li{
    margin-bottom: 10px;
}
footer.do-footer .do-footer-top .do-footer-link-widget ul li:last-child,
footer.do-footer .do-footer-top .do-about-link-widget ul li:last-child, footer.do-footer .nav > li:last-child{
    margin-bottom: 0;
}
/*
    Flickr Widget
*/
footer.do-footer .do-footer-top .do-flickr-widget #flickr-gallery{
    overflow: hidden;
}
footer.do-footer .do-footer-top .do-flickr-widget #flickr-gallery li{
    width: 70px;
    height: 70px;
    margin: 0 2px 2px 0;
    float: left;
    list-style: none;
}
footer.do-footer .do-footer-top .do-flickr-widget #flickr-gallery li img{
    width: 100%;
}
/*------------
Footer Bottom
------------*/
footer.do-footer .do-footer-bottom{
    text-align: center;
    padding: 30px 0;
}
footer.do-footer .do-footer-bottom a.do-footer-author-name{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #444444;
    letter-spacing: 8px;
    text-transform: uppercase;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
/************************* End **************************/
/********************************************************
*                                                       *
*                          SIDEBAR                      *
*                                                       *
*********************************************************/
.t3-sidebar{
    padding: 0;
}
.do-blog-sidebar,
.do-portfolio-single-page-wrapper .do-portfolio-sidebar{
    padding-left: 25px;
}
.t3-sidebar .moduletable ,
.do-portfolio-single-page-wrapper .do-portfolio-sidebar .do-portfolio-sidebar-widget{
    background-color: #ffffff;
    padding: 50px 30px 50px 45px;
    margin-bottom: 1px;
    overflow: hidden;
}
.t3-sidebar .moduletable h3.do-sidebar-widget-title,
.do-portfolio-single-page-wrapper .do-portfolio-sidebar .do-portfolio-sidebar-widget h3.do-sidebar-widget-title{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.t3-sidebar .moduletable ul{}
.t3-sidebar .moduletable ul li,
.do-portfolio-single-page-wrapper .do-portfolio-sidebar .do-portfolio-sidebar-widget ul li{
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    line-height: 1;
    position: relative;
}
.t3-sidebar .moduletable ul li::before,
.do-portfolio-single-page-wrapper .do-portfolio-sidebar .do-portfolio-sidebar-widget ul li::before{
    position: absolute;
    content: '\f105';
    height: 15px;
    width: 15px;
    left: 0;
    top: 0;
    border: solid 1px #cccccc;
    border-radius: 50%;
    font-family: 'FontAwesome';
    text-align: center;
    color: #cccccc;
}
.t3-sidebar .moduletable div.k2CategoriesListBlock ul li:before{
    top: 4px ;
}
.t3-sidebar .moduletable ul li:last-child,
.do-portfolio-single-page-wrapper .do-portfolio-sidebar .do-portfolio-sidebar-widget ul li:last-child{
    margin-bottom: 0;
}
.t3-sidebar .moduletable ul li a,
.do-portfolio-single-page-wrapper .do-portfolio-sidebar .do-portfolio-sidebar-widget ul li a{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #888888;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 1.2;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
.t3-sidebar .moduletable ul li a:hover,
.do-portfolio-single-page-wrapper .do-portfolio-sidebar .do-portfolio-sidebar-widget ul li a:hover{
    color: #c92b25;
}
.t3-sidebar .moduletable ul li a i,
.do-portfolio-single-page-wrapper .do-portfolio-sidebar .do-portfolio-sidebar-widget ul li a i{
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    color: #cccccc;
    width: 13px;
    height: 13px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.t3-sidebar .moduletable ul li a:hover i,
.do-portfolio-single-page-wrapper .do-portfolio-sidebar .do-portfolio-sidebar-widget ul li a:hover i{
    color: #c92b25;
    border-color: #c92b25;
}
/* * * * * * * * * * * * * 
       TAG CLOUD
* * * * * * * * * * * * */
.t3-sidebar .moduletable .do-tagcloud-wrapper,
.do-portfolio-single-page-wrapper .do-portfolio-sidebar .do-portfolio-sidebar-widget .do-tagcloud-wrapper{
    overflow: hidden;
}
.t3-sidebar .moduletable .do-tagcloud-wrapper a,
.do-portfolio-single-page-wrapper .do-portfolio-sidebar .do-portfolio-sidebar-widget .do-tagcloud-wrapper a{
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #c0c0c0;
    text-transform: uppercase;
    padding: 0px 12px 0px 20px;
    height: 34px;
    line-height: 30px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
    margin-right: 3px;
    margin-bottom: 5px;
    border: 2px solid #e9e9e9;
    background-color: transparent;
    letter-spacing: 8px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -o-border-radius: 17px;
    border-radius: 17px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.t3-sidebar .moduletable .do-tagcloud-wrapper a:hover,
.do-portfolio-single-page-wrapper .do-portfolio-sidebar .do-portfolio-sidebar-widget .do-tagcloud-wrapper a:hover{
    color: #ffffff;
    border: 2px solid #c92b25;
    background-color: #c92b25;
}
/************************* End **************************/
/********************************************************
*                                                       *
*                   HOME PAGE (3RD)                     *
*                                                       *
*********************************************************/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        SLIDER
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-homepage-third .do-slides-1 h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 80px;
    font-weight: 700;
    color: #ffffff;
}
.do-homepage-third .do-slides-1 p{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #888888;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-right: -6px;
}
.do-homepage-third .do-slides-1 a.do-btn-round-outline{
    border: 0px solid;
    background-color: #fff !important;
    color: #c92b25;
    line-height: 40px;
    margin-right: 15px;
    -webkit-transition: all .35s !important;
    -moz-transition: all .35s !important;
    -ms-transition: all .35s !important;
    -o-transition: all .35s !important;
    transition: all .35s !important;
}
.do-homepage-third .do-slides-1 a.do-btn-round-solid{
    line-height: 40px;
    border: 0px solid;
    -webkit-transition: all .35s !important;
    -moz-transition: all .35s !important;
    -ms-transition: all .35s !important;
    -o-transition: all .35s !important;
    transition: all .35s !important;
}
.do-homepage-third .do-slides-1 a.do-btn-round-outline:hover{
    background-color: #c92b25;
    color: #fff !important;
}
.do-homepage-third .do-slides-1 a.do-btn-round-solid:hover{
    border: 0px solid;
    background-color: #fff !important;
    color: #c92b25;
}
.do-home3-feature-sec {
    background-color: #ffffff;
    padding: 90px 0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                    FEATURE SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-home3-feature-sec {
    background-color: #ffffff;
    padding: 30px 0 90px 0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
            CUSTOM SECTION  WITH IMAGE LEFT
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-homepage-third .do-custom-sec-img-left {
    padding: 0;
    overflow: visible;
}
.do-homepage-third .do-custom-section-with-img .row {
    overflow: visible;
}
.do-homepage-third .do-custom-section-with-img .do-custom-sec-img{
    margin-top: 10px;
}
.do-homepage-third .do-custom-section-with-img .do-custom-sec-text-content{
    padding-top: 80px;
    padding-bottom: 50px;
}
.do-homepage-third .do-custom-section-with-img .do-custom-sec-text-content h2, .do-homepage-third .do-custom-section-with-img .do-custom-sec-text-content h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 700!important;
    color: #000;
    margin: 0px 0 25px;
}
.do-homepage-third .do-custom-section-with-img .do-custom-sec-text-content p.do-custom-highlighted{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #888888;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 2;
    text-decoration: underline;
}
.do-homepage-third .do-custom-section-with-img .do-custom-sec-text-content p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #888888;
    font-weight: 400;
    margin-bottom: 15px;
}
.do-homepage-third .do-custom-section-with-img .do-custom-sec-text-content a.do-btn-round-solid{
    margin-top: 20px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        COUNTER
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-counter-section-2{
    overflow: hidden;
    padding: 65px 0; 
}
.do-counter-section-2 .do-counter-items{
    text-align: center;
}
.do-counter-section-2 .do-counter-items .do-number-icon{
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
}
.do-counter-section-2 .do-counter-items i{
    font-size: 35px;
    color: #000;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.do-counter-section-2 .do-counter-items h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    color: #000000;
    padding-left: 20px;
    margin: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.do-counter-section-2 .do-counter-items span{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #c92b25;
    letter-spacing: 6px;
    text-transform: uppercase;
    padding-left: 20px;
    display: block;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        COUNTER
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-counter-section-2{
    overflow: hidden;
    padding: 65px 0;
}
.do-counter-section-2 .do-counter-items{
    text-align: center;
}
.do-counter-section-2 .do-counter-items .do-counter-items-inner{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: left;
}
.do-counter-section-2 .do-counter-items .do-number-icon{
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}
.do-counter-section-2 .do-counter-items i{
    font-size: 35px;
    color: #000;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.do-counter-section-2 .do-counter-items h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    color: #000;
    padding-left: 10px;
    margin: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.do-counter-section-2 .do-counter-items span{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #000;
    letter-spacing: 6px;
    text-transform: uppercase;
    padding-left: 0px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                    CALL TO ACTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-homepage-third .do-cta-section-2nd{
    background: url(../../images/image-normal.jpg) no-repeat;
}
.do-homepage-third .do-cta-section-2nd .do-dark-overlay{
    background-color: rgba(0,0,0,0.5);
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                    PORTFOLIO EFFECT
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-grayscale-effect{}
.do-grayscale-effect .do-work-item{}
.do-grayscale-effect .do-work-item img{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
.do-grayscale-effect .do-work-item:hover img{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                CUSTOM SECTION WITH IMAGE
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-homepage-third .do-custom-halfwidthimg-section{
    background-color: #f9f9f9;
}
.do-homepage-third .do-custom-halfwidthimg-section .do-rightside-halfwidth-img{
    background: none;
    -webkit-background-size: cover;
    background-size: cover;
}
.do-homepage-third .do-custom-halfwidthimg-section .do-rightside-halfwidth-img .do-halfwidth-img-details h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    color: #000000;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}
.do-homepage-third .do-custom-halfwidthimg-section .do-rightside-halfwidth-img .do-halfwidth-img-details p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    margin-bottom: 20px;
}
.do-homepage-third .do-custom-halfwidthimg-section .do-rightside-halfwidth-img .do-halfwidth-img-details a{
    color: #ffffff;
}
.do-homepage-third .do-custom-halfwidthimg-section .do-rightside-halfwidth-img .do-halfwidth-img-details a.do-btn-round-solid:hover{
    color: #fff;
    background-color: #fc7f0c;
    border: 2px solid #fc7f0c;
}
/************************
DO LIST ITEM WITH ICON
************************/
.do-homepage-third ul.do-icon-list{
    margin-bottom: 20px;
}
.do-homepage-third ul.do-icon-list li{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #888888;
    margin-bottom: 5px;
    position: relative;
    padding-left: 30px;
    line-height: 20px;
}
.do-homepage-third ul.do-icon-list li:last-child{
    margin-bottom: 0;
}
.do-homepage-third ul.do-icon-list li i{
    color: #888888;
    position: absolute;
    top: 3px;
    left: 0;
    width: 14px;
    line-height: 12px;
    border: 1px solid #888888;
    text-align: center;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 700;
}
.do-homepage-third ul.do-icon-list li i:before{
    padding-left: 1px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        TESTIMONIAL
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-homepage-third .do-testimonial-section{
    background: url(../../images/shadow-top.png) no-repeat;
    background-position: center bottom;
    padding-bottom: 70px;
}
.do-homepage-third .do-testimonial .do-testimonial-slides p {
    color: #cccccc;
	font-style:italic;
}
.do-homepage-third .do-testimonial .do-testimonial-slides span {
    color: #c92b25;
}
.do-homepage-third .owl-theme .owl-controls .owl-page span, .testimonial .uk-dotnav > li > a {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: transparent;
    border: 2px solid #c2c2c2!important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.do-homepage-third .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span, .testimonial .uk-dotnav > .uk-active > * {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #c2c2c2;
    border: 2px solid transparent;
	transform:none;
}

.uk-grid {margin:0!important;}
.testimonial .uk-grid {min-height:115px;}
.uk-grid > * {padding:0 10px!important;}
.uk-dotnav {margin-left:0!important;}
.uk-dotnav > * {padding:0 0 0 5px!important;}

.testimonial .uk-dotnav > li > a {
    width: 6px!important;
    height: 6px!important;
}	
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        BLOG SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-homepage-third .do-blog-masonry-items .do-blog-item-wrapper .do-blog-img-wrapper img{
}
.do-homepage-third .do-blog-masonry-items:hover .do-blog-item-wrapper .do-blog-img-wrapper img{
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        CLIENT SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-homepage-third .do-client-logo-section{
    padding-bottom: 70px;
    background: url(../../images/image-normal.jpg) no-repeat;
}
.do-homepage-third .do-logo-slider .do-logo-slides{
    text-align: center;
    height: 200px;
    line-height: 200px;
    margin: 0 10px;
    background-color: rgba(0,0,0,0.5); 
}
.do-homepage-third .do-logo-slider .owl-controls{
    margin-top: 70px;
}
/********************************************************
*                                                       *
*                   HOME PAGE (4TH)                     *
*                                                       *
*********************************************************/
.do-homepage-fourth header{
    position: relative;
    height: 100%
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        TOPBAR
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-header-topbar{
    background-color: #333;
    overflow: visible;
    position: relative;
    z-index: 100;
}
.do-header-topbar .do-topbar-content-wrap{
    width: 50%;
    float: left;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.do-header-topbar p{
margin:0;
}
.do-header-topbar a {
color:#fff;
}	

.do-header-topbar a.white{
color:#fff;
}
/*
LEFT CONTENT
*/
.do-header-topbar .do-topbar-content-wrap.do-topbar-content-left ul{}
.do-header-topbar .do-topbar-content-wrap.do-topbar-content-left ul li{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    float: left;
    margin-right: 20px;    
}
.do-header-topbar .do-topbar-content-wrap.do-topbar-content-left ul li i{
    font-size: 16px;
    line-height: 1;
    margin-right: 10px;
}
/*
RIGHT CONTENT
*/
.do-header-topbar .do-topbar-content-wrap.do-topbar-content-right{
    text-align: right;
    float: right;
}
.do-header-topbar .do-topbar-content-wrap.do-topbar-content-right ul{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.do-header-topbar .do-topbar-content-wrap.do-topbar-content-right ul li{
    float: left;
    margin-right: 15px; 
}
.do-header-topbar .do-topbar-content-wrap.do-topbar-content-right ul li:last-child{
    margin-right: 0;
}
.do-header-topbar .do-topbar-content-wrap.do-topbar-content-right ul li a{
    font-size: 16px;
    color: #ffffff;
}
.do-header-topbar .do-topbar-content-wrap.do-topbar-content-right ul li i{
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        SLIDER SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-homepage-fourth .do-slides-1 h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 80px;
    font-weight: 700;
    color: #ffffff;
}
.do-homepage-fourth .do-slides-1 p{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #888888;
    letter-spacing: 8px;
    text-transform: uppercase;
}
.do-homepage-fourth .do-slides-1 a.do-btn-round-solid{
    line-height: 40px;
    border: 0px solid;
    -webkit-transition: all .35s !important;
    -moz-transition: all .35s !important;
    -ms-transition: all .35s !important;
    -o-transition: all .35s !important;
    transition: all .35s !important;
}
.do-homepage-fourth .do-slides-1 a.do-btn-round-outline.green{
    border: 0px solid;
    background-color: #31c2b1;
    color: #ffffff;
    line-height: 40px;
    margin-left: 15px;
    -webkit-transition: all .35s !important;
    -moz-transition: all .35s !important;
    -ms-transition: all .35s !important;
    -o-transition: all .35s !important;
    transition: all .35s !important;
}
.do-homepage-fourth .do-slides-1 a.do-btn-round-outline.green:hover{
    background-color: #c92b25;
    color: #ffffff;
}
.do-homepage-fourth .do-slides-1 a.do-btn-round-solid:hover{
    border: 0px solid;
    background-color: #31c2b1;
    color: #ffffff;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        FEATURE SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-home4-feature-sec{
    background-color: #f9f9f9
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
            CUSTOM SECTION  WITH IMAGE LEFT
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-homepage-fourth .do-custom-section-with-img {
    background-color: #ffffff;
    padding: 90px 0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        COUNTER
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-homepage-fourth .do-counter-section-2{
    background-color: #31c2b1;
    overflow: hidden;
    padding: 65px 0; 
}
.do-homepage-fourth .do-counter-section-2 .do-counter-items .do-counter-items-inner{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: left;
}
.do-homepage-fourth .do-counter-section-2 .do-counter-items .do-number-icon{
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}
.do-homepage-fourth .do-counter-section-2 .do-counter-items i{
    font-size: 35px;
    color: #ffffff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.do-homepage-fourth .do-counter-section-2 .do-counter-items h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    color: #ffffff;
    padding-left: 10px;
    margin: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.do-homepage-fourth .do-counter-section-2 .do-counter-items span{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 6px;
    text-transform: uppercase;
    padding-left: 0px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        CTA
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-homepage-fourth .do-cta-section-2nd{
    padding: 190px 0;
    background: url(../../images/image-normal.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        PORTFOLIO
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-homepage-fourth .do-portfolio-section {
    text-align: center;
    padding-bottom: 70px;
}
.do-homepage-fourth .do-portfolio-works {
    margin-bottom: 70px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        BLOG SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-homepage-fourth .do-blog-section {
    background-color: #f9f9f9;
    padding-bottom: 70px;
}
.do-homepage-fourth .do-blog-section .do-blog-post-wrapper {
    overflow: hidden;
    margin-bottom: 70px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        CLIENT LOGO SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-homepage-fourth .do-client-logo-section{
    padding: 70px 0;
}
.do-homepage-fourth .do-logo-slider .do-logo-slides{
    text-align: center;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        CONTACT SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.do-contactmap-section{
    position: relative;
    overflow: visible;
}
/***************
GOOGLE MAP
***************/
.do-contactmap-section .do-google-map #map{
    width: 100%;
    height: 500px;
    background-color: #CCC;
}
.do-contactmap-section .do-google-map #map img {
    max-width: none;
}
/***************
CONTACT SECTION
***************/
.do-contactmap-section .do-home-contact-form-bg{
    width: 50%;
    height: 100%;
    background-color: rgba(49,194,177,0.78);
    position: absolute;
    top: 0;
    right: 0
}
.do-contactmap-section .do-home-contact-form{
    width: calc(1170px / 2);
    position: absolute;
    top: 0;
    left: 50%;
    padding: 80px 0 80px 80px;
}
.do-contactmap-section .do-home-contact-form .do-home-contact-form-inner h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    margin-bottom: 50px;
}
.do-contactmap-section .do-home-contact-form .rapid_contact_form input[type="email"],
.do-contactmap-section .do-home-contact-form .rapid_contact_form input[type="text"]{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    width: calc(100% / 2 - 15px);
    height: 40px;
    margin-bottom: 30px;
    border: 0px solid;
    border-bottom: 2px solid #ffffff;
    outline: 0;
    float: left;
    background-color: transparent;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.input-group{
    display: block;
}
.do-contactmap-section .do-home-contact-form .rapid_contact_form input:nth-child(1){
    margin-right: 15px;
}
.do-contactmap-section .do-home-contact-form .rapid_contact_form input:nth-child(2){
    margin-left: 15px;
}
.do-contactmap-section .do-home-contact-form .rapid_contact_form textarea{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    width: 100%;
    margin-bottom: 30px;
    border: 0px solid;
    border-bottom: 2px solid #ffffff;
    outline: 0;
    background-color: transparent;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.do-contactmap-section .do-home-contact-form .rapid_contact_form .do-btn-round-solid:hover{
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #e9e9e9;
}
/* Place Holder CSS */
.do-contactmap-section .do-home-contact-form .rapid_contact_form input::-webkit-input-placeholder,
.do-contactmap-section .do-home-contact-form .rapid_contact_form textarea::-webkit-input-placeholder{
    color: #ffffff;
    opacity: 1;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
.do-contactmap-section .do-home-contact-form .rapid_contact_form input:-moz-placeholder,
.do-contactmap-section .do-home-contact-form .rapid_contact_form textarea:-moz-placeholder {
    color: #ffffff;
    opacity: 1;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
.do-contactmap-section .do-home-contact-form .rapid_contact_form input::-moz-placeholder,
.do-contactmap-section .do-home-contact-form .rapid_contact_form textarea::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
.do-contactmap-section .do-home-contact-form .rapid_contact_form input:-ms-input-placeholder,
.do-contactmap-section .do-home-contact-form .rapid_contact_form textarea:-ms-input-placeholder {
    color: #b1bfca;
    opacity: 1;
    -ms-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
/* Place Holder CSS for Focus */
.do-contactmap-section .do-home-contact-form .rapid_contact_form input:focus::-webkit-input-placeholder,
.do-contactmap-section .do-home-contact-form .rapid_contact_form textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
.do-contactmap-section .do-home-contact-form .rapid_contact_form input:focus:-moz-placeholder,
.do-contactmap-section .do-home-contact-form .rapid_contact_form textarea:focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
.do-contactmap-section .do-home-contact-form .rapid_contact_form input:focus::-moz-placeholder,
.do-contactmap-section .do-home-contact-form .rapid_contact_form textarea:focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
.do-contactmap-section .do-home-contact-form .rapid_contact_form input:focus:-ms-input-placeholder,  
.do-contactmap-section .do-home-contact-form .rapid_contact_form textarea:focus:-ms-input-placeholder {  
    opacity: 0;
    -ms-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
/********************************
            ERROR
********************************/
.do-home-contact-form .error {
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-right: 0;
    padding: 10px 15px 10px 50px;
    position: relative;
}
.do-home-contact-form .error:before{
    content: "\f119";
    font-family: 'FontAwesome';
    color: #ffffff;
    position: absolute;
    font-size: 18px;
    top: 10px;
    left: 25px;
}
.do-home-contact-form .success{
    border: 1px solid #19bd9b;
    color: #19bd9b;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 10px 15px 10px 50px;
    position: relative;
}
.do-home-contact-form .success:before{
    content: "\f118";
    font-family: 'FontAwesome';
    color: #19bd9b;
    position: absolute;
    font-size: 18px;
    top: 10px;
    left: 25px;
}
/********************************
           RSFORMS & ACYMAILING 
********************************/
.moduletable_request {text-align:center;}

.rsform_request fieldset {border:0px; margin:0; padding:0;}
.rsform_request li.rsform-block {width:47%!important; margin:7px 1%!important; padding:0px!important; display:inline-block; vertical-align:middle; text-align:left;}
.rsform_request li.rsform-block div.formBody {float:none;}
.rsform_request li.rsform-block input.rsform-input-box, .rsform_request li.rsform-block textarea {width:100%!important; margin:0!important;}
.rsform_request li.rsform-block label {font-weight:400; font-size:14px!important; margin:0 20px 0 3px!important;}
.rsform_request li.rsform-block-services {padding:0 1%!important;}

.rsform-block-consultation-type {max-width:330px;}

fieldset.formFieldset ol.formContainer li.rsform-block-security-question .formCaption2,
fieldset.formFieldset ol.formContainer li.rsform-block-security-question .formBody {width:auto; display:inline-block; float:none!important}
fieldset.formFieldset ol.formContainer li.rsform-block-security-question .formBody input {width:200px;}

.do-footer-top .rsform_request li.rsform-block {width:100%!important; margin:0 0 6px 0!important; padding:0px!important; display:inline-block; vertical-align:middle; text-align:left;}
.do-footer-top .rsform_request li.rsform-block div.formBody {float:none;}
.do-footer-top .rsform_request li.rsform-block input.rsform-input-box, .rsform_request li.rsform-block textarea {width:100%!important; margin:0!important;}
.do-footer-top .rsform_request li.rsform-block label {font-weight:400; font-size:12px!important; margin:0 15px 0 3px!important; width:auto!important; display:inline-block;}
.do-footer-top .rsform_request li.rsform-block-services {padding:1% 0!important; width:340px!important;}
.do-footer-top .rsform_request li.rsform-block-subscribeme label {width:auto!important;}


.acymailing_module {text-align:center;}
.acymailing_module_signup {text-align:left!important; margin:-20px 0 70px 0!important; background: url('../../images/fresh-insights-bg.jpg') no-repeat top right!important ; background-size:100%!important;}
.acymailing_module_signup h3 {font-size:40px; line-height:40px!important; color:#4b4b4b;}
.acymailing_module_signup h4 {margin:4px 0;}
.acymailing_module_signup .acymailing_module_form {text-align:left;}
.acymailing_module_signup .acymailing_module_form .acymailing_introtext {width:70%; padding-bottom:0;}
.acymailing_module_signup table.acymailing_form {width:100%; margin:0;}
.acymailing_module_signup input.button {background:#fc7f0c; border-color:#fc7f0c;}

.acymailing_module_insights {margin:70px 0;}
.acymailing_module p.onelist, .acymailing_module_request p.onelist, .acymailing_module_insights p.onelist {display:inline-block; margin-right:17px;}
.acymailing_module p.onefield, .acymailing_module_request p.onefield {width:47%!important; margin:7px 1%; display:inline-block; vertical-align:middle;}
.acymailing_module_insights .acymailing_introtext {width:35%!important; margin:0; display:inline-block!important; vertical-align:top; padding-bottom:0px!important; text-align:right;}
	.acymailing_module_insights .acymailing_introtext h3 {font-size:1.6em; margin:0!important;}
	.acymailing_module_insights .acymailing_introtext h4 {font-size:13px; font-weight:600!important; margin:16px 0 0!important;}
	.acymailing_module_insights .acymailing_introtext span {font-size:inherit!important; font-weight:inherit!important;}

.acymailing_moduleebook .acymailing_introtext {display:inline-block!important; vertical-align:middle; width:30%; margin:10px 2%;}
.acymailing_moduleebook .acymailing_form {display:inline-block!important; vertical-align:middle; width:60%; margin-right:2%;}
.acymailing_moduleebook .acymailing_finaltext h4 {font-size:1.9em!important; font-weight:700!important;}

.acymailing_module_insights .acymailing_form {width:64%!important; margin:0; display:inline-block; vertical-align:top; text-align:left;}
.acymailing_module_insights p.onefield {width:47%!important; margin:0px 1%; display:inline-block; vertical-align:middle;}
.acymailing_module .acymailing_lists, .acymailing_module_request .acymailing_lists, .acymailing_module_insights .acymailing_lists {width:47%!important; margin:0 1%; display:inline-block;}
.acymailing_module .acysubbuttons, .acymailing_module_request .acysubbuttons {width:47%!important; margin:0 1%; display:inline-block; text-align:left; vertical-align:middle;} 
.acymailing_module_insights .acysubbuttons {width:auto!important; margin:5px 1% 0; display:inline-block; text-align:left;}
.acymailing_module input.acymailing_checkbox, .acymailing_module_request input.acymailing_checkbox, .acymailing_module_insights input.acymailing_checkbox {vertical-align:middle!important; margin:0 4px 0 0!important;}
.acymailing_module p.onelist label, .acymailing_module_request p.onelist label, .acymailing_module_insights p.onelist label {font-weight:300!important; font-size:13px!important;}
.moduletable_request h3{
    font-size: 25px;
    font-weight: 700;
    color: #000;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.underline-heading h3:after{
    content: '';
    width: 45px;
    height: 4px;
    background-color: #c92b25;
    position: relative;
    bottom: -27px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.moduletablewecanhelpleft {
width:70%; display:inline-block; vertical-align:top; margin:60px 0; text-align:left;
	
}
.moduletablewecanhelpright {
width:45%; display:inline-block; vertical-align:top; margin:60px 3%; text-align:left;
	
}
.do-custom-video-section h2 {color:#fff; font-size:36px!important; font-weight:300; margin:0 0 15px;}
.do-custom-video-section h3 {text-align:left;}
.do-custom-video-section h4 {color:#fff; font-size:1.2em; line-height:1.2em; font-weight:600; margin-top:10px;}
.do-custom-video-section ul {color:#000!important; list-style: disc outside none; margin-left:30px;}
.do-custom-video-section ul li {color:#fff!important; font-weight:600; margin:4px 0;}

.do-footer td, .do-footer tr {border:0px;}

table.bullets {}
table.bullets tr {border-top:0px solid #666;}
table.bullets td {border-top:0px solid #666; padding:10px 0;}

.insight-wrap {background:#fff; margin-bottom:50px;}
.insight-left {width:48%; display:inline-block; vertical-align:middle;}
.insight-right {width:50%; display:inline-block; vertical-align:middle; padding:2% 3% 2% 4%;}
.insight-left p {margin:0;}

.casestudy {margin:60px 0;}
.casestudy img {margin:10px 1%; max-width:22%!important;}
.casestudy h4 {
    font-weight: 300!important;
    font-size: 16px!important;	
	margin: 0 0 1.6em 0;
}

div.box, div.allcontent {border:1px solid #dbdbdb; background:#f2f2f2; padding:15px 2% 20px; margin:20px 0;}
div.box2 {border:1px solid #dbdbdb; border-left:40px solid #dbdbdb; background:#f2f2f2; padding:15px 4% 20px 6%; margin:30px 5%;}
.uk-accordion-title {background:#333 url('../../images/uk-title-arrow.png') no-repeat 10px center!important; padding:10px 20px 10px 45px!important; color:#fff;}
a.header-link {display:block; text-align:center; background:#f2f2f2; padding:20px 10px; font-weight:bold; font-size:20px;}
a.uk-button {text-align:center!important; font-weight:700; background:none; border:0px; margin:0 auto 10px!important; font-size:14px!important; display:inline-block; width:auto; border-radius:20px;}
div.head a.uk-button {background:#c92b25!important; border:1px solid #c92b25; color:#fff!important;}
div.head li:hover a.uk-button {background:#fc7f0c!important;}
a.uk-button-large {background:#c92b25!important; color:#fff!important;}
a.uk-button-large:hover {background:#888!important; color:#fff!important;}

.uk-accordion .do-btn-round-solid {margin-top:15px;}
a.btn-large {font-size:16px; height:40px; line-height:34px; width:auto; text-align:center;}
a.morelink {
    font-size: 12px;
    color: #888888;
    letter-spacing: 1px;
    padding: 0px 10px;
    padding-left: 15px;
    height: 30px;
    line-height: 26px;
    border: 2px solid #e9e9e9;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;	
	margin:10px 0 0;
	}
	
.morelink:hover,
.morelink:focus{
    background-color: #c92b25;
    color: #fff !important;
    border: 2px solid #c92b25;
}	

.moduletabletranslate {float:right; background-color:#ccc; margin:0 0 -39px; padding:10px 4px 3px; border-radius:6px; z-index:200; position:absolute; right:180px;}

.switcher .selected a {padding:1px 5px!important; line-height: 22px;}
span.gflag {}
.switcher .selected span.gflag {margin-top:3px;}

/*FACEBOOK WALL FEED*/
div#fb-wallfacebookfeed {}
div#fb-wallfacebookfeed #top-fb-head {background:none!important; border:0px!important; margin:0px!important;}
div#fb-wallfacebookfeed h2.fb-head {
	background:none!important;     
	font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 35px;
    text-transform: uppercase;
	text-shadow:0px 0px 0px #4b4b4b!important;
	padding:0px!important;
}
div#fb-wallfacebookfeed h2.fb-head a.hover {}
.fb-facefacebookfeed {margin:0px!important; padding:0px!important; border:0px!important; font-size:13px;}
.fb-wall-data {border-bottom:1px solid #888!important; padding:4px 0!important;}
.fbwall-Track {background:#333!important;}
.fbwall-Drag {background:#888!important;}
.fb-wall-name {font-size:11px;}

div.consult-button {text-align:center;}

div.consult-button h3.uk-accordion-title {
    font-family: 'Open Sans', sans-serif;
	font-weight:700;
    font-size: 16px;
    color: #fff !important;
    background: #c92b25!important;
    border: 2px solid #c92b25;
    padding: 5px 20px!important;
    padding-left: 25px!important;
	margin:0;
    height: auto!important;
    line-height: 24px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px; 
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;   
}
.consult-button h3.uk-accordion-title:hover {
    color: #888 !important;
    background: #fff!important;
    border: 2px solid #e9e9e9  !important;
}

div.rsformconsult-form {background:#f3f3f3; width:336px; margin:20px auto 0; text-align:center;}
div.rsformconsult-form .formBody {float:none;}
div.rsformconsult-form input.rsform-input-box, div.rsformconsult-form textarea, div.rsformconsult-form select {width:300px!important;}
.rsform-block label {font-size:13px!important; margin:3px 10px 3px 3px!important;} 
strong.formRequired {margin-left:0px!important;}

div.other-service {width:22%; width:22.5%; text-align:center; padding:1%; margin:1%; display:inline-block; vertical-align:top; border:1px solid #ddd;}
div.other-service p {min-height:110px;}

.moduletabletrademark-pack {margin-left:20px; background:#333; color:#f5f5f5; padding:20px;}
.moduletabletrademark-pack p {color:#f5f5f5;}
.customtrademark-pack {margin-left:20px; padding:0 0 0 40px; float:right; width:50%; border-left:1px solid #ddd;}
.article-content .customtrademark-pack img {width:200px; float:right; margin-left:15px;}
.t3-sidebar .customtrademark-pack {width:auto; margin-left:20px; background:#333; color:#f5f5f5; padding:20px; float:none; border-left:0px;}
.t3-sidebar .customtrademark-pack h3 {font-size:1.3em;}
.t3-sidebar .customtrademark-pack p {color:#f5f5f5;}

.consult-right .customtrademark-pack {margin-left:0; padding:0; float:none; width:100%; border-left:0px solid #ddd;}

.customtrademark-pack-form {margin:10px 0 10px 6%!important; background:#333; color:#f5f5f5; padding:5px 15px 5px 15px; float:none;}
.customtrademark-pack-form h3, div.itemFullText .customtrademark-pack-form h3 {font-size:22px!important; margin:0!important; padding:0!important;}
.customtrademark-pack-form p {color:#f5f5f5!important;}
.customtrademark-pack-form ul li {margin:3px 0 3px 15px!important; color:#f5f5f5;}

div.consult-left {width:50%; display:inline-block; vertical-align:top; margin-left:4%;}
div.consult-right {width:41%; display:inline-block; vertical-align:top; padding:1% 2%; background:#333; color:#f5f5f5; margin-top:13px;}
div.consult-right h3 {font-size:1.6em; margin:0.8em 0;}
div.consult-right p {color:#f5f5f5;}

.uk-grid .uk-panel h3 {font-size:1em; margin:0; color:#4b4b4b;}
.uk-grid .uk-panel h3.uk-h2 {font-size:1em;} 
.uk-grid .uk-panel p {margin:.3em 0;}

.uk-grid .uk-margin {margin:5px 0 !important;}
.uk-grid a.uk-button {margin:0!important;}

.pull-left span {margin-right:40px;}
.pull-right span {margin-left:40px;}
.pull-right img {}

#t3-mainbody ul, #t3-mainbody ol {font-size:13px;}
#t3-mainbody ul li {list-style:disc outside none; }
#t3-mainbody ol li {list-style:decimal outside none;}
#t3-mainbody fieldset ul li, #t3-mainbody fieldset ol li {list-style:none outside none;}

button.need-next {width:155px!important; height:auto!important; display:inline; position:absolute; top:0px; right:0px; font-size:12px; font-weight:bold; line-height:16px;
	color:#fff;
    background: #fc7f0c!important;
    padding: 7px 10px!important;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    -o-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px; 
	border:0px solid #fff;}

.box-left {width:47%; display:inline-block; vertical-align:top;}
.box-left p {margin:0;}
.box-right {width:48%; display:inline-block; vertical-align:top; padding:20px 0 0 4%;}
.box-grey {background:#9b9b9b;}
.box-grey h1, .box-grey h2, .box-grey h3, .box-grey h4 {color:#fff;}
.box-grey p {color:#fff;}
	
button.need-next:hover, button.need-next:focus {background:#888!important;}	

div.itemAttachmentsBlock {border-bottom:0px; padding:0 20px; text-align:center;}

div.contact-left {width:49%; padding-right:7%; margin-right:7%; display:inline-block; vertical-align:top; border-right:1px solid #ccc;}
div.contact-right {width:43%; display:inline-block; vertical-align:top;}

.footer-icons {margin:0 0 15px; padding:40px 0 25px; display:inline-block; width:100%; border-top:0px solid #ddd; border-bottom:0px solid #ddd;}
div.customassociations {margin:30px 0;}
.footer-icons .do-icon-with-text-style3 {padding:0;}
.service-icons {margin:15px 0; padding:15px 0; display:inline-block; width:100%; border-top:0px solid #ddd; border-bottom:0px solid #ddd;}
.service-icons .do-icon-with-text-style3 {width:25%;}

div.itemListCategory {background:none; padding:0; border:0px;}
div.itemListCategory h2.section {color:#fff; background:#c92b25; padding:10px 20px; font-weight:600!important;}

.do-creative-blog-items {background-size:100%!important;}

.do-creative-blog-items .do-blog-content {background-color:#fff; padding:30px 0 30px 50px; transition:all .6s; -webkit-transition:all .6s; -moz-transition:all .6s; -ms-transition:all .6s; -e-transition:all .6s; overflow:hidden;} 
.do-creative-blog-items:hover .do-blog-content {background-color:rgba(0,0,0,0.8);}
div.k2ItemsBlock ul li div.moduleItemTitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin: 0;
    text-transform: uppercase;
 	padding:0!important;
}
.do-creative-blog-items:hover div.moduleItemTitle {color:#fff;}
.do-creative-blog-items .moduleItemIntrotext {padding:0!important; color:#4b4b4b;}
.do-creative-blog-items:hover .moduleItemIntrotext {color:#fff;}
a.moduleItemReadMore {margin:10px 0 0; display:inline-block;}
a.phone {color:#4b4b4b;}

div.itemListSubCategories {margin-bottom:30px;}
div.subCategory {background:none; padding:20px!important;}
div.subCategory a.subCategoryImage img, div.subCategory a.subCategoryImage:hover img {margin:0;}

.testimonial {}
div.testimonials-float {background:#3b3b3b; padding:25px 25px 35px;}
div.testimonials-float h4 {font-size:20px; color:#fff;}
div.testimonial li {list-style:none outside none!important;margin:0 3px!important; padding:0!important;}
div.testimonial .uk-grid .uk-panel h3 {text-transform:uppercase;}
div.testimonial .uk-grid .uk-panel p {color:#4b4b4b!important; font-size:14px;}
.do-testimonial-section div.testimonial .uk-grid .uk-panel p, div.testimonials-float .uk-grid .uk-panel p {color:#ccc!important; font-size:14px;}
.testimonial p strong {font-weight:400!important;}

div.catItemVideoBlock, div.itemVideoBlock {padding:0; margin:0; background:none; border:0px solid #000}

div.dark {background:#333; padding:40px 2%; margin:20px 0;}
div.grey {background:#555; padding:40px 2%; margin:20px 0;}

div.casestudy-layout {}
div.casestudy-layout .do-blog-post-title-wrapper {text-align:center!important; padding-bottom:0px;}
div.casestudy-layout .do-blog-post-title-wrapper h1 {color:#d13d1c!important;}
div.casestudy-layout .do-blog-single-inner-sec {padding-top:10px;}

div.casestudy-left {width:70%; margin:20px 3% 20px 0; vertical-align:top; display:inline-block;}
div.casestudy-right {width:26%; padding:15px 2%; vertical-align:top; display:inline-block; margin:20px 0; background:url('../../images/casestudy-right.png') no-repeat bottom left;}
div.column-2 {column-count: 2; column-gap: 50px; column-fill:balance; vertical-align:top; margin:20px 0;}

div.casestudy-left p {margin:0 0 15px!important;}
div.casestudy-layout h2 {font-size:2em; margin-top:10px!important;} 
div.casestudy-layout h3 {font-weight:400!important; line-height:125%!important;} 
div.casestudy-right h5 {font-size:20px!important; color:#000; line-height:125%; font-weight:normal!important; margin:20px 0 50px; padding-top:50px; background:url('../../images/large-quote.png') no-repeat top left;}

.do-slider-section h2 {font-size:28px!important; margin:10px 0;}
.do-slider-section h2 a.button {vertical-align:middle;}
.do-slider-section h3 {font-size:24px; font-weight:400; text-transform:none;}

.do-slider-section div.head div.uk-overlay-panel {margin:auto!important; padding:0 16%;}
.do-slider-section div.head div.uk-overlay-panel .uk-margin {width:100%; margin-left:0!important;}

h1 {font-size:2.5em;}
h3, div.strip-grey-bg h3 {font-size:26px; margin-bottom:0;}
h4 {font-size:24px; color:#c92b25; margin:0 0 .6em;}
.pull-right h6 {margin:0!important;}

h4.notice {font-size:24px; color:#c92b25; margin:0 0 .6em;}

div.table-sb-bg {border:2px solid #4b4b4b; background:#ebebeb; text-align:center;margin:20px 0px; padding:2px 2px 0;}
div.table-sb {padding:15px; margin:0px; display:inline-block; z-index:9; position:relative; vertical-align:top;}
div.table-sb-middle {margin:0 -4px; z-index:8; position:relative; padding-bottom:60px!important; background: url(/templates/xp_do_template/images/border-fade.png) no-repeat top center; background-size:100%;}
div.table-sb h4 {background:#c92b25; color:#fff; padding:15px; font-weight:700!important; margin:-15px -15px 10px; text-align:center; font-size:16px;}
div.table-sb-middle h4 {border-left:2px solid #ebebeb; border-right:2px solid #ebebeb;}
div.table-sb p {font-size:12px; line-height:140%; padding-left:25px; background:url('../../images/tick-orange-18.png') no-repeat top left;  text-align:left;}
div.table-sb p strong {font-size:14px; line-height:150%; text-align:left!important}

div.table-sb-bg2 {border:0!important; background:none!important;}
div.sbtabs .uk-tab-center {border-bottom:1px solid #444; margin-top:10px;}
div.sbtabs ul li {list-style:none outside none!important; margin:0!important;}
div.sbtabs .uk-tab > li > a {font-size:17px; margin:0 20px; padding:12px 27px; border-radius:0!important; color:#c92b25;border:0px!important; font-weight:700;}
div.sbtabs .uk-tab > li.uk-active > a {color:#fff!important; background:#c92b25!important;}
div.sbtabs .uk-tab > li > a:hover {margin-bottom:0!important; padding:12px 27px; background:#444;}
div.sbtabs .uk-grid .uk-panel h3 {background:#444; padding:7px 15px; font-size:1.4em;}

div.table-sb-bg2 p {color:#fff;}
div.table-sb-bg2 p {font-size:13px; line-height:140%; padding-left:25px; background:url('../../images/tick-orange-18.png') no-repeat top left!important; text-align:left;}
div.table-sb-bg2 p strong {font-size:14px; line-height:150%; text-align:left!important}

.content-left {margin-top:-1em;}
.pull-right {position:relative; display:inline-block; visibility: bottom;}
.pull-right h6 {margin:20px 0 -20px 0;}
.pull-right h6 img {display:block; margin:32px auto -20px;}

div.strip-grey-bg {background:#333/*#982c12 url(/templates/xp_do_template/images/manage-portfolio-bg.jpg ) no-repeat bottom center*/; padding:15px 34% 30px; margin:20px -34%; }
div.strip-red-bg {background:#c92b25; padding:15px 34% 15px; margin:40px -34%; }

div.strip-red-bg h3, div.strip-grey-bg h3 {color:#fff!important; margin:.5em 0;}
div.strip-red-bg h4, div.strip-grey-bg h4 {color:#fff; font-size:18px;}

html.nogap div.strip-grey-bg {margin-top:0;}
html.nogap .t3-mainbody {padding:0px 20% 60px;}

html.nogap-bottom .t3-mainbody {padding-bottom:0!important;}

div.enquiry-block {background:#c92b25 url(/templates/xp_do_template/images/enquiry-block-bg.jpg ) no-repeat center right; padding:30px 34%; margin:40px -34% 0; }
div.enquiry-block #userForm {width:50%; margin:30px 0;}
div.enquiry-block .formBody {float:none;}
div.enquiry-block #userForm li.rsform-block {width:50%; margin:0 -1px; display:inline-block;}
div.enquiry-block #userForm li.rsform-block-submit {border-top:1px solid #fff; width:100%; padding-top:30px!important;}
div.enquiry-block #userForm li.rsform-block-consultation-type {width:100%; display:inline;}
div.enquiry-block #userForm li.rsform-block-details, div.enquiry-block #userForm li.rsform-block-subscribeme {width:100%;}

div.enquiry-block h1, div.enquiry-block h2, div.enquiry-block h3, div.enquiry-block h4 {color:#fff;}
div.enquiry-block h3 {font-size:32px;}
div.enquiry-block p {color:#fff;}
div.enquiry-block label {font-weight:400;}
	div.enquiry-block fieldset.formFieldset {border:0px; background:none; padding:0px;}
div.enquiry-block fieldset.formFieldset ol.formContainer {padding-right:-5%;}
div.enquiry-block fieldset.formFieldset ol.formContainer li {padding:15px 0;}
		div.enquiry-block fieldset.formFieldset .formCaption2 {color:#fff;}
		div.enquiry-block fieldset.formFieldset .rsform-block label {color:#fff;}
div.enquiry-block button.rsform-submit-button {border: 1px solid #fff!important;}
div.enquiry-block select, div.enquiry-block input[type="text"] {border:0px solid #fff; width:96%; margin-right:4%; }
div.enquiry-block textarea {border:0px solid #fff; width:90%}

	

div.wynneshelp div.contact-box {background:#ebebeb; border:1px solid #c0c0c0; padding:7px 15px 15px; text-align:center;}
div.wynneshelp div.contact-box h4, div.wynneshelp div.contact-box p {}
div.wynneshelp div.contact-box img.right {float:right; margin:-35px -25px 0 0;}

div.customwynneshelp {margin:25px 0 0 6%; padding:10px 3% 0 3%; border:1px solid #cbcbcb;}
div.customwynneshelp div.contact-box {margin:0 -3% 2px; border:0px solid #c0c0c0; padding:7px 3% 8px;}
div.customwynneshelp div.contact-box img.right {margin:-35px -35px 0 0;}

div.sb-form fieldset.formFieldset {background:#ebebeb url(/templates/xp_do_template/images/consultation-form-bg.jpg ) no-repeat top right; margin:0; padding:15px 10px 25px;}
div.sb-form fieldset.formFieldset .formContainer {width:380px;}
div.sb-form fieldset.formFieldset ol.formContainer li {padding:10px;}
div.sb-form h3 {background:#c92b25; color:#fff; padding:15px; margin-top:25px; margin-bottom:0px; font-size:22px;}
.contact-button {
display:inline-block; vertical-align:top; text-align:center; padding:10px;
	width:45%; margin:0 2% 5px 2%;
	border:2px solid #c92b25; 
border-radius:8px; 
background: #dbdbdb; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #dbdbdb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#dbdbdb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#dbdbdb 100%);
}
.contact-button:hover {
background: #dbdbdb; /* Old browsers */
background: -moz-linear-gradient(top, #dbdbdb 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #dbdbdb 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #dbdbdb 0%,#ffffff 100%);
}
.contact-button p span {color:#c92b25;}

fieldset.formFieldset ol.formContainer li.rsform-block-cas {padding:0!important;}
fieldset.formFieldset ol.formContainer li.rsform-block-cas label {font-weight:normal;}

div.testimonial {border-top:1px solid #ccc; padding-top:20px; margin-top:20px; display:block;}
div.testimonial .uk-grid .uk-panel p {color:#4b4b4b!important;}
div.testimonial .uk-margin {margin-bottom:0px;}

.contact-button p {margin:0!important; font-size:12px; line-height:150%; color:#4b4b4b!important;}

.uk-overlay-panel .uk-dotnav {margin-bottom:0!important;}
.uk-overlay-panel .uk-dotnav > * {padding:0 0 0 8px!important;}
.uk-overlay-panel .uk-dotnav > * > * {width:10px!important; height:10px!important; border:1px solid #c2c2c2!important;}

div.pagination, ul.pagination {float:none!important;}
div.k2Pagination ul li.active a {background:#fc7f0c!important;}

div.home-services {margin:-40px 0 0; display:inline-block;}
div.home-services h3 {margin:0 0 5px!important;}
div.home-services p {font-size:12px; line-height:16px; margin:0!important;}

div.social-icon-wrap {display:inline;}

.container-fluid {padding-left:0!important; padding-right:0!important;}

div.content-left {display:inline-block; vertical-align:top;}
div.content-right {display:inline-block; vertical-align:top;}
div.breakout-left {display:inline-block; vertical-align:top; float:left; border-right:2px solid #ccc; padding:20px 5% 20px 0; margin-top:30px 0;}
div.breakout-right {display:inline-block; vertical-align:top; float:right; border-left:2px solid #ccc; padding:20px 0 20px 6%; margin-top:30px 0;}
div.breakout-left h6, div.breakout-right h6 {border-top:2px solid #fc7f0c; border-bottom:2px solid #fc7f0c; color:#fc7f0c; font-size:24px; padding:7px; margin:0 0 20px; border-radius:12px;}


@media (max-width: 1399px) {
.t3-mainbody {padding:30px 5%;}
.do-header-topbar {padding:5px 5%;}
.do-main-menu {padding:0 5%;}
.do-homepage-third .do-custom-sec-img-left {padding:0 5%;}
footer.do-footer .do-footer-top {padding:35px 5% 15px;}
div.ground-up {padding-left:4%; background-size:auto;}	
	
}
	
@media (max-width: 1199px) {
	
.t3-mainbody {padding:35px;}
	.do-header-topbar {padding:5px 35px 5px 0; }	
	.do-main-menu {padding: 0 35px;}
.do-homepage-third .do-custom-sec-img-left {padding:0 35px;}
footer.do-footer .do-footer-top {padding:35px 20px 15px;}
div.ground-up {padding-left:35px; background-size:auto;}	
div.enquiry-block {padding:30px 35px; margin:40px -35px 0; }
	
	
.do-slider-section div.head div.uk-overlay-panel {width:100%; margin:auto!important; padding:0 35px;}
	
.do-slider-section div.head div.uk-overlay-panel .uk-margin {width:100%!important;}	
	h1 {font-size:2.2em!important;}
	.do-slider-section div.head div.uk-overlay-panel .uk-margin h1 {margin:.2em 0;}
	h3 {font-size:22px;}
	h4 {font-size:18px;}
	div.sb-form h3 {font-size:18px;}
	div.wynneshelp div.contact-box img.right {max-width:50%;}
	.pull-right h4 {font-size:22px; margin:1em 0;}
	.pull-right h6 img {margin-top:55px;}
	
div.casestudy-right h5 {font-size:18px!important;}
	
	.do-slider-section h2 {font-size:22px!important;}
	.do-slider-section h3 {font-size:20px!important;}
	
	.customtrademark-pack-form img {display:none;}
	
.head .videobox {min-width:420px;}
	
.acymailing_module_signup {background-size:100%!important;}
.acymailing_module_signup h3 {font-size:32px; line-height:32px!important;}
.acymailing_module_signup h4 {font-size:13px;}
	
}

@media (max-width: 979px) {
	
.navbar-header {padding-left:35px;}	
.do-header-topbar {float:right; position:absolute; top:90px; right:0; padding:5px 35px 5px 0; width:auto; background-color:transparent;}	

	
ul.navbar-nav > li, ul.maximenuck > li {margin-right:30px;}
	
.do-slider-section div.head div.uk-overlay-panel .uk-margin {width:100%!important;}	
	
div.casestudy-left {width:100%; margin:20px 0 20px 0;}
div.casestudy-right {width:95%;}
	.pull-right h6 img {display:none!important;}
	div.table-sb p {font-size:11px;}
	div.table-sb p strong {font-size:11px; }
	div.table-sb p {margin-left:-5px;}
	div.wynneshelp div.contact-box .contact-button {width:80%;}
	
	h4 {font-size:16px;}
	div.sb-orange-bg h4, div.strip-grey-bg h4 {font-size:15px;}
	div.table-sb h4 {font-size:15px; padding:10px;}
	.width38, .width56 {width:100%;}
	.pull-right h4 {margin:0 0 .6em;}
	div.sb-form h3 {font-size:25px;}
	
	div.sb-form fieldset.formFieldset .formContainer {width:100%;}
	div.sb-form fieldset.formFieldset ol.formContainer li {padding:10px 0;}
	
	div.sb-form fieldset.formFieldset .rsform-block label {font-size:12px!important;}
	
	.do-header-topbar .do-topbar-content-wrap {width:auto;}
	
.customtrademark-pack-form {margin:10px 0!important;}
	
	.whatsnew .moduleItemIntrotext .moduleItemReadMore {margin:0;}

	
.head .videobox {min-width:350px;}
	
	div.video-left {width:100%!important; margin:20px 0!important;}
	div.video-intro {width:100%!important; padding-left:0; background:none; margin:20px 0;}
	div.video-intro h2 {background: url(../../images/video-intro-arrow-down.png) no-repeat; background-position: top left; padding-left:60px;}
	.breakout-right h3.block {margin:-20px -20px 20px!important; border-left:0px solid #bbb; border-radius:16px 16px 0 0;}

.acymailing_module_signup {background-size:100%!important;}
.acymailing_module_signup h3 {font-size:22px; line-height:22px!important;}
.acymailing_module_signup h4 {font-size:12px;}
	
	.uk-panel-space {padding:10px 0!important;}
	
div.breakout-left h6, div.breakout-right h6 {border-top:2px solid #fc7f0c; border-bottom:2px solid #fc7f0c; color:#fc7f0c; font-size:24px; padding:7px 15px; margin:0 0 20px; border-radius:12px;}
	
	div.enquiry-block #userForm {width:100%;}
	
	div.do-footer-top p, do-footer-top li, div.maximenuckh ul.maximenuck li ul.maximenuck2 li.maximenuck a, div.maximenuckh ul.maximenuck2 li.maximenuck a {font-size:12px;}	
	

}

@media (max-width: 767px) {
	body div.t3-wrapper {margin-top:-40px!important;}
	.do-main-menu {height:130px;top:40px}
	.do-header-topbar .do-topbar-content-wrap {width:100%;}
	.do-header-topbar .do-topbar-content-wrap.do-topbar-content-right {text-align:center;}
	.navbar-header {width:100%; display:inline-block; margin:0 auto; float:none!important;text-align:center;top:10px; padding-left:0;}
	.do-header-topbar {float:none; right:auto; left:auto; margin:0 auto; display:block; width:100%;}	
	.navbar-brand {float:none!important; margin-left:auto!important; margin-right:auto!important; padding:0; position:relative!important; left:auto!important;}
	.navbar-brand > img {display:inline-block;}

	div.home-services {margin:0 0 15px;}
	div.table-sb-middle {background:none!important; padding-bottom:15px!important;}
	
	div.wynneshelp div.contact-box .contact-button {width:45%;}	
	div.sb-form h3 {font-size:20px;}
	
	div.do-slider-section div.nomob {display:none; visibility: hidden; overflow:hidden; height:0px;}
	

.whatsnew .do-blog-img-wrapper {width:100%;}
.whatsnew .moduleItemIntrotext {width:100%;}	
.whatsnew .do-blog-masonry-items .do-blog-item-wrapper .do-blo-title-excerpt {padding:15px 30px;}
	.whatsnew .do-blog-img-wrapper img {max-width:100%;}
	
.acymailing_moduleebook .acymailing_form {width:90%; margin-right:0;}
	
	.do-header-topbar {top:70px}
	.do-header-topbar a.mobile {display:none; visibility:hidden; overflow:hidden; height:0;}

div.breakout-left {border:2px solid #ccc; border-radius:18px; padding:20px; float:none;}
div.breakout-right {border:2px solid #ccc; border-radius:18px; padding:20px; float:none;}
	div.breakout-left h6, div.breakout-right h6 {font-size:18px;}
	
	h1 {font-size:2em!important; line-height:1.3em;}
	h3 {font-size:20px;}
	.pull-right h4 {font-size:17px;}
	
	div.customwynneshelp {margin:30px 0 0 0;}	
	
div.do-slider-section div.uk-overlay-panel .uk-margin h1 {font-size:24px!important;}
	div.do-slider-section div.uk-overlay-panel .uk-margin h2 {font-size:18px!important;}
div.do-slider-section div.uk-overlay-panel .uk-margin h3 {font-size:16px!important;}
	
	div.stats .uk-accordion-content p {font-size:11px; line-height:14px;}
	
div.social-icon-wrap {display:block;}	
	.container > .navbar-header {margin:0 auto!important;}
	
	.do-header-topbar {top:120px; text-align:center; float:none;}
	.do-header-topbar .do-topbar-content-wrap.do-topbar-content-right {float:none; text-align:center;}	

	div.ground-up {padding:0 3%;}
	
	.t3-footnav .col-sm-4 {width:50%;}
	.t3-footnav .col-sm-4 .footermenu {display:none;}
	
}


@media (max-width: 545px) {

	div.stats .uk-accordion-content .width16, div.stats .uk-accordion-content .width19 {width:30%;}
	div.wynneshelp div.contact-box .contact-button {width:80%;}	
	
}

p.bar-left-red {border-left:4px solid #c92b25; padding-left:20px;}
p.bar-left-grey {border-left:4px solid #555; padding-left:20px;}

.width1 {width:1%;} .width2 {width:2%;} .width3 {width:3%;} .width4 {width:4%;} .width5 {width:5%;} .width6 {width:6%;} .width7 {width:7%;} .width8 {width:8%;} .width9 {width:9%;} .width10 {width:10%;} .width11{width:11%;} .width12 {width:12%;} .width13 {width:13%;} .width14 {width:14%;} .width15 {width:15%;} .width16 {width:16%;} .width17 {width:17%;} .width18 {width:18%;} .width19 {width:19%;} .width20 {width:20%;} .width21{width:21%;} .width22 {width:22%;} .width23 {width:23%;} .width24 {width:24%;} .width25 {width:25%;} .width26 {width:26%;} .width27 {width:27%;} .width28 {width:28%;} .width29 {width:29%;} .width30 {width:30%;} .width31{width:31%;} .width32 {width:32%;} .width33 {width:33%;} .width34 {width:34%;} .width35 {width:35%;} .width36 {width:36%;} .width37 {width:37%;} .width38 {width:38%;} .width39 {width:39%;} .width40 {width:40%;} .width41{width:41%;} .width42 {width:42%;} .width43 {width:43%;} .width44 {width:44%;} .width45 {width:45%;} .width46 {width:46%;} .width47 {width:47%;} .width48 {width:48%;} .width49 {width:49%;} .width50 {width:50%;} .width51{width:51%;} .width52 {width:52%;} .width53 {width:53%;} .width54 {width:54%;} .width55 {width:55%;} .width56 {width:56%;} .width57 {width:57%;} .width58 {width:58%;} .width59 {width:59%;} .width60 {width:60%;} .width61{width:61%;} .width62 {width:62%;} .width63 {width:63%;} .width64 {width:64%;} .width65 {width:65%;} .width66 {width:66%;} .width67 {width:67%;} .width68 {width:68%;} .width69 {width:69%;} .width70 {width:70%;} .width71{width:71%;} .width72 {width:72%;} .width73 {width:73%;} .width74 {width:74%;} .width75 {width:75%;} .width76 {width:76%;} .width77 {width:77%;} .width78 {width:78%;} .width79 {width:79%;} .width80 {width:80%;} .width81{width:81%;} .width82 {width:82%;} .width83 {width:83%;} .width84 {width:84%;} .width85 {width:85%;} .width86 {width:86%;} .width87 {width:87%;} .width88 {width:88%;} .width89 {width:89%;} .width90 {width:90%;} .width91{width:91%;} .width92 {width:92%;} .width93 {width:93%;} .width94 {width:94%;} .width95 {width:95%;} .width96 {width:96%;} .width97 {width:97%;} .width98 {width:98%;} .width99 {width:99%;} .width100 {width:100%;}

@media (max-width: 769px) {
.width20 {width:100%;} .width21{width:100%;} .width22 {width:100%;} .width23 {width:100%;} .width24 {width:100%;} .width25 {width:100%;} .width26 {width:100%;} .width27 {width:100%;} .width28 {width:100%;} .width29 {width:100%;} .width30 {width:100%;} .width31{width:100%;} .width32 {width:100%;} .width33 {width:100%;} .width34 {width:100%;} .width35 {width:100%;} .width36 {width:100%;} .width37 {width:100%;} .width38 {width:100%;} .width39 {width:100%;} .width40 {width:100%;} .width41{width:100%;} .width42 {width:100%;} .width43 {width:100%;} .width44 {width:100%;} .width45 {width:100%;} .width46 {width:100%;} .width47 {width:100%;} .width48 {width:100%;} .width49 {width:100%;} .width50 {width:100%;} .width51{width:100%;} .width52 {width:100%;} .width53 {width:100%;} .width54 {width:100%;} .width55 {width:100%;} .width56 {width:100%;} .width57 {width:100%;} .width58 {width:100%;} .width59 {width:100%;} .width60 {width:100%;} .width61 {width:100%;} .width62 {width:100%;} .width63 {width:100%;} .width64 {width:100%;} .width65 {width:100%;} .width66 {width:100%;} .width67 {width:100%;} .width68 {width:100%;} .width69 {width:100%;} .width70 {width:100%;} .width71 {width:100%;} .width72 {width:100%;} .width73 {width:100%;} .width74 {width:100%;} .width75 {width:100%;} .width76 {width:100%;} .width77 {width:100%;} .width78 {width:100%;} .width79 {width:100%;} .width80 {width:100%;}
}

.margin1 {margin:1%;} .margin5 {margin:2%;} .margin3 {margin:3%;} .margin4 {margin:4%;} .margin5 {margin:5%;} .margin6 {margin:6%;} .margin7 {margin:7%;} .margin8 {margin:8%;} .margin9 {margin:9%;} .margin10 {margin:10%;}

.margin-top1 {margin-top:1%;} .margin-top2 {margin-top:2%;} .margin-top3 {margin-top:3%;} .margin-top4 {margin-top:4%;} .margin-top5 {margin-top:5%;} .margin-top6 {margin-top:6%;} .margin-top7 {margin-top:7%;} .margin-top8 {margin-top:8%;} .margin-top9 {margin-top:9%;} .margin-top10 {margin-top:10%;}

.margin-bottom1 {margin-bottom:1%;} .margin-bottom2 {margin-bottom:2%;} .margin-bottom3 {margin-bottom:3%;} .margin-bottom4 {margin-bottom:4%;} .margin-bottom5 {margin-bottom:5%;} .margin-bottom6 {margin-bottom:6%;} .margin-bottom7 {margin-bottom:7%;} .margin-bottom8 {margin-bottom:8%;} .margin-bottom9 {margin-bottom:9%;} .margin-bottom10 {margin-bottom:10%;}

.margin-left1 {margin-left:1%;} .margin-left2 {margin-left:2%;} .margin-left3 {margin-left:3%;} .margin-left4 {margin-left:4%;} .margin-left5 {margin-left:5%;} .margin-left6 {margin-left:6%;} .margin-left7 {margin-left:7%;} .margin-left8 {margin-left:8%;} .margin-left9 {margin-left:9%;} .margin-left10 {margin-left:10%;}

.margin-right1 {margin-right:1%;} .margin-right2 {margin-right:2%;} .margin-right3 {margin-right:3%;} .margin-right4 {margin-right:4%;} .margin-right5 {margin-right:5%;} .margin-right6 {margin-right:6%;} .margin-right7 {margin-right:7%;} .margin-right8 {margin-right:8%;} .margin-right9 {margin-right:9%;} .margin-right10 {margin-right:10%;}

.floatleft, .float-left {float:left;}
.floatright, .float-right {float:right;}

.aligntop, .align-top {vertical-align:top;} 
.alignmiddle, .align-middle {vertical-align:middle;}
.alignbottom, .align-bottom {vertical-align:bottom;}
.aligncenter, .align-center {text-align:center;}
.inlineblock, .inline-block {display:inline-block; *display:inline; zoom:1;}	

div.box-align {vertical-align:top; padding:20px; display:inline-block;}

h3.uk-h1 {font-size:26px!important;}
h3.uk-h2 {font-size:20px!important;}

div.facebook-hero {height:0px!important; overflow: hidden;}

#newsletter_preview_area span.hide {display:none;}
