/* Table of Content
==================================================
        #Font-Face
        #Reset & Basics
        #Basic Styles
        #Site Styles
        #Typography
        #Links
        #Lists
        #Images/Medias
        #Helper classes
        #Basic WordPress Classes
        #Buttons
        #Forms
        #Misc
        -----------------------------------------------
        #Site Styles
        #Page Styles
        #Media Queries
*/

/* #Font-Face
================================================== */
@font-face {
    font-family: 'RutmerHand';
    src: url('../fonts/RutmerHand.eot');
    src: url('../fonts/RutmerHand.eot') format('embedded-opentype'),
        url('../fonts/RutmerHand.woff') format('woff'),
        url('../fonts/RutmerHand.ttf') format('truetype'),
        url('../fonts/RutmerHand.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OstrichBold';
    src: url('../fonts/ostrich-bold-webfont.eot');
    src: url('../fonts/ostrich-bold-webfont.eot') format('embedded-opentype'),
        url('../fonts/ostrich-bold-webfont.woff') format('woff'),
        url('../fonts/ostrich-bold-webfont.ttf') format('truetype'),
        url('../fonts/ostrich-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rockwell';
    src: url('../fonts/rock-webfont.eot');
    src: url('../fonts/rock-webfont.eot') format('embedded-opentype'),
        url('../fonts/rock-webfont.woff') format('woff'),
        url('../fonts/rock-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RockwellBold';
    src: url('../fonts/rockb-webfont.eot');
    src: url('../fonts/rockb-webfont.eot') format('embedded-opentype'),
        url('../fonts/rockb-webfont.woff') format('woff'),
        url('../fonts/rockb-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LigatureSymbols';
    src: url('../fonts/LigatureSymbols-2.09.eot');
    src: url('../fonts/LigatureSymbols-2.09.eot') format('embedded-opentype'),
        url('../fonts/LigatureSymbols-2.09.woff') format('woff'),
        url('../fonts/LigatureSymbols-2.09.ttf') format('truetype'),
        url('../fonts/LigatureSymbols-2.09.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* replaced with nimbus sans
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.woff') format('woff'),
         url('../fonts/Helvetica.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Light';
    src: url('../fonts/Helvetica').eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Light';
    src: url('../fonts/Helvetica').woff') format('woff'),
         url('../fonts/Helvetica').svg#Helvetica-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }
body {
    line-height: 1; }
ol, ul {
    list-style: none; }
blockquote, q {
    quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; }
table {
    border-collapse: collapse;
    border-spacing: 0; }


/* #Basic Styles
================================================== */
body {
    background: #fff;
    /*font: 15px/22px "Helvetica-Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 15px;
    line-height: 22px;
    font-family: 'nimbus-sans', helvetica, sans-serif;
    font-weight: 300;
    color: #555555;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

/* Highlight Color */
::-moz-selection{ background: #014160; color:#fff; text-shadow: none; }
::selection { background:#014160; color:#fff; text-shadow: none; }
/* Device onclick */    
a:link { -webkit-tap-highlight-color: rgba(0,0,0,0); }


/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    color: #181818;
    font-weight: normal;
    margin-bottom:15px;
    line-height:1.3;
    font-family: 'museo-sans';
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 46px; }
h2 { font-size: 35px; }
h3 { font-size: 28px; }
h4 { font-size: 21px; }
h5 { font-size: 17px; }
h6 { font-size: 14px; }
.subheader { color: #777; }

p { margin: 0 0 20px 0; }
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777;  }

em { font-style: italic; }
strong { font-weight: bold; }
small { font-size: 80%; }

/*  Blockquotes  */
blockquote { font-size: 17px; line-height: 24px; color: #777; font-style: italic; margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
a, a:visited { color: #0573ba; text-decoration: none; outline: 0; }
a:hover, a:focus { color: #000; text-decoration:none; }
p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { line-height: 18px; margin-bottom: 12px; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }

/* #Images
================================================== */

img {
    max-width: 100%;
    height: auto;
    width:auto;
}

/* #Helper classes
================================================== */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { position: absolute !important; clip: rect(1px, 1px, 1px, 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.col { display:inline; float:left;} 
.inline { display:inline; }

/* #Basic WordPress Classes
================================================== */
/* Aligns, prev next links */
.alignleft {float:left;}
.alignright {float:right;}
.aligncenter, div.aligncenter { display: block; margin-left: auto;  margin-right: auto;}
.navigation, .comment-navigation {display: block;clear:both;}
.navigation {   margin-top: 40px; padding-bottom: 70px; }
.comment-navigation {margin-top: 15px;  padding-bottom: 5px;}       
.navigation a, .comment-navigation a {}
.navigation a:hover, .comment-navigation a:hover {}
.attachment a { border:0}
.navigation a img {border-radius:0; border:none}
.navigation-image a {border:none}   

/* images */
p img { padding: 0; max-width: 100%;}
img.centered { display: block; margin-left: auto; margin-right: auto;}
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline;}
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.alignright { float: right; }
.alignleft { float: left; }

/* Captions */
.wp-caption {   border: 1px solid #ddd; text-align: center; background-color: #fafafa;  padding-top: 5px;   margin: 5px 25px 25px 0px;  -moz-border-radius: 3px;    -khtml-border-radius: 3px;  -webkit-border-radius: 3px; border-radius: 3px;}
.wp-caption img {   margin: 0;  padding: 0; border: 0 none;}
.wp-caption p.wp-caption-text { font-size: 10px; line-height: 16px; padding: 4px 4px 5px 0; margin: 0; color:#666;}

/* Various Tags & Classes */
acronym, abbr, span.caps { cursor: help;}
acronym, abbr { border-bottom: 1px dashed #999;}
.center { text-align: center;}
.hidden { display: none;}   
.screen-reader-text { position: absolute; top: 4px; left: 7px; color:#8a8a8a; font-size: 13px; font-weight: normal;  }




.gfield:before,
.gfield:after{
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
.gfield:after{
    clear: both; }
.gfield {
    zoom: 1; }

/* #Buttons
================================================== */

.button,a.button{
    background: #d19d0b;
    border:none;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    line-height: 20px;
    padding: 10px;
    /* Removing ios button styles */
    -webkit-appearance: none; 
    -webkit-border-radius:0; 
    border-radius:0;
}
.button:hover,a.button:hover{
}
.footer-subscribe .button{
    padding: 8px 3px 9px 10px;
    height: 35px;
    color: #000;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5)
}
.request-form .gform_button{
    background: url(../../images/gfrom-btn-bg.png) center;
    padding: 8px 15px ;
    color: #fff;
    text-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: none;
}
.common-btn, .common-btn:link, .common-btn:visited {
    background-position:-157px 0;
    width:156px;
    height:19px;
    display:inline-block;
    font-size:16px;
    line-height:1;
    padding: 16px 0;
    color:#000;
    text-decoration:none;
    text-shadow:1px 1px 1px rgba(255, 255, 255, 0.5);
    text-transform:uppercase;
}
.common-btn:hover {
    background-position:-157px -56px;
}

#req-qote .contact-btn{
    background-position: -319px 0;
    padding: 16px  0 16px 10px;
    margin-top: 40px;
    width: 140px;
}
#req-qote .contact-btn:hover{
    background-position: -319px -55px;
}
a.btn-raq.common-btn{
    background-position: -165px -340px;
    text-align: center;
    width: 185px;
    margin-bottom: 10px;
    padding: 10px 0;
}
#footer   a.btn-raq.common-btn{
    margin-left: 45px; 
}
a.btn-raq.common-btn:hover{
    background-position: -165px -388px; 
}
#logmeinsupport input[type="text"]{
    background: #EAE9E9;
    width: 45%;
    margin-bottom: 0;
    margin-top: 10px;
}
.button-2,a.button-2{
    background-position: -227px -286px;
    color: #FFFFFF;
    font-size: 12px;
    height: 37px;
    padding: 5px 8px;
    text-transform: uppercase;
    width: 90px;
}
.button-2:hover,a.button-2:hover{
    background-position: -338px -286px;
}
.contact-form .button, #gform_wrapper_5 .button, #gform_wrapper_6 .button, #gform_wrapper_7 .button{
    background:url(../../images/sprite.png) no-repeat 0 -651px ;
    box-shadow: none;
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    padding-bottom: 15px;
    padding-right: 10px;
    padding-top: 0;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    width: 185px;

}
.contact-form .button:hover,#gform_wrapper_5 .button:hover,#gform_wrapper_6 .button:hover {
    background-position: -192px -651px !important; 
    box-shadow: none;
}

#gform_wrapper_5 textarea,#gform_wrapper_7 textarea{
    height: 160px;
}
#gform_wrapper_5 .button,#gform_wrapper_6 .button,#gform_wrapper_7 .button{
    float: right;
}
a.button-3{
    background: url('../../images/sprite.png') no-repeat 0 -389px; 
    width: 125px;
    height: 43px;
    color: #FFFFFF;
    font-size: 13px;
    height: 37px;
    padding: 5px 8px;
    text-transform: uppercase;
    font-family: 'museo-sans';
}
a.button-3:hover{
    background: url('../../images/sprite.png') no-repeat 0 -434px;
}

a.button-4{
    background: url('../../images/sprite.png') no-repeat -272px -525px;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'museo-sans';
    font-size: 13px;
    font-weight: 700;
    height: 28px;
    padding: 11px 8px;
    text-transform: uppercase;
    width: 197px;
    margin-top: 12px;
}
a.button-4:hover{
    background: url('../../images/sprite.png') no-repeat -272px -578px;
}
a.button-5{
    background: url('../../images/sprite.png') no-repeat 0 -479px; 
    color: #FFFFFF;
    font-family: 'museo-sans';
    font-size: 13px;
    font-weight: 700;
    height: 32px;
    padding: 5px 17px;
    text-transform: uppercase;
    width: 170px;
}
a.button-5:hover{
    background: url('../../images/sprite.png') no-repeat 0 -522px;
}
a.button-6{
    background: url('../../images/sprite.png') no-repeat -211px -434px; 
    color: #FFFFFF;
    font-family: 'museo-sans';
    font-size: 13px;
    height: 30px;
    padding: 5px 16px;
    font-weight: 700;
    text-transform: uppercase;
    width: 186px;
}
a.button-6:hover{
    background: url('../../images/sprite.png') no-repeat -211px -477px;
}
a.button-7{
    background: url('../../images/sprite.png') no-repeat 0 -565px; 
    color: #FFFFFF;
    font-family: 'museo-sans';
    font-size: 13px;
    height: 30px;
    font-weight: 700;
    padding: 5px 16px;
    text-transform: uppercase;
    width: 233px;
}
a.button-7:hover{
    background: url('../../images/sprite.png') no-repeat 0 -608px;
}
a.button-8{
    background: url("../../images/sprite.png") no-repeat scroll 0 -713px transparent;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'museo-sans';
    font-size: 13px;
    font-weight: 700;
    height: 30px;
    padding: 4px 16px;
    text-transform: uppercase;
    width: 129px;
}
a.button-8:hover{
    background: url('../../images/sprite.png') no-repeat -171px -713px;
}
/* #Forms
================================================== */

form {
    margin-bottom: 20px; }
fieldset {
    margin-bottom: 20px; }
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    border: none;
    padding: 10px 4px 10px 10px;
    outline: none;
    font: 14px "Helvetica", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #a5a5a5;
    margin: 0;
    margin-bottom: 5px;
    width: 97%;
    display: block;
    background: #fff; 
    height: 15px;
    /* Removing ios button styles */
    -webkit-border-radius:0; 
    border-radius:0;
}
select {
    padding: 0; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: none;
    color: #444;
}
textarea {
    min-height: 60px; }
label,
legend {
    /*display: block;*/
    font-weight: bold;
    font-size: 13px; 
    margin-bottom: 5px;
}
select {
    width: 220px; }
input[type="checkbox"] {
    display: inline;
    float: left;
}
label span,
legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444; }


.gform_validation_container {
    display: none;
}


/* #Misc
================================================== */
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }
.clearboth{
    clear: both;
}

/* #Common Styles
================================================== */
/*Dynamic fonts */
#ribbon h3, .section-title ,#footer-social-medias h4,
.title,.box-title,.widget-title{font-family:"museo-sans"; font-weight: 100; }

#primary-nav, #quick-info, .text-btn-2, span.bnr-txt-1,
.secondary-nav li a,.title strong,.box-title strong,
.portfolio-title,.widget-title strong,.widget-entry ul li a,
.post-cnt h3,.post-group .post h2,.list-view h4 { font-family:"museo-sans"; font-weight: 500; }

.common-btn, .text-btn, .slide-cnt h1, .post-title,
blockquote,.button,.interior #billboard p,.breadcrumb,
a.visit-link,#twitter_update_list li span,#commentform .submit-btn,
#contact-us h1 ,.show-hide-map,#web-design h1 ,
.full-width h2,.full-width p,#search-engine-optimization h1 ,
.seo-process .sec-title,.no-career-found,.page-title-1,.portfolio-launched { font-family:"museo-slab"; font-weight: 500; }

#footer-social-medias h4 strong,.main-heading
,.button-2 {font-family: 'museo-sans'; font-weight: 700; }

.slide-cnt span.bnr-txt-3, .home-testimonial-listing .client-details,
.single-testimonial .client .client-details,.re-design .before-design span,
.re-design .after-design span  { font-family:"RutmerHand"; }

.slide-cnt span.bnr-txt-2,#req-qote h2,.page-title { font-family:"OstrichBold"; }

ul.secondary-nav li .sub-nav a,#address p,#copyright,
.validation_message, #gforms_confirmation_message,
.validation_error,h1  strong,#req-qote p,
.screen-reader-text,.post-author,.contact-info .block header{font-family: 'nimbus-sans', helvetica, sans-serif; }

.email-request header{font-family: 'Rockwell';}

h1 ,.box-container p,.post p,.gform_title{font-family: 'nimbus-sans', helvetica, sans-serif; font-weight: 300; }

.sprite, .common-btn, .ico { background:url(../../images/sprite.png) no-repeat 0 0;}



.flexslider {
    /* Remobing Default styles of Flexslider */
    background:none;
    border:none;
    border-radius:0;
    box-shadow:none;
    margin:0;
}
span.br{
    display: block;
}

/* #Site Styles
================================================== */
#header, #ribbon h3:hover, #ribbon .active{
    background: /* Multiple Background */
        url(../../images/feather-watermark.png) no-repeat 80% top,
        url(../../images/header-bg-rpt.jpg) repeat 0 0;
    /* Inner Glow */
    -webkit-box-shadow: inset 0 40px 100px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 40px 100px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 40px 100px rgba(0, 0, 0, 0.5);
}
#header{
    position: relative;
    z-index: 1000;
}
.ie8 #header,.ie7 #header , .ie8 #ribbon h3:hover ,.ie7 #ribbon h3:hover, .ie8 #ribbon .active ,.ie7 #ribbon .active {
    background:url(../../images/header-bg-rpt.jpg) repeat 0 0 !important;
}
#header .container {
    /*background:url(../../images/feather-watermark.png) no-repeat right top;*/
}
#logo {
    padding:15px 0 0 0;
    text-align:center;
}
#quick-info {
    background:url(../../images/quick-info-bg.png) no-repeat center top;
    padding:10px 40px;
    float:right;
    color:#fff;
    margin-bottom:50px;
    font-size:15px;
    text-align:center;
    background-size: 100% 95%;
}
/*#quick-info .inline {
    display:inline-block;
}*/
#quick-info .col-1 {
    margin-right:10px;
}
#quick-info span {
    font-weight:700;
    margin-left:5px;
}
.hiring{
    background: url(../../images/hiring.png) no-repeat ;
    display: block;
    height: 85px;
    left: 35%;
    position: absolute;
    text-indent: -999em;
    width: 150px;
}
/*  Primary Nav: checkout lib/css/superfish.css for more details 
================================================== */

