/* ----------------------------------------------------------------
    Document Reset
-----------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* ----------------------------------------------------------------
  Home page
-----------------------------------------------------------------*/
.services {
	padding-left: 0px;
	width: 18%;
	display: block;
	position: relative;
	float: left;
	background-repeat: no-repeat;
}
.services h3{
	font-family: 'Fugaz One', cursive;
	color: #546B7B;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.services h4{
	font-family: 'Fugaz One', cursive;
	font-size: 14px;
	color: #546B7B;
	padding: 10px 0px 0 0 !important;
	text-transform: uppercase;
}
.services ul{
	margin-left: 8px;
}
.services ul li {
	color:#666;
	font-size: 12px;
	padding-right: 3px;
	padding-left: 10px;
	background-image: url("../images/icon-services.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.custom  li {
	color:#333;
	font-size: 12px;
	padding-right: 3px;
	padding-left: 10px;
	background-image: url("../images/icon-services.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.sidebar{
	padding-right: 20px;
	display: block;
	position: relative;
	float: left;
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #F3F3F3;
	margin-bottom: 20px;
}
/* ----------------------------------------------------------------
  Text Banner Welcome
-----------------------------------------------------------------*/
#welcome {
	position: relative;
	padding: 15px 18px;
	border-left: 3px solid #E20030;
	background-color: #FBFBFB;
}
.welcome span{
	font-size: 14px;
}
.welcome-bgnd{
	background-image: url(../images/phoneshadow.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 100%;
}
#welcome p {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	text-transform: none;
	font-size: 18px;
	line-height: 24px;
}

#welcome h3 {
	font-weight: 700 !important;
	font-size: 32 px !important;
}
/* ----------------------------------------------------------------
  Mechanic
-----------------------------------------------------------------*/
.icon-margin {padding-left:85px!important;}
#icons h4 {
	color: #242F43;
	padding-top: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
#icons p {
	color: #546B7B;
	padding-top: 5px;
	font-family: 'Fugaz One', cursive;
	font-size: 16px;
}
#tyres h4 {
	color: #242F43;
	padding-top: 5px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

/* ----------------------------------------------------------------
 	Contact Page
-----------------------------------------------------------------*/
.google_map{margin-bottom:20px}

/* ----------------------------------------------------------------
 	Gallery Page
-----------------------------------------------------------------*/
#gallery{
	margin-left: 50px;
}
#gallery img {
	background-color: #F2F2F2;
	padding: 5px;
	border: 1px solid #999;
	margin-right: 10px;
	margin-bottom: 20px;
}
/* ----------------------------------------------------------------
 	Shortcodes
-----------------------------------------------------------------*/
.site-img{
	background-color: #F2F2F2;
	padding: 5px;
	border: 1px solid #999;
	margin: 0 10px;
	}

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

:focus { outline: 0;}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

input[type="text"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

input[type="submit"],
input[type="reset"] { -webkit-appearance: none; }


/* ----------------------------------------------------------------
    Basic Document Styles
-----------------------------------------------------------------*/


body {
	line-height: 1;
	color: #333;
	font: 12px/20px Arial, sans-serif;
	background: #EEE url("../images/bgnd-pattern.png") repeat fixed;
}

input,
select {
	font: 12px/20px "Open Sans", Helvetica, Arial, sans-serif;

}

.fullwidth{
	width:80% !important;
	border-bottom-width: 1px !important;
	border-bottom-style: dashed !important;
	border-bottom-color: #999 !important;
	border-top-style: none !important;
	border-right-style: none !important;
	border-left-style: none !important;}
	
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix { display: inline-block; *zoom:1;}
* html .clearfix { height: 1%;} /* Hides from IE-mac \*/
.clearfix { display: block;}

.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow:hidden;
}

::selection {
    background: #57B3DF;
    color: #fff;
    }
::-moz-selection {
    background: #57B3DF; /* Firefox */
    color: #fff;
}

::-webkit-selection {
	background: #57B3DF; /* Safari */
	color: #fff;
}

/* ----------------------------------------------------------------
    Basic Layout Styles
-----------------------------------------------------------------*/


