
@font-face {
    font-family: 'KelmscottRomanRegular';
    src: url('../assets/fonts/KelmscottRoman/KELMSCOT-webfont.eot');
    src: url('../assets/fonts/KelmscottRoman/KELMSCOT-webfont.eot?#iefix') format('embedded-opentype'),
    url('../assets/fonts/KelmscottRoman/KELMSCOT-webfont.woff') format('woff'),
    url('../assets/fonts/KelmscottRoman/KELMSCOT-webfont.ttf') format('truetype'),
    url('../assets/fonts/KelmscottRoman/KELMSCOT-webfont.svg#KelmscottRomanRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('../assets/fonts/League-Gothic/League_Gothic-webfont.eot');
    src: url('../assets/fonts/League-Gothic/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../assets/fonts/League-Gothic/League_Gothic-webfont.woff') format('woff'),
    url('../assets/fonts/League-Gothic/League_Gothic-webfont.ttf') format('truetype'),
    url('../assets/fonts/League-Gothic/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSansRegular';
    src: url('../assets/fonts/Droid-Sans/DroidSans-webfont.eot');
    src: url('../assets/fonts/Droid-Sans/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
    url('../assets/fonts/Droid-Sans/DroidSans-webfont.woff') format('woff'),
    url('../assets/fonts/Droid-Sans/DroidSans-webfont.ttf') format('truetype'),
    url('../assets/fonts/Droid-Sans/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSansBold';
    src: url('../assets/fonts/Droid-Sans/DroidSans-Bold-webfont.eot');
    src: url('../assets/fonts/Droid-Sans/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../assets/fonts/Droid-Sans/DroidSans-Bold-webfont.woff') format('woff'),
    url('../assets/fonts/Droid-Sans/DroidSans-Bold-webfont.ttf') format('truetype'),
    url('../assets/fonts/Droid-Sans/DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}




/* #Global
================================================== */

body {
    /*background:url(../images/backgrounds/pageBack.jpg);*/
    font: 13px/21px 'Droid Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'KelmscottRomanRegular', Arial, sans-serif;
}

p {
    text-shadow: 0px 1px 0px #fff;
}

a,  a:visited {
    color: rgba(67,98,136, 1);
    text-decoration:none;
}

a:hover {
    color:#181818;
}

img {
    max-width:100%
}

blockquote {
    font-family:'KelmscottRomanRegular',Arial,sans-serif;
    margin-left:15px;
    border-left:3px solid #ea4128
}

.text-center {
    text-align:center
}

.fullwidth {
    width:100%
}

.ie7 img {
    -ms-interpolation-mode: bicubic;
}

::-moz-selection {
    background: #ea4128;
    color:#fff;
    text-shadow: none
}

::selection {
    background:#ea4128;
    color:#fff;
    text-shadow: none
}

a:link {
}

/* #Margin and Padding
================================================== */

.mt10 { margin-top:10px !important}
.mt15 { margin-top:20px !important}
.mt25 { margin-top:25px !important}
.mt30 { margin-top:30px !important}
.mt35 { margin-top:35px !important}
.mt40 { margin-top:40px !important}
.mb0 { margin-bottom:0px !important}
.mb10 { margin-bottom:10px !important}
.mb15 { margin-bottom:20px !important}
.mb25 { margin-bottom:25px !important}
.mb30 { margin-bottom:30px !important}
.mb35 { margin-bottom:35px !important}
.mb40 { margin-bottom:40px !important}
.pt10 { padding-top:10px !important}
.pt15 { padding-top:20px !important}
.pt25 { padding-top:25px !important}
.pt30 { padding-top:30px !important}
.pt35 { padding-top:35px !important}
.pt40 { padding-top:40px !important}
.pb10 { padding-bottom:10px !important}
.pb15 { padding-bottom:20px !important}
.pb25 { padding-bottom:25px !important}
.pb30 { padding-bottom:30px !important}
.pb35 { padding-bottom:35px !important}
.pb40 { padding-bottom:40px !important}

/* #Dividers
================================================== */

div.head-stitch {
    height:2px;
    border:0px;
    background:url(../images/stitch.png) -20% 0 repeat-x;
    margin:0px;
    padding:0px;
    margin-bottom:2px;
    margin-top:4px
}

div.dashed {
    height:2px; background:url(../images/seps/dashed.png) 0 0 repeat-x;
    border:0px;
    margin-bottom:20px
}

.star-row {
    width:100%;
    height:23px;
    border:0px;
    outline:none;
    border-color:transparent;
    background:url(../images/seps/star.png) center no-repeat;
}

/* HD Retina Devices ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {

    .star-row {
        background:url(../images/seps/star2x.png) center no-repeat;
        background-size: 940px 23px;
    }

}

/* #Titles
================================================== */

.retro-shadow {
    text-shadow: 2px 1px 0 #F5F5F5, 3px 3px 0 #B8B8B5;
}

.retro-shadow-inverse {
    color:#B8B8B5;
    text-shadow: 2px 1px 0 #F5F5F5, 3px 3px 0 #181818;
}

.title-stripe {
    background:url(../images/hr-stripe.png) bottom repeat-x;
    padding-bottom:15px;
    margin-top:20px
}

h1.page-title {
    text-shadow: 2px 1px 0 #F5F5F5, 3px 3px 0 #B8B8B5;
    border-bottom:4px double #DDD;
    padding:15px 0 20px 0;
    margin-bottom:30px;
    font: 60px/55px;
    letter-spacing: 0;
    line-height:40px;
    clear:both;
}

@media only screen and (max-width: 767px) {
    h1.page-title, .sub-title {margin-bottom:20px !important}
}

h1.page-title span {
    color: #ea4128;
    font-size:37px;
    text-shadow: 2px 1px 0 #F5F5F5, 3px 3px 0 #B8B8B5;
}

h1.contact-title {
    border-bottom:0px;
    margin-bottom:0px
}

.home-title {
    font-size: 50px;
    padding: 30px 0 13px 0;
    text-align: center;
    text-shadow: 2px 1px 0 #F5F5F5, 3px 3px 0 #B8B8B5;
    line-height:45px
}

.home-title span {
    color:#ea4128
}

.outlined {
    background-color: rgba(204, 204, 204, 0.1);
    border-bottom: 4px double #E3E3E3;
    border-top: 4px double #E3E3E3;
}

h3.lines {
    background: rgba(204, 204, 204, 0.1);
    border-bottom: 4px double #DDD;
    border-top: 4px double #DDD;
    clear:left;
    padding:8px 0 8px 10px;
    margin-bottom:15px
}



.error-page h1 {
    font-size: 350px;
    line-height:300px;
    width:100%;
    text-align:center;
}

h2.sub-title {
    font-size:28px;
    font-weight:normal;
    text-transform:uppercase;
    background:url(../images/seps/dashed.png);
    text-align:center;
    font-family: 'LeagueGothicRegular', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
    color:#EBECF0;
    margin-bottom:20px
}

h2.sub-title span {
    display:inline-block;
    padding:4px 20px;
    background: #ea4128;
    border-left:2px solid #181818;
    border-right:2px solid #181818
}

h2.sub-title span.inverse {
    display:inline-block;
    padding:4px 20px;
    background: #181818;
    border-left:2px solid #ea4128;
    border-right:2px solid #ea4128
}


/* #Lists
================================================== */

ol {
    margin-left:15px
}

ul.bullets {
    list-style-type:disc;
    padding-left:15px
}




/* #Header
================================================== */

.header-social-container {
    width:100%;
    position:relative;
    top:-4px;
    border-bottom:2px solid #ddd;
}


/* small screen non hd logo */
@media only screen and (max-width: 479px) {

    #logo {
        height:69px;
        width:300px
    }
    #logo a { width:300px  }
}

/* small screen hd logo */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 479px),
only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 479px),
only screen and (-o-device-pixel-ratio: 3/2) and (max-width: 479px),
only screen and (min-device-pixel-ratio: 1.5) and (max-width: 479px) {

    #logo {
        width:300px;
        height:69px;
        background-size: 300px 69px;
    }
}

#logo a {
    display:block;
    width:100%;
    height:78px
}

p.tagline {
    color:#ccc;
    font-weight:normal;
    padding:15px 0 0 0;
    margin:0px;
    font-weight:11px;
    text-shadow: 1px 1px 0 #000, 2px 2px 0 #555;
}

/* #Footer
================================================== */

.footerContainer {
    width:100%;
    border-top:2px solid #ddd;
}

.stitch {
    height:2px;
    border:0px;
    background:url(../images/stitch.png) -20% 0 repeat-x;
    margin-top:4px;
    margin-bottom:35px
}

.footer a, .footer a:visited, .footCreditsContainer a, .footCreditsContainer a:visited {
    color:#ea4128;
    text-decoration:none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition:  all .2s ease-in-out
}

.footer a:hover, .footCreditsContainer a:hover {
    text-decoration:underline;
    color:#fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition:  all .2s ease-in-out
}

.footer h3 {
    font-weight:normal;
    color:#fff;
    padding:5px 0 5px 10px;
    border-left:4px solid #ea4128;
    background: rgba(0, 0, 0, 0.5);
    margin-bottom:20px;
    font-size:24px;

}



.footPadd {
    padding-left:4px
}

.footCreditsContainer {
    width:100%;
    border-top:2px solid #0a0a0a;
    background: #000;
}

.footerCredits p {
    padding:15px 0 0 0;
    color:#fff;
    font-size:12px;
    text-shadow:none
}

@media only screen and (max-width: 767px) {
    .footCreditsContainer { padding:15px 0 15px 0 }
    .footerCredits .columns { width:100%; text-align:center;  }
    .footerCredits p { float:none; text-align:center !important; padding:0 0 5px 0; margin:0 }
    .footer h3 { margin-top:20px }
}

p.creditsRight {
    text-align:right
}

.footer {
    padding-bottom:20px
}

.footer p, .footer{
    color:#fff;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
}

p.address {
    padding-left:30px;
    background:url(../images/contact-icons/marker-sm.png) 0 3px no-repeat
}

p.phone {
    padding-left:30px;
    background:url(../images/contact-icons/phone-sm.png) 0 3px no-repeat;
}

p.email {
    padding-left:30px;
    background:url(../images/contact-icons/mouse-sm.png) 0 3px no-repeat;
    min-height:36px
}

/* HD Retina Devices ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    p.phone {
        background:url(../images/contact-icons/phone.png) 0 3px no-repeat;
        background-size: 17px 30px;
    }
    p.address {
        background:url(../images/contact-icons/marker.png) 0 3px no-repeat;
        background-size: 17px 23px;
    }
    p.email {
        background:url(../images/contact-icons/mouse.png) 0 3px no-repeat;
        background-size: 17px 32px;
    }
}

/* #Main Navigation
================================================== */

a.menu-link {
    float: right;
    display: block;
    font-family: 'LeagueGothicRegular', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
    color:#ea4128;
    font-size:25px;
    padding:15px
}

.menu, .menu > ul ul {
    clear: both;
}

a.menu-link:before {
    /* content: "+"; */
    padding-right:3px;
}

a.menu-link.active:before {

    padding-right:3px
}

.js .menu, .js .menu > ul ul {
    overflow: hidden;
    max-height: 0;
}

.menu.active, .js .menu > ul ul.active {
    max-height: 200em;
}

.menu > ul {
    border-top: 1px solid #808080;
}

.menu li a {
    color: #000;
    display: block;
    padding: 0.8em;
    border-bottom: 1px solid #808080;
    position: relative;
    width:100%
}

.menu ul { z-index:14001 }
.menu ul ul { z-index:14002 }
.menu ul ul ul { z-index:14003 }
.menu li a { white-space:nowrap }

/* small screen nav */

@media screen and (max-width: 48.25em) {

    #pattern {
        background-color: rgba(204, 204, 204, 0.1);
        border-bottom: 4px double #ddd;
        border-top: 4px double #ddd;
        width:100%;
        position:relative;
    }

    .menu li a, .menu li a:visited {
        padding:15px 0 15px 10px;
        background: rgba(0, 0, 0, 0.5);
        font-family: 'LeagueGothicRegular', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
        color: #fff !important;
        font-size:22px;
        box-shadow: 0 0 1px #fff;
    }

    .menu li li a, .menu li li a:visited {
        background-color:#eee;
        color:#181818 !important
    }

    .menu li li li a, .menu li li li a:visited {
        background-color:#fff
    }


    .menu li a:hover {
        background-color: rgba(0, 0, 0, 0.6);
    }

    .menu li li a:hover {
        background-color: #e6e6e6
    }

    .menu li li li a:hover {
        background-color: #f7f7f7;
        color:#181818 !important
    }


    .menu li  ul{
        margin:0px
    }

    .menu li {
        margin: 0px 0 0 0%;
        text-align: center;
    }

    .menu li a span {
        display:none
    }

    .menu, .menu > ul ul {
        clear: both;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        position: absolute;
        width:  100%;
        left:  0;
        top:  0;
        z-index: 1000;
        height: 100vh;
    }

    .menu li.has-subnav > a:after {
        content: '+';
        position: absolute;
        top: 18px;
        right: 22px;
        display: block;
        font-size: 1.5em;
        padding: 0;
        color:#fff

    }

    .menu li li.has-subnav > a:after {
        content: '+';
        position: absolute;
        top: 18px;
        right: 22px;
        display: block;
        font-size: 1.5em;
        padding: 0;
        color:#181818

    }

    .menu li.has-subnav > a.active:after {
        font-family:Arial, Helvetica, sans-serif;
        content: "-";
        position: absolute;
        top: 14px;
        right: 26px;
    }

}