#primary-nav {
    clear:both;
    float: right;
}
.ie7 #primary-nav{
    width: 100%;
}
.menu-toggle {
    display:none;
}
#menu-item-77,#menu-item-4308{
    width: 70px;
}
/* Billboard 
================================================== */

.interior #billboard {
    background:url(../../images/billboard-bg-rpt.jpg) repeat;
    /*background:url(../../images/billboard-bg.jpg) no-repeat center top;*/
    padding:50px 0;
    /* Inner Glow */
    -webkit-box-shadow: inset 0 0 200px rgba(4, 116, 189, 1);
    -moz-box-shadow: inset 0 0 200px rgba(4, 116, 189, 1);
    box-shadow: inset 0 0 200px rgba(0, 93, 188, 1);

}
.slider-full-bg{
    background-size: cover !important;
    height: 368px;
    padding: 50px 0;
}
#main-slider {
    margin-bottom:30px;
}
body.loading #main-slider {
    background:url(../../images/loader-1.gif) no-repeat center center;
}
.flexslider figure, .flexslider article {
    display: none;
    -webkit-backface-visibility: hidden;
}
#main-slider.flexslider .slides img {
    max-width:100%;
    width:auto;
}
#main-slider .slide-img {
    text-align: center;
}
#main-slider .slide-img img{
    display: inline-block; 
}
#main-slider .slide-cnt {
    float:right;
    text-align:center;
}
#main-slider .slide-cnt h1 {
    color:#fff;
    text-transform:uppercase;
    text-shadow:1px 1px 2px rgba(2, 96, 134, 0.8);
    margin:0 0 20px 0;
    padding-top:10px;
    font-size:14px;
    line-height:1;
    border-top:1px solid #0a6d9a;
    border-bottom:1px solid #0a6d9a;
}
.slide-cnt span.bnr-txt-1, .slide-cnt span.bnr-txt-2, .slide-cnt span.bnr-txt-3,.slide-cnt span.bnr-txt-5 {
    display:block;
    margin-bottom:5px;
}
.slide-cnt span.bnr-txt-0 {
    font-size:2.57em;
}
.slide-cnt span.bnr-txt-1 {
    font-weight:bold;
    color:#004465;
    text-shadow:1px 1px 1px rgba(135, 224, 253, 0.8);
    font-size:2.57em;
    letter-spacing:-1px;
}
.slide-cnt span.bnr-txt-3 {
    font-size:1.71em;
}
.slide-cnt span.bnr-txt-2 {
    font-size:7.14em;
    line-height:0.9;
}
.slide-cnt span.bnr-txt-5 {
    color: #002638;
    font-size: 15px;
    text-transform: lowercase;
    font-family: "Helvetica";
    text-shadow: 1px 1px 1px rgba(135, 224, 253, 0.8);
}
.post-4900 .slide-cnt span.bnr-txt-2{
    color: #0573BA;
}
.post-4900 .slide-cnt span.bnr-txt-3{
    color: #000;
    text-shadow: none;
}
#main-slider .links{
    text-align: center;
}
#main-slider .common-btn {
    display:inline-block;
    margin:0 20px 0 40px;
}
#main-slider .text-btn {
    font-size:16px;
    display:inline-block;
    line-height:50px;
}
#main-slider .text-btn:link, #main-slider .text-btn:visited {
    color:#fff;
    text-decoration:none;
}
#main-slider .text-btn:hover {
    text-decoration:underline;
}
.post-4728 span.bnr-txt-0{
    font-size: 80px;
}
.post-4728 span.bnr-txt-1,.post-4735 span.bnr-txt-1{
    font-size: 43px;
}
#ribbon {
    border-bottom:1px solid #d4d4d4;
    margin: 0;
    position: relative;
    margin-top: -70px;
    /* Gradient Background */
    background: url(../../images/ribbon-bg.jpg) repeat-x;
    z-index: 99;

    /* box shadow*/
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3); /* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
}
#ribbon .column.one-third{
    margin-left: 0;
    margin-right: 0;
    width: 320px;
}
#ribbon .cover {
    width:48px;
    height:34px;
    display:block;
    position:absolute;
    bottom:-10px;
}
#ribbon .cover.left {
    background-position:0 -120px;
    left:-15px;
}
#ribbon .cover.right {
    background-position:-49px -120px;
    right:-15px;
}

#ribbon h3 {
    color:#2f2f2f;
    font-size:17px;
    line-height:1;
    padding:20px;
    margin:0;
    border-right: 1px solid #ccc;
    position: relative;
}
.ie7 #ribbon h3{
    font-size: 15px;
}
#ribbon h3 span {
    display:block;
    font-size:1.4em;
}
#ribbon h3 span strong {
    font-weight:bold;
}
#ribbon h3 a {
    text-decoration:none;
    color:#000;
    display:block;
}
#ribbon h3:hover a:after{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

}
#ribbon h3:hover,#ribbon .active{
    display:block;
    margin:-10px 0;
    padding:30px 20px;
    border: none;
}
#ribbon h3:hover a,#ribbon .active a{
    color:#fff;
}

/* Content Section
================================================== */