.tright { text-align: right !important; }
.tleft { text-align: left !important; }
.fright { float: right !important; }
.fleft { float: left !important; }
#wrapper { width: 1020px; margin: 10px auto; position: relative; background-color: #FFF; box-shadow: 0 0 10px rgba(0,0,0,0.1); -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1); }
.container { width: 960px; margin: 0 auto; position: relative; }
.line,
.double-line { clear: both; position: relative; width: 100%; margin: 30px 0; border-top: 1px solid #EEE;}
.double-line { border-top: 3px double #E5E5E5; }
.line a { position: absolute; left: auto; right: 0; padding-left: 5px; color: #272727; background: #F9F9F9; margin-top: -11px; border: none; }
.line a:hover { color: #575757; background: none; }
.emptydiv { display: block !important; position: relative !important;}
.allmargin { margin: 30px !important;}
.leftmargin { margin-left: 30px !important;}
.rightmargin { margin-right: 30px !important;}
.topmargin { margin-top: 30px !important;}
.bottommargin { margin-bottom: 30px !important;}
.nomargin {margin: 0 !important;}
.noleftmargin { margin-left: 0 !important;}
.norightmargin { margin-right: 0 !important;}
.notopmargin { margin-top: 0 !important;}
.nobottommargin { margin-bottom: 0 !important;}
.noborder { border: none !important; }
.noleftborder { border-left: none !important; }
.norightborder { border-right: none !important; }
.notopborder { border-top: none !important; }
.nobottomborder { border-bottom: none !important; }
.nopadding { padding: 0 !important; }
.noleftpadding { padding-left: 0 !important; }
.norightpadding { padding-right: 0 !important; }
.notoppadding { padding-top: 0 !important; }
.nobottompadding { padding-bottom: 0 !important; }
.noabsolute { position: relative !important;}
.hidden { display: none !important;}
.nothidden { display: block !important;}
.center { text-align: center !important;}
.divcenter { position: relative !important; margin-left: auto !important; margin-right: auto !important;}


span.page-divider { display: block; }

span.page-divider span {
    display: block;
    width: 15%;
    border-bottom: 2px solid #57B3DF;
}

.dotted-divider {
    clear: both;
    background: url("../images/divider.png") repeat-x;
    margin: 30px 0;
    height: 5px;
}

.preloader,
.preloader2 {
	display: block;
	width: 100%;
	height: 100%;
	background: url("../images/preloader.gif") center center no-repeat #FFF;
}

.preloader2 { background-color: transparent; }


.postcontent { width: 720px; }
.landing-offer-media { width: 650px; }
.sidebar { width: 210px; }
.landing-offer-text { width: 280px; }
.col_full { width: 100%; }
.col_half,
.landing-offer-half { width: 48%; }
.col_one_third { width: 29%; }
.col_two_third { width: 65.33%; }
.col_one_fourth { width: 22%; }
.col_three_fourth { width: 72%; }
.col_one_fifth { width: 16.8%; }
.col_two_fifth { width: 37.6%; }
.col_three_fifth { width: 58.4%; }
.col_four_fifth { width: 79.2%; }
.col_one_sixth { width: 13.33%; }
.col_five_sixth { width: 82.67%; }

.postcontent,
.landing-offer-media,
.sidebar,
.landing-offer-text,
.col_full,
.col_half,
.landing-offer-half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
	display: block;
	position: relative;
	margin-right: 4%;
	margin-bottom: 10px;
	float: left;
}

.postcontent,
.sidebar,
.landing-offer-media,
.landing-offer-text { margin-right: 30px; }

.col_full {
    clear: both;
	float: none;
	margin-right: 0;
}

.postcontent.col_last,
.sidebar.col_last { float: right; }

.col_last {
	margin-right: 0 !important;
	clear: right;
}

.entry_content ul {
    clear: left;
    color: #444;
    list-style-type: disc;
    font-size: 13px;
}

.entry_content ol {
    clear: left;
    color: #444;
    list-style-type: decimal;
    font-size: 13px;
}

label {
	display: inline-block;
    font-size: 12px;
	font-weight: 600;
	color: #444;
	margin-bottom: 5px;
    cursor: pointer;
}

input[type="text"],
input[type="password"],
select,
textarea {
    display: block;
	background: #FFF;
	padding: 7px;
    margin-bottom: 10px;
	border: 1px solid #DDD;
    border-top-width: 2px;
	outline: 0;
	font: normal 11px/100%;
    color: #666;
}

#footer.footer-dark input[type="text"],
#footer.footer-dark input[type="password"],
#footer.footer-dark select,
#footer.footer-dark textarea {
	background: #282A2B;
	border-color: #444;
    color: #CCC;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

input[type="text"],
input[type="password"] { width: 45%; }

input[type="checkbox"],
input[type="radio"] {
    display: inline-block;
    position: relative;
    top: 2px;
}

textarea { 
	width: 90%;
	height: 150px;
	line-height: 150%;
}

textarea.short-textarea { height: 80px; }

input[type="text"]:active,
input[type="password"]:active,
textarea:active,
select:active,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus { border-color: #CCC; }

#footer.footer-dark input[type="text"]:active,
#footer.footer-dark input[type="password"]:active,
#footer.footer-dark textarea:active,
#footer.footer-dark select:active,
#footer.footer-dark input[type="text"]:focus,
#footer.footer-dark input[type="password"]:focus,
#footer.footer-dark textarea:focus,
#footer.footer-dark select:focus { border-color: #666; }

label.error {
    display: block;
    font-style: italic;
    font-weight: normal;
    font-size: 11px;
    color: #BD091B;
    margin-bottom: 15px;
}

input.error,
textarea.error,
select.error { border-color: #BD091B !important; }

#footer.footer-dark input.error,
#footer.footer-dark textarea.error,
#footer.footer-dark select.error { border-color: #CF4545 !important; }

.quick-contact-form label.error { margin: 0; }

form p {
    margin-top: 15px;
    margin-bottom: 0;
}

form p:first-child { margin-top: 0; }

form small {
    font-weight: normal;
    font-size: 10px;
    color: #999;
}


/* ----------------------------------------------------------------
    Top Bar
-----------------------------------------------------------------*/


#top-bar {
    position: relative;
    background-color: #EEE;
    height: 40px;
}

#top-menu {
    position: relative;
    float: left;
    height: 40px;
}

#top-menu li {
    float: left;
    margin-left: 10px;
    height: 40px;
    text-shadow: 1px 1px 1px #FFF;
}

#top-menu li:first-child { margin-left: 0; }

#top-menu li a,
#top-menu li span {
    display: inline-block;
    position: relative;
    line-height: 20px;
    margin-top: 10px;
    color: #777;
}

#top-menu li span { color: #999; }

#top-menu li a:hover {
    color: #57B3DF;
    border-bottom: 1px dotted #57B3DF;
}

