
root { 
    display: block;
}

/* -----------------------------------------------------------
--------==============================================--------
--------        * Background Textures Styles *        --------
--------______________________________________________--------
--------------------------------------------------------------
*/

body{
    background-repeat: repeat;
    background-color: #f7f7f7;
    font-family: 'lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    min-width: 320px;
}

body{
    background-image: url('../img/bg-body.png');
}

#stageSpan{
    background-image: url('../img/bg-stage.png');
}

#footerSpan{
    background-image: url('../img/bg-stage.png');
}



/* ##################################### ===== THE END ===== */




/* -----------------------------------------------------------
--------==============================================--------
--------              * General Styles *              --------
--------______________________________________________--------
--------------------------------------------------------------
*/

/* #1 Top Bar - Logo and main navigation */

#topBar{
    background-image: url('../img/topBarBg.png');
    background-repeat: repeat-x;
    background-position: top left;
    background-color: transparent;
    border: none;
    margin-bottom: 0;
    padding-bottom: 1px;
}

#topBar .container{
    position: relative;
}

#topBar.topBarFixed{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
    min-height: 85px;
}

#topBar .navbar .brand{
    padding: 30px 25px 20px 25px;
    width: 257px;
    background: #fff;
    border: 1px solid #c1c1c1;
    border-top: none;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow:  6px 6px 6px 0px rgba(0, 0, 0, 0.15);
    box-shadow:  6px 6px 6px 0px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0px 0px 13px 13px;
    border-radius: 0px 0px 13px 13px;
}

#topBar .navbar .brand img#mainLogo{
    margin: 0;
    width: 257px;
    height: auto;
}

#topBar .navbar .btn-navbar{
    margin-top: 24px;
    margin-bottom: 23px;
    padding: 10px 20px;
    background: #444f26;
}

#topBar .navbar .brand span{
    display: inline-block;
    padding: 3px 3px 3px 10px;
    margin: 0 0 0 8px;
    border-left: 1px solid #595959;
    font-size: 16px;
    line-height: 22px;
}

#topBar .navbar-inner{
    background: transparent;
    border: none;
}

ul.nav ul{
    display: none;
}

#topBar .navbar ul.nav > li > a{
    display: block;
    padding: 35px 15px 22px 15px;
    text-shadow: none;
    font-weight: 700;
    color: #dedede;
    -webkit-transition: background 500ms ease;
    -moz-transition: background 500ms ease;
    -ms-transition: background 500ms ease;
    -o-transition: background 500ms ease;
    transition: background 500ms ease; 
    border-bottom: 5px solid transparent;
    margin-bottom: 5px;
}

#topBar .navbar ul.nav > li > a:hover{
    color: #fff;
    background: #70853b;
}

#topBar .navbar ul.nav > li.active > a{
    background: transparent;
    color: #fff;
    border-bottom: 3px solid #00bfe1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#topBar .navbar .nav.navDrop li{
    position: relative;
}

#topBar .navbar .nav.navDrop li ul{
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 85px;
    left: 0px;
    background: #222;
    z-index: 1000;
    zoom: 1;
}

#topBar .navbar .nav.navDrop li ul a{
    display: block;
    padding: 12px 25px;
    color: #dedede;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 140px;
}

#topBar .navbar .nav.navDrop li ul a:hover{
    color: #fafafa;
    background: #00bfe1;
    text-decoration: none;
}

#topBar .navbar .nav.navDrop li ul li{
    width: auto;
    display: block;
}

#topBar .navbar .nav.navDrop li ul li ul{
    display: none;
    left: 190px !important;
    top: 0px;
    background: #373737;
}

#topBar .navbar .nav.navDropCollapse li ul{
    display: none;
}

#topBar .navbar .nav.navDropCollapse li ul li ul{
    display: none;
}

#topBar .navbar .nav a span{
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url('../img/dropDownArr.png');
    background-repeat: no-repeat;
    background-color: transparent;
}

#topBar .navbar .nav a span.dropArrDown{
    background-position: -31px -26px;
    margin: 2px 0 0 4px;
    width: 11px;
    height: 11px;
}

#topBar .navbar .nav a span.dropArrLeft{
    background-position: -30px 0px;
    margin: 3px 0 0 0;
    float: right;
}

#topBar .navDropCollapse li a{
    border-bottom: 3px solid transparent;
}

#topBar .navDropCollapse li ul{
    background: transparent;
    margin-left: 0;
    list-style: none;
}

#topBar .navDropCollapse li ul li a{
    color: #bbb;
    display: block;
    padding: 3px 25px 3px 35px;
}

#topBar .navDropCollapse li ul li a:hover{
    background: #555;
    text-decoration: none;
}

#topBar .navDropCollapse li ul li ul li a{
    padding: 3px 50px;
}

#topBar .navDropCollapse > li:hover{
    background: #444;
}

#topBar .expSearch{
    position: absolute;
    bottom: -35px;
    left: 20px;
    z-index: 1000;
}

#topBar .expSearch .search-site{
    display: none;
}

#topBar .expSearch .searchSpanDrop{
    display: block;
    width: 36px;
    height: 30px;
    background-color: #d5d5d5;
    border: none;
    background-image: url('../img/icon-magnify-release.png');
    background-position: 7px 4px;
    background-repeat: no-repeat;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
    float: left;
    cursor: pointer;
}

#topBar .expSearch .searchSpanDrop:hover{
    background-color: #ccc;
}

#topBar .expSearch input{
    margin: 0 0 0 5px;
    -webkit-border-radius: 0px 0px 0px 3px;
    -moz-border-radius: 0px 0px 0px 3px;
    border-radius: 0px 0px 0px 3px;
    width: 100px;
    display: inline-block;
}

#topBar .expSearch .btn{
    width: 36px;
    height: 30px;
    margin: 0 0 0 -5px;
    -webkit-border-radius: 0px 0px 3px 0px;
    -moz-border-radius: 0px 0px 3px 0px;
    border-radius: 0px 0px 3px 0px;
    padding: 0;
}

#topBar .expSearch .btn span{
    display: block;
    width: 34px;
    height: 28px;
    background-image: url('../img/icon-magnify.png');
    background-position: center;
    background-repeat: no-repeat;
}

/* #2 Stage Span - Main slider area */

#stageSpan{
    background-repeat: repeat;
    overflow: hidden;
}

.oneByOne1{
    padding-top: 30px;
}

/* CAMERS SLIDER OVERWRITE'S for HOME-PAGE-ALTERNATIVE-LAYOUT-2  ---------------
------------------------------------------------------------------------------*/


#stageSpan .camSlider-layout{
    margin-top: 80px;
}

#stageSpan .camSlider-layout .camera_thumbs_cont ul{
    padding: 30px 4px 14px 4px;
}

#stageSpan .camSlider-layout .camera_thumbs_cont ul li{
    padding: 0px 20px;
}

#stageSpan .camSlider-layout .camera_thumbs_cont ul li > img{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#stageSpan .camSlider-layout .camera_thumbs_cont ul li > img{
    width: 140px;
    height: auto;
    border: 1px solid #d1d1d1;
    padding: 3px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#stageSpan .camSlider-layout .camera_thumbs_cont ul li.cameracurrent > img{
    -webkit-box-shadow:  4px 4px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow:  4px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

#stageSpan .camSlider-layout .camera_prevThumbs,
#stageSpan .camSlider-layout .camera_nextThumbs,
#stageSpan .camSlider-layout .camera_prev,
#stageSpan .camSlider-layout .camera_next,
#stageSpan .camSlider-layout .camera_commands{
    background: #fcfcfc;
}
#stageSpan .camSlider-layout .camera_thumbs_cont{
    background: transparent;
}

#stageSpan .oneByOne_item span.txt1{
    background-color: #00bfe1;
}

#stageSpan .camera_thumbs{
    position: absolute;
    bottom: -160px;
    margin-left: -474px;
    left: 50%;
}

img.shadMianSlider{
    width: 94%;
    height: 23px;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -47%;
}

.camera_wrap{
    width: 960px;
    margin: 0 auto;
    float: none;
    margin-bottom: -50px !important;
}

.camera_fakehover{
    border: 2px solid #d1d1d1;
}

/* NOTE: -------------------------------------------------------------------------------------------------------------------- */

/* >>> NB. HOME-DEFAULT-LAYOUT *Slider = One By One (OBO) Slider, for styles please see stylesheet: 'css/jquery.onebyone.css' */

/* >>> NB. HOME-NIVO-SLIDER-LAYOUT *Slider = Nivo Slider, for style please see stylesheet: 'css/nivo-slider.css' */

/* >>> NB. HOME-ALTERNATIVE-LAYOUT-1 *Slider = Nivo Slider, for style please see stylesheet: 'css/nivo-slider.css' */

/* >>> NB. HOME-ALTERNATIVE-LAYOUT-2 *Slider = Camera Slider, for style please see stylesheet: 'css/camera.css' */

/* END ----------------------------------------------------------------------------------------------------------------------- */




/* #3 Welcome Message - Main intro text area */

#welcomeMsg{
    background: #fcfcfc;
    border: none;
    border-bottom: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
    padding: 230px 0 24px 0;
    margin-bottom: 0;
}

#welcomeMsg > div > span{
    display: block;
    color: #8a8a8a;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
}

#welcomeMsg > div > span strong{
    color: #5c5c5c;
}

#welcomeMsg h1{
    font-size: 36px;
    font-weight: 300;
    color: #8a8a8a;
    line-height: 50px;
    text-align: center;
    margin: 0;
}

#welcomeMsg h1 span{
    color: #71863b;
}

#welcomeMsg a{
    display: block;
    float: right;
}

#welcomeMsg.subPg{
    margin-top: 30px;
    margin-bottom: 35px;
    padding: 24px 0 20px 0;
}

#welcomeMsg .breadCrumbHold{
    float: right;
    margin: 0px 0 0 20px;
}

#welcomeMsg .breadCrumbHold .search-site{
    margin: 0 0 13px 0;
}

#welcomeMsg .breadCrumbHold .search-site input{
    margin: 0;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
}

#welcomeMsg .breadCrumbHold .search-site .btn{
    width: 36px;
    height: 30px;
    padding: 0;
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
    margin-left: -5px;
}

#welcomeMsg .breadCrumbHold .search-site .btn span{
    display: block;
    width: 34px;
    height: 28px;
    background-image: url('../img/icon-magnify.png');
    background-position: center;
    background-repeat: no-repeat;
}

#welcomeMsg h3.breadCrumbHead{
    font-weight: 400;
    color: #999;
    font-size: 11px;
    line-height: 16px;
    margin: 0px 0 8px 0;
    padding: 0;
    text-align: right;
    text-transform: uppercase;
    clear: both;
}