/* large screen nav */
@media screen and (min-width: 48.25em) {

    ul.level-2 {display:none}
    .menu {text-align:center}
    .menu li{text-align:left}
    .menu li a {display:inline-block}
    .menu li li a {display:block}

    ul.level-1 {
        text-align:center;
        position:relative;
        margin:20px 0 5px 0;
        background-color: rgba(204, 204, 204, 0.1);
        border-bottom: 4px double #ddd;
        border-top: 4px double #ddd;
        float: left;
        line-height: 1;
        width: 100%;
        padding:12px 0 0 0
    }

    .menu ul a {
        padding:8px 0px 8px 15px;
        font-family: 'KelmscottRomanRegular', Arial, sans-serif;
        color:#181818;
        font-size:24px;
        font-weight:normal;
        text-decoration:none;
        display: block;
        position: relative;
    }

    .menu li span {
        color:#ea4128;
        font-size:30px;
    }

    .menu ul li.last a span, .menu ul li li span {
        display:none
    }

    .menu ul a span {
        display:inline-block;
        padding-left:15px;
        position:relative;
        top:0px;
        letter-spacing:-4px
    }

    .menu ul li li {
        padding:0 15px 0 0px;
        margin:0;
        border-left:2px solid #ea4128;
        background:#181818;
    }

    .menu ul li:hover a{
        text-decoration:none;
        color:#ea4128;
    }

    .menu ul ul a:hover {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .menu ul li:hover ul a{
        text-decoration:none;
        background:none;
    }

    .menu ul li:hover ul a:hover{
        text-decoration:none;
        background:#ea4128;
        color:#fff;
    }

    .menu ul ul a, .menu ul ul ul a {
        padding:10px 5px 10px 10px;
        border-bottom:1px solid #333;

    }

    .active-link {
        color:#ea4128 !important
    }

    .pattern {
        overflow: visible;
    }

    a.menu-link {
        display: none;
    }

    .js .menu, .js .menu > ul ul {
        max-height: none;
        overflow: visible;
        background: none;
    }

    .js .menu > ul ul {
        display:none
    }

    .js .menu > ul li:hover > ul {
        display:block;
    }

    .menu ul {
        margin: 0
    }

    .menu li a {
        border: 0;
    }

    .menu > ul > li {
        display: inline-block;
        position: relative;
    }

    .menu > ul ul {
        position: absolute;
        top: 0;
        left:100%
    }

    .menu > ul ul li {
        position: relative;
    }

    .menu > ul ul.level-2 {
        top: 3em;
        left: 0;
        overflow:visible
    }

}


/* internet explorer */
.lt-ie9 ul.level-2 {display:none}
.lt-ie9 .menu {text-align:center}
.lt-ie9 .menu li{text-align:left}
.lt-ie9 .menu li a {display:inline-block}
.lt-ie8 .menu li{display:inline-block; float:left}
.lt-ie9 .menu li li a {display:block}

.lt-ie9 ul.level-1 {
    text-align:center;
    position:relative;
    margin:20px 0 5px 0;
    background:url(../images/transparent-g-10.png);
    border-bottom: 4px double #ddd;
    border-top: 4px double #ddd;
    float: left;
    line-height: 1;
    width: 100%;
    padding:12px 0 0 0
}

.lt-ie9 .menu ul a {
    padding:8px 0px 8px 15px;
    font-family: 'KelmscottRomanRegular', Arial, sans-serif;
    color:#181818;
    font-size:24px;
    font-weight:normal;
    text-decoration:none;
    display: block;
    position: relative;
}

.lt-ie9 .menu li span {
    color:#ea4128;
    font-size:30px;
}

.lt-ie9 .menu ul li.last a span, .lt-ie9 .menu ul li li span {
    display:none
}

.lt-ie9 .menu ul a span {
    display:inline-block;
    padding-left:15px;
    position:relative;
    top:0px;
    letter-spacing:-4px
}

.lt-ie9 .menu ul li li {
    padding:0 15px 0 0px;
    margin:0;
    border-left:2px solid #ea4128;
    background:#181818;
}

.lt-ie9 .menu ul li:hover a{
    text-decoration:none;
    color:#ea4128;
}

.lt-ie9 .menu ul li:hover ul a{
    text-decoration:none;
    background:none;
}

.lt-ie9 .menu ul li:hover ul a:hover{
    text-decoration:none;
    background:#ea4128;
    color:#fff;
}

.lt-ie9 .menu ul ul a, .menu ul ul ul a {
    padding:10px 5px 10px 10px;
    border-bottom:1px solid #333;

}

.lt-ie9 .active-link {
    color:#ea4128 !important
}

.lt-ie9 .pattern {
    overflow: visible;
}

.lt-ie9 a.menu-link {
    display: none;
}

.lt-ie9 .js .menu, .lt-ie9 .js .menu > ul ul {
    max-height: none;
    overflow: visible;
    background: none;
}

.lt-ie9 .js .menu > ul ul {
    display:none
}

.lt-ie9 .js .menu > ul li:hover > ul {
    display:block;
}

.lt-ie9 .menu ul {
    margin: 0
}

.lt-ie9 .menu li a {
    border: 0;
}

.lt-ie9 .menu > ul > li {
    display: inline-block;
    position: relative;
}

.lt-ie9 .menu > ul ul {
    position: absolute;
    top: 0;
    left:100%
}

.lt-ie9 .menu > ul ul li {
    position: relative;
}

.lt-ie9 .menu > ul ul.level-2 {
    top: 3em;
    left: 0;
    overflow:visible
}
/* end internet explorer */


/* #Sidebar
================================================== */

.widget-box {
    background: rgba(255, 255, 255, 0.6);
    padding:15px;
    -webkit-box-shadow: 4px 4px 0 rgba(158, 158, 158, 0.3);
    -moz-box-shadow: 4px 4px 0 rgba(158, 158, 158, 0.3);
    box-shadow: 4px 4px 0 rgba(158, 158, 158, 0.3);
    margin-bottom:20px
}

.lt-ie9 .widget-box {
    background:#fff;
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=2,MakeShadow=true,ShadowOpacity=0.20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=2,MakeShadow=true,ShadowOpacity=0.20)";
    zoom: 1;
    padding:0
}