#top-menu li span {
    margin-right: 10px;
    font-size: 14px;
}

#top-menu li:first-child span { display: none; }

#top-menu li.top-menu-em a {
    position: relative;
    top: -1px;
    padding: 1px 6px;
    background-color: #57B3DF;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#top-menu li.top-menu-em a:hover {
    color: #FFF;
    border-bottom: none;
}

#top-social {
    position: relative;
    float: right;
    height: 40px;
    margin: 0 -30px 0 40px;
}

#top-social ul, #top-menu ul { margin: 0; }

#top-social li,
#top-social li a,
#top-social li .ts-icon,
#top-social li .ts-text {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
}

#top-social li,
#top-social li a,
#top-social li .ts-text {
    float: left;
    width: auto;
    overflow: hidden;
}

#top-social li a {
    width: 40px;
    line-height: 40px;
    color: #FFF;
    font-size: 12px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

#top-social li .ts-icon { float: left; }

#top-social li.ts-facebook a { background-color: #3B5998; }

#top-social li.ts-facebook .ts-icon { background: url("../images/icon-facebook.png") no-repeat center center; }

#top-social li.ts-phone a { background-color: #e20030; }

#top-social li.ts-phone .ts-icon { background: url("../images/icon-phone.png") no-repeat center center; }

#top-social li.ts-mail a { background-color: #444; }

#top-social li.ts-mail .ts-icon { background: url("../images/icon-mail.png") no-repeat center center; }


/* ----------------------------------------------------------------
    Header
-----------------------------------------------------------------*/


#header {
    position: relative;
    z-index: 205;
}


/* ----------------------------------------------------------------
    Logo
-----------------------------------------------------------------*/


#logo {
	position: relative;
	float: left;
	max-width: 318px;
	margin-top: 20px;
}

#logo a {
    display: block;
	color: #000;
}

#logo img {
    display: block;
    max-width: 100%;
}

#logo a.standard-logo { display: block; }


/* ----------------------------------------------------------------
    Primary Menu
-----------------------------------------------------------------*/


#primary-menu,
#lp-contacts {
    position: relative;
    float: right;
    max-width: 700px;
    height: 90px;
	margin: 0 -31px 0 40px;
}

.rs-menu,
.select-menu { display: none; }

#primary-menu ul {
    position: relative;
    margin: 0;
}

#primary-menu ul li {
    position: relative;
    float: left;
    height: 90px;
    background: url("../images/menu-divider.png") no-repeat left center;
    margin-left: 1px;
}

#primary-menu ul li:first-child {
    padding-left: 0;
    background-image: none;
    margin-left: 0;
}

#primary-menu ul li:first-child span { display: none; }

#primary-menu li a {
    display: inline-block;
    border-top: 4px solid transparent;
    padding: 30px 10px 38px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    color: #444;
}

#primary-menu li a span {
    display: block;
    margin-top: 2px;
    top: 0;
    color: #777;
    font-family: "Open Sans", serif;
    font-size: 11px;
    font-weight: normal;
    text-transform: capitalize;
}

#primary-menu li i { margin-right: 2px; }

#primary-menu li:first-child a span {
    display: block;
    top: 0;
}

#primary-menu > ul > li:hover,
#primary-menu ul li.current { background: #57B3DF; }

#primary-menu ul li.current a,
#primary-menu > ul > li:hover a {
    border-top-color: rgba(0,0,0,0.1);
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

#primary-menu > ul > li:hover a span,
#primary-menu ul li.current a span { color: #EEE; }


#primary-menu ul li:hover > ul {
	display: block;
}

#primary-menu ul ul {
	visibility: hidden;
    z-index: 200;
	width: 200px;
	margin: 0;
	position: absolute;
	top: 121px;
	left: 0;
}

#primary-menu ul ul li {
    display: block;
	float: none;
	margin: 0;
	padding: 0;
	height: auto;
    border: none;
    background-image: none;
    background-color: #57B3DF;
    margin-top: 1px;
}

#primary-menu ul ul li:first-child {
    border-top: 0;
    margin-top: 0;
}

#primary-menu ul ul ul {
    margin: 0;
	left: 201px !important;
	top: 0;
	*top: 1px;
}

#primary-menu ul ul a {
    display: block;
	height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border: none;
    text-transform: capitalize;
    color: #FFF;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

#primary-menu ul ul a:hover,
#primary-menu ul ul li:hover > a {
    font-weight: bold;
    background-color: rgba(0,0,0,0.1);
}

#primary-menu ul ul a span { display: none !important; }