#welcomeMsg ul.breadCrumbsContainer{
    background: transparent;
    padding: 0;
    margin: 0;
}

#welcomeMsg ul.breadCrumbsContainer li{
    float: left;
    list-style: none;
}

#welcomeMsg ul.breadCrumbsContainer li a, #welcomeMsg ul li span.breadCrumbCurrent{
    display: block;
    float: left;
    font-size: 13px;
    padding: 1px 5px;
    background-color: #bbb;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: none;
}

#welcomeMsg ul li span.breadCrumbCurrent{
    background-color: #00bfe1;
}

#welcomeMsg ul.breadCrumbsContainer li a:hover{
    background-color: #ddd;
    text-decoration: none; 
    color: #777;
}

#welcomeMsg ul.breadCrumbsContainer li span.breadCrumbCurrent{
    color: #fff;
}

#welcomeMsg ul.breadCrumbsContainer li span.breadCrumbsArr{
    display: block;
    float: left;
    background-image: url('../img/breadCrumbsArr.png');
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 6px;
    height: 24px;
    margin: 0px 7px;
}

#welcomeMsg.subPg h1.subPgHead{
    text-align: left;
    margin: 0;
    font-size: 38px;
    color: #555;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
}

#welcomeMsg.subPg h1.subPgHead span{
    border-bottom: 3px solid #00bfe1;
    padding-bottom: 3px;
}

#welcomeMsg.subPg h2.subPgHead2{
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #999;
    margin: 5px 0 0 0;
}


/* General Content  */

.inContentThumb{
    margin: 30px 35px 20px 25px;
    float: left;
}

.inContentThumbR{
    margin: 20px 25px 20px 20px;
    float: right;
}

.genContentArea p{
    margin: 25px 25px 0 25px;
    font-size: 14px;
    color: #6f6f6f;
    line-height: 26px;
}
.genContentArea h3{
    font-size: 22px;
    color: #555;
    margin: 50px 0 0 25px;
}

.boxHeader{
    background: #798e42;
    color: #fff;
    font-weight: 300;
    padding: 10px 12px 2px 12px;
    margin: 0;
    -webkit-border-radius: 10px 0px 0px 0px;
    border-radius: 10px 0px 0px 0px;
}

.boxHeader strong{
    font-weight: 400;
}

h2.boxHeader{
    font-size: 20px;
    min-height: 48px;
    color: #fff;
    margin: 0;
}

h3.boxHeader{
    position: relative;
    font-size: 15px;
    padding-top: 14px;
    padding-right: 80px;
    font-weight: 700;
    min-height: 44px;
    color: #fff;
    margin: 0;
}

img.shadowline1{
    display: block;
    margin: 50px auto 25px;
}

img.shadowline2{
    display: block;
    margin: 17px auto 3px;
}

ul.btnsGroup{
    margin: 0 auto 35px;
    padding: 0;
    width: 500px;
}

ul.btnsGroup li{
    list-style: none;
    float: left;
}

a.harcBtn{
    display: block;
    border: 2px solid #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #798e42;
    -webkit-box-shadow:  2px 2px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow:  2px 2px 2px 0px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 15px;
    padding: 15px 28px;
    margin: 0 30px 0 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

a.harcBtn:hover{
    text-decoration: none;
    background: #91a854;
    -webkit-box-shadow:  3px 3px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow:  3px 3px 3px 0px rgba(0, 0, 0, 0.25);
}

a.harcBtn.harcBtn-last1{
    margin-right: 0;
}

.harcCircLink{
    display: block;
    background-color: transparent;
    background-position: 0 -30px;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    margin: 0;
    text-decoration: none;
    text-indent: -9999px;
    color: transparent;
    cursor: pointer;
    position: absolute;
    top: 14px;
}

.harcCircLink:hover{
    background-position: 0 0;
}

.harcSocBtn{
    background-image: url('../img/ico-harcSoc.png');
    right: 12px;
}

.harcLinkBtn{
    background-image: url('../img/ico-harcLink.png');
    right: 50px;
}

p.testimCont{
    font-family: georgia, serif;
    font-style: italic;
    color: #9a9a9a;
}


/* #4 Four Columns - Column by four area */

#col4Span{
    padding: 0;
    margin-bottom: 30px;
}

#col4Span .col4single{
    padding: 1px;
    margin-bottom: 30px;
}

#col4Span .col4single .thumbHold{
    position: relative;
    max-width: 460px;
}

#col4Span .col4single .thumbHold a{
    background-image: url('../img/magnify.png');
    background-repeat: no-repeat;
    background-position: 50%;
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    text-decoration: none;
}

#col4Span .col4single .thumbHold a img{

}

#col4Span .col4single .thumbHold .thumbHoldCaption{
    padding: 5%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    background-image: url('../img/blk60.png');
    background-repeat: repeat;
}

#col4Span .col4single .thumbHold .thumbHoldCaption p{
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

#col4Span .col4single h3{
    display: none;
    color: #555;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
}

#col4Span .col4single > p{
    color: #646464;
    font-size: 13px;
    line-height: 18px;
    padding: 15px 10px;
    margin: 0;
    min-height: 70px;
}

#col4Span .col4single ul{
    margin: 0;
}

#col4Span .col4single .col4btm{
    padding: 2px 0px;
    margin: 0;
    border: none;
    border-top: 1px solid #d5d5d5;
}

#col4Span .col4single .col4btm ul li{
    float: right;
    width: 49px;
    height: 30px;
    list-style: none;
    border-left: 1px solid #d5d5d5;
    padding: 3px 0 0 0;
}

#col4Span .col4single .col4btm ul li a{
    display: block;
    margin: auto;
    background-repeat: no-repeat;
}

#col4Span .col4single .col4btm ul li a.col4link{
    width: 30px;
    height: 30px;
    background-position: -114px -297px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#col4Span .col4single .col4btm ul li a.col4link:hover{
    background-position: -82px -328px;
}

#col4Span .col4single .col4btm ul li a.col4pic{
    background-position: -45px -289px;
    width: 29px;
    height: 27px;
}

#col4Span .col4single .col4btm ul li a.col4pic:hover{
    background-position: -45px -328px;
}

#col4Span .col4single .col4btm ul li a.col4soc{
    background-position: -4px -287px;
    width: 29px;
    height: 29px;
}

#col4Span .col4single .col4btm ul li a.col4soc:hover{
    background-position: -4px -326px;
}




/* #5 Well Span - Well for promotional area */

#wellSpan{
    margin-bottom: 60px;
    text-shadow: 1px 1px 0 #fff;
    padding: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#wellSpan:hover{
    background: #fff;
}

#wellSpan .undrlineHeading{
    margin-top: 20px;
    margin-left: 20px;
}

#wellSpan p{
    margin-left: 20px;
    margin-bottom: 20px;
}

#wellSpan a.theBigBtn{
    margin: 20px;
}

#wellSpan a.theBigBtn span.bigBtnIconBg span.bigBtnIcon,
.col4Wrap a.theBigBtn span.bigBtnIconBg span.bigBtnIcon{
    display: block;
    margin: -17px 0 0 0;
    width: 60px;
    height: 35px;
    background-image: url('../img/ico-shop.png');
    background-position: -60px 0;
    background-repeat: no-repeat;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    float: right;
    position: absolute;
    top: 50%;
    right: 0;
}

#wellSpan a.theBigBtn span.bigBtnIconBg span.bigBtnIcon:hover{

    background-position: 15px 0;
}



/* #6 Testimonials Hold - Client Testimonials area */

#testimServSpan{
    margin-bottom: 50px;
}

#testimonialsHold{

}

#testimonialsHold .nav-tabs{
    margin: 0;
    border: none;
    margin-top: 25px;
}

#testimonialsHold .nav-tabs > li{
    margin: 0 21px 20px 0;
    padding: 3px;
}

#testimonialsHold .nav-tabs > li:hover{
    background-color: #f1f1f1;
    border-color: #c5c5c5;
}

#testimonialsHold .nav-tabs > li.active{
    border-bottom-color: #00bfe1;
}

#testimonialsHold .nav-tabs > li.testimThumbLast{
    margin-right: 0;
}

#testimonialsHold .nav-tabs > li > a{
    padding: 0;
    margin: 0;
    border-color: transparent;
}

#testimonialsHold .nav-tabs > li > a:hover{
    border-color: transparent;
    background-color: transparent;
}

#testimonialsHold .nav-tabs > li > a img{
    width: 48px;
}

#testimonialsHold .testimThumbsHold{
    margin: 0;
    margin-top: 25px;
    padding: 0;
    float: none;
    clear: both;
}

#testimonialsHold .testimThumb{
    position: relative;
}

#testimonialsHold .testimThumb .testimThumbSelectedArr{
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin: 0 0 0 -8px;
    background-position: -176px -258px;
    background-repeat: no-repeat;
    height: 9px;
    width: 16px;
}

#testimonialsHold .testimQuoteHold{
    background-image: url('../img/quotationMark.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 20px 20px 20px 70px;

}

#testimonialsHold .testimQuoteHold p.testimQuoteCredit{
    margin-top: 20px;
    border-top: 1px solid #d5d5d5;
    padding-top: 10px;
    text-align: right;
}



/* #7 Services Tabs Hold - Services intro area */

#accordion2 .undrlineHeading{
    margin-bottom: 25px;
}

#accordion2 .accordion-group{
    margin: 0 0 12px 0;
}

#accordion2 .accordion-group:hover{
    border-bottom-color: #00bfe1;
    background-color: white;
}

#accordion2 .accordion-group .accordion-heading{
    list-style: none;
    cursor: pointer;
    margin: 0;
}

#accordion2 .accordion-group .accordion-heading > a{
    padding: 15px 10px;
}

#accordion2 .accordion-group .accordion-heading > a:hover{
    text-decoration: none;
}

#accordion2 .accordion-group h5{
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    color: #555;
    position: relative;
    cursor: pointer;
    padding-right: 45px;
}

#accordion2 .accordion-group h5 span.servicesShortListArr{
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    background-position: -4px -8px;
    background-repeat: no-repeat;
    margin: -16px 0 0 0;
    height: 33px;
    width: 33px;
}

#accordion2 .accordion-inner{
    padding: 9px 15px 9px 15px;
}

.mainServiceAccImgHold{
    position: relative;
    float: left;
    margin: 5px 20px 10px 0;
    height: 90px;
    width: 90px;
    background: #efefef;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}

.mainServiceAccImgHold img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
}



/* #8 Projects Showcase - Carousel intro to recent projects area */

#projectsShowcase{
    margin-bottom: 30px;
}