#main-content {
    padding-top:50px;
    padding-bottom:40px;
}
.section-title {
    border-bottom:1px solid #e6e6e6;
    color:#111414;
    font-size:30px;
    line-height:1.4;
    margin-bottom:20px;
    text-transform:uppercase;
    letter-spacing:-1px;
}

/* Post
================================================== */

.post .pub-date {
    float:left;
    background-color:#2d2d2d;
    font-family:Helvetica, Arial, sans-serif;
    font-weight:bold;
    color:#fff;
    text-transform:uppercase;
    text-align:center;
    padding:10px 0;
    margin-right:10px;
    width:55px;
}
.post .pub-date span {
    display:block;
    line-height:1;
}
.post .pub-date .pub-month {
    font-size:14px;
}
.post .pub-date .pub-day {
    font-size:30px;
}
.post .post-entry {
    overflow:hidden;
}
#home-blog .post-title{
    font-size:18px;
    margin-bottom:5px;
    color:#0573ba;
}
.post-title a, 
.post-title a:visited {
    text-decoration:none;
}

/* Site Giveaway
================================================== */
#home  #site-giveaway{
    background: /* Multiple Background */
        url(../../images/sitegiveaway-bg.png);
    text-align:center;	
    padding:15px 0 0 0;
}
.ie7 #home  #secondary-content,.ie8 #home  #secondary-content{
    background:url(../../images/sitegiveaway-bg.png) repeat 0 0 !important;
}
#home  #site-giveaway .container{
    display:inline-block;
}
#home #site-giveaway h1 {
    font-family: 'Rockwell';
    text-transform:uppercase;
    color:#fff;
    text-shadow:0 1px 1px #666666;
    font-size:33px;
    text-align:left;
    margin:65px 0 0 0;
    letter-spacing:2px;
}
#home #site-giveaway h2 {
    font-family:"museo-sans"; 
    text-transform:uppercase;
    color:#054568;
    text-shadow:0 1px 1px #fff;	
    font-size:30px;
    text-align:left;	
    margin:0 0 0 0;	
    font-weight:bold;
    padding:0 0 0 25px;
}
#home #site-giveaway h3 {
    font-family: 'RutmerHand';
    text-transform:uppercase;
    color:#313131;
    text-shadow:0 1px 1px #666666;	
    font-size:26px;
    text-align:left;
    margin:0 0 -13px 0;
    padding:0 0 0 50px;	
}
#home #site-giveaway h4 {
    text-transform:uppercase;
    font-family: 'OstrichBold';
    color:#0a76be;
    text-shadow:0 1px 1px #666666;	
    font-size:84px;
    text-align:left;	
    padding:0 0 0 75px;	
}
.button-giveaway {
    position: relative;
    background: url(../../images/giveaway-signupbg.png) repeat 0 0 !important;
    margin: -113px 0 0 365px;
    width: 200px;
    height: 56px;
    padding: 32px 25px 8px 25px;
    text-shadow:0 1px 1px #edcf57;
    font-size:24px;
    color:#000;
    letter-spacing:1px;
    text-transform:uppercase;
    font-family: 'Rockwell';
}	
.button-giveaway a {
    color:#000;
    text-decoration:none;
}
#aw-badge {
    position:relative;
    float:left;
    background:url(../../images/giveaway-awbadge.png) repeat 0 0 !important;
}
/* Secondary Content 
================================================== */
#home  #secondary-content{
    background: /* Multiple Background */
        url(../../images/feather-watermark-2.png) no-repeat left top,
        url(../../images/gray-noise-rpt.gif) repeat 0 0;
    padding:30px 0;
}
.ie7 #home  #secondary-content,.ie8 #home  #secondary-content{
    background:url(../../images/gray-noise-rpt.gif) repeat 0 0 !important;
    padding:30px 0;
}
.portfolio-batch-button {
    background:url(../../images/portfolio-batch-button.png) no-repeat 0 0;
    width:236px;
    height:236px;
    margin:20px auto;
    background-size:100%;
}
.portfolio-batch-button:hover {
    background-position:0 -235px;
}