.lt-ie9 .widget-box-content {
    position: relative;
    background:#fff;
    padding:15px;
}


.widget-box ul {
    margin-left:0px
}
/* HD Retina Devices ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {

    .widget-box li {
        background:url(../images/bullets/arrow3.png) 0 12px no-repeat;
        background-size: 11px 9px;
    }

    .widget-box li:hover {
        background:url(../images/bullets/arrow3.png) 2px 12px no-repeat;
        background-size: 11px 9px;
    }

}

.widget-box li a, .widget-box li a:hover {
    display:block;
    padding-bottom:5px;
    padding-top:8px;
}

.widget-box a, .widget-box a:hover {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition:  all .2s ease-in-out;
}

.widget-box h3 {
    font-family: 'LeagueGothicRegular', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
    font-size:24px;
    border-bottom: 4px double #E3E3E3;
    border-top: 4px double #E3E3E3;
    color: #181818;
    font-weight: normal;
    text-shadow: 1px 1px 0 #F5F5F5, 2px 2px 0 #B8B8B5;
}

/* #Accordion
================================================== */

.accordion-header {
    font-size: 16px;
    background: #ebebeb;
    margin: 0 0 0 0;
    padding: 5px 20px;
    border: 1px solid #ccc;
    cursor: pointer;
    color: #181818;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


.spacer {
    height:5px;
    width:100%
}
.accordion-content {
    display: none;
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.accordion-content, .open-content {
    max-width:100% !important
}


/* #Tooltips
================================================== */

.tipsy {
    font-size: 10px;
    position: absolute;
    padding: 5px;
    z-index: 100000;
}

.tipsy-inner {
    background-color: #000;
    color: #FFF;
    max-width: 200px;
    padding: 5px 8px 4px 8px;
    text-align: center;
}

.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #000;
}

.tipsy-arrow-n { border-bottom-color: #000; }
.tipsy-arrow-s { border-top-color: #000; }
.tipsy-arrow-e { border-left-color: #000; }
.tipsy-arrow-w { border-right-color: #000; }

.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }

#toTop:active, #toTop:focus {
    outline:none;
}

/* #Twitter
================================================== */

#jstwitter {
    width: 100%;
}

#jstwitter .tweet {
    margin: 0 auto 15px auto;
    padding: 0 0 15px 0;
    border-bottom: 2px dashed #000;
    padding-left:35px;
    background:url(../images/contact-icons/twitter-sm.png) 0 0 no-repeat;
}

/* HD Retina Devices ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    #jstwitter .tweet {
        background:url(../images/contact-icons/twitter.png) 0 0 no-repeat;
        background-size: 30px 22px;
    }
}

#jstwitter .tweet .time {
    font-size: 10px;
    font-style: italic;
    color: #666;
}



/* #Instagram
================================================== */

.instagram-photo {
    display: inline-block;
    height: 60px;
    margin:4px;
    width: 60px;
    position:relative;
    border: 2px solid rgba(245, 65, 40, 0.2);
}

.instagram-photo:hover {
    border: 2px solid rgba(245, 65, 40, 1);
    opacity:0.9
}

.lt-ie9 .instagram-photo { border: 2px solid #421e19 }
.lt-ie9 .instagram-photo:hover { border: 2px solid #ea4128; }

.instagram-photo .instagram-hover-cover {
    display:none !important
}

ol.linenums {
    margin: 0 0 0 33px;
}

ol.linenums li {
    padding-left: 12px;
    color: #bebec5;
    line-height: 18px;
    text-shadow: 0 1px 0 #fff;
}


/* #Facebook
================================================== */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

#likebox-frame{
    border:2px solid #F0F9F4;
    width:894px;
    z-index:10;
    height: 156px;
    overflow: hidden;
    position:relative;
    top:-1px;
    left:-2px;
}

#likebox-frame iframe{
    left:-5px;
    overflow:hidden;
    position:relative;
    top:-1px;
}

/* #Contact Form
================================================== */

#contactWrapper label {
    display:block;
    float:none;

    width:auto;
    font-weight: bold;

}
#contactWrapper label.error {
    display:block;
    float:none;
    font-size:12px;
    width:auto;
    font-weight: normal;
    margin-bottom: 0px;
    color: #ea4128;
    background: #fff;
    border: 1px solid #ea4128;
    margin-top: 5px;
    padding: 5px 7px;
}