#projectsShowcase .undrlineHeading{
    margin-bottom: 25px;
}

#projectsShowcase .projectsArr{
    display: block;
    float: right;
    height: 32px;
    width: 72px;
    margin-top: -3px;
}

#projectsShowcase .projectsArr .projectsArrPrev,
#projectsShowcase .projectsArr .projectsArrNxt{
    display: block;
    background-repeat: no-repeat;
    background-position-y: 2px;
    float: left;
    height: 30px;
    width: 35px;
    border-left: 1px solid #d5d5d5;
    cursor: pointer;
}

#projectsShowcase .projectsArr .projectsArrPrev{
    background-position-x: 8px;

}

#projectsShowcase .projectsArr .projectsArrNxt{
    background-position-x: -30px;
}

#projectsShowcase .projectsArr .projectsArrPrev:hover,
#projectsShowcase .projectsArr .projectsArrNxt:hover{
    background-position-y: -40px;
}

#projectsShowcase .projectsArr .projectsArrPrev:active,
#projectsShowcase .projectsArr .projectsArrNxt:active{
    background-position-y: -39px;
}

#projectsShowcase .col3single{
    padding: 1px;
    margin-bottom: 30px;
    margin: 0 10px;
}

#projectsShowcase .col3single .thumbHold{
    overflow: hidden;
    position: relative;
}

#projectsShowcase .col3single .thumbHold div.elastislideHoverHold {
    display: block;
    background-color: #000;
    line-height: normal;
}

#projectsShowcase .col3single .thumbHold div.elastislideHoverHold span.imgCaption{
    display: block;
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 92%;
    padding: 12px 4%;
    background-color: rgba(0,0,0,0.8);
    border: 0;
    border-top: 1px solid #555;
    color: #ddd;
    font-weight: 700;
    height: auto;
}

#projectsShowcase .col3single .thumbHold div.elastislideHoverHold span.imgCaption span{
    color: #ccc;
    font-weight: 400;
}

#projectsShowcase .col3single .thumbHold a.elastislideHoverLink{
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    z-index: 5;
}

#projectsShowcase .col3single .thumbHold a.elastislideHoverLink.zoomImgLink{
    top: 32%;
    left: -25%;
    background-position: -4px -162px;
}

#projectsShowcase .col3single .thumbHold a.elastislideHoverLink.zoomImgLink:hover{
    background-position: -4px -109px;
}

#projectsShowcase .col3single .thumbHold a.elastislideHoverLink.shareImgLink{
    top: 32%;
    left: auto;
    right: -25%;
    background-position: -116px -162px;
}

#projectsShowcase .col3single .thumbHold a.elastislideHoverLink.shareImgLink:hover{
    background-position: -116px -109px;
}

#projectsShowcase .col3single .thumbHold a.elastislideHoverLink.readImgLink{
    top: -35%;
    left: 43%;
    background-position: -59px -162px;
}

#projectsShowcase .col3single .thumbHold a.elastislideHoverLink.readImgLink:hover{
    background-position: -59px -109px;
}

#projectsShowcase .col3single h3 {
    font-size: 19px;
    color: #555;
    font-weight: 700;
    margin: 0 10px 0 10px;
    line-height: 20px;
    padding: 10px 0;
}

#projectsShowcase .col3single h3 span {
    color: #999;
    font-size: 15px;
    font-weight: 400;
}


/* ELASTISLIDE'S STYLES:  ----------------------------------------------------
------------------------------------------------------------------------------*/

.elastislide-list {
    list-style-type: none;
    display: none;
}

.no-js .elastislide-list {
    display: block;
}

.elastislide-carousel ul li {
    min-width: 20px; /* minimum width of the image (min width + border) */
}

.elastislide-wrapper {
    position: relative;
    margin: 0 auto;
    min-height: 60px;
    width: 740px;
}

.elastislide-wrapper.elastislide-loading {
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.elastislide-horizontal {
    padding: 0 42px;
    width: auto;
}

.elastislide-carousel {
    overflow: hidden;
    position: relative;
}

.elastislide-carousel ul {
    position: relative;
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.elastislide-horizontal ul {
    white-space: nowrap;
}

.elastislide-carousel ul li {
    margin: 0;
    -webkit-backface-visibility: hidden;
}

.elastislide-horizontal ul li {
    height: 100%;
    display: inline-block;
    width: 366px;
    height: auto;
    max-width: 366px !important;
    max-height: 232px !important;
}

.elastislide-vertical ul li {
    display: block;
}

.elastislide-carousel ul li a {
    display: inline-block;
    width: 90%;
}

.elastislide-carousel ul li a img {
    display: block;
    max-width: 100%;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 1px;
}

.elastislide-wrapper nav span {
    position: absolute;
    background-color: transparent;
    background-image: url(../img/elastislideArr.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 9px;
    height: 34px;
    text-indent: -9000px;
    cursor: pointer;
}

.elastislide-wrapper nav span:hover {
    background-position: top left;
}

.elastislide-horizontal nav span {
    top: 50%;
    left: 15px;
    margin-top: -18px;
}

.elastislide-horizontal nav span.elastislide-next {
    right: 15px;
    left: auto;
    background-position: bottom right;
}

.elastislide-horizontal nav span.elastislide-next:hover {
    right: 15px;
    left: auto;
    background-position: top right;
}

#galPrevSliderHold{
    position: relative;
    padding: 20px 0 15px;
}




/*.*/

/*.*/

/*.*/

/* ...and ... the Footer Starts,   Go! /*.*/ /*.*/ /*.*/


#footerSpan{
    background-repeat: repeat;
    padding-top: 5px;
    padding-bottom: 50px;
    border-bottom: 4px solid #aaa;
    margin-top: 50px;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 1),
        0px -1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 1),
        0px -1px 1px 0px rgba(0, 0, 0, 0.2);
    color: #555;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
}

#footerSpan a{
    color: #777;
}

#footerSpan li{
    list-style: none;
}

#footerSpan ul{
    margin: 0;
}

#footerSpan .footerSpanAlt1{
    padding-top: 30px;
}



/* #9 Footer Column 1 - About us intro area */

#footerSpan .footerCol{
    position: relative;
    padding: 10px;
    color: #777;
}

#footerSpan .footerCol strong{
    color: #555;
}

#footerSpan .footerCol span.footerColDivLine{
    display: block;
    position: absolute;
    top: 0;
    left: -15px;
    background-image: url('../img/footerColDivLine.png');
    background-repeat: repeat-y;
    height: 100%;
    width: 2px;
}

.footerColLinks a{
    display: block;
    text-align: center;
}

#footerSpan .footerCol#footerAboutCol{
    background: transparent;
}

#footerSpan .footerCol#footerTweetCol{

}

#footerSpan .footerCol#footerLinksCol{

}

#footerSpan .footerCol h3{
    color: #eee;
    border-bottom: #555;
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    position: relative;
    border-bottom: 1px solid #646464;
    line-height: 32px;
    margin-bottom: 20px;
}

#footerSpan .footerCol h3 span{
    width: 70px;
    height: 3px;
    background: #646464;
    position: absolute;
    bottom: -2px;
    left: 0;
}

#footerSpan .footerCol p{
    color: #777;
    line-height: 28px;
    font-size: 15px;
}




/* #10 Footer Column 2 - Recent Tweets feed area */

#footerTweetCol ul#twitter_update_list{
    margin: 0;
}

#footerTweetCol ul#twitter_update_list li{
    position: relative;
    padding: 0 0 25px 25px;
    list-style: none;
}

#footerTweetCol ul#twitter_update_list li span a{
    color: #bfbfbf;
}

#footerTweetCol ul#twitter_update_list li a.tdate{
    font-size: 11px;
}

#footerTweetCol ul#twitter_update_list li span.tweetBullet{
    display: block;
    height: 15px;
    width: 22px;
    background-position: -488px 0px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}



/* #11 Footer Row - Latest Tweet Row */

#footerTweetRow{
    background: #1c1c1c;
    padding: 10px;
    margin-bottom: 30px;
}

#footerTweetRow ul#twitter_update_list{
    margin: 0;
}

#footerTweetRow ul#twitter_update_list li{
    position: relative;
    padding: 0;
    list-style: none;
    width: 56%;
    margin: 0 auto;
    text-align: left;
}

#footerTweetRow ul#twitter_update_list li a{
    color: #00bfe1;
}

#footerTweetRow ul#twitter_update_list li a.tdate{
    font-size: 11px;
}

#footerTweetRow ul#twitter_update_list li span.tweetBullet{
    display: block;
    float: left;
    margin: 2px 8px 0 0;
    height: 15px;
    width: 22px;
    background-position: -172px -107px;
    background-repeat: no-repeat;
}



/* #12 Footer Row - Latest Tweet Row */

#footerFlickrCol ul#FlickrImages{
    margin: 0;
}

#footerFlickrCol ul#FlickrImages li{
    list-style: none;
    margin: 0 6px 10px 0;
    float: left;
    border: 1px solid #777;
    padding: 2px;
}

#footerFlickrCol ul#FlickrImages li:hover{

    border: 1px solid #999;
}

#footerFlickrCol ul#FlickrImages li a{
    display: block;
    margin: 0;
    padding: 0;

}

#footerFlickrCol ul#FlickrImages li a:hover{
    background: #000;
    opacity: 0.5;
}


/* #13 Footer Column 3 - More links area */

#footerLinksCol ul{
    margin: 0 0 30px 0; 
}

#footerLinksCol ul li{
    list-style: none;
    margin-bottom: 7px;
}

#footerLinksCol ul li a{
    text-decoration: none;
    color: #00bfe1;
    background-repeat: no-repeat;
    padding: 0 0 0 16px;
    background-position: -245px -28px;
}

#footerLinksCol ul li a:hover{
    text-decoration: underline;
    color: #ccc;
    background-position: -245px 0px;
}

#footerLinksCol a.theBigBtn{
    background-color: #5b5b5b;
    padding: 23px 85px 26px 60px;
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 30px 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#footerLinksCol a.theBigBtn:hover{
    background-color: #777;
    color: #fff;
}

#footerLinksCol a.theBigBtn .bigBtnIconBg{

}

#footerLinksCol a.theBigBtn .bigBtnIconBg .bigBtnIcon{
    position: absolute;
    display: block;
    background-image: url('../img/contactIcoArr.png');
    top: 50%;
    margin: -14px 0 0 0;
    width: 19px;
    height: 28px;
    right: 25px;
}


/* #14 Bottom Bar - Credentials and legal info and links area */

#btmBarSpan{
    background: #404040;
    color: #888;
    padding: 13px 0;
    font-size: 13px;
}

#btmBarSpan p{
    margin: 0;
}