#primary-menu ul ul ul li:first-child a { border-top: none; }

#primary-menu ul > li.sub-menu > a > div {
    background-image: url("../images/mainsubmenu.png");
    background-position: right top;
    background-repeat: no-repeat;
    padding-right: 16px;
}

#primary-menu ul > li.sub-menu:hover > a > div,
#primary-menu ul li.current.sub-menu > a > div { background-image: url("../images/mainsubmenuh.png"); }

#primary-menu ul ul > li.sub-menu > a,
#primary-menu ul ul > li.sub-menu:hover > a {
    background-image: url("../images/submenu.png");
    background-position: right center;
    background-repeat: no-repeat;
}

#primary-menu ul ul > li.sub-menu > a > div,
#primary-menu ul ul > li.sub-menu:hover > a > div {
    background-image: none;
    padding-right: 0;
}

#primary-menu ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


/* ----------------------------------------------------------------
    Sliders
-----------------------------------------------------------------*/


#slider {
    position: relative;
    height: 400px;
    background-color: #EEE;
}

.fallback-image,
.fallback-image a,
.fallback-image img {
    display: none;
    width: 100%;
    height: 100%;
}

#slider .container { width: 100%; }

#slider.thumb-slider,
#slider.piecemaker-slider { height: auto; }

.slider-wrap {
    position: relative;
    width: 100%;
    height: 400px;
}

.slider-wrap .slide,
.slider-wrap .slide a,
.slider-wrap .slide img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.slider-line {
    position: absolute;
    border-top: 2px solid rgba(0,0,0,0.2);
    height: 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 30;
}


.fslider,
.fslider .flexslider,
.fslider .slider-wrap,
.fslider .slide,
.fslider .slide a,
.fslider .slide img {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.fslider { min-height: 32px; }

.sliderbgnd {
	background-image:url(../images/slidershadow.png);
	background-position:50% 100%;
	background-repeat:no-repeat no-repeat;
	height:40px;
	}


/* ----------------------------------------------------------------
    Flex Slider
-----------------------------------------------------------------*/


.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; border: none; }
.slider-wrap,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none; border: none;} 

.flexslider {position: relative;margin: 0; padding: 0;}
.flexslider .slider-wrap > .slide {display: none; -webkit-backface-visibility: hidden;}
.flexslider .slider-wrap img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.slider-wrap:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slider-wrap {display: block;} 
* html .slider-wrap {height: 1%;}

.no-js .slider-wrap > .slide:first-child {display: block;}

.flex-control-nav { display: none; }

.flex-control-thumbs { display: none; }

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}



/* ----------------------------------------------------------------
    Slider Navigation
-----------------------------------------------------------------*/


.flex-prev,
.flex-next,
.rs-prev,
.rs-next,
.nivo-prevNav,
.nivo-nextNav,
.camera_prev,
.camera_next,
.camera_commands,
.tp-leftarrow.large,
.tp-rightarrow.large,
.ls-noskin .ls-nav-prev,
.ls-noskin .ls-nav-next {
    display: block;
    position: absolute !important;
    z-index: 10;
    cursor: pointer;
    top: auto;
    left: auto;
    bottom: 50px;
    right: 38px;
    width: 36px !important;
    height: 36px !important;
    text-indent: -9999px;
    background: rgba(11,11,11,0.8) url("../images/slider-nav.png") no-repeat 0 0;
    transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}

.tp-leftarrow.large,
.tp-rightarrow.large { background: rgba(11,11,11,0.8) url("../images/slider-nav.png") no-repeat 0 0 !important; }

.ls-noskin .ls-nav-prev,
.ls-noskin .ls-nav-next {
    top: 50%;
    margin-top: -18px;
    left: 20px;
    right: auto;
}

#slider.thumb-slider .flex-prev,
#slider.thumb-slider .flex-next { bottom: 105px; }

.flex-next,
.rs-next,
.nivo-nextNav,
.camera_next,
.ls-noskin .ls-nav-next {
    right: 0;
    background-position: -36px 0;
}

.ls-noskin .ls-nav-next {
    right: 20px;
    left: auto;
}

.tp-rightarrow.large { background-position: -36px 0 !important; }

.portfolio-image .flex-prev,
.portfolio-image .flex-next {
    position: absolute !important;
    top: auto;
    left: 0;
    bottom: 0;
    width: 28px !important;
    height: 28px !important;
    background-image: url("../images/icons/portfolio-slider-nav.png");
    transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}

.portfolio-image .flex-next {
    left: 30px;
    background-position: -28px 0;
}