#contactWrapper label.checked {
    display:none;
    background: none;
    border: 0px;
    margin-top: 0px;
    padding: 0px;
    text-indent: -5000px;
}

.stage {
    margin-bottom: 20px;
}

.requiredNote {
    margin: 20px 0px 20px;
    font-weight: bold;
}

div.success, div.error {
    padding: 15px 15px 0 15px;
    margin-bottom: 15px;
    background-color: rgba(204, 204, 204, 0.1);
    border: 4px double #DDD;
    color: #181818
}

div.success h4 {
    color:#ea4128
}

#contactWrapper .success p {
    margin: 0px;
}

/* #Contact Map
================================================== */

#map {
    width:100%;
    height:450px;
    clear:left;
    background-color: rgba(204, 204, 204, 0.1) !important;
    border-bottom: 4px double #DDDDDD;
    border-top: 4px double #DDDDDD;
    padding: 5px 0 4px;
    margin-bottom:25px
}

#map img {
    max-width:none
}

/* #Blog
================================================== */

.featured-image {
    border: 4px solid #e5e5e5;
    padding: 5px;
}

a .featured-image {
    opacity:1;
    max-width:100%;
    margin:2px 0 0 0;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition:  all .1s ease-in-out;
    position:relative; top:0px; left:0px;
}

a .shop-image, .shop-image {
    opacity:1;
    max-width:100%;
    margin:2px 0 0 0;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition:  all .1s ease-in-out;
    position:relative; top:0px; left:0px;
}

a .featured-image:hover, .shop-image:hover {
    opacity:.8;
    -webkit-box-shadow: 0 0 10px rgba(158, 158, 158, 0.3);
    -moz-box-shadow: 0 0 10px rgba(158, 158, 158, 0.3);
    box-shadow: 0 0 10px rgba(158, 158, 158, 0.3);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition:  all .1s ease-in-out;
    position:relative;
    top:-2px;
    left:-2px;
}
a .shop-image:hover {
    opacity:.8;
    -webkit-box-shadow: 3px 3px 0 rgba(158, 158, 158, 0.3);
    -moz-box-shadow: 3px 3px 0 rgba(158, 158, 158, 0.3);
    box-shadow: 3px 3px 0 rgba(158, 158, 158, 0.3);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition:  all .1s ease-in-out;
    position:relative;
    top:-2px;
    left:-2px;
}

.icon-cal,
.icon-categories,
.icon-comments,
.icon-tags {
    font-size:12px;
    display:inline-block;
    color:#fff !important;
    padding:2px 6px 0px 23px;
    margin:0 3px 5px 0;
    border:1px solid #e5e5e5;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition:  all .1s ease-in-out;
    position:relative; top:0px; left:0px;
}

.icon-cal {
    background:url(../images/icons/blog/cal.png) 5px 5px no-repeat #181818;
}

.icon-comments {
    padding-left:25px;
    background:url(../images/icons/blog/comments.png) 5px 5px no-repeat #ea4128;
}

.icon-categories {
    background:url(../images/icons/blog/category.png) 5px 6px no-repeat #181818;
    padding-left:27px
}

.icon-tags {
    background:url(../images/icons/blog/tags.png) 5px 5px no-repeat #181818;
    padding-left:23px
}

.icon-tags:hover,
.icon-comments:hover,
.icon-categories:hover {
    background-color:#181818;
    -webkit-box-shadow: 2px 2px 0 rgba(158, 158, 158, 0.3);
    -moz-box-shadow: 2px 2px 0 rgba(158, 158, 158, 0.3);
    box-shadow: 2px 2px 0 rgba(158, 158, 158, 0.3);
    position:relative;
    top:-2px;
    left:-2px;

}

/* HD Retina Devices ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .icon-cal {
        background:url(../images/icons/blog/cal2x.png) 5px 5px no-repeat #181818;
        background-size: 15px 13px;
    }
    .icon-comments {
        background:url(../images/icons/blog/comments2x.png) 5px 5px no-repeat #ea4128;
        background-size: 18px 13px;
    }

    .icon-categories {
        background:url(../images/icons/blog/category2x.png) 5px 6px no-repeat #181818;
        background-size: 18px 12px;
    }

    .icon-tags {
        background:url(../images/icons/blog/tags2x.png) 5px 5px no-repeat #181818;
        background-size: 15px 13px;
    }
}

.blog-meta span.icon-categories a,
.blog-meta span.icon-categories a:visited,
.blog-meta span.icon-tags a,
.blog-meta span.icon-tags a:visited {
    color:#ea4128;
    text-decoration:none
}

.blog-meta span.icon-categories a:hover,
.blog-meta span.icon-tags a:hover {
    color:#fff
}

.blog-meta {font-size:12px}

.blog-meta a, .blog-meta a:visited {
    color:#fff;
    text-decoration:none
}

.entry-title a, .entry-title a:visited {
    color:#181818;
    text-decoration:none;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition:  all .1s ease-in-out;
    position:relative; top:0px; left:0px;
}

.entry-title a:hover {
    color:#ea4128;
    text-decoration:none;
    text-shadow: 2px 1px 0 #F5F5F5, 3px 3px 0 #B8B8B5;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition:  all .1s ease-in-out;
    position:relative; top:-2px; left:-2px;
}

.post {
    background:url(../images/seps/dashed.png) bottom repeat-x;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.author {
    color: #CCCCCC;
    font-size:15px;
    font-family: 'KelmscottRomanRegular',Arial,sans-serif;
}

p.excerpt {
    margin-top:25px;
}

p.excerpt a, p.excerpt a:visited {
    color:#ea4128;
    text-decoration:none;
    font-weight:bold
}

p.excerpt a:hover {
    color:#181818;
    text-decoration:none;
    letter-spacing:.2em
}

.entry-title {
    margin:0px;
}

.author {
    margin:0px 0 5px 0
}

ul.pagination li {
    display:inline-block
}

ul.pagination li a, ul.pagination li a:visited {
    display:inline-block;
    background:#ea4128;
    border:1px solid #e5e5e5;
    color:#fff;
    text-align:center;
    padding:10px 10px;
    margin-left:3px;
    position:relative; top:0px; left:0px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition:  all .1s ease-in-out;
}

ul.pagination li a:hover, ul.pagination li.current-page a {
    display:inline-block;
    color:#ea4128;
    background:#181818;
    color:#fff;
    text-align:center;
    position:relative; top:-2px; left:-2px;
    -webkit-box-shadow: 2px 2px 0 rgba(158, 158, 158, 0.3);
    -moz-box-shadow: 2px 2px 0 rgba(158, 158, 158, 0.3);
    box-shadow: 2px 2px 0 rgba(158, 158, 158, 0.3);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition:  all .1s ease-in-out;
}

/* tags, sidebar */
.tags a, .tags a:visited {
    font-size:12px;
    display:inline-block;
    color:#fff !important;
    padding:4px 6px 4px 6px;
    margin:0 3px 5px 0;
    border:1px solid #e5e5e5;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition:  all .1s ease-in-out;
    position:relative; top:0px; left:0px;
    background:#ea4128;
}