#btmBarSpan a{
    color: #888;
}



/* ##################################### ===== THE END ===== */




/* -----------------------------------------------------------
--------==============================================--------
--------            * Sub-pages Styles *              --------
--------______________________________________________--------
--------------------------------------------------------------
*/




/* NOTE: -------------------------------------------------------------------------------------------------------------------- */

/* >>> NB. There are a lot of styles in this first section, section #15, since it handles structure of all various pages, we suggest 
browser inspector to locate most of these and not to swap the hierarchy much - unless of course you know that you know what 
you're doing :) .

/* END ----------------------------------------------------------------------------------------------------------------------- */



/* #15 Sub-pages: type of page and content styles */




.subPgContent{
    margin-bottom: 60px;
}

.blogContent .postContent{
    float: left;
    width: 80%;
    padding: 0;
    margin: 10px 0px 15px 2px;
}

.subPgContent h3,
.portfolioContent h3,
.blogContent h3{
    margin: 10px 20px 10px 20px;
    font-size: 22px;
    font-weight: 400;
}

.blogContent h3.postHeading,
.blogContent h3.postHeading.undrline{
    margin: 10px 0px 15px 2px;
    float: left;
    width: 99%; 
}

.blogContent .span1{
    width: 68px;
}

h3.undrline{
    border-bottom: 1px solid #ddd;
    margin: 15px 20px 15px 20px;
}

.blogPostContent h3.undrline{
    margin: 15px 20px 10px 20px;
}

.postContent .theme-default .nivoSlider{
    border: none;
}

.postContent .blogPostSliderHold{
    padding: 3px;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 98%;
}

.postContent .blogPostSliderHold .postSlide{
    width: 100%;
    position: relative;
}

.nivoSlider-layout.altLayout1 .slider-wrapper{
    max-width: none;
}

.nivoSlider-layout .container{
    padding-top: 30px;
}

.blogPostContentAlt .slider-wrapper{
    max-width: 1170px;
}

.blogPostContentAlt .theme-default .nivoSlider{
    border-bottom: none;
}

.blogPostContentAlt .nivoShadPost{
    margin: 0 0 40px 0;
    vertical-align: top;
}

h3.undrline span{
    border-bottom: 3px solid #00bfe1;
    padding-bottom: 4px;
}

h3.undrline.standaloneWidgetHead{
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-right: 20px;
    border: none;
    border-bottom:  1px solid #D5D5D5;
    background: #FCFCFC;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

h3.undrline.standaloneWidgetHead span{
    border-bottom: 3px solid #00bfe1;
    padding-bottom: 3px;
    padding-left: 2px;
}

.subPgContent h4{
    margin: 30px 20px 15px 20px;
    font-size: 20px;
    font-weight: 400;
}

.subPgContent h4.undrline{
    border-bottom: 1px solid #ddd;
    margin: 15px 20px 25px 20px;
    line-height: 33px;
}

.subPgContent h4.undrline span{
    border-bottom: 3px solid #aaa;
    padding-bottom: 2px;
}

.subPgContent h5{
    margin: 30px 20px 15px 20px;
    font-size: 16px;
    font-weight: 400;
}

.subPgContent h5.undrline{
    border-bottom: 1px solid #ddd;
    margin: 15px 20px 15px 20px;
    line-height: 26px;
}

.subPgContent h5.undrline span{
    border-bottom: 3px solid #00bfe1;
    padding-bottom: 1px;
}

.subPgContent p{
    margin: 0px 20px 20px 20px;
    line-height: 24px;
}

.blogContent p{
    margin: 15px 10px 10px 1%;
    line-height: 24px;
}

.blogContent .readMoBlogHold{
    margin: 5px 2% 20px 1%;
    border-top: 1px solid #ddd;
}

.blogPrevNextNav{
    padding: 10px;
    margin: 0 0 40px 0;
}

.subPgContent ul{
    margin: 5px 20px 20px 20px;
    padding: 0;
}

.subPgContent ul.generalList li{
    list-style: none;
    background-repeat: no-repeat;
    background-position: -483px 0px;
    padding: 0 0 0 30px;
    margin: 0 0 7px 0;
    position: relative;
}

.subPgContent ul.generalList li span{
    display: block;
    position: absolute;
    left: 5px;
    float: left;
    background-repeat: no-repeat;
    background-position: -483px 0px;
    padding: 0;
    margin: 0;
    width: 15px;
    height: 16px;
}

.subPgContent ul.ticksList li{
    list-style: none;
    background-repeat: no-repeat;
    background-position: -20px -427px;
    padding: 5px 0 0 40px;
    margin: 0 0 7px 0;
}

img.img-light-border{
    padding: 3px;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

img.img-light-border.mainParBed{
    width: 150px;
}

.subPgContent img.fullImg75{
    margin: 0 3%;
    width: 94%;
    max-width: 740px;
}

.subPgContent img.fullImg75.img-light-border{
    padding: 3px;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 93%;
    margin: 1% 0 3% 2.6%;
}

.subPgContent.blogPostContent img.fullImg75.img-light-border{
    margin: 1% 0 0% 2.6%;
}

.subPgContent img.fullImg100{
    margin: 0 2%;
    width: 96%;
    max-width: 1130px;
}

.subPgContent img.fullImg100.img-light-border{
    padding: 3px;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 96%;
    margin: 1% 0 3% 1.5%;
}

.subPgContent img.lftImg{
    margin: 0 20px 10px 20px;
    float: left;
}

.introduction img.lftImg{
    margin: 0 20px 10px 20px;
    float: left;
}


.subPgContent img.rtImg{
    margin: 0 20px 10px 20px;
    float: right;
}

.subPgContent img.img-light-border.no-margin{
    margin: 0 0 0 -3px;
    width: 99%;
}

.subPgContent a.subPgImgZoom{
    display: block;
}

.subPgContent a.subPgImgZoom.addMagnifyIcon{
    background-image: url('../img/magnify.png');
    background-repeat: no-repeat;
    background-position: 50%;
}

.subPgContent a.subPgImgZoom.forRtImg{
    float: right;
}

.subPgContent a.subPgImgZoom.forLftImg{
    float: left;
}

.subPgContent a.subPgImgZoom img.img-light-border:hover{
    border: 1px solid #aaa;
}

.subPgContent.boxStyle{
    margin-left: -1px;
    margin-right: -1px;
    font-size: 13px;
    line-height: 22px;
}

.subPgContent.boxStyle p{
    line-height: 22px;
    text-align: justify;
}

.subPgContent.boxStyle .fullWidthCol{
    font-size: 14px;
}

.subPgContent.boxStyle .fullWidthCol{
    margin-bottom: 30px;
}

.subPgContent .servContHold{
    margin: 10px 10px 20px 15px;
    padding: 15px 5px 5px 5px;
    min-height: 120px;
    background: #fcfcfc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #fcfcfc;
    -webkit-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0);
    box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.subPgContent .servContHold:hover{
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.subPgContent .servPicCont{
    position: relative;
    width: 120px;
    height: 120px;
    float: left;
    margin: 0 20px 0 5px;
}

.subPgContent .servPicCont .servPicHold{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: #eee;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    border-radius: 120px;
    margin: 0;
    padding: 0;
}

.subPgContent .servPicCont .servPicShad{
    position: absolute;
    bottom: -10px;
    left: 50%;
    z-index: 2;
    background-image: url('../img/servPicShad.png');
    background-color: #f8f8f8;
    width: 100px;
    height: 15px;
    margin: 0 0 0 -50px;
    padding: 0;
    display: none;
}

.subPgContent .servPicHold.ltBlu{
    background-color: #00bfe1;
}

.subPgContent .servPicHold.orng{
    background-color: #ffa200;
}

.subPgContent .servPicHold.grn{
    background-color: #0d8f00;
}

.subPgContent .servPicHold.blu{
    background-color: #005fb8;
}

.subPgContent .servPicHold.brn{
    background-color: #877057;
}

.subPgContent .servPicHold.ltGrn{
    background-color: #68dc2f;
}

.subPgContent .servPicHold img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75px;
    height: 75px;
    margin: -37px 0 0 -37px;
}

.subPgContent .span3 .servPicCont{
    position: relative;
    width: 90px;
    height: 90px;
    float: left;
    margin: 0 20px 20px 5px;
}

.subPgContent .span3 .servPicHold{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eee;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    margin: 0;
}

.subPgContent .span3 .servPicHold img{
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
}

.subPgContent .servProc h5{
    text-align: center;
    margin: 15px 0 40px;
    font-weight: 900;
    color: #676767;
}

.subPgContent .servProc .servPicHold{
    position: relative;
    margin: 0 auto;
    float: none;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    border-radius: 120px;

}

#stageSpan .theErrorMsg{
    padding: 0 0 30px 0;
}

.theErrorMsg img{
    display: block;
    float: none;
    clear: both;
    padding-top: 50px;
    margin: 0px auto 50px;
}

.theErrorMsg h2,
.theErrorMsg h3,
.theErrorMsg p{
    text-align: center;
    font-weight: 400;
    color: #555;
}

.theErrorMsg h2{
    color: #555;
}

.subPgContent .theTeam{
    padding-bottom: 30px;
}

.subPgContent .employeeHold{
    position: relative;
    width: 215px;
    height: 200px;
    overflow: hidden;
}

.subPgContent .employeeHold .employeePic{
    position: absolute;
    background: #f5f5f5;
    width: 86%;
    height: 86%;
    top: 0;
    left: 0;
    margin: 8%;
}

.subPgContent .employeeHold .employeePic img{
    display: block;
    margin: 30px auto 0;
}

.subPgContent .employeeHold .employeeContent{
    position: absolute;
    opacity: 0;
    bottom: 185px;
    left: -255px;
    width: 74%;
    height: 80%;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-color: #00bfe1;
    color: #fff;
    margin: 8%;
    padding: 6%;
}

.subPgContent .employeeHold .employeeContent h3{
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

.subPgContent .employeeHold .employeeContent h3 span{
    font-weight: 900;
}

.subPgContent .employeeHold .employeeContent p{
    margin: 5px 0 0 0;
    line-height: 14px;
    font-size: 11px;
}

.subPgContent .mapHold{
    width: 95%;
    height: 480px;
    margin: 30px 2.5% 0;
    padding: 0;
}

.subPgContent .mapHold iframe{
    width: 100%;
    height: 100%;
}

.subPgContent .formHold{
    width: 90%;
    margin: 0 5%;
}

.subPgContent .formHold .formRow{
    width: 90%;
    padding-bottom: 5px;
}

.subPgContent .formHold .formCol{
    width: 40%;
    margin-right: 10%;
    float: left;
    padding-bottom: 5px;
}

.subPgContent .formHold input{
    width: 100%;    
}

.subPgContent .formHold label{
    cursor: default; 
}

.subPgContent .formHold label.error{
    color: #b94a48;
    font-size: 12px;
    margin: -12px 0 0 4px;
    line-height: 20px;
    background: #f2dede;
    padding: 0 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.subPgContent .formHold textArea{
    width: 100%;
    resize: none;
    height: 90px;
}

.subPgContent .formHold #submit{
    width: 120px;
    margin: 10px 0 0 0;
}

.introduction .formHold input#epi{
    width: 160px;
    margin: 15px 0 0 0;
}

.subPgContent ul.contactsList{
    float: none;
}

.subPgContent ul.contactsList li{
    list-style: none;
    min-height: 15px;
}

.subPgContent .tnxImg{
    width: 420px;
}

#stageSpan .noSliderHold{
    margin: 30px 0 95px 0;
}