.flex-prev:hover,
.flex-next:hover,
.rs-prev:hover,
.rs-next:hover,
.nivo-prevNav:hover,
.nivo-nextNav:hover,
.camera_prev:hover,
.camera_next:hover,
.camera_commands:hover,
.tp-leftarrow.large:hover,
.tp-rightarrow.large:hover,
.ls-noskin .ls-nav-prev:hover,
.ls-noskin .ls-nav-next:hover { background-color: #57B3DF !important; }


/* ----------------------------------------------------------------
    Slider Caption
-----------------------------------------------------------------*/


.slide-caption,
.rs-caption,
.nivo-caption {
    display: block;
    position: absolute;
    z-index: 8;
    top: auto;
    left: auto;
    bottom: 50px;
    right: 76px;
    line-height: 24px;
    padding: 6px 15px;
    font-size: 14px;
    font-family: 'Droid Serif', sans-serif;
    width: auto !important;
    max-width: 500px;
    background-color: rgba(11,11,11,0.8);
    border-left: 3px solid #57B3DF;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}


.slide-caption2 {
    line-height: 20px;
    padding: 15px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    max-width: 200px;
    background-color: rgba(11,11,11,0.8);
}

.slide-caption2 h3 {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #EEE;
}

.slide-caption2 p { margin: 0; }

.slide-caption-left {
    left: 50px;
    right: auto;
}


/* ----------------------------------------------------------------
    Main Content
-----------------------------------------------------------------*/


#content { position: relative; }

.content-wrap {
    position: relative;
    padding: 0px 0 20px 0;
}

/* ----------------------------------------------------------------
    Portfolio Image
-----------------------------------------------------------------*/


#portfolio {
    position: relative;
    margin: 0 -12px -12px 0;
}

.portfolio-item {
    position: relative;
    float: left;
    margin: 0 12px 12px 0;
    width: 231px;
}

.portfolio-item .portfolio-image,
.portfolio-item .portfolio-image a,
.portfolio-item .portfolio-image img {
    display: block;
    position: relative;
    width: 231px;
    height: 180px;
}


.postcontent #portfolio { margin: 0 -8px -8px 0; }

.postcontent .portfolio-item {
    margin: 0 8px 8px 0;
    width: 174px;
}

.postcontent .portfolio-item .portfolio-image,
.postcontent .portfolio-item .portfolio-image a,
.postcontent .portfolio-item .portfolio-image img {
    width: 174px;
    height: 136px;
}


#portfolio.portfolio-3 { margin: 0 -15px -15px 0; }

.portfolio-3 .portfolio-item {
    margin: 0 15px 15px 0;
    width: 310px;
}

.portfolio-3 .portfolio-item .portfolio-image,
.portfolio-3 .portfolio-item .portfolio-image a,
.portfolio-3 .portfolio-item .portfolio-image img {
    width: 310px;
    height: 210px;
}


.postcontent #portfolio.portfolio-3 { margin: 0 -13px -13px 0; }

.postcontent .portfolio-3 .portfolio-item {
    margin: 0 13px 13px 0;
    width: 231px;
}

.postcontent .portfolio-3 .portfolio-image,
.postcontent .portfolio-3 .portfolio-image a,
.postcontent .portfolio-3 .portfolio-image img {
    width: 231px;
    height: 180px;
}


#portfolio.portfolio-5 { margin: 0 -5px -5px 0; }

.portfolio-5 .portfolio-item {
    margin: 0 5px 5px 0;
    width: 188px;
}

.portfolio-5 .portfolio-item .portfolio-image,
.portfolio-5 .portfolio-item .portfolio-image a,
.portfolio-5 .portfolio-item .portfolio-image img {
    width: 188px;
    height: auto;
}


#portfolio.portfolio-2 { margin: 0 -20px -20px 0; }

.portfolio-2 .portfolio-item {
    margin: 0 20px 20px 0;
    width: 470px;
}

.portfolio-2 .portfolio-item .portfolio-image,
.portfolio-2 .portfolio-item .portfolio-image a,
.portfolio-2 .portfolio-item .portfolio-image img {
    width: 470px;
    height: 300px;
}

.postcontent .portfolio-2 .portfolio-item { width: 350px; }

.postcontent .portfolio-2 .portfolio-image,
.postcontent .portfolio-2 .portfolio-image a,
.postcontent .portfolio-2 .portfolio-image img {
    width: 350px;
    height: 223px;
}


.portfolio-title {
    position: relative;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #DDD;
    background-color: #F5F5F5;
}

.postcontent .portfolio-title h3 { font-size: 13px; }

.portfolio-title h3 {
    padding-bottom: 0;
    font-size: 14px;
    font-weight: normal;
}

.portfolio-3 .portfolio-title h3 { font-size: 15px; }

.portfolio-2 .portfolio-title h3 { font-size: 18px; }

.portfolio-title h3 a {
    color: #555;
    text-shadow: 1px 1px 1px #FFF;
}

.portfolio-item:hover h3 a { color: #57B3DF; }

.portfolio-item:hover .portfolio-title { border-bottom-color: #57B3DF; }



#portfolio .slider-wrap,
.postcontent #portfolio.portfolio-3 .slider-wrap { height: 180px; }

.postcontent #portfolio .slider-wrap { height: 136px; }

#portfolio.portfolio-3 .slider-wrap { height: 210px; }

#portfolio.portfolio-2 .slider-wrap { height: 300px; }

.postcontent #portfolio.portfolio-2 .slider-wrap { height: 223px; }


/* ----------------------------------------------------------------
    Home Portfolio
-----------------------------------------------------------------*/


.scroll-portfolio { margin-bottom: 15px !important; }

.scroll-portfolio .portfolio-item { width: 231px !important; }

.scroll-portfolio .portfolio-item .portfolio-image
.scroll-portfolio .portfolio-item .portfolio-image a,
.scroll-portfolio .portfolio-item .portfolio-image img {
    width: 231px !important;
    height: 180px;
}

.scroll-portfolio .widget-scroll-prev,
.scroll-portfolio .widget-scroll-next { top: 0; }


/* ----------------------------------------------------------------
    Portfolio Overlay
-----------------------------------------------------------------*/


.portfolio-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #666;
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: 0.9;
}


.port-gallery .portfolio-overlay { background: transparent; }

.portfolio-overlay-wrap {
    position: relative;
    padding: 15px;
    color: #FFF;
}

.portfolio-overlay-wrap p {
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    margin-bottom: 15px;
}

.portfolio-overlay-wrap span {
    display: block;
    margin-bottom: 15px;
}

.portfolio-overlay-wrap span span {
    margin: 0;
    width: 15%;
    border-bottom: 1px solid #FFF;
}

.portfolio-overlay-wrap a {
    display: inline !important;
    width: auto !important;
    height: auto !important;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-bottom: 1px dotted #FFF;
    font-style: italic;
}

.portfolio-overlay-wrap a:hover { border-style: solid; }

.portfolio-2 .portfolio-overlay-wrap {
    font-size: 16px;
    line-height: 24px;
}


.p-overlay-icons,
.postcontent #portfolio.portfolio-3 .p-overlay-icons,
.postcontent #portfolio.portfolio-2 .p-overlay-icons {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    width: auto;
    height: 28px;
    margin-top: 0;
    margin-left: 0;
}

.p-overlay-icons a {
    display: block;
    float: left;
    margin-left: 2px;
    width: 28px !important;
    height: 28px !important;
    text-indent: -9999px;
    background-color: #222;
    background-repeat: no-repeat;
    background-image: url("../images/portfolio-overlay.png");
}

.p-overlay-icons a:first-child { margin-left: 0; }

.p-overlay-icons a.p-o-image { background-position: -28px 0; }

.p-overlay-icons a.p-o-video { background-position: 0 0; }

.p-overlay-icons a.p-o-gallery { background-position: -56px 0; }

.p-overlay-icons a.p-o-link { background-position: -84px 0; }


.portfolio-5 .p-overlay-icons,
.portfolio-widget .p-overlay-icons,
.postcontent #portfolio .p-overlay-icons {
    top: 50%;
    margin-top: -14px;
    width: 58px;
    left: 50%;
    margin-left: -29px;
}