.tags a:hover {
    display:inline-block;
    padding:4px 6px 4px 6px;
    background-color:#181818;
    -webkit-box-shadow: 2px 2px 0 rgba(158, 158, 158, 0.3);
    -moz-box-shadow: 2px 2px 0 rgba(158, 158, 158, 0.3);
    box-shadow: 2px 2px 0 rgba(158, 158, 158, 0.3);
    position:relative;
    top:-2px;
    left:-2px;
}

/* comments */
#comment-wrapper {
    padding-bottom:25px;
    background:#000
}

.avatar {
    float: left;
    height:auto;
    margin-right: 15px;
    margin-top: 5px;
    width:80px;
    height:80px;
}

.avatar img {
    width:80px;
    height:80px;
    border:1px solid #e5e5e5;
}

.comment-reply {
    display:block;
    float:right;
}

.comment, .comment-info, .comment-content {
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0px;
}

.comment {
    padding-top: 30px;
    background:url(../images/seps/dashed.png) bottom repeat-x;
    display:block;
    margin-bottom:0px
}

.children .comment {
    margin-left: 8%;
}

.comment-author {
    font-weight:bold;
}

ul.children li.comment {
    background:url(../images/seps/dashed.png) top repeat-x;
}

a.reply-link {
    padding-left:5px
}

.comment p {
    padding-left:100px;
}

.comment-time {
    color:#B8B8B5;
    font-style:italic
}

p.comment-meta {
    margin-bottom:5px;
    line-height:14px;
    padding:4px 0 0 0;
}

.avatar {
    margin-bottom:15px
}

.single-post .blog-meta {
    margin-bottom:25px;
}

/* comment form */
label.error {
    color: #C85849;
    font-size: 13px;
    text-transform: none;
}

.button300 {
    width:300px
}

/* #Portfolio
================================================== */

div.port-item-container {
    background-color: #fff;
    text-align:center;
    -webkit-box-shadow: 4px 4px 4px rgba(158, 158, 158, 0.3);
    -moz-box-shadow: 4px 4px 4px rgba(158, 158, 158, 0.3);
    box-shadow: 4px 4px 4px rgba(158, 158, 158, 0.3);
}

.port-box {
    position:relative
}

.lt-ie9 .port-item-container {
    background:#fff !important;
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=2,MakeShadow=true,ShadowOpacity=0.20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=2,MakeShadow=true,ShadowOpacity=0.20)";
    zoom: 1;
    padding:0
}

.lt-ie9 .port-box, .lt-ie9  .port-item-title, .lt-ie9 .port-boxed {
    background:#fff;
    position:relative;
}

.lt-ie9 div.port-item-container:hover,
.lt-ie9 div.port-item-container:hover .port-item-title,
.lt-ie9 div.port-item-container:hover .port-box {
    background:rgba(67,98,136, 1);
    color: white;
}

div.port-item-container:hover {
    background-color: rgba(67,98,136, 0.9);
    color: white;

}

div.port-item-container:hover a, div.port-item-container:hover a:visited {
    color:#000;
    text-decoration:none
}

div.port-item-container:hover a:hover {
    color:#000;
    text-decoration:none
}

div.port-item-title {
    padding:5px 10px 10px 10px;
}

.port-box img{
    width:100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition:  all .2s ease-in-out;
}

.port-inner {
    position: relative;
    width: 100%;
    overflow:hidden;
}

.port-box .zoom {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    cursor:pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition:  all .2s ease-in-out;
}


.lt-ie9 .port-box .zoom {display:none}
.lt-ie9 div.port-item-container:hover .zoom {display:block; background:url(../images/transparent50.png)}

.port-box {
    overflow:hidden !important
}

div.port-item-container:hover .zoom {
    -webkit-animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    -ms-animation: fadeIn 2s;
    opacity: 1;
    -o-transition-duration: 2s;
    -moz-transition-duration: 0s;
    -webkit-transition: -webkit-transform 2s;
}

.port-item-container .zoom-inner {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    background:url(../images/zoom/hover.png) no-repeat scroll top center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition:  all .2s ease-in-out;
}

.port-item-container:hover .zoom-inner {
    background:url(../images/zoom/hover.png) no-repeat scroll center center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition:  all .2s ease-in-out;
}

.zoom {
    background:  rgba(0, 0, 0, 0.3);
}

.zoom-holder { line-height:0px }

/* portfolio email */
.port-item-container .email .zoom-inner {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    background:url(../images/zoom/email.png) no-repeat scroll top center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition:  all .2s ease-in-out;
}

.port-item-container:hover .email .zoom-inner {
    background:url(../images/zoom/email.png) no-repeat scroll center center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition:  all .2s ease-in-out;
}

/* link */
.port-item-container.link .zoom-inner {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    background:url(../images/zoom/link.png) no-repeat scroll top center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition:  all .2s ease-in-out;
}

.port-item-container.link:hover .zoom-inner {
    background:url(../images/zoom/link.png) no-repeat scroll center center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition:  all .2s ease-in-out;
}

/*video*/
.port-item-container.video .zoom-inner {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    background:url(../images/zoom/video.png) no-repeat scroll top center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition:  all .2s ease-in-out;
}

.port-item-container.video:hover .zoom-inner {
    background:url(../images/zoom/video.png) no-repeat scroll center center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition:  all .2s ease-in-out;
}

.port-inner img {
    vertical-align: middle;
    width: 100%;
}

/* Sortable Portfolio */
.isotope-item {
    z-index: 2;
}

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

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

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

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

.portfolio-content .row { margin-bottom:0px}
.port-item-container {margin-bottom:20px}

.fourcol .port-item-container {
    width:220px;
    margin:10px;
}

@media only screen and (max-width: 767px) {
    .fourcol .port-item-container {width:290px !important; margin:10px 0;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .fourcol .port-item-container {width:190px !important; margin:10px; }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .fourcol .port-item-container {width: 235px !important;   }
}

/* sortable  portfolio navigation */

#navsort {
    float:right;
    margin:0 10px 0 0;
    position:relative;
    top:-15px
}

#navsort a, #navsort a:visited {

    background:#EA4128;
    border:1px solid #e5e5e5;
    color:#fff;
    text-align:center;
    padding:10px 10px;
    margin-left:3px;
    display:inline-block;
    margin-bottom:5px
}

#navsort a:hover, #navsort li.selected a {
    color:#EA4128;
    background:#181818;
    color:#fff;
    -webkit-box-shadow: 2px 2px 0 rgba(158, 158, 158, 0.3);
    -moz-box-shadow: 2px 2px 0 rgba(158, 158, 158, 0.3);
    box-shadow: 2px 2px 0 rgba(158, 158, 158, 0.3);
}

#navsort li {
    display:inline;
    top:0px;
    left:0px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition:  all .1s ease-in-out;
}