#stageSpan .noSliderHold img.no-slider-img{
    float: right;
    width: 450px;
    margin-left: 0px;
}

#stageSpan .noSliderHold span.txt1,
#stageSpan .noSliderHold span.txt2{
    display: block;
    font-family: 'PT Sans', Arial, Tahoma, Verdana, Sans-Serif;
    background-color: #00bfe1;
    color: #fff;
    text-transform: uppercase;
    text-shadow: none;
    clear: left;
    position: relative;
    float: left;
    margin: 30px 0 15px 10px;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    padding: 10px 30px;
}

#stageSpan .noSliderHold span.txt2{
    margin: 0 0 20px 10px;
    font-size: 22px;
    line-height: 32px;
    padding: 5px 30px;
    background-color: #333;
}

#stageSpan .noSliderHold span.txt3{
    display: block;
    margin: 10px 0 20px 10px;
    float: none;
    clear: left;
    font-size: 18px;
    line-height: 26px;
    padding: 5px 0;
    color: #242424;
}

#stageSpan .noSliderHold .theBigBtn{
    width: 265px;
    margin-left: 10px;
}

#stageSpan .noSliderHold .theBigBtn .bigBtnIconBg .bigBtnIcon {
    position: absolute;
    display: block;
    background-image: url('../img/contactIcoArr.png');
    top: 50%;
    margin: -14px 0 0 0;
    width: 19px;
    height: 28px;
    right: 25px;
}

.blogContent .blogPostExcerpt{
    margin-bottom: 35px;
}

.blogContent img.fullImg75{
    width: 98%;
}

.blogContent .postInfo{
    float: left;
    width: 10%;
    padding: 0 3%;
}

.blogContent .postInfo .postDate{
    color: #fff;
    margin: 23px 0 10px 0;
    padding: 5px 0;
    background-color: #00bfe1;
    position: relative;
}

.blogContent .postInfo .postType{
    color: #fff;
    background-color: #00bfe1;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 23px 0 10px 0;
    height: 25px;
    padding: 0;
    border-bottom: 1px solid #777;
}

.blogContent .postInfo .postType.postType-slider{
    background-image: url('../img/icon-polaroid.png');
}

.blogContent .postInfo .postType.postType-vid{
    background-image: url('../img/icon-vidcam.png');
}

.blogContent .postInfo .postType.postType-doc{
    background-image: url('../img/icon-list.png');
}

.blogContent .postInfo .postDate div.postDateArr{
    position: absolute;
    background-repeat: no-repeat;
    background-position: -176px -258px;
    width: 16px;
    height: 9px;
    margin-left: -8px;
    bottom: -8px;
    left: 50%;
}

.blogContent .postInfo .postDate span{
    display: block;
    text-align: center;
}

.blogContent .postInfo .postDate span.postDateDay{
    font-size: 32px;
    line-height: 32px;
}

.blogContent .postInfo .postDate span.postDateMonth{
    font-size: 16px;
    line-height: 18px;
}

.blogContent .postInfo .postDate span.postDateYear{
    font-size: 12px;
    line-height: 18px;
}

.blogContent a.readMoBlog{
    display: block;
    float: right;
    color: #fff;
    background: #00bfe1;
    padding: 2px 8px;
}

.blogContent a.readMoBlog:hover{
    color: #fff;
    background: #888;
    text-decoration: none;
}

.blogContent a.readMoBlog i{
    margin: 3px 5px 0 0;
}

.blogContent .postInfo .postAdmin{
    margin-top: 20px;
}

.blogContent .postInfo .postComments{
    margin-top: 10px;
}

.blogContent .postInfo .postAdmin span,
.blogContent .postInfo .postComments span{
    font-size: 12px;
    line-height: 14px;
    color: #555;
}

.blogContent .postInfo .postAdmin span i,
.blogContent .postInfo .postComments span i{
    margin-right: 5px;
}

.blogContent .postInfo .postTweet{
    margin-top: 25px;
}

#generalContent{
    padding-top: 60px;
}

#generalContent .postPinit{
    float: left;
}

.blogContent .postInfo .postTweet iframe{
    margin: 0 0 0 11%;
}

.blogContent .postInfo .postPinit{
    margin-top: 15px;
    margin-left: 16%;
}

.blogContent .postInfo .postPinit a{
    display: block;
    margin: 0 auto;
}

.blogContent .postInfo .postPinit a img{
    display: block;
    width: 49px;
    height: 58px;
    margin: 0 auto;
}

.blogContent ul.post-meta,
.blogPostContent ul.post-meta{
    background-color: transparent;
    margin: 1% 2% 0 1%;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 2px;
}

.blogPostContent ul.post-meta{
    margin: 1% 3.5% 3% 3%;
}

.blogContent ul.post-meta li,
.blogPostContent ul.post-meta li{
    list-style: none;
    float: left;
    font-size: 13px;
    color: #555;
    margin: 0 15px 0 0;
}

.blogContent ul.post-meta li i,
.blogPostContent ul.post-meta li i{
    margin: 2px 5px 0 0;
}

.blogContent ul.post-meta li.post-tags a,
.blogPostContent ul.post-meta li.post-tags a{
    display: inline-block;
    margin-right: 4px;
    padding-right: 4px;
    border-right: 1px solid #ccc;
}

.blogPrevNextNav ul#blogPagenation{
    margin: 5px auto;
}

.blogPrevNextNav ul#blogPagenation li{
    float: left;
    list-style: none;
}

.blogPrevNextNav ul#blogPagenation li a{
    display: block;
    background-color: #00bfe1;
    background-repeat: no-repeat;
    color: #fff;
    width: 28px;
    height: 24px;
    padding: 4px 0 0 0;
    margin: 0 12px 0 0;
    text-align: center;
}

.blogPrevNextNav ul#blogPagenation li a.activePg{
    background-color: #888;
    cursor: default;

}

.blogPrevNextNav ul#blogPagenation li a:hover{
    background-color: #888;
    text-decoration: none;
}

.blogPrevNextNav ul#blogPagenation li a.olderPosts{
    background-image: url('../img/postsPrevArr.png');
    background-position: center;
}

.blogPrevNextNav ul#blogPagenation li a.newerPosts{
    background-image: url('../img/postsNxtArr.png');
    background-position: center;
}

.blogContent.blogContentColumns .blogPostExcerpt .postInfo{
    width: 94%;
    padding: 0 3%
}

.blogContent.blogContentColumns .blogPostExcerpt  .postInfo .postDate{
    float: left;
    width: 90px;
    margin: 20px 15px 10px 0;
    padding: 10px 0;
    text-align: center;
}
.blogContent.blogContentColumns .blogPostExcerpt  .postInfo .postType{
    float: left;
    width: 60px;
    height: 39px;
    margin: 20px 5px 10px 0;
}

.blogContent.blogContentColumns .blogPostExcerpt  .postInfo .postTweet{
    float: right;
    width: 70px;
    margin: 10px 0 0 0;
}

#generalContent .blogContent.blogContentColumns .blogPostExcerpt  .postInfo .postPinit{
    float: right;
    margin: 14px 10px 0 0;
}

.blogContent.blogContentColumns .blogPostExcerpt .postContent{
    width: 94%;
    padding: 0 3%;
    margin-top: 0;
}

.blogContent.blogContentColumns .blogPostExcerpt .postContent h3.postHeading{
    margin-top: 0;
}

.blogContent.blogContentColumns .blogPostExcerpt .postContent .readMoBlogHold{
    margin: 20px 0 0 0;
    border: none;
}

.blogContent.blogContentColumns .blogPostExcerpt .postContent .readMoBlogHold a{
    float: left;
}

.blogPostContent .postShareHold .postTweet{
    float: left;
    margin: 0 15px 10px;
}

.blogPostContent .postShareHold .postPinit{
    float: left;
    margin: 0 15px 10px;
}

/*.*/
/*.*/
/*.*/





/* #16 Portfolio - Four Column Layout */


.filtersHold{
    background: #eee;
    padding: 30px 25px 18px 25px;
    border-bottom: 1px solid #ddd;
    margin: 0 0 10px 0;
}

.filtersHold.well{
    padding-bottom: 9px;
}

.filtersHold h3{
    margin: 0 20px 0 0;
    padding: 0;
    font-size: 16px;
    color: #555;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
    font-weight: 400;
    text-transform: uppercase;
    float: left;
    line-height: 32px;

}

ul#filters{
    margin: 0;
}

ul#filters li{
    list-style: none;
    float: left;
    margin: 0 20px 10px 0;
}

#portfolio4Wrapper{
    padding: 0;
    margin-bottom: 30px;
    height: 100%;
}

#portfolio4Wrapper .portfolio4single{
    background-image: url('../img/magnify.png');
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 1px;
    margin: 24px;
    width: 240px;
    min-height: 240px;
    overflow: hidden;
    border: none;
}

#portfolio4Wrapper .portfolio4single img.portfolio4singleThumb{
    position: absolute;
    top: 1px;
    left: 1px;
    -webkit-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    border-radius: 10px 0 0 0;
    border: none;
}

#portfolio4Wrapper .portfolio4single h4{
    color: #333;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin: 25px 10px 10px 10px;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
}

#portfolio4Wrapper .portfolio4single ul{
    color: #676767;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    margin: 15px 10px 10px 10px;
    border-top: 1px dotted #ccc;
}

#portfolio4Wrapper .portfolio4single ul li{
    background-position: -4px -390px;
    background-repeat: no-repeat;
    color: #676767;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    margin: 6px 0 0 0;
    padding-left: 18px;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
    list-style: none;
}

#portfolio4Wrapper .portfolio4single a{
    display: block;
    
}

#portfolio4Wrapper .portfolio4single a.portfolio4Zoom{
    background-position: -4px -250px;
}