/* ----------------------------------------------------------------
    Offer of the Month
-----------------------------------------------------------------*/

.entry_date {
	float: left;
	width: 72px;
	text-align: center;
	margin: 0 10px 0px 0;
	background-color: #e20030;
}

.entry_date div.month,
.entry_date div.day {
    background-color: #e20030;
    color: #FFF;
    font-size: 16px;
    line-height: 1;
    padding: 0 0 10px;
	font-family: 'Open Sans', sans-serif;
}

.entry_date div.day {
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    padding: 10px 0 0;
	font-size: 24px;
}
.entry_date_ul {
	margin-top: 10px;
	}
.entry_date_ul li {
	font-size: 12px;
	padding-left: 60px;
	padding-bottom: 5px;
	font-weight: bold;
	}


/* ----------------------------------------------------------------
    Promo
-----------------------------------------------------------------*/


.promo {
    position: relative;
    background: url("../images/promo.png") repeat;
    padding: 15px 18px;
    border-left: 3px solid #57B3DF;
    margin-bottom: 30px;
}

.promo-desc {
    position: relative;
    padding-right: 165px;
}

.promo h3 {
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 0;
    text-shadow: 1px 1px 1px #FFF;
}

.promo h3 > span { color: #57B3DF; }

.promo-desc > span {
    display: block;
    margin-top: 3px;
    font-size: 15px;
    line-height: 22px;
    color: #777;
    font-family: "Open Sans";
}

.promo-action {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -20px;
    max-width: 150px;
}

.promo-action a {
    display: block;
    color: #FFF;
    font-size: 14px;
    font-family: "Open Sans";
    padding: 0 15px;
    font-weight: bold;
    line-height: 40px;
    background: #333;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}

.promo-action a:hover { background: #57B3DF; }


.well.callout h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    padding-bottom: 15px;
}

.well.callout p {
    font-size: 13px;
    font-family: 'Droid Serif', serif;
    color: #999;
}


/* ----------------------------------------------------------------
    404
-----------------------------------------------------------------*/


.error404 {
    position: relative;
    text-align: center;
    font-size: 216px;
    line-height: 1;
    color: #57B3DF;
    font-family: "Open Sans", sans-serif;
}

.error404 span {
    display: block;
    font-size: 48px;
    color: #444;
    margin-bottom: 20px;
}

.error404-meta {
    position: relative;
    margin: 40px 0 20px;
}

.error404-meta form {
    position: relative;
    margin: 0 auto;
    width: 386px;
}

.error404-meta input[type="text"] {
    display: block;
    width: 350px;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    padding: 7px 17px;
}

.error404-meta input[type="submit"] {
    position: absolute;
    cursor: pointer;
    top: -6px;
    left: auto;
    right: 0;
    display: block;
    border: none;
    width: 48px;
    height: 48px;
    background: #57B3DF url("../images/icons/search-404.png") no-repeat center center;
    text-indent: -9999px;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
}

.error404-meta input[type="submit"]:hover { background-color: #444; }




/* ----------------------------------------------------------------
    Gallery
-----------------------------------------------------------------*/
.gallery {
    margin: 20px auto;
    float: left;
	width: 100%;
    line-height: 1;
}
.gallery .gallery-item {
    float: left;
	text-align: center;
	margin-left: 0;
    width: auto !important;
	margin:  10px 10px 0 0 !important;
}
.gallery-item img {
	margin: 0 !important;
	padding:  0 !important;
    width: auto !important;
	height: auto !important;
}
.gallery-item a {
	float: left;
	border: none !important;
	margin:  0 !important;
	padding: 0 !important;
}
.gallery .gallery-caption { margin-left: 0; }
.gallery br { clear: both }
.col-0 { width: 100% }
.col-1 { width: 100% }
.col-2 { width: 50% }
.col-3 { width: 33.333% }
.col-4 { width: 25% }
.col-5 { width: 20% }
.col-6 { width: 16.666% }
.col-7 { width: 14.285% }
.col-8 { width: 12.5% }
.col-9 { width: 11.111% }


/* ----------------------------------------------------------------
    Features
-----------------------------------------------------------------*/
.product-feature {
    position: relative;
    padding-left: 60px;
    margin-top: 30px;
}
.product-feature:first-child { margin-top: 0; }
.product-feature h3 {
    font-size: 16px;
    line-height: 22px;
    color: #333;
    padding-bottom: 7px;
}
.product-feature p { margin: 0; }
.product-feature img,
.product-feature > span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 12px;
    width: 24px;
    height: 24px;
    background-color: #57B3DF;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
}
.product-feature > span {
    font-size: 25px;
    color: #FFF;
    text-align: center;
    line-height: 23px;
}
.product-feature2 { padding-left: 52px; }
.product-feature2 img,
.product-feature2 > span,
.product-feature3 img,
.product-feature3 > span {
    padding: 0;
    width: 40px;
    height: 40px;
    background-color: transparent !important;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 40px;
    color: #333;
    text-align: center;
    line-height: 1;
}
.product-feature3 {
    padding: 15px;
    background-color: #F5F5F5;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: inset 0 0 15px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 15px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.1);
}
.product-feature3 img,
.product-feature3 > span {
    position: relative;
    margin: 0 auto 5px;
    width: 96px;
    height: 96px;
    font-size: 95px;
}
.product-feature3:hover span { color: #57B3DF; }


/* ----------------------------------------------------------------
    Footer
-----------------------------------------------------------------*/
#footer {
	position: relative;
	background-color: #EEE;
	padding: 40px 30px;
    border-top: 3px solid #57B3DF;
}
#footer.footer-dark {
    background-color: #363839;
    color: #DDD;
}
#footer.footer-dark a {
    color: #CCC;
    border-bottom: 1px dotted #DDD;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
#footer.footer-dark a:hover {
    color: #CCC;
    border-bottom-style: solid;
}
.footer-widgets-wrap {
    overflow: hidden;
    margin: 0 -40px -40px 0;
}
#footer .col_one_fourth {            
    width: 210px;
    margin: 0 40px 40px 0;
}
#copyrights-social a,
#copyrights-social a:hover {
    border-bottom-style: none;
}