#home-portfolio-listing .portfolio-item {
    display:block;
    float:left;
    position:relative;
    margin:4px;
    width:215px;
    margin-top: 45px;
}
#home-portfolio-listing .portfolio-item:hover {
    background-color:#000;
}
#home-portfolio-listing .portfolio-item:hover img {
    opacity:0.8;
}
.portfolio-item img {
    display:block;
}
.portfolio-item .tag-view-details {
    background-position:-240px -118px;
    width:41px;
    height:36px;
    position:absolute;
    right:0;
    top:0;
}
/* Bottom Content
================================================== */

#bottom-content.home-testimonial,#middle-content.home-testimonial {
    background:url(../../images/pattern-1.jpg) repeat;
    padding-top:20px;
    padding-bottom: 20px;

    /* Inner Glow */
    -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.5);
}
/* Footer
================================================== */

#footer {
    position: relative;
    z-index: 2; /* push above about us scroll content */
    background: url(../../images/footer-bg.jpg) repeat-x center top,
        url(../../images/footer-bg-rpt.jpg) repeat ;
}
.ie8 #footer , .ie7 #footer{
    background:url(../../images/footer-bg-rpt.jpg) repeat #161616 !important;
}
#master-footer  {
    padding-top:35px ;
}
ul.secondary-nav li {
    float: left;
    width: 105px;
}
ul.secondary-nav li.nav-home{
    margin-left: 0;
}
ul.secondary-nav li a {
    color: #FFF;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
}
ul.secondary-nav li a:hover{
    color: #0573BA;
}
ul.secondary-nav li ul {
    margin-left: 0;
}
ul.secondary-nav li ul li {
    display: block;
    float: none;
    margin: 0 0 2px 0;
    width: auto;
}
ul.secondary-nav li .sub-menu a {
    color: #b6b6b6;
    font-size: 13px;
    text-transform: capitalize;
}
ul.secondary-nav li .sub-menu a:hover{
    text-decoration: underline;
}
#address p{
    color: #d2d2d2;
    font-size: 14px;
    margin-bottom: 10px;
    clear: both;
}
#address .ico{
    height: 25px;
    width: 24px;
    float: left;
    margin-right: 10px;
    margin-top: 4px;
}
#address .physical-address .ico{
    background-position: -162px -158px;
}
#address .phone .ico{
    background-position:-186px -158px;
}
#address .email .ico{
    background-position: -215px -157px;
}
#address .email a{
    color: #e1c269;
}
#address .email a:hover{
    color: #D19D0B;
}
#address .meta{
    overflow: hidden;
    display: block;
}
#footer-social-medias{
    border-top: 1px solid #525252;
    border-bottom: 1px solid #525252;
    padding: 15px 0;
}
#footer-social-medias h4{
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
    padding-top: 5px;
}
#footer-social-medias ul,
#footer-social-medias input,
#footer-social-medias ul li,
#footer-social-medias form{
    margin: 0;
    max-width: available;
}
.footer-subscribe .gform_body{float: left;}
.validation_message{
    color: red;
}
#gforms_confirmation_message{
    color: green;
}
.validation_error{
    display: none;
}
.media-followup h4{
    float: left;
    margin-right: 10px;
}
.media-followup li{
    display: inline;
}
.media-followup li a{
    text-indent: -999em;
    display: block;
    width: 36px; 
    height: 36px;
    float: left;
    margin-right: 2px;
}
.media-followup .facebook{
    background-position: -112px -183px;
}
.media-followup .twitter{
    background-position: -153px -183px;
}
.media-followup .linkedin{
    background-position: -193px -183px;
}
.media-followup .youtube{
    background-position: -343px -123px;
}
.media-followup .gplus{
    background-position: -381px -122px;
}
.media-followup .pinterest {
    background-position: -10px -760px;
}
.media-followup .instagram {
    background-position: -46px -760px;
}
.media-followup .loveour {
    background-position: -85px -760px;
}
.media-followup .facebook:hover{
    background-position: -1px -345px;
}
.media-followup .twitter:hover{
    background-position: -39px -345px;
}
.media-followup .linkedin:hover{
    background-position: -78px -345px;
}
.media-followup .youtube:hover{
    background-position: -115px -345px;
}
.media-followup .gplus:hover{
    background-position: -419px -123px;
}
.media-followup .pinterest:hover {
    background-position: -10px -796px;
}
.media-followup .instagram:hover {
    background-position: -46px -796px;
}
.media-followup .loveour:hover {
    background-position: -85px -796px;
}
#bottom-footer{
    margin-top: 10px;
}
.botton-group{
    text-align: center;
}
#copyright{
    color: #a5a5a5;
    text-align: center;
    padding: 15px 0;
    clear: both;
}
/* #Page Styles
================================================== */
/*** Home Page ***/
body#home #main-content .container {
    background:url(../../images/solid-line.gif) repeat-y 340px 0;
}
#home-blog .flexslider, #home-services .section-entry {
    border-bottom:1px solid #e6e6e6;
    padding-bottom:10px;
    margin-bottom:10px;
}
#home-services .section-entry h1{
    font-size: 25px;
}
#home-blog article {
    min-height:180px;
}

#home-blog .flex-control-paging {
    position:static;
}
#home-blog .flex-control-paging li {
    margin:0 2px;
}

#home-blog .flex-control-paging li a {
    width:10px;
    height:10px;
    background:#535353;
}
#home-blog .flex-control-paging li a.flex-active {
    background:#00b6e5;
}

#home-services-lists {
    margin:0;
    padding:0;
    list-style:none;
}
#home-services-lists li {
    display:inline;
    float:left;
    width:46%;
    margin:0 2% 20px 2%; 
}
#home-services-lists h2 {
    font:bold 14px Helvetica, Arial, sans-serif;
    margin:0;
}
#home-services-lists h2 a {
    color:#424242;
    display:block;
}
#home-services-lists h2 a:hover{
    color: #0573BA;
}
#home-services-lists h2 .ico {
    width:32px;
    height:32px;
    display:block;
    float:left;
    position:relative;
    margin:-8px 10px 0 0;
}
.hsl-web-design-development .ico {
    background-position:-108px -118px;
}
.hsl-search-engine-optimization .ico {
    background-position:-174px -118px;
}
.hsl-social-media-solutions .ico {
    background-position:-141px -118px;
}
.hsl-email-web-hosting .ico {
    background-position:-207px -118px;
}

/* Home Testimonials
================================================== */

.testimonial-fancy-title {
    background:url(../../images/testimonial-title-fancy-line.png) no-repeat center 35px;
    display:block;
    margin-bottom:20px;
    text-align: center;
}
.testimonial-fancy-title h2 {
    font:60px "OstrichBold";
    color:#051318;
    margin:0;
    text-shadow:0 0 5px rgba(255, 255, 255, 0.8);
}
.home-testimonial-listing{
    padding-bottom: 20px;
}
.home-testimonial-listing blockquote {
    background-color:#fff;
    border:none;
    color:#737373;
    font-style:normal;
    border:1px solid #BEBCBC;
    font-size:16px;
    position:relative;

    /* Inner Glow */
    -webkit-box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.2);
}
.home-testimonial-listing blockquote strong {
    font-size:23px;
    color:#0573ba;
}
.home-testimonial-listing .anchor {
    background-position:0 -157px;
    width:54px;
    height:42px;
    display:block;
    position:absolute;
    bottom:-42px;
}
.home-testimonial-listing .client-1 .anchor {
    right:66px;
}
.home-testimonial-listing .client-2 .anchor {
    background-position:-56px -158px;
    left:60px;
}
.home-testimonial-listing .client-details {
    font-size:24px;
    color:#313536;
    margin:0 130px 0 0;
    text-align:right;
    line-height:1;
}
.home-testimonial-listing .client-2 .client-details {
    margin:0 0 0 130px;
    text-align:left;
}
.home-testimonial-listing .client-details span {
    font-size:18px;
    color:#000;
    display:block;
}