#navsort li:hover, #navsort li.selected {
    position:relative;
    top:-1px;
    left:-1px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition:  all .1s ease-in-out;
}

#portfolio-content {
    position:relative;
    top:-15px
}

/* #Single Portfolio Slider
================================================== */

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.callbacks_container {
    margin-bottom: 50px;
    position: relative;
    float: left;
    width: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.callbacks img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    border: 0;
}

.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    background: #000;
    background: rgba(0,0,0, .8);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 52%;
    left: 0;
    opacity: 0.9;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 70px;
    width: 55px;
    margin-top: -45px;
}

.callbacks_nav:hover {
    opacity: 1.0;
    background:#181818
}

.callbacks_nav:active {
    opacity: 1.0;
}

.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
    background:url(../images/slider/arrow-right.png) no-repeat left top;
}

.callbacks_nav.prev {
    background:url(../images/slider/arrow-left.png) no-repeat left top;
}

/* #Social Icons
================================================== */

.social {
    margin-bottom:15px;
    padding-top:10px
}

/* Regular Devices ----------- */
.social a {
    display:block;
    float:right;
    margin:0 3px 0 3px;
    text-indent:-9999px;
    width:30px;
    height:30px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition:  all .2s ease-in-out;
    background-repeat:no-repeat;
}

.social a.twitter, .social a.twitter:visited { background:url(../images/social/twitter-30.png); }
.social a.dribbble, .social a.dribbble:visited { background:url(../images/social/dribbble-30.png); }
.social a.facebook, .social a.facebook:visited { background:url(../images/social/facebook-30.png); }
.social a.linked, .social a.linked:visited { background:url(../images/social/linked-30.png); }
.social a.flickr, .social a.flickr:visited { background:url(../images/social/flickr-30.png); }
.social a.vimeo, .social a.vimeo:visited { background:url(../images/social/vimeo-30.png); }
.social a.plus, .social a.plus:visited { background:url(../images/social/plus-30.png); }
.social a.pin, .social a.pin:visited { background:url(../images/social/pin-30.png); }
.social a.stumble, .social a.stumble:visited { background:url(../images/social/stumble-30.png); }

.social a.yelp, .social a.yelp:visited { background:url(../images/social/yelp-30.png); }
.social a.youtube, .social a.youtube:visited { background:url(../images/social/youtube-30.png); }
.social a.rss, .social a.rss:visited { background:url(../images/social/rss-30.png); }
.social a.paypal, .social a.paypal:visited { background:url(../images/social/paypal-30.png); }
.social a.instagram, .social a.instagram:visited { background:url(../images/social/instagram-30.png); }
.social a.phone, .social a.phone:visited { background:url(../images/social/phone-30.png); }
.social a.mail, .social a.mail:visited { background:url(../images/social/mail-30.png); }
.social a.map, .social a.map:visited { background:url(../images/social/map-30.png); }
.social a.linked, .social a.linked:visited { background:url(../images/social/linked-30.png); }

.social a.tumbler, .social a.tumbler:visited { background:url(../images/social/tumbler-30.png); }
.social a.myspace, .social a.myspace:visited { background:url(../images/social/myspace-30.png); }
.social a.star, .social a.star:visited { background:url(../images/social/star-30.png); }
.social a.cart, .social a.cart:visited { background:url(../images/social/cart-30.png); }







/* HD Retina Devices ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {

    .social a { background-size: 30px 60px !important }

    .social a.twitter, .social a.twitter:visited { background:url(../images/social/twitter.png); }
    .social a.dribbble, .social a.dribbble:visited { background:url(../images/social/dribbble.png); }
    .social a.facebook, .social a.facebook:visited { background:url(../images/social/facebook.png); }
    .social a.linked, .social a.linked:visited { background:url(../images/social/linked.png); }
    .social a.flickr, .social a.flickr:visited { background:url(../images/social/flickr.png); }
    .social a.vimeo, .social a.vimeo:visited { background:url(../images/social/vimeo.png); }
    .social a.plus, .social a.plus:visited { background:url(../images/social/plus.png); }
    .social a.pin, .social a.pin:visited { background:url(../images/social/pin.png); }
    .social a.stumble, .social a.stumble:visited { background:url(../images/social/stumble.png); }

    .social a.yelp, .social a.yelp:visited { background:url(../images/social/yelp.png); }
    .social a.youtube, .social a.youtube:visited { background:url(../images/social/youtube.png); }
    .social a.rss, .social a.rss:visited { background:url(../images/social/rss.png); }
    .social a.paypal, .social a.paypal:visited { background:url(../images/social/paypal.png); }
    .social a.instagram, .social a.instagram:visited { background:url(../images/social/instagram.png); }
    .social a.phone, .social a.phone:visited { background:url(../images/social/phone.png); }
    .social a.mail, .social a.mail:visited { background:url(../images/social/mail.png); }
    .social a.map, .social a.map:visited { background:url(../images/social/map.png); }
    .social a.linked, .social a.linked:visited { background:url(../images/social/linked.png); }

    .social a.tumbler, .social a.tumbler:visited { background:url(../images/social/tumbler.png); }
    .social a.myspace, .social a.myspace:visited { background:url(../images/social/myspace.png); }
    .social a.star, .social a.star:visited { background:url(../images/social/star.png); }
    .social a.cart, .social a.cart:visited { background:url(../images/social/cart.png); }

}

.social a, .social a:visited { background-position: 0 0; }
.social a:hover { background-position: 0 -30px; }

@media only screen and (max-width: 767px) {
    .header-social-container .columns { width:100%; text-align:center }
    .social a { display:inline-block; float:none; margin:5px 2px 0 2px;  }
    .social { margin-bottom:0px }
}

/* #Staff Social Icons
================================================== */

/* Regular Devices ----------- */
.staff {
    margin:0;
    text-align:center
}

.staff a {
    display:block;
    float:none;
    display:inline-block;
    margin:0px 3px 0 3px;
    text-indent:-9999px;
    width:20px;
    height:20px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition:  all .2s ease-in-out;
    background-repeat:no-repeat;
}

.staff a.twitter, .staff a.twitter:visited { background:url(../images/social/twitter-20.png); }
.staff a.dribbble, .staff a.dribbble:visited { background:url(../images/social/dribbble-20.png); }
.staff a.facebook, .staff a.facebook:visited { background:url(../images/social/facebook-20.png); }
.staff a.linked, .staff a.linked:visited { background:url(../images/social/linked-20.png); }
.staff a.flickr, .staff a.flickr:visited { background:url(../images/social/flickr-20.png); }
.staff a.vimeo, .staff a.vimeo:visited { background:url(../images/social/vimeo-20.png); }
.staff a.plus, .staff a.plus:visited { background:url(../images/social/plus-20.png); }
.staff a.pin, .staff a.pin:visited { background:url(../images/social/pin-20.png); }
.staff a.stumble, .staff a.stumble:visited { background:url(../images/social/stumble-20.png); }

.staff a.yelp, .staff a.yelp:visited { background:url(../images/social/yelp-20.png); }
.staff a.youtube, .staff a.youtube:visited { background:url(../images/social/youtube-20.png); }
.staff a.rss, .staff a.rss:visited { background:url(../images/social/rss-20.png); }
.staff a.paypal, .staff a.paypal:visited { background:url(../images/social/paypal-20.png); }
.staff a.instagram, .staff a.instagram:visited { background:url(../images/social/instagram-20.png); }
.staff a.phone, .staff a.phone:visited { background:url(../images/social/phone-20.png); }
.staff a.mail, .staff a.mail:visited { background:url(../images/social/mail-20.png); }
.staff a.map, .staff a.map:visited { background:url(../images/social/map-20.png); }
.staff a.linked, .staff a.linked:visited { background:url(../images/social/linked-20.png); }