#portfolio4Wrapper .portfolio4single a.portfolio4Zoom:hover{
    background-position: -4px -216px;
}

#portfolio4Wrapper .portfolio4single a.portfolio4Link{
    background-position: -40px -250px;
}

#portfolio4Wrapper .portfolio4single a.portfolio4Link:hover{
    background-position: -40px -216px;
}

/* #17 Portfolio - Two Column Layout */

#portfolio2Wrapper{

}

#portfolio2Wrapper .element{
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#portfolio2Wrapper img.portfolio2singleThumb{
    float: left;
    margin: 1px 30px 1px 1px;
}

#portfolio2Wrapper .portfolio2single{
    margin-bottom: 30px;
    clear: both;
}

#portfolio2Wrapper .portfolio2single h4{
    color: #333;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin: 25px 10px 15px 10px;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
}

#portfolio2Wrapper .portfolio2single ul{
    color: #676767;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    margin: 0px 10px 10px 0px;
    border-top: 1px dotted #ccc;
    padding-top: 10px;
}

#portfolio2Wrapper .portfolio2single ul li{
    background-image: none;
    background-position: 1px 5px;
    background-repeat: no-repeat;
    color: #676767;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    margin: 6px 0 0 0;
    padding-left: 18px;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
    list-style: none;
}

#portfolio2Wrapper .portfolio2single ul li i{
    margin-right: 8px;
}

#portfolio2Wrapper .portfolio2single a{
    background-repeat: no-repeat;
    display: block;
    width: 29px;
    height: 29px;
    margin: 18px 15px 10px 0px;
    float: right;
}

#portfolio2Wrapper .portfolio2single a.portfolio2Zoom{
    background-position: -4px -250px;
}

#portfolio2Wrapper .portfolio2single a.portfolio2Zoom:hover{
    background-position: -4px -216px;
}

#portfolio2Wrapper .portfolio2single a.portfolio2Link{
    background-position: -40px -250px;
}

#portfolio2Wrapper .portfolio2single a.portfolio2Link:hover{
    background-position: -40px -216px;
}




/* #17 Portfolio - Rows Layout */

#portfolioRowsWrapper{

}

#portfolioRowsWrapper .element{
    margin-bottom: 30px;
    padding-bottom: 0px;
    width: 100%;
}

#portfolioRowsWrapper img.portfolioRowSingleThumb{
    float: left;
    margin: 1px 30px 1px 1px;
}

#portfolioRowsWrapper .portfolioRowSingle{
    margin-bottom: 0px;
    clear: both;
}

#portfolioRowsWrapper .portfolioRowSingle h4{
    color: #333;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin: 25px 10px 15px 10px;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
}

#portfolioRowsWrapper .portfolioRowSingle ul{
    color: #676767;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    margin: 0px 10px 10px 0px;
    border-top: 1px dotted #ccc;
    padding-top: 10px;
}

#portfolioRowsWrapper .portfolioRowSingle ul li{
    background-image: none;
    background-position: 1px 5px;
    background-repeat: no-repeat;
    color: #676767;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    margin: 6px 0 0 0;
    padding-left: 18px;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
    list-style: none;
}

#portfolioRowsWrapper .portfolioRowSingle ul li i{
    margin-right: 8px;
}

#portfolioRowsWrapper .portfolioRowSingle a{
    background-repeat: no-repeat;
    display: block;
    width: 29px;
    height: 29px;
    margin: 18px 15px 10px 0px;
    float: right;
}

#portfolioRowsWrapper .portfolioRowSingle a.portfolioRowZoom{
    background-position: -4px -250px;
}

#portfolioRowsWrapper .portfolioRowSingle a.portfolioRowZoom:hover{
    background-position: -4px -216px;
}

#portfolioRowsWrapper .portfolioRowSingle a.portfolioRowLink{
    background-position: -40px -250px;
}

#portfolioRowsWrapper .portfolioRowSingle a.portfolioRowLink:hover{
    background-position: -40px -216px;
}



/* ##################################### ===== THE END ===== */




/* -----------------------------------------------------------
--------==============================================--------
--------       * Alternative-Layout-1 Style *         --------
--------______________________________________________--------
--------------------------------------------------------------
------- the first alternative layout of the home page --------
*/


/* #18 Alternative Layout 1 Style Amendments to default */

.altLayout1Content #col4Span .col4single .thumbHold .thumbHoldCaption{
    top: 0;
    height: 20px;
}

.altLayout1Content #col4Span .col4single .thumbHold .thumbHoldCaption p{
    font-size: 16px;
}

.altLayout1Content .col4Wrap{
    margin-right: -11px;
    margin-left: 17px;
    margin-top: 40px;
    padding-left: 5px;
    padding-right: 5px;
}

.altLayout1Content #col4Span .col4single{
    margin-top: -44px;
    -webkit-box-shadow: 0px  0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px  0px 5px 0px rgba(0, 0, 0, 0.2);
}

.altLayout1Content #col4Span .col4single > p{
    min-height: 75px;
}

.altLayout1Content .span3.span3frst{
    margin-left: 0;
}

.altLayout1Content .col4WrapContent{
    padding: 5px 10px;
    clear: both;
}

.altLayout1Content .col4WrapContent a.theBigBtn{
    float: right;
    margin: 0px 0 10px 20px;
}





/* ##################################### ===== THE END ===== */



/* -----------------------------------------------------------
--------==============================================--------
--------                 * Widgets *                  --------
--------______________________________________________--------
--------------------------------------------------------------
*/




/* #19 Widgets  */

.widget{
    margin-bottom: 40px;
}

.bottomWidget{
    margin-bottom: 0px;
}


/* #20 Testimonials Widget  */

#testimonialsWidget{
    position: relative;
    padding: 0 0 45px 0;
    overflow-x: hidden;
}

#testimonialSliderHold{
    position: relative;
    padding: 25px 0 30px;
}

#testimonialSlider{
    margin: 0;
    font-size: 13px;
    color: #555;
    text-align: justify;
    width: 100%;
}

#testimonialSlider ul.slides{
    margin: 0;
}

#testimonialSlider p{
    font-family: 'georgia', serif;
    font-style: italic;
    text-align: center;
    font-size: 12px;
    margin: 0;
    padding: 0 40px;
    line-height: 22px;
    color: #a1a1a1;
}

#testimonialSlider p.testimQuoteCredit{
    text-align: center;
    font-weight: 700;
    margin: 10px 0 0 0;
}

#testimonialSlider .slides_container .slides_control div{
    width: 298px;
}

#testimonialSlider ol.flex-control-nav{
    position: absolute;
    left: 50%;
    bottom: 0;
    width: auto;
    text-align: center;
    margin: 0;
    padding: 10px 0;
}

#testimonialSlider ol.flex-control-nav:before,
#testimonialSlider ol.flex-control-nav:after{
    content: " ";
    display: table;
}

#testimonialSlider ol.flex-control-nav:after{
    clear: both;
}



/* #21 Video Widget  */

#videoWidget{

}

#videoWidget .vidThumbHold{
    display: block;
    position: relative;
    margin: 0 20px 20px 20px;
    max-width: 540px;
}

#videoWidget .vidThumbHold img.vidThumb{

}

#videoWidget .vidThumbHold img.playBtn{
    display: block;
    position: absolute;
    top: 33%;
    left: 50%;
    margin-left: -15%;
    width: 30%;
    opacity: 0.7;
}

#videoWidget .vidThumbHold img.playBtn:hover{
    opacity: 1;
}



/* #22 Projects Widget  */

#projectsWidget{

}

#projectsWidget ul.projectsWidgetHold{
    margin: 0;
}

#projectsWidget ul.projectsWidgetHold li{
    position: relative;
    list-style: none;
    float: left;
    max-width: 234px;
    width: 44%;
    margin-right: 5%;
    margin-bottom: 5%;
    overflow: hidden;
    padding: 1%;
}

#projectsWidget ul.projectsWidgetHold li.even1{
    margin-right: 0;
}

#projectsWidget ul.projectsWidgetHold li a.subPgImgZoom,
#projectsWidget ul.projectsWidgetHold li a.projectsWidgetLink{
    position: absolute;
    top: 50%;
    margin-top: -22px;
    display: block;
    width: 45px;
    height: 45px;
    background-color: transparent;
    background-repeat: no-repeat;
}

#projectsWidget ul.projectsWidgetHold li a.subPgImgZoom{
    background-position: -4px -162px;
    left: -35%;
}

#projectsWidget ul.projectsWidgetHold li a.subPgImgZoom:hover{
    background-position: -4px -109px;
}

#projectsWidget ul.projectsWidgetHold li a.projectsWidgetLink{
    background-position: -59px -162px;
    right: -35%;
}

#projectsWidget ul.projectsWidgetHold li a.projectsWidgetLink:hover{
    background-position: -59px -109px;
}



/* #23 Skills Widget  */

#skillsWidget{

}

#skillsWidget .skillBarsHold{
    margin: 0 20px;
}

#skillsWidget .skillBarsHold h5{
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0px;
}

#skillsWidget .skillBarsHold .progress{
    border-bottom: 1px solid #eee;
}


/* #24 Services Widget */

#servicesWidget #accordion2{
    margin: 0 20px;
}

#servicesWidget #accordion2 .accordion-group h5{
    font-size: 16px;
}

#servicesWidget #accordion2 .accordion-group .accordion-heading > a{
    padding: 8px 10px;
}

#servicesWidget #accordion2 .accordion-group h5 span.servicesShortListArr{
    margin: -10px 0 0 0;
    height: 20px;
    width: 20px;
    background-position: -87px -219px;
}

#accordion2 .accordion-group a.txtLink{
    display: block;
    clear: both;
    margin-top: 20px;
    margin-bottom: 10px;
}


/* #25 Links Widget */

#linksWidget .linksWidgetHold{
    margin: 0 20px 20px;
}

#linksWidget .linksWidgetHold a{
    background-image: url('../img/linkArr.png');
    background-position: 17px 11px;
    background-repeat: no-repeat;
    display: block;
    padding: 10px 15px 10px 40px;
    background-color: #e5e5e5;
    margin-bottom: 8px;
    color: #444;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#linksWidget .linksWidgetHold a:hover{
    background-color: #00bfe1;
    text-decoration: none;
    color: #fff;
}



/* #26 Recent Comments Widget */

#commentsWidget{
    margin: 0;
    margin-bottom: 45px;
    font-size: 13px;
    color: #676767;
}

#commentsWidget ul.commentsWidgetHold{
    margin: 0;
    padding: 0 20px 20px 20px;
}