/* Home Clients
================================================== */
#home-clients {
    background-color:#f4f4f4;
    overflow: hidden;
    /*border radius*/
    border-radius:20px 20px 0 0;
    -webkit-border-radius:20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    /* box shadow*/
    box-shadow:0 0 33px -5px #333333;
    -moz-box-shadow:0 0 33px -5px #333333;
    -webkit-box-shadow:0 0 33px -5px #333333;

}

#home-clients .title {
    background:url(../../images/pattern-2.gif) repeat;
    margin-bottom:0;
    position:relative;
    height: 40px;
    padding:30px 20px 15px;
    border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    -webkit-border-radius: 20px 0 0 0;
}
#home-clients .title img {
    display:block;
}
#home-clients .title .pointer {
    background-position:-116px -157px;
    width:12px;
    height:23px;
    display:block;
    position:absolute;
    right:-12px;
    top:40%;
    z-index: 1;
}
#client-slider {
    margin-left: 10px;
    /*border radius*/
    border-radius:20px 20px 0 0;
    -webkit-border-radius:20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
}
#client-slider figure{
    margin:0 0 0 10px;
}
#client-slider figure img {
    width:auto;
    max-width:100%;
}
.email-request{
    position: fixed;
    right: 0;
    top: 320px;
    z-index: 120; /* push above banner & footer */
}

.email-request header{
    background: url(../../images/email-request-head.png) no-repeat;
    color: #000;
    font-size: 19px;
    text-transform: uppercase;
    padding: 10px 45px 5px 60px;
    line-height: 1;
    cursor: pointer;
}
.email-request .gform_wrapper{
    background: #fff;
    padding: 10px;
}
.request-form {
    display: none;
    width: 250px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
}
.request-form  address{
    background: #fff;
    padding: 15px 15px 0;
    color: #313536;
    font-size: 18px;
    font-weight: bold;
}
.request-form  address span{
    display: block;
    text-align: center;
    padding-bottom: 5px;
}
.request-form input[type="text"], .request-form textarea{
    background: #EAE9E9;
}
.email-request .gform_wrapper input,.email-request form{
    margin: 0;
}
.email-request .gform_wrapper ul{
    margin-bottom: 10px;
}
.email-request .gform_wrapper li{
    margin-bottom: 5px;
}
.email-request .gform_wrapper .gform_body input,
.email-request .gform_wrapper textarea{
    width: 95%;
}
.email-request .gform_wrapper textarea{
    height: 90px;
}
.email-request .gform_footer{
    text-align: center;
}
.email-request #gforms_confirmation_message {
    background: none repeat scroll 0 0 #FFFFFF;
    color: green;
    padding: 15px;
}


/* Solutions
================================================== */
.interior #billboard .billboard-cnt{
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
}
.main-heading{
    color: #004465;
    font-size: 70px;
    font-weight: bold;
    letter-spacing: -1px;
    text-shadow: 1px 1px 1px rgba(135, 224, 253, 0.8);
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
}
.interior #billboard p{
    font-size: 25px;
    color: #FFFFFF;
    line-height: 1;
    text-shadow: 1px 1px 2px rgba(2, 96, 134, 0.8);
    margin-bottom: 10px;
}
.bg-1{
    background: url(../../images/gray-noise-rpt.gif) repeat 0 0;
    padding: 40px 0 70px;
}
.bg-2{
    background: #fff;
    padding: 40px 0 70px;
}
.breadcrumb {
    color: #00aee1;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 40px;
}
.breadcrumb a {
    color: #39393a;
}
.interior #main-content{
    padding-top: 15px;
}
.intro-text{
    color: #313536;
    font-size: 20px;
    line-height: 30px;
    font-family: 'nimbus-sans', helvetica, sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}
.title{
    background: url(../../images/title-border.gif) repeat-x 0 35px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.title h2{
    background: #fff;
    display: inline;
    padding: 0 20px;
    font-size: 33px;
}
.bg-1 .title h2{background: url(../../images/gray-noise-rpt.gif) repeat 0 0;}

.box-container .col{
    margin-bottom: 25px;
}
.box-container p{
    font-size: 15px;
    line-height: 20px;
    color: #717171;
}
.image-holder img{
    display: block;
}
.box-title a {
    color: #ddd;
}
.box-title{
    background: url(../../images/header-bg-rpt.jpg)repeat;
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
    -moz-box-shadow: inset 0 0 10px 10px #3e3e3e;
    -webkit-box-shadow: inset 0 0 10px 10px #3e3e3e;
    box-shadow: inset 0 0 10px 10px #3e3e3e;
}
.box-title {
    color:#fff;
}
.box-title strong {
    color:#fff;
}
a:hover .box-title{
    color: #bfbfbf;
}
.box-container a:hover{
    text-decoration: none;
}
#req-qote{
    background: url(../../images/bg-3.gif) repeat-x #171717;
    padding: 30px 0;
}
#req-qote h2{
    color: #b0d5e7;
    font-size: 50px;
    line-height: 1;
}
#req-qote p{
    color: #fff;
    font-size: 18px;
    line-height: 22px;
}
.services-list{
    padding-top: 5px;
    background: #fbfbfb;
    display: inline-block;
}
.services-list .col{
    margin-bottom: 0;
}
.services-list .image-holder{
    background: url(../../images/serviceImgBg.jpg) repeat-x;
    text-align: center;
}
.services-list .image-holder img{
    display: inline-block;
}
.services-list .box-title{
    background: url(../../images/boxTitlebg.jpg) repeat-x;
    box-shadow: none;
    padding: 15px;
}
.services-list a:hover .box-title{
    color: #fff;
    background: url(../../images/boxTitleHover.png) no-repeat;
    padding: 15px 15px 35px ;
    position: relative;
}
.services-list a:hover .image-holder{
    margin-top: -20px;
}

/*=Solutions intros
-------------------------------------------------*/
.service-intro {
    overflow: hidden;
}

.service-intro .top-cnt {
    width: 50%;
    float: left;
    margin-top: 30px;
}

.service-icon {
    float: left;
    width: 50%;
}

.service-icon img {
    float: right;
    margin-right: 15px;
}

.service-icon .srv-support {
    margin-right: 30px;
}

#contest-queries {
    padding-bottom: 25px;}

#contest-queries .acc-header{
    border-bottom: 1px solid #CCC;
    font-size: 16px;
    font-weight: bold;
    color: #00aee1;
    padding: 5px 0;
    cursor: pointer;}

#contest-queries .acc-detail{
    padding: 10px;
    background: #CCC;}

#gform_wrapper_13 input.medium{
    width: 50%;}	

.top-cnt{
    display: inline-block;
    text-align: left;
    vertical-align: bottom;
    max-width: 355px;
}

.email-marketing .top-cnt,.hosting .top-cnt{
    vertical-align: baseline;
}
.ie7 .center figure.inline{
    float: left;
}
.top-cnt ul{
    margin-left: 0;
}
/* portfolio
================================================== */

.page-title{
    color: #348dc7;
    font-size: 70px;
    border-bottom: 1px solid #d2d2d2;
    line-height: 1;
}
#portfolio-cnt .project a{
    color: #313534;
    position: relative;
    display: block;
}
#portfolio-cnt .project a:hover{
    color: #0673b6;
    text-decoration: none;
}
#portfolio-cnt .project a:hover .img-hover,
#portfolio-cnt .project a:hover .ico{
    display: block;
}
.portfolio-title{
    padding-top: 10px;
    font-size: 15px;
}
#portfolio-cnt .project .img-hover{
    min-height: 250px;
    width: 100%;
    position: absolute;
    top: 0;
    display: none;
    background-color: rgba(35,35,35,.7);
}
#portfolio-cnt .project .ico{
    background-position: -289px -116px;
    width: 49px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    margin-top: -35px;
    margin-left: -24px;
}
.project.alpha{
    clear: both;
}
.popup-entry .post-title{
    margin-top: 20px;
}
.post-title{
    color: #0573ba;
    margin-bottom: 10px;
}
.popup-entry p{
    color: #717171;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
}
.project-carousel li{
    margin-left: 10px;
    width: 110px;
}
.project-carousel li:first-child{
    margin-left: 0;
}
a.visit-link{
    font-size: 16px;
    display: block;
}
.project-popup img,.project img{
    border: 1px solid #999;
}
.loading_more {
    display: none;
    text-align: center;
}
.portfolio-launched{
    font-size: 15px;
    margin-bottom: 10px;
    color: #0573BA;
} 
.portfolio-sidebar #search-2{
    float: left;
    margin-bottom: 0;
    width: 250px;
}
.portfolio-sidebar .portfolio-filter{
    float: left;
    width: 217px;
}
.portfolio-sidebar .portfolio-filter select{
    height: 32px;
}
.portfolio-filter {
    border: 1px solid #aaa;
    height: 32px !important;
}
.portfolio-filter.select-wrap .cp_select_fake_val {
    color: #666;
    font-weight: normal;
}
.loading_more_s{
    text-align: center;
}
.portfolio .widget_search{
    float: left;
    width: 50%;
}
.portfolio #filter_by{
    float: left;
    width: 100%;
}
.flexslider{
    overflow: hidden;
}
/*.project-slider{
    padding:30px 0 0 30px;
}
.project-carousel{
    padding:0 0 30px 30px;
}
.popup-entry{
    padding: 30px;
}*/
#portfolio #sidebar{
    position: absolute;
    top: 0;
    right: 0;
    width: 470px;
}