.staff a.tumbler, .staff a.tumbler:visited { background:url(../images/social/tumbler-20.png); }
.staff a.myspace, .staff a.myspace:visited { background:url(../images/social/myspace-20.png); }
.staff a.star, .staff a.star:visited { background:url(../images/social/star-20.png); }
.staff a.cart, .staff a.cart:visited { background:url(../images/social/cart-20.png); }


/* HD Retina Devices ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {

    .staff a { background-size: 20px 40px !important }
    .staff a.twitter { background:url(../images/social/twitter.png); }
    .staff a.dribbble, .staff a.dribbble:visited { background:url(../images/social/dribbble.png); }
    .staff a.facebook, .staff a.facebook:visited { background:url(../images/social/facebook.png); }
    .staff a.linked, .staff a.linked:visited { background:url(../images/social/linked.png); }
    .staff a.flickr, .staff a.flickr:visited { background:url(../images/social/flickr.png); }
    .staff a.vimeo, .staff a.vimeo:visited { background:url(../images/social/vimeo.png); }
    .staff a.plus, .staff a.plus:visited { background:url(../images/social/plus.png); }
    .staff a.pin, .staff a.pin:visited { background:url(../images/social/pin.png); }
    .staff a.stumble, .staff a.stumble:visited { background:url(../images/social/stumble.png); }

    .staff a.yelp, .staff a.yelp:visited { background:url(../images/social/yelp.png); }
    .staff a.youtube, .staff a.youtube:visited { background:url(../images/social/youtube.png); }
    .staff a.rss, .staff a.rss:visited { background:url(../images/social/rss.png); }
    .staff a.paypal, .staff a.paypal:visited { background:url(../images/social/paypal.png); }
    .staff a.instagram, .staff a.instagram:visited { background:url(../images/social/instagram.png); }
    .staff a.phone, .staff a.phone:visited { background:url(../images/social/phone.png); }
    .staff a.mail, .staff a.mail:visited { background:url(../images/social/mail.png); }
    .staff a.map, .staff a.map:visited { background:url(../images/social/map.png); }
    .staff a.linked, .staff a.linked:visited { background:url(../images/social/linked.png); }

    .staff a.tumbler, .staff a.tumbler:visited { background:url(../images/social/tumbler.png); }
    .staff a.myspace, .staff a.myspace:visited { background:url(../images/social/myspace.png); }
    .staff a.star, .staff a.star:visited { background:url(../images/social/star.png); }
    .staff a.cart, .staff a.cart:visited { background:url(../images/social/cart.png); }
}

.staff a  { background-position: 0 20px !important; }
.staff a:hover { background-position: 0 0 !important; }

/* #Staff
================================================== */

h4.staff-name {
    border-bottom: 4px double #E3E3E3;
    border-top: 4px double #E3E3E3;
    text-shadow:none;
    margin-top:10px
}

.port-item-container:hover h4.staff-name {
    border-bottom: 4px double #B8B8B5;
    border-top: 4px double #B8B8B5;
    color:#fff
}

.staff-member {
    position:relative;
}

.staff-port-box {
    padding:10px
}

.staff-member p {
    text-shadow:none;
}

.port-item-container:hover p {
    text-shadow:none;
    color:#fff
}

.port-item-container:hover em {
    color:#ea4128
}

.staff-title {
    margin-bottom:10px
}

/* #Service Icons
================================================== */

div.service {
    text-align:center
}

/* Regular Devices ----------- */
h2.serv a {
    display:inline-block;
    padding-top:0;
    min-width:122px;
    width:100%;
    cursor:pointer
}

h2.serv a span {
    display:block;
    width:100%;
    height:122px;
    cursor:pointer
}


/* #Fancybox
================================================== */

.fancybox-tmp iframe, .fancybox-tmp object {
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15060;
}

.fancybox-skin {
    position: relative;
    padding: 0;
    margin: 0;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 15061;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    padding: 0;
    margin: 0;
    position: relative;
    outline: none;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 10px;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 15020;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 15040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    background: transparent url('../images/fancybox/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 15040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 15040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 20px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 20px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    padding: 0;
    overflow: visible;
    visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 15013;
    background: #000;
}

#fancybox-overlay.overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px;
    position: relative;
    text-shadow: none;
    z-index: 15050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 15030;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(245, 65, 40, 0.9);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

    color: #000;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.lt-ie9 .fancybox-title-float-wrap .child {
    background:#ea4128;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    margin-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/* #Homepage Slider
================================================== */

#wowslider-container1 {
    zoom: 1;
    position: relative;
    max-width:940px;
    margin: 20px auto 0 auto;
    z-index:100;
    border:none;
    text-align:left;
    /* box-shadow: 0 0 10px white; */
}
* html #wowslider-container1{ width:940px }
#wowslider-container1 .ws_images ul{
    position:relative;
    width: 10000%;
    height:auto;
    left:0;
    list-style:none;
    margin:0;
    padding:0;
    border-spacing:0;
    overflow: visible;
    /*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li{
    width:1%;
    line-height:0; /*opera*/
    float:left;
    font-size:0;
    padding:0 0 0 0 !important;
    margin:0 0 0 0 !important;
}

#wowslider-container1 .ws_images{
    position: relative;
    left:0;
    top:0;
    width:100%;
    /* height:100%; */
    overflow:hidden;
}
#wowslider-container1 .ws_images a{
    width:100%;
    display:block;
    color:transparent;
}
#wowslider-container1 img{
    max-width: none !important;
}
#wowslider-container1 .ws_images img{
    width:100%;
    border:none 0;
    max-width: none;
}
#wowslider-container1 a{
    text-decoration: none;
    outline: none;
    border: none;
}

#wowslider-container1  .ws_bullets {
    font-size: 0px;
    float: left;
    position:absolute;
    z-index:70;
}
#wowslider-container1  .ws_bullets div{
    position:relative;
    float:left;
}
#wowslider-container1  a.wsl{
    display:none;
}
#wowslider-container1  .ws_bullets {
    padding: 10px;
}
#wowslider-container1 .ws_bullets a {
    width:15px;
    height:15px;
    background:url(../images/slider/bullet.png) left top;
    float: left;
    text-indent: -4000px;
    position:relative;
    margin-left:3px;
    color:transparent;
}
#wowslider-container1 .ws_bullets a:hover{
    background-position: 0 50%;
}
#wowslider-container1 .ws_bullets a.ws_selbull{
    background-position: 0 100%;
}
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
    position:absolute;
    display:none;
    top:50%;
    margin-top:-50px;
    z-index:60;
    height: 100px;
    width: 60px;
    background-image: url(../images/slider/arrows.png);
}
#wowslider-container1 a.ws_next{
    background-position: 100% 0;
    right:0;
}
#wowslider-container1 a.ws_prev {
    left:0;
    background-position: 0 0;
}
* html #wowslider-container1 a.ws_next,* html #wowslider-container1 a.ws_prev{display:block}
#wowslider-container1:hover a.ws_next, #wowslider-container1:hover a.ws_prev {display:block}
/* bottom center */
#wowslider-container1  .ws_bullets {
    bottom:-35px;
    left:49%;
}
#wowslider-container1  .ws_bullets div{
    left:-50%;
}
#wowslider-container1 .ws_bullets .ws_bulframe {
    bottom: 20px;
}
#wowslider-container1 .ws-title{
    bottom: 5%;
    color: #fff;
    display: block;
    font-family: 'LeagueGothicRegular', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
    font-size: 30px;
    text-transform:uppercase;
    left: 0;
    margin: 9px;
    position: absolute;
    text-shadow: 1px 1px 1px #BBBBBB;
    z-index: 50;
}
#wowslider-container1 .ws-title div,#wowslider-container1 .ws-title span{
    display:inline-block;
    padding:10px;
    background:#fff;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