#commentsWidget ul.commentsWidgetHold li{
    background-image: url('../img/spchbub.png');
    background-position: 10px 2px;
    background-repeat: no-repeat;
    padding: 0 10px 0 40px;
    list-style: none;
    margin: 0;
    margin-bottom: 10px;
}

#commentsWidget ul.commentsWidgetHold li a{
    color: #333;
}



/* #27 Recent Comments Widget */

#postsWidget{

}

#postsWidget .nav{
    margin: 0;
}

#postsWidget .nav-tabs{
    border-bottom: 0;
}

#postsWidget .nav-tabs > li > a{
    background-color: #00bfe1;
    color: #fff;
    line-height: 18px;
    margin-top: 2px;
}

#postsWidget .nav-tabs > li > a:hover{
    background-color: #bbb;
}

#postsWidget .nav-tabs > .active > a, .nav-tabs > .active > a:hover{
    background-color: #fcfcfc;
    line-height: 20px;
    margin-top: 0px;
    color: #555;
    font-weight: 900;
}

#postsWidget .nav-tabs > li.active > a:hover{
    background-color: #fcfcfc;
}

#postsWidget .postsWidgetHold{
    padding: 20px;
    margin: 0;
}

#postsWidget .postsWidgetHold ul{
    margin: 0;
}

#postsWidget .postsWidgetHold ul li{
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    list-style: none;
    border-bottom: 1px solid #ddd;
}

#postsWidget ul li.postsWidgetImgThumb a{
    padding: 7px 5px 8px 5px;
    display: block;
    text-indent: -9999px;
    width: 46px;
}

#postsWidget ul li.postsWidgetThumb.postsWidgetImgThumb.active a{
    padding-top: 9px;
}

#postsWidget ul li.postsWidgetImgThumb a span{
    display: block;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
}

#postsWidget .postsWidgetHold ul li a.postsWidgetImgLink{
    float: left;
    margin: 0 20px 10px 0;
    padding: 3px;
    border: 2px solid #00bfe1;
}

#postsWidget .postsWidgetHold ul li a.postsWidgetImgLink:hover{
    border: 2px solid #bbb;
}

#postsWidget .postsWidgetHold ul li a.postsWidgetImgLink img{

}

#postsWidget .postsWidgetHold ul li p{
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 5px 0;
}

#postsWidget .postsWidgetHold ul li a h5{
    margin: 0 0 5px 0;
    color: #555;
}

#postsWidget .postsWidgetHold ul li a.postsWidgetCommsLink{
    display: block;
    background-image: url('../img/spchbub.png');
    background-repeat: no-repeat;
    background-position: 0 center;
    float: right;
    font-size: 13px;
    color: #555;
    padding-left: 26px;
}

#postsWidget .postsWidgetHold ul li a.commsOnPostLink{
    display: block;
    float: right;
    font-size: 13px;
    color: #555;
}

#postsWidget .postsWidgetHold ul li a.commsOnPostLink span{
    display: block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: -4px -362px;
    float: left;
    margin: 1px 0 0 0;
}


/* #28 Posts Thumb Widget  */

#postsThmbWidget{

}

#postsThmbWidget ul.postsThmbWidgetHold{
    margin: 0;
}

#postsThmbWidget ul.postsThmbWidgetHold li{
    position: relative;
    list-style: none;
    float: left;
    max-width: 234px;
    width: 44%;
    margin-right: 5%;
    margin-bottom: 5%;
    overflow: hidden;
    padding: 1%;
}

#postsThmbWidget ul.postsThmbWidgetHold li.even1{
    margin-right: 0;
}

#postsThmbWidget ul.postsThmbWidgetHold li div.postsThmbWidgetContent{
    position: absolute;
    top: 110%;
    left: 0;
    width: 80%;
    height: 80%;
    padding: 10%;
    background: #fff;
}

#postsThmbWidget ul.postsThmbWidgetHold li div.postsThmbWidgetContent a{
    display: block;
}

#postsThmbWidget ul.postsThmbWidgetHold li div.postsThmbWidgetContent a h5{
    margin: 0 0 8px 0;
    color: #00bfe1;
}

#postsThmbWidget ul.postsThmbWidgetHold li div.postsThmbWidgetContent p{
    margin: 0 0 8px 0;
    line-height: 15px;
    font-size: 13px;
    color: #555;
}

#postsThmbWidget ul.postsThmbWidgetHold li div.postsThmbWidgetContent a.postsThmbWidgetCommsLink{
    display: block;
    background-image: url('../img/spchbub.png');
    background-repeat: no-repeat;
    background-position: 0 center;
    margin: 0;
    float: left;
    font-size: 13px;
    color: #00bfe1;
    padding-left: 26px;
}


/* #29 flickr Widget  */

#flicrWidget{

}

#flicrWidget #FlickrImages{
    margin: 0 20px 20px 20px;
}

#flicrWidget #FlickrImages li{
    float: left;
    list-style: none;
    margin: 0 10px 10px 0;
}

#flicrWidget #FlickrImages li a{
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 66px;
}

#flicrWidget #FlickrImages li a:hover{
    background: #00bfe1;
}

#flicrWidget #FlickrImages li a img{
    width: 64px;
    height: 64px;
    border: 1px solid #fff;
}



/* #30 Newsletter Subscribe Form Widget */

form.newsSubForm{
    margin: 20px 0 0 10px;
    padding: 0;
}

form.newsSubForm input{
    margin-bottom: 10px;
}

form.newsSubForm input[type="text"],
form.newsSubForm input[type="email"]{
    background: #444;
    border: 1px solid #777;
    color: #aaa;
}



/* ##################################### ===== THE END ===== */






/* -----------------------------------------------------------
--------==============================================--------
--------              * Features Page *               --------
--------______________________________________________--------
--------------------------------------------------------------
The Spy menu widget used on the features page and the features
content

*/


/* #31 spy-menu Widget  */

#spyMenu-Widget{
    position: relative;
}

#spyNavContainer.affix{
    top: 35px;
    width: 300px;
}

spyMenu-Widget .boxStyle{

}

#spyMenu-Widget ul.nav-list{
    margin: 20px;
}

#spyMenu-Widget ul.nav-list li{
    border: 1px solid #D5D5D5;
    border-bottom-width: 2px;
    background: #FCFCFC;
    margin: 0 0 3px 0;
}

#spyMenu-Widget ul.nav-list li.active{
    background: #fff;
    border-bottom-color: #00bfe1;
    background-color: white;
}

#spyMenu-Widget ul.nav-list li a{
    display: block;
    margin: 0;
    padding: 6px 10px;
    color: #555;
    background: #fafafa;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#spyMenu-Widget ul.nav-list li a:hover{
    color: #222;
    background: #fff;
}

#spyMenu-Widget ul.nav-list li.active a{
    background: #fff;
}

#spyMenu-Widget ul.nav-list li a h5{
    margin: 0;
    position: relative;
    font-size: 15px;
}