.select-wrap{
    background:url(../../images/selectbox-dropdown.jpg) no-repeat right top #fff;
    position:relative;
    height:33px;
}

.select-wrap select{
    height:33px;
    position:relative;
    z-index:2;
    opacity:0;
    filter:alpha(opacity=0);
}
.select-wrap .cp_select_fake_val{
    cursor:pointer;
    color:#999;
    font-size:13px;
    display:block;
    position:absolute;
    left:0; top:0;
    overflow:hidden;
    padding:4px;
    width:83%; height:17px;
    z-index:1;
    font-family: 'nimbus-sans',helvetica,sans-serif;
}
/* Blog
================================================== */
.post {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
}
.post:last-child{
    border: none;
} 
.post-list .post-title{
    font-size: 24px;
    line-height: 26px;
}
.post p{
    margin-top: 10px;
    color: #555555;
    line-height: 19px;
}
.post-list .image-holder{
    position: relative;
    min-height: 90px;
}
.post-list .post .pub-date{
    position: absolute;
    top:15px;
    left: 15px;
}
.post-list .image-holder img {
    width: 100%;
}

/* widget
================================================== */
.widget-container{
    margin-bottom: 30px;
}
.widget_search{
    position: relative;
}
.widget_search .widget-title{
    display: none;   
}
.widget_search input[type="text"]{
    float: left;
    padding: 10px 4px 7px 10px;
    width: 186px;
}
.widget_search #searchsubmit{
    background: url(../../images/search-btn.jpg) no-repeat;
    display: block;
    width: 30px;
    height: 32px;
    text-indent: -999em;
    border: none;
    cursor: pointer;
    -webkit-appearance: none; 
    -webkit-border-radius:0; 
    border-radius:0;
}
#sidebar{
    float: right;
}
#events #sidebar,
.tax-event-category #sidebar,
.single-event #sidebar{
    float: left;
}
.widget-title {
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.widget-entry ul{
    margin-left: 10px;
}
.widget-entry ul li a{
    font-size: 15px;
}
.widget-fliter-by-type{
    clear: both;
}
#tabs ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 35px;
    width: 100%;
}
#tabs ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 41px;
    overflow: hidden;
    position: relative;
}
#tabs ul.tabs li a {        
    color: #656868;
    display: block;
    font-size: 13px;
    padding: 9px 15px;
    outline: none;
    text-decoration: none;
}
#tabs ul.tabs li.active a{
    color:#fff;
    background: #818182;
    box-shadow:none;
    -webkit-box-shadow:none;
}
.arrow-down {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #818182;
    bottom: 0;
    height: 0;
    left: 50%;
    position: absolute;
    width: 0;
    display: none;
}
#tabs ul.tabs li.active .arrow-down{
    display: block;
}
#tabs .tab_container {
    clear: both;
    float: left; 
    width: 100%;
}
#tabs .tab_content {
    padding: 20px 5px 5px;
    min-height:100px;
}
#tabs .tab_content .post{
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#tabs .tab_content .post:last-child{
    margin-bottom:0;
    border-bottom:none;
}
#tabs .tab_content h4{
    font-size:14px;
    text-transform:none;
    line-height: 18px;
    margin-bottom: 0;
}
#tabs .tab_content h4 a{
    text-decoration:none;
}
.widget-entry #tabs .tab_content ul{
    margin-bottom:0;
    margin-left: 0;
}
#tabs .tab_content time{
    color: #8c8c8c;
    font-size: 13px;
}
ul#twitter_update_list{
    margin-left: 0;
}
#twitter_update_list li span{
    color: #6d6e71;
    font-size: 13px;
    line-height: 18px;
}
.widget-twitter-feed .widget-title{
    background: url(../../images/twitter-logo.png) no-repeat right top;
    line-height: 1.8;
    padding-bottom: 0;
}


/*blog single
================================================== */
.postmetadata{
    color: #313536;
    margin-bottom: 15px;
}
.post-author{
    font-weight: bold;
}
.tags{
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
    font-size: 13px;
    line-height: 18px;
    color: #8c8c8c;
    margin-bottom: 30px;
}
.tags a{
    color: #02ace0;
}
.tags a:hover{
    color: #000000;
}
.post-cnt h3{
    color: #717171;
    font-size: 18px;
}
.post-cnt h2{
    font-size: 22px;
}
.social-share {
    text-align: center;
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
    padding: 15px 0 10px;
}

/* Default style for WP-PageNavi plugin
================================================== */
.wp-pagenavi {
    clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000;
}

.wp-pagenavi span.current {
    font-weight: bold;
}

/* #pagenavi
================================================== */
.wp-pagenavi{
    text-align: center;
    border-bottom: 1px solid #E8E8E8;
    margin-top: 50px;
}
.container .wp-pagenavi a, .container .wp-pagenavi span{
    border: none;
    background: #fff;
    margin: 0;
}

/* comment
================================================== */

#respond h3, #event-reg h3{
    color: #2475aa;
    font-size: 26px;
    margin-bottom: 10px;
}
#respond .desc{
    color: #8f8f8f;
    font-size: 15px;
    line-height: 22px;
}
#commentform input[type="text"],#commentform input[type="email"], #commentform textarea{
    width: 100%;
}
#commentform textarea{
    height: 200px;
}
#commentform .submit-btn{
    background-position: -246px -176px;
    border: medium none;
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
    width: 193px; 
    height: 50px;
    padding-bottom: 11px;
    display: block;
    cursor: pointer;
}
#commentform .submit-btn:hover{
    background-position: -246px -232px;
}
#submit-form{
    float: right;
}
.commentlist{
    list-style: none;
    margin-left: 0;
}
#comments .post-comments{
    background: rgba(0,0,0,.08);
    padding: 15px 20px;
    margin-bottom: 15px;
}
.avatar-wrapper{
    float: left;
    padding-right: 20px;
}
.avatar-holder{
    position: relative;
}
.avatar-holder img{
    display: block;
}
.avatar-shadow{
    -moz-box-shadow: inset 0 0 10px 5px #888;
    -webkit-box-shadow: inset 0 0 10px 5px #888;
    box-shadow: inset 0 0 10px 5px #888; 
    height: 60px;
    width: 60px;
    position: absolute;
}
.comment-wrapper{
    overflow: hidden;
}
.comment-author .fn,.comment-author .fn a{
    display: block;
    color: #666666;
    font-size: 14px;
    font-family:Arial, sans-serif; 
    font-weight: bold;
}
.date-details{
    color: #000000;
    font-size: 11px;

}
.comment-meta{
    padding-bottom: 5px;   
}
.reply{
    font-size: 12px;
    text-align: right;
}


/* contact US
================================================== */