#wowslider-container1 .ws-title div{
    display:block;
    background:#666666;
    margin-top:10px;
    font-size: 30px;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #000000;
}#wowslider-container1 .ws_images ul{
     animation: wsBasic 20s infinite;
     -moz-animation: wsBasic 20s infinite;
     -webkit-animation: wsBasic 20s infinite;
 }
@keyframes wsBasic{0%{left:-0%} 10%{left:-0%} 20%{left:-100%} 30%{left:-100%} 40%{left:-200%} 50%{left:-200%} 60%{left:-300%} 70%{left:-300%} 80%{left:-400%} 90%{left:-400%} }
@-moz-keyframes wsBasic{0%{left:-0%} 10%{left:-0%} 20%{left:-100%} 30%{left:-100%} 40%{left:-200%} 50%{left:-200%} 60%{left:-300%} 70%{left:-300%} 80%{left:-400%} 90%{left:-400%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 10%{left:-0%} 20%{left:-100%} 30%{left:-100%} 40%{left:-200%} 50%{left:-200%} 60%{left:-300%} 70%{left:-300%} 80%{left:-400%} 90%{left:-400%} }

#wowslider-container1 .ws_shadow{
    background: url(../images/slider/shadow.png) left 100%;
    background-repeat: no-repeat;
    background-size:100%;
    width:100%;
    height:20%;
    position: absolute;
    left:0;
    bottom:-20%;
    z-index:-1;
}
* html #wowslider-container1 .ws_shadow{/*ie6*/
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/slider/shadow.png', sizingMethod='scale');
}
*+html #wowslider-container1 .ws_shadow{/*ie7*/
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/slider/shadow.png', sizingMethod='scale');
}
#wowslider-container1 .ws_bullets  a img{
    text-indent:0;
    display:block;
    bottom:15px;
    left:-105px;
    visibility:hidden;
    position:absolute;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border: 5px solid #FFFFFF;
    max-width:none;
}
#wowslider-container1 .ws_bullets a:hover img{
    visibility:visible;
}

#wowslider-container1 .ws_bulframe div div{
    height:90px;
    overflow:visible;
    position:relative;
}
#wowslider-container1 .ws_bulframe div {
    left:0;
    overflow:hidden;
    position:relative;
    width:209px;
    background-color:#FFFFFF;
}
#wowslider-container1  .ws_bullets .ws_bulframe{
    display:none;
    overflow:visible;
    position:absolute;
    cursor:pointer;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border: 5px solid #FFFFFF;
}
#wowslider-container1 .ws_bulframe span{
    display:block;
    position:absolute;
    bottom:-11px;
    margin-left:-5px;
    left:105px;
    background:url(../images/slider/triangle.png);
    width:15px;
    height:6px;
}

/* custom */

#wowslider-container1 .ws-title div {
    background: rgba(24, 24, 24, 0.9);
    color: #ea4128;
    display: block;
    font-size: 30px;
    margin-top: 0px;
    text-shadow: 0px 0px 0px #181818;
    border-radius:0px;
    padding:5px;
    text-transform:none;
}

.lt-ie9  #wowslider-container1 .ws-title div {
    background:url(../images/transparent90.png)
}

#wowslider-container2 .ws-title div, #wowslider-container1 .ws-title span {
    background: rgba(245, 65, 40, 0.9);
    border-radius: 0px;
    display: inline-block;
    padding: 5px;
    color:#EBECF0;
    text-shadow: 0px 0px 0px #000;
}

.lt-ie9 #wowslider-container2 .ws-title div, .lt-ie9 #wowslider-container1 .ws-title span {
    background:url(../images/transparent-o-90.png)
}


#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
    opacity: 0.9;
}

#wowslider-container1 a.ws_next:hover, #wowslider-container1 a.ws_prev:hover {
    opacity: 1;
}

#wowslider-container1 a.ws_next {
    position:absolute;
    display:none;
    top:55%;
    z-index:60;
    height: 90px;
    width:70px;
    background-image:url(../images/slider/right-arrow.png)
}

#wowslider-container1 a.ws_prev {
    position:absolute;
    display:none;
    top:55%;
    z-index:60;
    height: 90px;
    width:70px;
    background-image:url(../images/slider/left-arrow.png)
}


@media only screen and (max-width: 767px) {
    #wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev { display:none !important }
    #wowslider-container1 {margin-bottom:20px !important;margin-top: -10px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev { display:none !important }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    #wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev { display:none !important }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .woocommerce-checkout .form-row .chzn-container-single .chzn-single {max-width:100% !important}
}





#wowslider-container1 .ws-title {
    bottom: 5%;
    color: #fff;
    display: block;
    font-family: 'LeagueGothicRegular', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
    font-size: 24px;
    text-transform:uppercase;
    left: 0%;
    margin: 9px;
    position: absolute;
    text-shadow: 1px 1px 1px #BBBBBB;
    z-index: 50;
}

.slider-surround {
    padding-bottom:25px;
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    #wowslider-container1 .ws-title {
        bottom: 3%;
        font-size: 24px;
    }

    #wowslider-container1 .ws-title div {
        font-size: 24px;
    }
    #wowslider-container1 a.ws_next, #wowslider-container1  a.ws_prev {
        top:65%;
    }
    .social{
        text-align: left;
    }

}



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

.button, .button:visited,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    -moz-box-shadow: 2px 2px 0 rgba(158, 158, 158, 0.3);
    -webkit-box-shadow: 2px 2px 0 rgba(158, 158, 158, 0.3);
    box-shadow: 2px 2px 0 rgba(158, 158, 158, 0.3);
    background:  #EA4128;
    color: #fff;
    font: 16px 'LeagueGothicRegular', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    padding:8px;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
    border:0px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    width: 300px;
    -webkit-appearance: none;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background:#181818;
    cursor:pointer;
    color:#fff; }

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
    background:#000;
    color:#fff }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

a.button.large { font-size:22px }
a.button.medium { font-size:18px }
a.button.small { font-size:14px }


/* #Tabs 
================================================== */
ul.tabs {
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
    border-bottom: solid 1px #ddd;
}

ul.tabs li {
    display: block;
    width: auto;
    height: 30px;
    padding: 0;
    float: left;
    margin-bottom: 0;
}

ul.tabs li a {
    display: block;
    text-decoration: none;
    width: auto;
    height: 29px;
    padding: 0px 20px;
    line-height: 30px;
    border: solid 1px #ddd;
    margin: 0;
    background: #181818;
    color:#fff;
    font-size: 13px;
}

ul.tabs li a.active {
    background: #FAFBFF;
    height: 30px;
    position: relative;
    top: -4px;
    padding-top: 4px;
    border-left-width: 1px;
    margin: 0 0 0 -1px;
    color: #181818;
    border:1px solid #ea4128; border-bottom:0px
}

ul.tabs li:first-child a.active {
    margin-left: 0;
}

ul.tabs li:first-child a {
    border-width: 1px 1px 0 1px;
}

ul.tabs li:last-child a {
}

ul.tabs-content { margin: 0; display: block; list-style-type:none !important }
ul.tabs-content > li { display:none; }
ul.tabs-content > li.active { display: block; }

/* Clearfixing tabs for beautiful stacking */
ul.tabs:before,
ul.tabs:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }

ul.tabs:after {
    clear: both;
}

ul.tabs {
    zoom: 1;
}