/* ----------------------------------------------------------------
    Widgets
-----------------------------------------------------------------*/
.widget {
	display: block;
    position: relative;
	margin-top: 30px;
    padding-top: 30px;
    border-top: 3px double #E5E5E5;
    width: 100%;
}
.widget h4 {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 15px;
    line-height: 24px;
}
#footer .widget h4 { padding-bottom: 20px; }
#footer.footer-dark .widget h4 {
    color: #EEE;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
#footer .widget {
    padding: 0;
    border: none;
    margin: 40px 0 0 0;
}
.widget:first-child {
    margin-top: 0 !important;
    padding-top: 0;
    border-top: none;
}
.widget_text input[type="text"] { width: 192px; }
.widget_search input[type="text"] {
    margin: 0 !important;
    background: url("../images/search.png") no-repeat left center;
    padding-left: 39px;
    width: 163px;
}
.widget_search input[type="submit"],
.widget_search button { display: none; }


/* ----------------------------------------------------------------
    Twitter Widget
-----------------------------------------------------------------*/
.twitter-widget ul,
.twitter-widget ul li { margin: 0; }
.twitter-widget ul li {
    padding: 0 0 0 18px;
    margin-top: 15px;
    background: url("../images/twitter.png") top left no-repeat;
}
#footer.footer-dark .twitter-widget ul li { background: url("../images/ftwitter.png") top left no-repeat; }
.twitter-widget ul li:first-child { margin-top: 0; }
.twitter-widget ul li span { display: block; }
a.twitter-follow-me {
	display: block;
    position: relative;
    float: right;
    padding: 5px 10px;
    font-size: 11px;
    margin-top: 15px;
    color: #888;
    background-color: #E5E5E5;
    border: none !important;
    text-shadow: 1px 1px 1px #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#footer.footer-dark a.twitter-follow-me { background-color: #282A2B; }
a.twitter-follow-me:hover,
#footer.footer-dark a.twitter-follow-me:hover {
    background-color: #57B3DF;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

/* ----------------------------------------------------------------
    Widgets Menu Style
-----------------------------------------------------------------*/
.widget_nav_menu ul,
.widget_nav_menu li,
.widget_links ul,
.widget_links li,
.widget_meta ul,
.widget_meta li,
.widget_archive ul,
.widget_archive li,
.widget_recent_comments ul,
.widget_recent_comments li,
.widget_recent_entries ul,
.widget_recent_entries li,
.widget_categories ul,
.widget_categories li,
.widget_pages ul,
.widget_pages li { margin: 0; }

.widget_nav_menu li,
.widget_links li,
.widget_meta li,
.widget_archive li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_categories li,
.widget_pages li {
    font-family: "Open Sans", sans-serif;
    padding: 0 4px;
}

.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_archive li a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_pages li a,
.widget_recent_comments li {
    display: inline-block;
    padding: 3px 3px 3px 10px;
}

.widget_recent_comments li {
    display: block;
    background: url("../images/sidebar-comment.png") left top no-repeat;
    padding: 4px 0 4px 20px;
}

#footer.footer-dark .widget_recent_comments li { background: url("../images/footer-comment.png") left top no-repeat; }

.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_archive li a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_pages li a,
.widget_recent_comments li a {
    background: url("../images/sidebar-link.png") left top no-repeat;
    border: none !important;
    color: #444;
    font-size: 13px;
}

.widget_nav_menu li a:hover,
.widget_links li a:hover,
.widget_meta li a:hover,
.widget_archive li a:hover,
.widget_recent_entries li a:hover,
.widget_categories li a:hover,
.widget_pages li a:hover,
.widget_recent_comments li a:hover { color: #000; }

#footer.footer-dark .widget_nav_menu li a,
#footer.footer-dark .widget_links li a,
#footer.footer-dark .widget_meta li a,
#footer.footer-dark .widget_archive li a,
#footer.footer-dark .widget_recent_comments li a,
#footer.footer-dark .widget_recent_entries li a,
#footer.footer-dark .widget_categories li a,
#footer.footer-dark .widget_pages li a { background: url("../images/footer-link.png") left top no-repeat; }


.widget_recent_comments li a {
    display: inline;
    padding: 0;
    background: none !important;
    font-size: 12px;
}


.widget_nav_menu > ul > li:first-child,
.widget_links > ul > li:first-child,
.widget_meta > ul > li:first-child,
.widget_archive > ul > li:first-child,
.widget_recent_comments > ul > li:first-child,
.widget_recent_entries > ul > li:first-child,
.widget_categories > ul > li:first-child,
.widget_pages > ul > li:first-child { border-top: 0 !important; }


.widget_nav_menu > ul,
.widget_links > ul,
.widget_meta > ul,
.widget_archive > ul,
.widget_recent_comments > ul,
.widget_recent_entries > ul,
.widget_categories > ul,
.widget_pages > ul { margin-top: -4px !important; }


.widget_nav_menu ul ul,
.widget_links ul ul,
.widget_meta ul ul,
.widget_archive ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul,
.widget_pages ul ul { margin-left: 15px; }


#footer.footer-dark .widget_nav_menu li a:hover,
#footer.footer-dark .widget_links li a:hover,
#footer.footer-dark .widget_meta li a:hover,
#footer.footer-dark .widget_archive li a:hover,
#footer.footer-dark .widget_recent_comments li a:hover,
#footer.footer-dark .widget_recent_entries li a:hover,
#footer.footer-dark .widget_categories li a:hover,
#footer.footer-dark .widget_pages li a:hover { color: #BBB; }



/* ----------------------------------------------------------------
    Copyrights
-----------------------------------------------------------------*/


#copyrights {
    position: relative;
    padding: 15px 30px;
    line-height: 20px;
    font-size: 12px;
    background-color: #E5E5E5;
    overflow: hidden;
    border-top: 1px solid #57B3DF;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
}

#copyrights a {
    display: inline-block;
    margin-left: 7px;
    color: #666;
    border-bottom: 1px dotted #888;
}

#copyrights span.link-divider {
    display: inline-block;
    margin-left: 7px;
}

#copyrights a:hover {
    color: #000;
    border-bottom: 1px solid #000;
}

#copyrights.copyrights-dark {
    background-color: #282A2B;
    color: #999;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

#copyrights.copyrights-dark a {
    color: #AAA;
    border-bottom: 1px dotted #AAA;
}

#copyrights.copyrights-dark a:hover {
    color: #DDD;
    border-bottom: 1px solid #DDD;
}

#copyrights .col_half { margin-bottom: 0 !important; }

#copyrights #copyrights-social {
    text-align: right;
    margin-top: 2px;
    line-height: 1;
}

#copyrights-social a {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
}

#copyrights-social img {
    display: block;
    width: 16px;
    height: 16px;
}