#contact-us h1 {
    font-size: 28px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(228, 228, 228, 0.8);
}
.contact-info{
    padding: 50px 0;
    color: #717171;
    font-size: 16px;
    line-height: 22px;
    margin-left: 50px;
    width: 1100px;
}
.contact-info .block{
    border-right: 2px solid #d2d2d2;
    border-left: 1px solid #fff;
}
.contact-info .block-1{
    border-left: none;
}
.contact-info .block:last-child{
    border-right: none;
}
.contact-info .block header{
    color: #717171;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.contact-info .cnt-phone{
    font-size: 20px;
    margin-bottom: 10px;
}
.contact-info .cnt-phone span{
    display: inline-block;
    font-size: 18px;
    width: 80px;
}
.contact-info .block-3{
    border-right: 0;
}
.contact-info .block-3 a{
    margin-bottom: 10px;
    display: block;
}
.contact-info .block-2 .aligncenter{
    text-align: center;
}
.contact-info .block-2 .aligncenter .button{
    margin-top: 20px;
    display: inline-block;
}

.contact-map{
    padding-bottom: 30px;
}
.contact-map img{
    display: block;
    margin: 0 auto;
}
.contact-map .blue-border{
    border-bottom: 7px solid #2575aa;
}
.map-content{
    display: block;
}
.show-hide-map{
    background: #2575aa;
    padding: 5px 15px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}
#contact-us #secondary-content{
    padding-top: 0;
}
.contact-form .gform_heading{
    margin-bottom: 30px;
}
.gform_title{
    color: #2475aa;
    font-size: 24px;
    margin-bottom: 10px;
}
.gform_heading .gform_description{
    font-size: 15px;
    color: #8f8f8f;
    line-height: 22px;
}
.gform_wrapper .area-right {
    position: absolute;
    right: 0;
    top: 0;
}
.contact-form input[type="text"],.contact-form input[type="email"], .contact-form textarea{
    width: 96%;
    margin-bottom: 0;
    background: #EAE9E9;
}
.area-right textarea{
    height: 200px;
}
.gform_fields{
    position: relative;
}
.contact-form .gform_fields li{
    margin-bottom: 10px;
}
.contact-form .gfield_contains_required{
    float: none;
    display: block;
}
.contact-form  .gform_body{
    margin-bottom: 30px;
}

.contact-form .gform_footer {
    text-align: center;
}

.gform_wrapper .gform_card_icon_container {
    height: 32px;
    margin: 8px 0 6px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
    background-position: -72px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
    background-position: -108px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -36px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
    background-position: 0 0;
}
.gform_wrapper div.gform_card_icon {
    background-image: url("../../images/gf_creditcard_icons.png");
    background-repeat: no-repeat;
    float: left;
    height: 32px;
    margin-right: 4px;
    text-indent: -9000px;
    width: 36px;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
    background-image: url("../../images/gf_creditcard_icons.png");
    background-position: 0 -128px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 23px;
    left: 6px;
    position: relative;
    top: -10px;
    width: 32px;
}
.ginput_card_expiration_container .ginput_card_expiration{
    float: left;
    width: 48%;
    margin-bottom: 5px;
}
.ginput_card_expiration_container{
    margin-bottom: 10px;
    display: block;
}
.ginput_card_expiration_container .ginput_card_expiration_month{
    margin-right: 15px;
}
.gform_wrapper .ginput_complex .ginput_left {
    float: left;
    width: 50%;
}
.gform_wrapper .ginput_complex .ginput_right {
    float: left;
    width: 45%;
    margin-left: 15px;
}
#field_4_4 .ginput_complex input[type="text"]{
    width: 95%;
}
#field_4_5, #field_4_6{
    clear: both;
}
select{
    height: 35px;
    margin-bottom: 10px;
    padding: 8px;
    width: 95%;
}
.payment-form li{
    margin-bottom: 0;
}
.payment-form select{
    padding: 5px;
    height: 30px;
    width: 30%;
}

/*Web Design
================================================== */
#web-design h1 ,
#search-engine-optimization h1 ,
.seo-process .sec-title,
#mobile-design  h1,
#pay-per-click h1,
#maintenance-support h1,
#social-media h1,
#local-marketing h1,
#email-marketing h1,
.blue-heading,
h1{
    color: #0573ba;
    font-size: 28px;
    line-height: 32px;
    text-shadow: 0px 5px 6px rgba(255, 255, 255, 1);
    font-family: "museo-slab";
    font-weight: 500;
}
.list{
    margin-left: 20px;
}
.list li{
    background: url(../../images/bullet.png) no-repeat 0 5px ;
    padding-left: 20px;
    color: #393939;
    line-height: 20px;
    font-size: 16px;
}
.top-content .btn-raq{
    margin-left: 30px;
}
.post-group .post{
    border: none;
}
.post-group .post h2{
    font-size: 18px;
    padding-top: 10px;
    margin-bottom: 0;
}
.post-group .post h2 a{
    color: #313536;
}
.post-group .post h2 a:hover{
    color: #0573BA;
}
.post-group .post p{
    margin-top: 0;
}
.recent-work .button{
    display: inline-block;
    margin: 20px 0;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-testimonial blockquote {
    background-color: #FFFFFF;
    box-shadow: 0 0 120px rgba(0, 0, 0, 0.2) inset;
    color: #737373;
    font-size: 16px;
    font-style: normal;
    position: relative;
    padding: 40px 70px;
    text-align: center;
}
.single-testimonial blockquote strong {
    color: #0573BA;
    font-size: 23px;
}
.single-testimonial .client .client-details {
    margin-right: 80px;
    text-align: left;
    color: #313536;
    font-size: 24px;
    line-height: 1;
    float: right;
    margin-top: 20px;
}
.single-testimonial .client .anchor {
    background-position: -56px -158px;
    right: 120px;
}
.single-testimonial .anchor {
    background-position: 0 -157px;
    bottom: -42px;
    display: block;
    height: 42px;
    position: absolute;
    width: 54px;
}
.single-testimonial .client-details span {
    color: #000000;
    display: block;
    font-size: 18px;
}
#tucson-web-design .full-width{
    background: url(../../images/process.jpg) no-repeat center 0;
    width: 100%;
}
.full-width{
    padding: 70px 0 90px;
    background-size: cover !important;
}
.full-width h2{
    background: rgba(0,87,130,0.9);
    padding: 20px 30px;
    color: #fff;
    display: inline-block;
    font-size: 45px;
    margin-bottom: 5px;
    line-height: 1;
}
.full-width p{
    color: #b0d5e7;
    display: inline-block;
    background: rgba(0,87,130,0.9);
    padding: 10px 30px;
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1;
}
.re-design{
    padding-top: 110px;
}
.web-design-batch-button {
    background:url(../../images/webdesign-batch-button.png) no-repeat 0 0;
    width:212px;
    height:211px;
    margin:20px auto;
    background-size:cover;
    position: absolute;
    top: -125px;
    left: 35%;
}
.web-design-batch-button:hover {
    background-position:0 bottom;
}
.re-design .before-design,.re-design .after-design{
    text-align: center;
}
.re-design .before-design span, .re-design .after-design span{
    font-size: 24px;
    color: #505556;
    padding-bottom: 15px;
    display: block;
}
.before-design.columns.eight span {
    display: block;
    margin-top: 50px;
}
.re-design .post{
    padding: 20px 0;
}
.re-design .post-cnt{
    clear: both;
}
.re-design .post-cnt h3{
    margin-bottom: 0;
}
.re-design .post-cnt p{
    line-height: 19px;
}
.post-group .two-columns h2{
    margin-bottom: 10px;
}
.two-columns .image-holder{
    margin-bottom: 20px; 
}
#tucson-seo .full-width,
#pay-per-click .full-width,
#maintenance-support .full-width,
#mobile-websites .full-width{
    background: url(../../images/seo-full-width.jpg) no-repeat center 0;
    width: 100%;
}
#mobile-design  .full-width{
    background: url(../../images/Mobile-Websites.jpg) no-repeat center 0;
    width: 100%; 
}
#tucson-seo #bottom-content.home-testimonial,
#email-marketing #bottom-content.home-testimonial,
#social-media #bottom-content.home-testimonial,
#local-marketing #bottom-content.home-testimonial,
#hosting #bottom-content.home-testimonial{
    padding-bottom: 30px;
}
.seo-process .box-title{
    margin-bottom: 10px;
}
.seo-process .sec-title{
    text-align: center;
    margin-bottom: 25px;
}
.list-view h4{
    font-size: 18px;
    color: #313536;
    margin-bottom: 5px;   
}
.list-view li{
    margin-bottom: 40px;
}
.post-edit-link{
    display: none;
}