#spyMenu-Widget ul.nav-list li a h5 span.spyMenu-Arr{
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    background-position: -87px -219px;
    background-repeat: no-repeat;
    margin: -10px 0 0 0;
    height: 20px;
    width: 20px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#spyMenu-Widget ul.nav-list li.active a h5 span.spyMenu-Arr{
    -moz-transform: scale(1) rotate(-90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(-90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(-90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(-90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(-90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}



/* #32 Features Content  */

.featuresContentEl{
    padding-top: 40px;
    padding-bottom: 120px;
}

.subPgContent.featuresDoc .largeLeftCol{
    padding-bottom: 80px;
    margin-bottom: 120px;
}

.featuresContentEl h5{
    padding-bottom: 3px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    font-size: 18px;
}

.featuresContentEl div.globClassHold{
    border-bottom: 3px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

.featuresContentEl div.globClassHold div{
    margin: 20px;
}

.subPgContent .featuresContentEl span.goRed{
    position: static;
    float: none;
    line-height: normal;
    color: #c00;
    background: transparent;
    width: auto;
    height: auto;
    display: inline;
}

.subPgContent .featuresContentEl ul.generalList li{
    margin-bottom: 15px;
}

.subPgContent .featuresContentEl span.anExp,
.subPgContent .featuresContentEl ul.generalList li span.anExp
{
    position: static;
    float: none;
    line-height: normal;
    background: transparent;
    width: auto;
    height: auto;
    display: inline;
    color: #00aa55;
}

.anExp{
    color: #00aa55;
}

.featuresContentEl a.txtLink{
    float: left;
}



/* ##################################### ===== THE END ===== */







/* -----------------------------------------------------------
--------==============================================--------
--------             * Global Classes *               --------
--------______________________________________________--------
--------------------------------------------------------------
shortcut classes to style headings, content boxes, links and a 
lot more all around.

*/




/* #33 clearfix class */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}



/* #34 Content Box  */

.boxStyle{
    border: 1px solid #D5D5D5;
    border-bottom-width: 2px;
    background: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.boxStyle.boxStyle-remTopBordr{
    border-top: none;
}



/* #35 The Big Button   */

.theBigBtn{
    display: block;
    background: #444;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    color: #e7e7e7;
    text-decoration: none;
    text-shadow: none;
    padding: 25px 85px 25px 18px;
    font-size: 18px;
    line-height: 22px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    position: relative;
}

.theBigBtn:hover{
    color: #fff;
    background: #222;
    text-decoration: none;
}

.theBigBtn .bigBtnTxt{
    display: block;
    position: relative;
    z-index: 2;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
}

.theBigBtn .bigBtnIconBg{
    position: absolute;
    display: block;
    width: 220px;
    height: 100%;
    top: 0;
    right: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-position: -195px -190px;
    z-index: 0;
}

.theBigBtn .bigBtnIconBg .bigBtnIcon{
    position: absolute;
    display: block;
    background-image: url('../img/contactIcoArr.png');
    top: 50%;
    margin: -14px 0 0 0;
    width: 19px;
    height: 28px;
    right: 25px;
}



/* #36 The Image Frame  */

div.theImgFrame{
    display: inline-block;
    background: #eee;
    border: none;
    padding: 8px;
    -webkit-box-shadow:  1px 1px 0px 0px rgba(0, 0, 0, 0.2), inset 1px 1px 0px 0px rgba(255, 255, 255, 1);
    box-shadow:  1px 1px 0px 0px rgba(0, 0, 0, 0.2), inset 1px 1px 0px 0px rgba(255, 255, 255, 1);
    position: relative;
}

div.theImgFrame img{
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #fcfcfc;
    border-right: 1px solid #fcfcfc;
}

div.theImgFrame img.theImgFrameShaddow{
    display: block;
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 100%;
    margin: 0 0 0 -50%;
    padding: 0;
    height: 12px;
    border: none;
}



/* #37 The Underlined Heading  */

.undrlineHeading h2{
    font-size: 18px;
    font-weight: 400;
    background-color: #fcfcfc;
    padding: 6px 0 8px 0px;
    color: #999;
    margin-top: 0;
    line-height: 20px;
}
.undrlineHeading h2 strong{
    font-size: 24px;
    color: #333;
    font-weight: 400;
    padding-left: 2px;
    margin-right: 5px;
    padding-bottom: 2px;
}

.undrlineHeading h3{
    font-size: 18px;
    font-weight: 400;
}

.undrlineHeading.undrlineHeadingShad{
    -webkit-box-shadow:  1px 1px 0px 0px rgba(0, 0, 0, 0.2), inset 1px 1px 0px 0px rgba(255, 255, 255, 1);
    box-shadow:  1px 1px 0px 0px rgba(0, 0, 0, 0.2), inset 1px 1px 0px 0px rgba(255, 255, 255, 1);
    border: 1px solid #eee;
}



/* #38 The Sub-Heading  */


.subheading{
    margin-bottom: 0;
}

.subheading .undrline{
    border-bottom: 3px solid #00bfe1;
    vertical-align: text-top;
}

h3.subheading{
    line-height: 25px;
}

.undrlineHeading{
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 15px;
}



/* #39 The Full Centred Heading  */

h2.fullCntrdHeading{
    text-align: center;
    background-color: #eee;
    margin: 30px 20px;
    border-bottom: 1px solid #ccc;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    color: #777;
    font-weight: 400;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
    padding-bottom: 5px;
}

h2.fullCntrdHeading span.hiliteWord{
    color: #00bfe1;
}



/* #40 The Full Centred Heading Alt  */


h2.fullCntrdHeading.FCH-alt{
    background-color: #fff;
    border-bottom: 3px solid #00bfe1;
    color: #999;
    font-weight: 400;
    text-shadow: none;
    padding-bottom: 5px;
}

h2.fullCntrdHeading span.hiliteWord{
    color: #333;
}

h2.fullCntrdHeading.FCH-full{
    margin: 30px 0px;
}



/* #41 The Text Link  */

a.txtLink{
    display: block;
    background-repeat: no-repeat;
    background-position: -245px 1px;
    float: right;
    border-bottom: 1px solid #00bfe1;
    padding: 0 0 0 12px;
    text-decoration: none;
    color: #999;
}

a.txtLink:hover{
    background-position: -243px -27px;
    color: #ccc;
}



/* #42 The Alt-Text Link  */

a.altLink{
    color: inherit;
    border-bottom: 1px solid #00bfe1;
    text-decoration: none;
}

a.altLink:hover{
    border-bottom: 1px solid #333;
    color: #00bfe1;
    text-decoration: none;
}



/* #43 Text align and Margin shortcut classes  */

.marginR10{margin-right: 10px;}
.marginL10{margin-left: 10px;}
.marginB10{margin-bottom: 10px;}
.marginT10{margin-top: 10px;}
.marginR20{margin-right: 20px;}
.marginL20{margin-left: 20px;}
.marginB20{margin-bottom: 20px;}
.marginT20{margin-top: 20px;}
.marginR40{margin-right: 40px;}
.marginL40{margin-left: 40px;}
.marginB40{margin-bottom: 40px;}
.marginT40{margin-top: 40px;}

.marginRL20{margin-right: 20px;margin-left: 20px;}

.cntrTxt{text-align: center;}
.textR{text-align: right;}
.textL{text-align: left;}



/* #44 The Little Tag  */

.littleTag{
    display: inline-block;
    padding: 1px 6px;
    -webkit-box-shadow:   1px 1px 0px rgba(255, 255, 255, .2);
    box-shadow:   1px 1px 0px rgba(255, 255, 255, .2);
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.15)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    margin: 10px 10px 0 0px;
    font-size: 12px;
}

.littleTag:hover{
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.25) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.25)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow:   1px 1px 0px rgba(255, 255, 255, .3);
    box-shadow:   1px 1px 0px rgba(255, 255, 255, .3);
    border: 1px solid rgba(0,0,0,0.2);
    cursor: default;
}


/* #45 Hi-lite text */

strong.hi-light{
    background: #00bfe1;
    color: #fff;
    padding-left: 2px;
    padding-right: 2px;
}



/* ##################################### ===== THE END ===== */







/* -----------------------------------------------------------
--------==============================================--------
--------    * AugViewPop and Back to top button *     --------
--------______________________________________________--------
--------------------------------------------------------------
the back to top button and the popup box used for sharing button

*/




/* #46 The AugViewPop styles  */

.augViewCont{
    display:none;
    width: 139px;
    padding: 20px 25px;
    height: auto;
    position: absolute;
    background: #fff;
    border: 1px solid #bbb;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.augViewCont .postTweet{
    float: left;
    margin: 0 15px 0 0;
}

.augViewCont .augViewExit{
    display: block;
    border: none;
    background: #ddd;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 16px;
    height: 14px;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    cursor: pointer;
    color: #555;
    padding: 0 0 2px 0;
    text-indent: -1px;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.augViewCont .augViewExit:hover{
    background: #bbb;
    color: #333;
}

.augViewCont .avArrd{
    display: block;
    width: 18px;
    height: 15px;
    background-image: url('../img/avArrd.png');
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin: 0 0 0 -9px;
}

.augViewCont h4{
    font-size: 16px;
    color: #444;
    font-style: italic;
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 2px 0;
}



/* #47 Back to top button  */

#scrollBackUp{
    display: none;
    position: fixed;
    top: 80%;
    right: 0;
    height: 64px;
    width: 64px;
    background-image: url('../img/blk80s.png');
    background-repeat: repeat;
    background-color: transparent;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    cursor: pointer;
    opacity: 0.8;
    z-index: 1000;
}
#scrollBackUp:hover{
    opacity: 1;
}

#scrollBackUp a{
    display: block;
    height: 62px;
    width: 62px;
    background-image: url('../img/back-to-top-arrow.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}


/* ISOTOPE OVER-WRITE'S --------------------------------------------------------
------------------------------------------------------------------------------*/


/* #48 Isotope over-write's  */


/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/**** Isotope filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/* IE Fixes */

.navbar-inverse .navbar-inner{
    filter: none;
}

.introduction #welcomeMsg{
    padding: 50px 0 24px 0;
}

.introduction #welcomeMsg .cert-grey{
    float: right;

}

.introduction #welcomeMsg > div > span{
    text-align: left;
    margin: 8px 0 0 0;
    font-size: 18px;
    float: left;
    background: #fff;
    padding: 7px 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

.introduction #welcomeMsg > div > span strong{

}

.introduction #welcomeMsg h1{
    text-align: left;
    float: left;
    color: #ccc;
    margin-top: 40px;
    max-width: 800px;
}

.introduction #welcomeMsg h1 span{
    color: #aaa;
}

.introduction #welcomeMsg h1 strong{
    color: #aaa;
}

.introduction .spanx{
    width: 48%;
    margin: 0 2% 0 0;
}

.introduction .spanx .contactsList{
    width: 48%;
    margin: 0 2% 0 0;
    float: left;
}

.introduction p.quoted {
    margin: 20px 25px;
}

.introduction p.quoted i{
    margin: 0px 15px;
    display: inline-block;
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #798e42;
}

.introduction p.quoted span{
    display: block;
    padding: 20px;
    background: #f4f4f4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    margin: 0px;
}

.introduction .mapHold {
    background-image: url('../img/325.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 95%;
    height: 480px;
    margin: 30px 2.5% 0;
    padding: 0;
}

.introduction .mapHold iframe {
    width: 100%;
    height: 100%;
}

.xbtn{
    display: inline-block;
    padding: 5px 12px;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #777;
    -webkit-transition: background 400ms ease;
    -moz-transition: background 400ms ease;
    -ms-transition: background 400ms ease;
    -o-transition: background 400ms ease;
    transition: background 400ms ease;
}

.xbtn:hover{
    background: #ddd;
    text-decoration: none;
    color: #777;
}

.xbtn.filters-xbtn{
    font-weight: 400;
    text-shadow: none;
    color: #999;
}

.xbtn.filters-xbtn:hover{
    background: #fafafa;
    text-decoration: none;
    color: #888;
}

.xbtn.filters-xbtn.filters-xbtn-active{
    -webkit-box-shadow:  2px 2px 2px 0px rgba(0, 0, 0, 0.1);
        box-shadow:  2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.locationPar .shadowline1,
.locationPar .btnsGroup{
    width: 560px;
    float: left;
}

.locationPar .btnsGroup{
    width: 490px;
    margin-left: 50px;
}

.introduction .formHold{
    width: 90%;
    margin: 0 0 0 10%;
}

.introduction .formHold .formRow{
    width: 90%;
    padding-bottom: 5px;
}

.introduction .formHold .formCol{
    width: 40%;
    margin-right: 10%;
    float: left;
    padding-bottom: 5px;
}

.introduction .formHold .form3col{
    width: auto;
    margin-right: 0;
    float: left;
    padding-bottom: 5px;
}

.theadd, .theEq{
    display: block;
    float: left;
    margin: 4px 10px;
    font-size: 16px;
}

.introduction .formHold .form3col input{
    float: left;
    width: 20px;
}

.introduction .formHold .form3col input[readonly]{
    background-color: #f9f9f9;
}

.introduction .formHold input{
    width: 100%;    
}

.introduction .formHold label{
    cursor: default; 
}

.introduction .formHold label.error{
    color: #b94a48;
    font-size: 12px;
    margin: -12px 0 0 4px;
    line-height: 20px;
    background: #f2dede;
    padding: 0 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.introduction .formHold .form3col label.error{
    float: left;
    margin: 5px 0 0 10px;
}

#resload{
    width: 28px;
    margin: 1px 0 0 20px;
    display: none;
}

.introduction .formHold textArea{
    width: 100%;
    resize: none;
    height: 125px;
}

.introduction .formHold #submit{
    width: 120px;
    margin: 10px 0 0 0;
}

.introduction ul.contactsList{
    float: none;
}

.introduction ul.contactsList li{
    list-style: none;
    min-height: 15px;
}

.introduction .genContentArea .responseHold p{
    margin: 0;
    margin-top: 15px;
}

.padT40{
    padding-top: 40px;
}
.padT50{
    padding-top: 50px;
}
.padT63{
    padding-top: 57px;
}
.genContentArea p.contactFormPar{
    margin: 0 0 20px 25px;
}

.standardForm select{
    width: 176px;
}
    
img.img-light-border.speci{
    float: none;
    margin-bottom: 0;
}

#ui-datepicker-div{
    z-index: 101 !important;
}