/* #career
================================================== */
.posting-date{
    color: #0573BA;
    font-size: 16px;
}
.no-career-found{
    font-size:20px;
    margin-bottom:5px;
    color:#333;
    text-align: center;
    line-height: 25px;
}

.understanding-seo img{
    border: 1px solid #eee;
    padding: 2px;
}

/* #support
================================================== */
.content{
    padding-top: 30PX;
}
.page-title-1{
    font-size: 35px;
    color: #00abe5;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 20px;
    clear: both;
}

.columns.eleven.col-left {
    padding-right: 40px;
    border-right: 1px solid #cacaca;
}

.lsf {
    font-family: 'LigatureSymbols';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-font-feature-settings: "liga" 1, "dlig" 1;
    -moz-font-feature-settings: "liga=1, dlig=1";
    -ms-font-feature-settings: "liga" 1, "dlig" 1;
    -o-font-feature-settings: "liga" 1, "dlig" 1;
    font-feature-settings: "liga" 1, "dlig" 1;

}
.lsf-icon:before {
    content:attr(title);
    margin-right:10px;
    font-size:130%;
    font-family: 'LigatureSymbols';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-font-feature-settings: "liga" 1, "dlig" 1;
    -moz-font-feature-settings: "liga=1, dlig=1";
    -ms-font-feature-settings: "liga" 1, "dlig" 1;
    -o-font-feature-settings: "liga" 1, "dlig" 1;
    font-feature-settings: "liga" 1, "dlig" 1;
}
.contact-num, .contact-mail{
    font-size: 20px;
    color: #313536;
    margin-left: 30px;
}
.contact-num .lsf, .contact-mail .lsf{
    float: left;
    margin-right: 10px;
}
.contact-mail a{
    color: #313536; 
}
.contact-mail a:hover{
    color: #0573BA
}
.gare-list{
    margin-left: 30px;
}
.gare-list li{
    background: url(../../images/gare-icon.png) no-repeat 0 4px;
    padding-left: 20px;
}
#wordpress-membership .columns.eleven.col-left{
    border: none;
}
#wordpress-membership .columns.eleven.col-right{
    border-left: 1px solid #cacaca;
}

#gform_wrapper_6 #field_6_6 .gfield_label{
    display: none;
}
#gform_wrapper_6 .gchoice_6_1 input,#gform_wrapper_6 .gchoice_6_1 label{
    float: right;
}
#gform_wrapper_6 #field_6_7{
    clear: both;
}
.gfield_error input[type="text"], .gfield_error textarea{
    background: #FFDFDF;
}
#event-reg table{
    width: 100%;
}
#event-reg input[type="text"]{
    margin-bottom: 0;
}
#support .page-title-1{
    font-size: 20px;
    font-family:"museo-sans"; 
    font-weight: 500;
    color: #313536;
    text-shadow: 1px 1px 1px #f7f7f7;
    text-transform: inherit;
    line-height: 1;
    margin-bottom: 10px;
}
#support .page-title-1 span{
    font-family:"museo-sans"; 
    font-weight: 300;
}
/* #Events
================================================== */
.event-metadata {
    color: #313536;
    font-size: 16px;
    padding-top: 20px;
}
.event-metadata span{
    color: #0573BA; 
}
.event-time{
    margin-right: 30px;
}
a.link-event{
    display:inline-block;
    margin-bottom: 15px;
}
.events-list .post .pub-date,.single-event  .post-list .post .pub-date{
    bottom: 15px;
    top: inherit;
}

/* #Email Marketing
================================================== */
#email-marketing .full-width{
    background: url(../../images/email-full-width.jpg) no-repeat center 0;
    width: 100%;
}


#social-media .full-width{
    background: url(../../images/social-full-width.jpg) no-repeat center 0;
    width: 100%;
}

#local-marketing .full-width{
    background: url(../../images/local-full-width.jpg) no-repeat center 0;
    width: 100%;
}

#hosting .full-width{
    background: url(../../images/hosting-full-width.jpg) no-repeat center 0;
    width: 100%;
}

/* Fancybox
================================================== */
.fancybox-title a,
.fancybox-title a:hover {
    color: white;
}

.fancybox-title a:hover {
    text-decoration: underline;
}
.fbshare-text {
    margin-left:10px;
}

.billing-form {
    position:relative;
    /*width:700px;*/
    background:#fff;
    border:1px solid #c0c0c0;
    padding:25px 15px 55px 30px;
}
.billing-task {
    position:relative;
    float:left;
    width:100%;
    margin-right:15px;
    text-align:left;
    font-weight:bold;
    font-size:11pt;
    border-bottom:1px solid #c0c0c0;
}
.billing-task-text{
    position:relative;
    float:left;
    width:100%;
    margin-right:15px;
    margin-bottom:5px;
    text-align:left;
    padding:3px;
}
.billing-task-text-odd{
    position:relative;
    float:left;
    width:100%;
    margin-right:15px;
    margin-bottom:5px;
    text-align:left;
    background:#e7e7e7;
    padding:3px;
}
.billing-hr{
    position:relative;
    float:left;
    width:100%;
    margin-right:15px;	
    text-align:left;	
    font-weight:bold;
    font-size:11pt;
    border-bottom:1px solid #c0c0c0;	
}
.billing-hr-text{
    position:relative;
    float:left;
    width:100%;
    margin-right:15px;	
    margin-bottom:5px;
    text-align:right;	
    padding:3px;
}
.billing-hr-text-odd{
    position:relative;
    float:left;
    width:100%;
    margin-right:15px;	
    margin-bottom:5px;
    text-align:right;	
    background:#e7e7e7;	
    padding:3px;
}
.billing-hrrate {
    position:relative;
    float:left;
    width:100%;
    margin-right:15px;	
    text-align:left;	
    font-weight:bold;	
    font-size:11pt;
    border-bottom:1px solid #c0c0c0;	
}
.billing-hrrate-text {
    position:relative;
    float:left;
    width:100%;
    margin-right:15px;
    margin-bottom:5px;
    text-align:right;		
    padding:3px;
}
.billing-hrrate-text-odd {
    position:relative;
    float:left;
    width:100%;
    margin-right:15px;
    margin-bottom:5px;
    text-align:right;	
    padding:3px;
    background:#e7e7e7;		
}
.billing-total {
    position:relative;
    float:left;
    width:100%;
    text-align:left;
    font-weight:bold;
    font-size:11pt;
    border-bottom:1px solid #c0c0c0;	
}
.billing-total-text {
    position:relative;
    float:left;
    width:100%;
    margin-bottom:5px;
    text-align:right;
    padding:3px;	
}
.billing-total-text-odd {
    position:relative;
    float:left;
    width:100%;
    margin-bottom:5px;
    text-align:right;
    padding:3px;
    background:#e7e7e7;		
}


/*=Photography galleries
-------------------------------------------------*/
.photography-wrap {
    max-width: 580px;
    margin: 0 auto 2em;
}

.photography-wrap .photos,
.photography-wrap .slides > li {
    margin-bottom: 5px;
}

.photography-wrap .thumbnails {
    position: relative;
    overflow: visible;
}

.photography-wrap .thumbnails li {
    max-width: 112px;
    float: left;
    margin-right: 5px;
}

.photography-wrap .thumbnails li:last-child {
    margin-right: 0;
}

.flex-direction-nav a {
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -14px;
    width: 19px;
    height: 28px;
    background: url(../../images/fancybox_sprite.png) no-repeat;
    opacity: 0.6;
}

.flex-direction-nav a:hover {
    opacity: 0.95;
}

.flex-direction-nav .flex-disabled {
    opacity: 0.2 !important;
    cursor: default;
}

.flex-direction-nav .flex-prev {
    left: -30px;
    background-position: -3px -59px;
}

.flex-direction-nav .flex-next {
    right: -30px;
    background-position: -4px -27px;
}


/* View Full Site */
.rwd-display-options span {
    display: inline-block;
    margin-bottom: 1rem;
    padding: .2rem;
    color: #b6b6b6;
    cursor: pointer;
}

#view-full,
#view-responsive {
    display: none;
}

@media only screen and (max-width: 767px) {
    #view-full {
        display: inline-block;
    }
}

/**
 * All media queries should be kept in responsive.css
 * so the view full site button can be used to unload
 * that stylesheet.
 */
