/*   
Theme Name: INOVADO Current New
Theme URI: http://themeforest.net/user/minti
Description: An Ultra Responsive WordPress Theme by minti
Version: 4.4
Author: minti
Author URI: http://mintithemes.com
License:
License URI:
*/
/* ------------------------------------------------------------------------ */
/* 02. Skeleton Grid 960px / 16 Columns */
/* ------------------------------------------------------------------------ */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');
.container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0;
}
    .container .column,
    .container .columns {
        float: left;
        display: inline;
        margin-left: 10px;
        margin-right: 10px;
    }
.row { margin-bottom: 20px }
/* Nested Column Classes */
.column.alpha,
.columns.alpha,
.column.first,
.columns.first { margin-left: 0 }
.column.omega,
.columns.omega,
.column.last,
.columns.last { margin-right: 0 }
/* Base Grid */
.container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
.container .column,
.container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
.row                                        { margin-bottom: 20px; }
/* Nested Column Classes */
.column.alpha, .columns.alpha, .column.first, .columns.first	{ margin-left: 0; }
.column.omega, .columns.omega, .column.last, .columns.last      { margin-right: 0; }
/* Base Grid */
.container .one.column,
.container .one.columns                     { width: 40px;  }
.container .two.columns                     { width: 100px; }
.container .three.columns                   { width: 160px; }
.container .four.columns                    { width: 220px; }
.container .five.columns                    { width: 280px; }
.container .six.columns                     { width: 340px; }
.container .seven.columns                   { width: 400px; }
.container .eight.columns                   { width: 460px; }
.container .nine.columns                    { width: 520px; }
.container .ten.columns                     { width: 580px; }
.container .eleven.columns                  { width: 640px; }
.container .twelve.columns                  { width: 700px; }
.container .thirteen.columns                { width: 760px; }
.container .fourteen.columns                { width: 820px; }
.container .fifteen.columns                 { width: 880px; }
.container .sixteen.columns                 { width: 940px; }
.container .one-third.columns               { width: 300px; }
.container .two-thirds.column               { width: 620px; }
.container .one-fifth.columns				{ width:172px; }
.container .one-sixth.columns				{ width:140px; }
.container .one-seventh.columns				{ width:117px; }
/* Offsets */
.container .offset-by-one                   { padding-left: 60px;  }
.container .offset-by-two                   { padding-left: 120px; }
.container .offset-by-three                 { padding-left: 180px; }
.container .offset-by-four                  { padding-left: 240px; }
.container .offset-by-five                  { padding-left: 300px; }
.container .offset-by-six                   { padding-left: 360px; }
.container .offset-by-seven                 { padding-left: 420px; }
.container .offset-by-eight                 { padding-left: 480px; }
.container .offset-by-nine                  { padding-left: 540px; }
.container .offset-by-ten                   { padding-left: 600px; }
.container .offset-by-eleven                { padding-left: 660px; }
.container .offset-by-twelve                { padding-left: 720px; }
.container .offset-by-thirteen              { padding-left: 780px; }
.container .offset-by-fourteen              { padding-left: 840px; }
.container .offset-by-fifteen               { padding-left: 900px; }
/* Self Clearing Goodness */
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.row:after,
.clearfix:after {    clear: both }
.row,
.clearfix {    zoom: 1 }
.clear {
    clear: both;
    visibility: hidden;
    width: 0;
    height: 0;
}
/* ------------------------------------------------------------------------ */
/* 03. General Styles
/* ------------------------------------------------------------------------ */
body {
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.7;
    color: #444;
}
::selection {
    background: #289dcc;
    color: #ffffff;
}
::-moz-selection {
    background: #289dcc;
    color: #ffffff;
}
img.scale-with-grid {
    max-width: 100%;
    height: auto;
}
/* ------------------------------------------------------------------------ */
/* 04. Typography
/* ------------------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    font-family: Arial, Helvetica, sans-serif;
    font-style: bold;
    margin: 0 0 10px 0;
    padding: 0;
}
    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a { font-weight: inherit }
h1 {
    font-size: 28px;
    line-height: 1.6;
}
h2 {
    font-size: 22px;
    line-height: 1.6;
}
h3 {
    font-size: 18px;
    line-height: 1.6;
}
h4 {
    font-size: 16px;
    line-height: 1.6;
}
h5 {
    font-size: 14px;
    line-height: 1.6;
}
h6 {
    font-size: 12px;
    line-height: 1.6;
}
.highlight { 
	color: #289dcc;
}
p { margin: 0 0 20px 0 }
    p img { margin: 0 }
em { font-style: italic }
strong { font-weight: bold }
small { font-size: 80% }
hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}
pre {
    height: auto;
    font-family: Consolas, monospace;
    border: 1px solid #e2e2e2;
    background: #f7f7f7;
    padding: 20px 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 20px 0;
    overflow-x:auto;
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.hidden {  display: none !important }
/* Links ---------------------------------------------------- */
a,
a:visited {
    color: #999999;
    text-decoration: none;
    outline: 0;
}
/* Transisiton for Links */
#sidebar a,
#footer a,
#infobar a,
#title a,
#alt-title a,
#no-title a,
#header a,
#page-wrap a,
#copyright .copyright-text a{
	-webkit-transition: all 0.07s ease-in;
       -moz-transition: all 0.07s ease-in;
        -ms-transition: all 0.07s ease-in;
         -o-transition: all 0.07s ease-in;
            transition: all 0.07s ease-in;
}
#page-wrap .portfolio-item-one a{
	-webkit-transition: none !important;
       -moz-transition: none !important;
        -ms-transition: none !important;
         -o-transition: none !important;
            transition: none !important;
}
a:hover,
a:focus {    color: #666666 }
p a,
p a:visited { line-height: inherit }
/* Lists ---------------------------------------------------- */
ul,
ol { margin-bottom: 20px }
ul { list-style: none outside }
ol,
ul { margin-left: 30px }
ol { list-style: decimal }
.section  ul,  .post-268 ul { margin-left: 0; }
.section  ul li, .post-268 ul li{padding-left: 20px; background: url(images/point.png) left 10px no-repeat;}
    ul li ul,
    ol li ul,
    ol li ul,
    ol li ol { margin-bottom: 0 }
    
/* ------------------------------------------------------------------------ */
/* 05. Forms
/* ------------------------------------------------------------------------ */
form,
fieldset { margin-bottom: 20px }
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px 8px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666;
    margin: 0;
    width: 200px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    width: 180px;
    color: #999;
    -moz-box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
    box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
    border: 1px solid #d4d4d4
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #bbb;
    color: #333;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
textarea { min-height: 60px }
select {
    width: 220px;
    padding: 5px;
}
label,
legend {
    cursor: pointer;
    display: block;
}
    label span,
    legend span { font-weight: bold }
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active{
	-webkit-box-shadow:inset 0 1px 2px 0 rgba(0, 0, 0, 0.16);
	   -moz-box-shadow:inset 0 1px 2px 0 rgba(0, 0, 0, 0.16);
	        box-shadow:inset 0 1px 2px 0 rgba(0, 0, 0, 0.16);
}
/* Contactform 7 Specific Styling ---------------------------------------------------- */
.wpcf7-form input[type="text"] {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
       -moz-box-sizing: border-box; /* Firefox, other Gecko */
            box-sizing: border-box; /* Opera/IE 8+ */
    width: 400px;
    max-width: 100%;
    margin: 5px 0 0 0;
}
.wpcf7-form textarea {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
       -moz-box-sizing: border-box; /* Firefox, other Gecko */
            box-sizing: border-box; /* Opera/IE 8+ */
    width: 100%;
    max-width: 100%;
    margin: 5px 0 0 0;
}
.wpcf7-form select {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
       -moz-box-sizing: border-box; /* Firefox, other Gecko */
            box-sizing: border-box; /* Opera/IE 8+ */
    width: 400px;
    max-width: 100%;
    margin: 5px 0 0 0;
    padding:8px;
}
.wpcf7-form{
    margin:0;
    padding: 0;
}
.wpcf7-form input[type="checkbox"] {    width: auto }
.wpcf7 form.wpcf7-form p {
    font-weight: 600;
    margin: 0 0 20px 0;
}
.wpcf7-list-item-label 	{ font-weight: normal }
.wpcf7-response-output 	{ display: none }
.wpcf7-form .invalid 	{ color: #bf1515 !important }
.wpcf7-not-valid 		{ border: 1px solid #bf1515 !important; }
.wpcf7 span.wpcf7-not-valid-tip { display: none }
div.wpcf7-response-output {
    margin: 0px !important;
    padding: 5px 10px !important;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors{
	position:relative;
	border:1px solid #ddd !important;
	display:block;
	background-image:linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image:-o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image:-moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image:-webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image:-ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-color:#F7F7F7;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
	        border-radius:3px;
	-webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	   -moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	        box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	font-weight:600;
	padding:10px 40px !important;
	text-align:center;
}
div.wpcf7-mail-sent-ok {
    background-image: linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-color: #e9f2d2;
    border-color: #c0da66 !important;
    color: #88b12b;
}
/*div.wpcf7-mail-sent-ng {
    background-image: linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
    background-color: #ffe9e9;
    border-color: #e99f9f !important;
    color: #d25c5a;
}
div.wpcf7-spam-blocked {
    background-image: linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-color: #fbf6e3;
    border-color: #efd877 !important;
    color: #c4a80a;
}
div.wpcf7-validation-errors {
    background-image: linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-color: #fbf6e3;
    border-color: #efd877 !important;
    color: #c4a80a;
}*/
/* ------------------------------------------------------------------------ */
/* 06. Boxed Layout */
/* ------------------------------------------------------------------------ */
#boxed-layout {
    width: 1000px;
    margin: 0px auto;
    background: #ffffff;
    -webkit-box-shadow:0px 0px 16px 0px rgba(0, 0, 0, 0.16);
       -moz-box-shadow:0px 0px 16px 0px rgba(0, 0, 0, 0.16);
        	box-shadow:0px 0px 16px 0px rgba(0, 0, 0, 0.16);
}
    #boxed-layout .container {
        
    }
#background {
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}
/* ------------------------------------------------------------------------ */
/* 07. Infobar (Toggle Bar)
/* ------------------------------------------------------------------------ */
#infobar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000;
    background: #444444;
    color:#999999;
    border-top: 5px solid #333333;
    width: 100%;
    padding: 20px 0 35px 0;
    display: none;
    border-bottom:5px solid #444444;
}
    #infobar .widget h3 {
        border-bottom: 1px solid #555555;
        color: #ffffff;
        padding: 0 0 5px 0;
        margin: 0 0 20px 0;
    }
	#infobar a{
		color:#999999;
	}
	
	#infobar a:hover{
		color:#ffffff;
	}
        
.close-infobar {
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #444444 transparent transparent;
    z-index: 999;
}
.close-infobar:after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    background: url(framework/images/toggle.png) no-repeat 0px 0px;
}
#infobar .close-infobar.open { }
.close-infobar.open:after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    background: url(framework/images/toggle.png) no-repeat -40px 0px;
}
#infobar .no-widgets {
    color: #aaaaaa;
    margin-bottom:-15px;
    text-align: center;
}
/* Infobar Widgets ---------------------------------------------------- */
    #infobar .widget { }
        #infobar .widget h3 {
        	font-size:15px;
            color: #ffffff;
            padding:0 0 5px 0;
            border-bottom:1px solid #555555;
            margin: 0 0 20px 0;
        }
/* ------------------------------------------------------------------------ */
/* 08. Topbar */
/* ------------------------------------------------------------------------ */
.topbar {
    height: 39px;
    font-size: 10px;
    background: #ffffff;
    border-bottom: none !important;
}
    .topbar .callus {
        line-height: 39px;
        color: #999999;
    }
        .topbar .callus a { color: #999999;     position: relative;  top: -1;}
        .topbar .callus a:hover { color: #666666 }
    
    .topbar .social-icons ul {
        list-style: none;
        margin: 0 0 -1px 0;
        float: right;
    }
/* ------------------------------------------------------------------------ */
/* 09. Social Icons */
/* ------------------------------------------------------------------------ */
.topbar .social-icons ul{
	list-style: none;
	margin: 0 0 -1px 0;
	float: right;
}
	.social-icons ul li{
		display:block;
		float: left;
		margin:0;
		padding:0;
	}
	.social-icons ul li a{
		-webkit-transition:all 0.2s ease 0s;
		   -moz-transition:all 0.2s ease 0s;
             -o-transition:all 0.2s ease 0s;
                transition:all 0.2s ease 0s;
		display:block;
		width:40px;
		height:40px;
		text-indent:-9999px;
		background-position: 0px 0px;
		background-repeat: no-repeat;
		opacity: 0.6;
	}
	
	#copyright .social-icons ul li a{
		opacity: 1;
	}
	#copyright .social-icons ul li a:hover{
		background-color: transparent !important;
	}
	
    .social-icons a{
        background-position: 0px -40px !important;
    }
	.social-icons a:hover{
		background-color: #cccccc;
		background-position: 0px -40px !important;
		opacity: 1;
	}
	
	.social-email a { background: url(framework/images/icons/email.png) no-repeat 0 0 }
	.social-email a:hover { background-color: #666666 }
	.social-aim a { background: url(framework/images/icons/aim.png) no-repeat 0 0 }
	.social-aim a:hover { background-color: #e95a00 }
	.social-apple a { background: url(framework/images/icons/apple.png) no-repeat 0 0 }
	.social-apple a:hover { background-color: #606060 }
	.social-behance a { background: url(framework/images/icons/behance.png) no-repeat 0 0 }
	.social-behance a:hover { background-color: #18a3fe }
	.social-blogger a { background: url(framework/images/icons/blogger.png) no-repeat 0 0 }
	.social-blogger a:hover { background-color: #fb913f }
	.social-cargo a { background: url(framework/images/icons/cargo.png) no-repeat 0 0 }
	.social-cargo a:hover { background-color: #00c462 }
	.social-delicious a { background: url(framework/images/icons/delicious.png) no-repeat 0 0 }
	.social-delicious a:hover { background-color: #3274d1 }
	.social-deviantart a { background: url(framework/images/icons/deviantart.png) no-repeat 0 0 }
	.social-deviantart a:hover { background-color: #d0de21 }
	.social-digg a { background: url(framework/images/icons/digg.png) no-repeat 0 0 }
	.social-digg a:hover { background-color: #2882c6 }
	.social-dopplr a { background: url(framework/images/icons/dopplr.png) no-repeat 0 0 }
	.social-dopplr a:hover { background-color: #99cc66 }
	.social-dribbble a { background: url(framework/images/icons/dribbble.png) no-repeat 0 0 }
	.social-dribbble a:hover { background-color: #ef5b92 }
	.social-ember a { background: url(framework/images/icons/ember.png) no-repeat 0 0 }
	.social-ember a:hover { background-color: #fb9d00 }
	.social-evernote a { background: url(framework/images/icons/evernote.png) no-repeat 0 0 }
	.social-evernote a:hover { background-color: #77ba2f }
	.social-facebook a { background: url(framework/images/icons/facebook.png) no-repeat 0 0 }
	.social-facebook a:hover { background-color: #3b5998 }
	.social-flickr a { background: url(framework/images/icons/flickr.png) no-repeat 0 0 }
	.social-flickr a:hover { background-color: #f1628b }
	.social-forrst a { background: url(framework/images/icons/forrst.png) no-repeat 0 0 }
	.social-forrst a:hover { background-color: #5b9a68 }
	.social-github a { background: url(framework/images/icons/github.png) no-repeat 0 0 }
	.social-github a:hover { background-color: #7292a2 }
	.social-google a { background: url(framework/images/icons/google.png) no-repeat 0 0 }
	.social-google a:hover { background-color: #dd4b39 }
	.social-googleplus a { background: url(framework/images/icons/googleplus.png) no-repeat 0 0 }
	.social-googleplus a:hover { background-color: #d94a39 }
	.social-gowalla a { background: url(framework/images/icons/gowalla.png) no-repeat 0 0 }
	.social-gowalla a:hover { background-color: #ff920d }
	.social-grooveshark a { background: url(framework/images/icons/grooveshark.png) no-repeat 0 0 }
	.social-grooveshark a:hover { background-color: #f88e00 }
	.social-html5 a { background: url(framework/images/icons/html5.png) no-repeat 0 0 }
	.social-html5 a:hover { background-color: #f3642c }
	.social-icloud a { background: url(framework/images/icons/icloud.png) no-repeat 0 0 }
	.social-icloud a:hover { background-color: #fb913f }
	.social-instagram a { background: url(framework/images/icons/instagram.png) no-repeat 0 0 }
	.social-instagram a:hover { background-color: #46759c }
	.social-lastfm a { background: url(framework/images/icons/lastfm.png) no-repeat 0 0 }
	.social-lastfm a:hover { background-color: #d21309 }
	.social-linkedin a { background: url(framework/images/icons/linkedin.png) no-repeat 0 0 }
	.social-linkedin a:hover { background-color: #71b2d0 }
	.social-metacafe a { background: url(framework/images/icons/metacafe.png) no-repeat 0 0 }
	.social-metacafe a:hover { background-color: #ef4035 }
	.social-mixx a { background: url(framework/images/icons/mixx.png) no-repeat 0 0 }
	.social-mixx a:hover { background-color: #d80330 }
	.social-myspace a { background: url(framework/images/icons/myspace.png) no-repeat 0 0 }
	.social-myspace a:hover { background-color: #003398 }
	.social-netvibes a { background: url(framework/images/icons/netvibes.png) no-repeat 0 0 }
	.social-netvibes a:hover { background-color: #629e61 }
	.social-newsvine a { background: url(framework/images/icons/newsvine.png) no-repeat 0 0 }
	.social-newsvine a:hover { background-color: #5b965a }
	.social-orkut a { background: url(framework/images/icons/orkut.png) no-repeat 0 0 }
	.social-orkut a:hover { background-color: #ed2590 }
	.social-paypal a { background: url(framework/images/icons/paypal.png) no-repeat 0 0 }
	.social-paypal a:hover { background-color: #32689a }
	.social-picasa a { background: url(framework/images/icons/picasa.png) no-repeat 0 0 }
	.social-picasa a:hover { background-color: #444 }
	.social-pinterest a { background: url(framework/images/icons/pinterest.png) no-repeat 0 0 }
	.social-pinterest a:hover { background-color: #cb2027 }
	.social-plurk a { background: url(framework/images/icons/plurk.png) no-repeat 0 0 }
	.social-plurk a:hover { background-color: #f35b36 }
	.social-posterous a { background: url(framework/images/icons/posterous.png) no-repeat 0 0 }
	.social-posterous a:hover { background-color: #f9d560 }
	.social-reddit a { background: url(framework/images/icons/reddit.png) no-repeat 0 0 }
	.social-reddit a:hover { background-color: #cde2f9 }
	.social-rss a { background: url(framework/images/icons/rss.png) no-repeat 0 0 }
	.social-rss a:hover { background-color: #fe9900 }
	.social-skype a { background: url(framework/images/icons/skype.png) no-repeat 0 0 }
	.social-skype a:hover { background-color: #18b7f1 }
	.social-stumbleupon a { background: url(framework/images/icons/stumbleupon.png) no-repeat 0 0 }
	.social-stumbleupon a:hover { background-color: #eb4924 }
	.social-technorati a { background: url(framework/images/icons/technorati.png) no-repeat 0 0 }
	.social-technorati a:hover { background-color: #7ac84f }
	.social-tumblr a { background: url(framework/images/icons/tumblr.png) no-repeat 0 0 }
	.social-tumblr a:hover { background-color: #3a5976 }
	.social-twitter a { background: url(framework/images/icons/twitter.png) no-repeat 0 0 }
	.social-twitter a:hover { background-color: #48c4d2 }
	.social-vimeo a { background: url(framework/images/icons/vimeo.png) no-repeat 0 0 }
	.social-vimeo a:hover { background-color: #62a0ad }
	.social-wordpress a { background: url(framework/images/icons/wordpress.png) no-repeat 0 0 }
	.social-wordpress a:hover { background-color: #464646 }
	.social-yahoo a { background: url(framework/images/icons/yahoo.png) no-repeat 0 0 }
	.social-yahoo a:hover { background-color: #ab64bc }
	.social-yelp a { background: url(framework/images/icons/yelp.png) no-repeat 0 0 }
	.social-yelp a:hover { background-color: #c41200 }
	.social-youtube a { background: url(framework/images/icons/youtube.png) no-repeat 0 0 }
	.social-youtube a:hover { background-color: #f45750 }
	.social-zerply a { background: url(framework/images/icons/zerply.png) no-repeat 0 0 }
	.social-zerply a:hover { background-color: #8db259 }
	.social-zootool a { background: url(framework/images/icons/zootool.png) no-repeat 0 0 }
	.social-zootool a:hover { background-color: #262626 }
	.social-xing a { background: url(framework/images/icons/xing.png) no-repeat 0 0 }
	.social-xing a:hover { background-color: #006466 }
/* ------------------------------------------------------------------------ */
/* 10. Header */
/* ------------------------------------------------------------------------ */
.header { 
	background: #ffffff;
    border-bottom: 1px solid #27a8e0;
}
    .header .logo {
        font-size: 20px;
        line-height: 20px;
        font-weight: 600;
        margin-bottom: 0 !important;
    }
        .header .logo img { 
        	max-width: 100%;
        	height: auto;
        }
        
        .header .logo .logo_standard{
        }
        
        .header .logo .logo_retina{
	        display: none;
        }
    
/* ------------------------------------------------------------------------ */
/* 12. Header - Searchform */
/* ------------------------------------------------------------------------ */
#header-searchform {
    float: right;
    margin:0px 0 0 10px;
}
    #header-searchform input {
        margin: 0;
        padding: 8px 0 8px 34px;
        width: 0px;
        font-size: 12px;
        line-height: 1;
        cursor: pointer;
        background: url(framework/images/search.png) no-repeat 9px 8px;
        opacity: 0.5;
        border: none;
        -webkit-transition:all 0.4s ease 0s;
		   -moz-transition:all 0.4s ease 0s;
             -o-transition:all 0.4s ease 0s;
                transition:all 0.4s ease 0s;
        -webkit-box-shadow:none;
		   -moz-box-shadow:none;
		        box-shadow:none;
        color: #ffffff;
    }
    #header-searchform input:hover{
        opacity: 1;
    }
    #header-searchform input:focus {
        opacity: 1;
        font-size: 12px;
        padding: 8px 0 8px 34px;
        width: 115px;
        border: none;
        color: #555555;
        background-color: #efefef;
        cursor: text;
    }
    #header-searchform #header-searchsubmit { display: none; } /* Hide Search Submit button */
/* ------------------------------------------------------------------------ */
/* 12. Header - Cart */
/* ------------------------------------------------------------------------ */
#header-cart {
    float: right;
    display: block;
    height: 30px;
    width: 16px;
    line-height: 30px;
    padding: 5px 0 0 0;
    margin:0px 2px 0 18px;
    opacity: 0.5;
    background: url(framework/images/cart.png) no-repeat 0 8px;
}
#header-cart:hover{
    opacity: 1;
}
/* ------------------------------------------------------------------------ */
/* 13. Content */
/* ------------------------------------------------------------------------ */
#page-wrap { 
	padding: 40px 0 40px 0;
}
.nopadding{
    padding:0;
}
#content.sidebar-left { float: right }
/* Striped Border under Title and above Footer */
.hr-border { 
    height: 8px;
    width: 100%;
    background: url(framework/images/stripes.png);
    margin-top: 0px;
}
/* Standard Title ---------------------------------------------------- */
#title {
	background: #f9f9f9;
    background-image: linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    padding: 25px 0 25px 0;
    box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.02);
}
    #title h1 {
        font-size: 18px;
        line-height: 28px;
        color: #666666;
        margin: 0;
    }
    #title h2 {
        display: block;
        font-weight: lighter;
        color: #aaaaaa;
        font-size: 15px;
        line-height: 22px;
        margin: 0;
        padding: 0;
    }
    #title #breadcrumbs {
        font-size: 11px;
        text-align: right;
        color: #aaaaaa;
        line-height: 28px;
        padding: 0;
        margin: 0;
    }
    #title #breadcrumbs.breadrcumbpadding { padding-top: 12px; }
    #title #breadcrumbs a { color: #aaaaaa; }
    #title #breadcrumbs a:hover { color: #289dcc; }
/* Alternative Title (with Image) ---------------------------------------------------- */
#alt-title {
    width: 100%;
    height: 159px;
    position: relative;
    overflow: hidden;
    margin-top: 0px;
    -webkit-box-shadow:inset  0px 0px 3px rgba(50, 50, 50, 0.12);
	   -moz-box-shadow:inset  0px 0px 3px rgba(50, 50, 50, 0.12);
	        box-shadow:inset  0px 0px 3px rgba(50, 50, 50, 0.12);
    background-position: center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    image-rendering: optimizeQuality;
}
    #alt-title .grid {
        background: url(framework/images/grid.png);
        width: 100%;
        height: 159px;
        position: absolute;
        top: 0;
        left: 0;
    }
    #alt-title h1 {
        top: 42px;
        left: 10px;
        position: absolute;
        background: #289dcc;
        display: inline-block;
        padding: 14px 20px;
        color: #ffffff;
        font-size: 18px;
        line-height: 18px;
    }
    #alt-title h2 {
        position: absolute;
        top: 88px;
        left: 10px;
        color: #999999;
        display: inline-block;
        background: #ffffff;
        padding: 8px 20px;
        font-size: 15px;
        line-height: 15px;
        font-weight: normal;
    }
#alt-breadcrumbs {
    border-bottom: 1px solid #e4e4e4;
    padding: 20px 0 19px 0;
    font-size: 11px;
    line-height: 0px;
    color: #999999;
}
    #alt-breadcrumbs a { color: #999999 }
    #alt-breadcrumbs a:hover { color: #289dcc }
    #alt-breadcrumbs .container { padding-left: 20px }
    
/* Alt Title 2 ---------------------------------------------------- */
    
#alt-title-2 {
    width: 100%;
    height: 90px;
    position: relative;
    overflow: hidden;
    margin-top: 0px;
    background-position: top center;
    background-repeat: no-repeat;
}
    #alt-title-2 h1 {
        line-height: 90px;
    }
    
    #alt-title-2 .five{
	    background: red !important;
    }
#alt-title-2 #breadcrumbs {
        font-size: 11px;
        text-align: right;
        color: #aaaaaa;
        line-height: 90px;
        padding: 0px 0 0 0;
        margin: 0;
    }
    #alt-title-2 #breadcrumbs a { color: #aaaaaa; }
    #alt-title-2 #breadcrumbs a:hover { color: #289dcc; }
    
/* No Title ---------------------------------------------------- */
#no-title{
	border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
#no-title .no-title-border {
	border-top: 1px solid #e4e4e4;
}
	#no-title #breadcrumbs {
	    padding: 20px 0 19px 0;
	    font-size: 11px;
	    line-height: 0px;
	    color: #999999;
    }
 	#no-title #breadcrumbs a { color: #999999 }
    #no-title #breadcrumbs a:hover { color: #289dcc }
    #no-title #breadcrumbs .container { padding-left: 20px }
    
#no-title-divider{
	border-top: 1px solid #e4e4e4;
}
/* ------------------------------------------------------------------------ */
/* 14. Blog Standard - Overview */
/* ------------------------------------------------------------------------ */
.blog .post {
    border-bottom: 1px solid #efefef;
    padding: 0 0 60px 0;
    margin: 0 0 60px 0;
}
.post img { 
	display: block;
    max-width: 100%;
    height: auto;
}
.post-icon {
    display: block;
    width: 35px;
    height: 35px;
    float: left;
    margin: 10px 20px 0 0;
    background: #289dcc;
    -webkit-border-radius:2px;
       -moz-border-radius:2px;
            border-radius:2px;
}
.post-icon.standard 	{ background-image: url(framework/images/postformat-standard.png) }
.post-icon.imagegallery { background-image: url(framework/images/postformat-gallery.png) }
.post-icon.link 		{ background-image: url(framework/images/postformat-link.png) }
.post-icon.quote 		{ background-image: url(framework/images/postformat-quote.png) }
.post-icon.video 		{ background-image: url(framework/images/postformat-video.png) }
.post-icon.audio 		{ background-image: url(framework/images/postformat-audio.png) }
.post-content {
    float: left;
    width: 645px;
}
.blog .post-title {
    margin: 0 !important;
    padding: 0 !important;
}
	.post-title h2{
		margin:10px 0 20px 0;
		padding: 0 !important;
		font-weight: normal;
        font-size: 22px;
	}
    .post-title h2 a {
    	margin:0 !important;
    }
.post-meta { 
    margin-top:20px;
	margin-left: 55px;
}
    .post-meta span {
        background: #f4f4f4;
        padding: 7px 15px 7px 10px;
        margin: 0 10px 0 0;
		-webkit-border-radius:3px;
		   -moz-border-radius:3px;
		        border-radius:3px;
        color: #999999;
        font-size: 11px;
    }
        .post-meta span a { color: #999999 }
        .post-meta span a:hover { color: #666666 }
        .post-meta span i {
            opacity: 0.4;
            filter: alpha(opacity=40);
            margin: -2px 10px 0 0;
        }
.post-content a.read-more-link {
    display: inline-block;
    
}
.post-image a {
    display: block;
    position: relative;
}
.search-result{
	border-bottom: 1px solid #efefef;
    padding: 0 0 60px 0;
    margin: 0 0 50px 0;
}
.search-content a.read-more-link {
    
}
	
.search-meta{ }
    .search-meta span {
        background: #f4f4f4;
        padding: 7px 15px 7px 10px;
        margin: 0 10px 0 0;
        -webkit-border-radius:3px;
		   -moz-border-radius:3px;
		        border-radius:3px;
        color: #999999;
        font-size: 11px;
    }
        .search-meta span a { color: #999999 }
        .search-meta span a:hover { color: #666666 }
        .search-meta span i {
            opacity: 0.4;
            filter: alpha(opacity=40);
            margin: -2px 10px 0 0;
        }
    
    .search-meta span.meta-category { 
		display: none;
	}
/* Different Post Types ---------------------------------------------------- */
.post-image,
.post-gallery,
.post-video,
.post-audio { 
	margin-bottom: 20px !important;
}
/*.post-video iframe{
	width:100%;
	height:auto;
}*/
.post-image img{
	max-width: 100%;
	height: auto;
}
.post-link {
    margin-top: -15px;
    margin-bottom:10px;
    color: #cccccc;
}
.post-quote {
    background: #333333 url(framework/images/quote.png) no-repeat 15px 20px;
    position: relative;
    padding: 20px 30px 20px 50px;
    margin: 0 0 20px 0;
    -webkit-border-radius:6px;
	   -moz-border-radius:6px;
	        border-radius:6px;
}
    .post-quote h2 {
        margin: 0 0 0px 0;
        padding: 0;
        font-size: 18px;
        font-family: Georgia, "Times New Roman", serif;
        font-weight:normal;
        font-style: italic;
        color:#ffffff;
    }
    .post-quote .quote-source a {
        font-size: 13px;
        font-weight: normal;
        color: #999999 !important;
        padding: 0;
    }
/* Image Hover Overlay ---------------------------------------------------- */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: url(framework/images/overlay-lightbox.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.post-image .overlay {
    background-image: url(framework/images/overlay-link.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.single .post-image .overlay {
    background-image: url(framework/images/overlay-lightbox.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.post-gallery .overlay {
    background-image: url(framework/images/overlay-link.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.single .post-gallery .overlay {
    background-image: url(framework/images/overlay-lightbox.png);
    background-position: center center;
    background-repeat: no-repeat;
}
/* ------------------------------------------------------------------------ */
/* 15. Blog Medium - Overview */
/* ------------------------------------------------------------------------ */
.blog-medium .post-video,
.blog-medium .post-gallery,
.blog-medium .post-image,
.blog-medium .post-quote,
.blog-medium .post-audio,
.blog-medium .post-link {
    width: 320px;
    float: left;
    margin-right: 20px;
}
.blog-medium .post-icon {
    margin: 0 0 0 -55px;
    position: relative;
    z-index: 999;
    border-radius: 0;
    display: none;
}
.blog-medium .post-title h2{
    margin:0px 0 15px 0;
}
.blog-medium .post-content {
    float: left;
    width: 320px;
}
.blog-medium .post-quote {
    width:280px;
}
.blog-medium .post-meta {  margin: 0px; }
.blog-medium .no-post-image {
    display: block;
    width: 310px;
    height: 200px;
    border: 5px solid #efefef;
    background: #ffffff url(framework/images/noimage.png) no-repeat center center;
}
.blog-medium .no-post-image-link {
    display: block;
    width: 310px;
    height: 200px;
    border: 5px solid #efefef;
    background: #ffffff url(framework/images/noimage-link.png) no-repeat center center;
}
.blog-medium .no-post-image-quote {
    display: block;
    width: 310px;
    height: 200px;
    border: 5px solid #efefef;
    background: #ffffff url(framework/images/noimage-quote.png) no-repeat center center;
}
/* ------------------------------------------------------------------------ */
/* 16. Blog - Single Post */
/* ------------------------------------------------------------------------ */
.single .post { margin-bottom: 30px }
.single .post-meta {
    margin-left: 0;
    margin-bottom: 30px;
}
.single .post-tags{
    margin-top:30px;
}
.single .post-tags a {
    display: block;
    float: left;
    border: 1px solid #dddddd;
    color: #999999;
    margin: 0 7px 7px 0px;
    -webkit-border-radius:3px;
	   -moz-border-radius:3px;
	        border-radius:3px;
    padding: 2px 10px 2px 10px;
    font-size: 12px;
    -webkit-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
	   -moz-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
	        box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
}
.single .post-tags a:hover {
    background: #289dcc;
    border-color: #289dcc;
    color: #ffffff;
}
/* Author Information ---------------------------------------------------- */
#author-info {
    margin: 0px 0px 20px 55px;
    overflow: hidden;
    border: 1px solid #ddd;
    display: block;
    background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-color: #F9F9F9;
    -webkit-border-radius:3px;
	   -moz-border-radius:3px;
	        border-radius:3px;
	-webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
	   -moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
	        box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
}
    #author-info .author-image {
        float: left;
        width: 45px;
        padding: 20px;
    }
        #author-info .author-image img {
            display: block;
            border: 3px solid #fff;
            -webkit-border-radius:3px;
			   -moz-border-radius:3px;
			        border-radius:3px;
			-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.1);
			   -moz-box-shadow:0px 1px 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.1);
			        box-shadow:0px 1px 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.1);
        }
    #author-info .author-bio {
        float: left;
        width: 500px;
        padding: 20px 20px 20px 0px;
    }
        #author-info .author-bio h4 { margin: 0px 0 10px 0 }
/* Sharebox ---------------------------------------------------- */
.sharebox {
    margin-left: 55px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    margin-bottom: 40px;
    padding: 10px 0 10px 0;
}
    .sharebox h4 {
        float: left;
        margin: 11px 0 0 10px;
        color: #777777;
        font-size: 13px;
    }
    .sharebox .social-icons {
        float: right;
        list-style: none;
        margin: 0;
    }
        .sharebox .social-icons a {
            -webkit-transition:all 0.3s ease 0s;
			   -moz-transition:all 0.3s ease 0s;
			     -o-transition:all 0.3s ease 0s;
			        transition:all 0.3s ease 0s;
            display: block;
            width: 40px;
            height: 40px;
            text-indent: -9999px;
            background-position: 0px 0px;
            background-repeat: no-repeat;
            opacity: 0.6;
			-webkit-border-radius:3px;
			   -moz-border-radius:3px;
			        border-radius:3px;
        }
        .sharebox .social-icons a:hover {
            background-color: #666666 !important;
            background-position: 0px -40px !important;
            opacity: 1;
        }
        
/* Related Posts ---------------------------------------------------- */
#related-posts { 
	margin-top: 60px;
}
    #related-posts ul {
        list-style: none;
        margin: 0px 0 0 0;
    }
        #related-posts ul li {
            background: url(framework/images/arrow4.png) no-repeat 0px 9px;
            padding: 2px 0 2px 12px;
        }
            #related-posts ul li a span {
                color: #cccccc;
                font-size: 11px;
                margin: 0 0 0 8px;
            }
/* ------------------------------------------------------------------------ */
/* 17. Pagination */
/* ------------------------------------------------------------------------ */
#pagination { }
    #pagination a,
    #pagination span {
        display: block;
        float: left;
        margin: 0 7px 0 0;
        padding: 7px 10px 6px 10px;
        border: 1px solid #cccccc;
        font-size: 12px;
        line-height:12px;
        color: #a8a8a8;
        -webkit-border-radius:3px;
		   -moz-border-radius:3px;
		        border-radius:3px;
    }
    #pagination a:hover {
        color: #ffffff;
        border-color: #289dcc;
        background: #289dcc;
    }
    #pagination span.current {
        background: #333333;
        border-color: #333333;
        color: #ffffff;
        font-weight: bold;
    }
/* ------------------------------------------------------------------------ */
/* 18. Comments - List */
/* ------------------------------------------------------------------------ */
.comments { 
	margin-top: 50px;
}
.commentlist {
    list-style: none;
    margin: 30px 0 0 0;
}
    .commentlist li {
        border-bottom:1px solid #efefef;
        margin: 0 0 40px 0;
        padding: 0 0 16px 0;
    }
    .commentlist li:last-child {
        border-bottom: none;
    }
    .commentlist li ul {
        list-style: none;
        margin: 0 0 0 80px;
    }
        .commentlist li ul li {
            border-top:1px solid #efefef;
            border-bottom: none;
            margin:16px 0 0 0;
            padding: 40px 0 0 0;
        }
    .commentlist li .avatar {
        float: left;
        margin-right: 10px;
    }
        .commentlist li .avatar img {
            display: block;
            border: 4px solid #fff;
            -webkit-border-radius:3px;
			   -moz-border-radius:3px;
			        border-radius:3px;
			-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.1);
			   -moz-box-shadow:0px 1px 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.1);
			        box-shadow:0px 1px 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.1);
        }
    .commentlist li .comment-text {
        overflow: hidden;
        position: relative;
    }
    .commentlist li .author {
        margin-top: 0px;
        margin-bottom: 10px;
        line-height: 17px;
    }
        .commentlist li .author span {
            display: inline;
            font-weight: bold;
        }
    .commentlist li .date {
        font-size: 11px;
        color: #999999;
    }
        .commentlist li .date a {    color: #999999 }
        .commentlist li .date a:hover {    color: #333333 }
    .commentlist li em {
        font-size: 11px;
        color: #cccccc;
        font-style: normal;
        margin-bottom: 20px;
        display: block;
    }
/* ------------------------------------------------------------------------ */
/* 19. Comments - Respond */
/* ------------------------------------------------------------------------ */
#respond {    margin-bottom: 40px }
	#respond form{
		margin-top:30px;
	}
    #respond .required {
        color: #c82929;
        display: inline-block;
        margin: 3px 0 0 6px;
        font-size: 14px;
        font-weight: normal;
    }
    /*#respond p { clear: both }*/
    
    #respond-inputs p{
	    width: 220px;
	    margin-right:20px;
	    float: left;
    }
    #respond-inputs p.last{
	    margin: 0;
    }
    #respond input {
        display: block;
        width: 203px;
        margin: 0;
    }
    #respond textarea {
        display: block;
        width: 683px;
    }
    #respond p.comment-notes,
    #respond p.form-allowed-tags { display: none }
    #respond input#submit {
        
    }
    
    #respond .headline-title-wrap{
	    margin-top:20px;
    }
#cancel-comment-reply-link {
    font-size:13px;
}
#commentform input.error,
#commentform textarea.error {
    border-color: #c82929;
    background: #fbf2f2;
}
#commentform div.error,
#commentform label.error {
    color: red;
    display: none !important;
}
/* ------------------------------------------------------------------------ */
/* 20. Portfolio - Overview */
/* ------------------------------------------------------------------------ */
#portfolio-wrap {
    width: 100%;
    margin-bottom: -30px;
}
.embedd-video { display: none }
.portfolio #pagination { margin-top: 40px }
/* Filters ---------------------------------------------------- */
#filters {
    margin-top: 0px;
    margin-bottom: 40px;
    border: 1px solid #dddddd;
   -webkit-border-radius:3px;
	  -moz-border-radius:3px;
	       border-radius:3px;
    background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-color: #F9F9F9;
    -webkit-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
       -moz-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
            box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
}
    #filters ul {
        margin: 0;
        list-style: none;
    }
        #filters ul li {
            display: block;
            float: left;
        }
            #filters ul li a {
                display: block;
                float: left;
                border-right: 1px solid #dddddd;
                color: #999999;
                padding: 6px 20px 6px 20px;
                background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
                background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
                background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
                background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
                background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
                background-color: #F9F9F9;
            }
            #filters ul li a:hover {    color: #289dcc }
            #filters ul li a.active {
                background: #ffffff;
                color: #289dcc;
            }
            
/* Portfolio Filter Transitions ---------------------------------------------------- */
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* Portfolio Items ---------------------------------------------------- */
.portfolio-item {
    width: 220px;
    height: 202px;
    margin: 0 0 20px 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    -webkit-border-radius:4px;
       -moz-border-radius:4px;
            border-radius:4px;
    -webkit-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
       -moz-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
            box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
}
    .portfolio-item .portfolio-pic {
       -webkit-border-radius:4px 4px 0px 0px;
          -moz-border-radius:4px 4px 0px 0px;
               border-radius:4px 4px 0px 0px;
        overflow: hidden;
        display: block;
        position: relative;
    }
    .portfolio-item img {
        display: block;
        width: 220px;
        height: 143px;
    }
    
    .portfolio-item .portfolio-title {
    	height: 42px;
	    padding:8px 15px 8px 15px;
	    background: #ffffff;
	    display:block;
	    border:1px solid #e4e4e4;
	    border-top:none;
	    -webkit-border-radius:0px 0px 4px 4px;
		   -moz-border-radius:0px 0px 4px 4px;
		        border-radius:0px 0px 4px 4px;
        -webkit-transition:all 0.1s ease-in;
		   -moz-transition:all 0.1s ease-in;
		     -o-transition:all 0.1s ease-in;
		        transition:all 0.1s ease-in;
    }
    .portfolio-item .portfolio-title h4 {
        margin: 0 0 -1px 0;
        padding:0;
        font-size:14px !important;
        font-weight: 600;
        color: #666666;
    }
    .portfolio-item .portfolio-title span {
        margin: 0;
        padding:0;
        font-size:12px !important;
        color: #999999;
        display: block;
    }
    	.portfolio-item:hover .portfolio-title {
		    color: #ffffff;
			background: #289dcc;
			border-color: #289dcc;
		}
		.portfolio-item:hover .portfolio-title h4,
		.portfolio-item:hover .portfolio-title span{
			color: #ffffff;
		}
		.portfolio-item:hover .portfolio-title span{
			color: rgba(255, 255, 255, 0.7);
		}	
		
	/* Portfolio Item Overlay ---------------------------------------------------- */
    .portfolio-item .portfolio-pic .portfolio-overlay {
        display: block;
        width: 220px;
        height: 143px;
        overflow: hidden;
        background: rgba(0,0,0,0.6);
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }
        .portfolio-item .portfolio-pic .portfolio-overlay .overlay-link,
        .portfolio-item-one .portfolio-pic .portfolio-overlay .overlay-link {
            width: 48px;
            height: 48px;
            background: rgba(0,0,0,0.7) url(framework/images/overlay-link.png) no-repeat center center;
            position: absolute;
            top: -25px;
            left: 85px;
            display: block;
            text-indent: -9999px;
            -webkit-border-radius:50%;
			   -moz-border-radius:50%;
			        border-radius:50%;
            opacity: 0;
        }
        .portfolio-item .portfolio-pic .portfolio-overlay .overlay-lightbox,
        .portfolio-item-one .portfolio-pic .portfolio-overlay .overlay-lightbox {
            width: 48px;
            height: 48px;
            background: rgba(0,0,0,0.7) url(framework/images/overlay-lightbox.png) no-repeat center center;
            position: absolute;
            top: -25px;
            left: 85px;
            display: block;
            text-indent: -9999px;
            -webkit-border-radius:50%;
			   -moz-border-radius:50%;
			        border-radius:50%;
            opacity: 0;
        }
/* Portfolio Items: 3 Columns ---------------------------------------------------- */
.portfolio-item.one-third {
    width: 300px;
    height: 255px;
}
    .portfolio-item.one-third img {
        width: 300px;
        height: 196px;
    }
    .portfolio-item.one-third .portfolio-pic .portfolio-overlay {
        display: block;
        width: 300px;
        height: 196px;
        overflow: hidden;
        background: rgba(0,0,0,0.6);
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }
        .portfolio-item.one-third .portfolio-pic .portfolio-overlay .overlay-link,
        .portfolio-item.one-third .portfolio-pic .portfolio-overlay .overlay-lightbox {    left: 125px }
/* Portfolio Items: 2 Columns ---------------------------------------------------- */
.portfolio-item.eight {
    width: 460px;
    height: 359px;
}
    .portfolio-item.eight img {
        width: 460px;
        height: 300px;
    }
    .portfolio-item.eight .portfolio-pic .portfolio-overlay {
        display: block;
        width: 460px;
        height: 300px;
        overflow: hidden;
        background: rgba(0,0,0,0.6);
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }
        .portfolio-item.eight .portfolio-pic .portfolio-overlay .overlay-link,
        .portfolio-item.eight .portfolio-pic .portfolio-overlay .overlay-lightbox {    left: 205px }
/* Portfolio Items: 1 Column ---------------------------------------------------- */
.portfolio-item-one{
    margin:0 0 40px 0;
    padding:0 0 41px 0;
    background: #ffffff;
    border-bottom:1px solid #efefef;
}
.portfolio-item-one .portfolio-picwrap{
	width: 460px;
    height: 250px;
	float: left;
	margin:0 30px 0 0;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	        border-radius:4px;
	overflow: hidden;
	position: relative;
}
.portfolio-item-one .portfolio-desc{
	width: 450px;
	float: left;
}
.portfolio-item-one .portfolio-picwrap img{
	display: block;
	width: 460px;
    height: 250px;
}
.portfolio-item-one .portfolio-desc .read-more-link{
	display:none;
}
.portfolio-item-one .portfolio-desc ul li{
	margin-left:40px !important;
}
.portfolio-item-one h4{
	font-size:22px;
	margin:20px 0 0 0;
}
.portfolio-tags{
	margin:0px 0px 20px 0px;
	color:#999999;
}
.portfolio-item-one .portfolio-picwrap .portfolio-overlay {
    display: block;
    width: 460px;
    height: 300px;
    overflow: hidden;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
 .portfolio-item-one .portfolio-picwrap .portfolio-overlay .overlay-link,
 .portfolio-item-one .portfolio-picwrap .portfolio-overlay .overlay-lightbox { left: 205px }
        
/* ------------------------------------------------------------------------ */
/* 21. Portfolio - Single */
/* ------------------------------------------------------------------------ */
.portfolio-wide #portfolio-slider,
.portfolio-wide #portfolio-video { 
	margin: 0 0 40px 10px;
}
#portfolio-video iframe{
	max-width: 100%;
}
#portfolio-slider { 
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
            border-radius:4px;
}
.portfolio-detail-description-text {
    
}
.portfolio-sidebyside .portfolio-detail-description-text {
    margin-bottom:30px;
}
.portfolio-detail-description .headline-title-wrap,
.portfolio-detail-attributes  .headline-title-wrap {    margin-bottom: 25px }
.portfolio-detail-attributes ul {
    list-style: none;
    margin: -7px 0 0 0;
}
    .portfolio-detail-attributes ul li {
        padding: 7px 0 6px 0;
        background: url(framework/images/dotted.png) repeat-x bottom left;
    }
        .portfolio-detail-attributes ul li strong {
            display: inline-block;
            width: 60px;
            font-size: 11px;
            text-transform: uppercase;
            color: #aeaeae;
        }
.portfolio-detail-attributes .button {
    margin-top: 20px;
    padding: 10px 20px;
    border: 1px solid #ddd;
    display: inline-block;
    background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-color: #F9F9F9;
    -webkit-border-radius:3px;
       -moz-border-radius:3px;
            border-radius:3px;
    -webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
       -moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
            box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
}
/* Related Portfolio Items ---------------------------------------------------- */
#portfolio-related-post { 
	margin-top: 40px;
}
#portfolio-related-post h3{
	margin-left:10px;
	margin-right:10px;
}
    
/* Portfolio Comments ---------------------------------------------------- */
.portfolio-detail .portfolio-comments { 
	margin-top: 20px;
}
/* Projects Nav ---------------------------------------------------- */
.projects-nav {
    float: right;
    width: 100px;
    margin: 7px 5px 0 0;
}
.projectsnavpadding {
    padding: 0 !important;
    margin: 0px 0 0 0 !important;
}
    .projects-nav a,
    .post-navigation a {
        display: block;
        text-indent: -9999px;
        background: #cccccc;
        width: 35px;
        height: 35px;
        float: right;
        margin-right: 5px;
        -webkit-border-radius:3px;
		   -moz-border-radius:3px;
		        border-radius:3px;
    }
    .projects-nav .next a,
    .post-navigation .next a {
        background-image: url(framework/images/slider-next.png);
        background-position: center center;
        background-repeat: no-repeat;
    }
    .projects-nav .prev a,
    .post-navigation .prev a {
        background-image: url(framework/images/slider-prev.png);
        background-position: center center;
        background-repeat: no-repeat;
    }
    .projects-nav a:hover,
    .post-navigation a:hover {    background-color: #289dcc }
/* ------------------------------------------------------------------------ */
/* 22. Content Pages */
/* ------------------------------------------------------------------------ */
/* Revolution Slider ---------------------------------------------------- */
.tp-bannershadow { opacity: 0.7 }
/*.rev_slider {
    display: block !important;
    overflow: hidden !important;
    -webkit-border-radius: 6px !important;
       -moz-border-radius: 6px !important;
       		border-radius: 6px !important;
}
.fullwidthbanner-container .rev_slider {
    -webkit-border-radius: 0px !important;
       -moz-border-radius: 0px !important;
    		border-radius: 0px !important;
}*/
.tp-leftarrow.default {
	background: rgba(20,20,20,0.5) url(framework/images/slider-prev.png) !important;
	background-repeat: no-repeat !important;
	background-position: 45% 50% !important;	
	width:44px !important;	
	height:56px !important;
	-webkit-border-radius: 0 3px 3px 0 !important;
	-moz-border-radius:  0 3px 3px 0 !important;
	border-radius: 0 3px 3px 0 !important;
}										
.tp-rightarrow.default {	
	background: rgba(20,20,20,0.5) url(framework/images/slider-next.png) !important; 
	background-repeat: no-repeat !important;
	background-position: 53% 50% !important;
	width:44px !important;	
	height:56px !important;  
	-webkit-border-radius: 3px 0 0 3px !important;
	-moz-border-radius: 3px 0 0 3px !important;
	border-radius: 3px 0 0 3px !important;
}	
.tp-leftarrow:hover,
.tp-rightarrow:hover {	background-color: #2da0ce !important; }
.tp-bullets.simplebullets.round-old .bullet	{ 
	cursor:pointer !important; 
	position:relative !important;	
	background:rgba(0,0,0,0.5) !important;	
	width:13px !important;	
	height:13px !important;  
	margin-right:6px !important; 
	float:left !important; 
	margin-top:-12px !important; 
	-webkit-border-radius: 50% !important; 
	-moz-border-radius: 50% !important; 
	border-radius: 50% !important;	
}
.tp-bullets.simplebullets.round-old .bullet:hover, 
.tp-bullets.simplebullets.round-old .bullet.selected	{ background:rgba(0,0,0,0.8) !important; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	
	.tp-leftarrow.default	{
		background-image:url(framework/images/slider-prev@2x.png) !important;
		-webkit-background-size:10px 15px;
		   -moz-background-size:10px 15px;
		     -o-background-size:10px 15px;
		        background-size:10px 15px;
	}										
	.tp-rightarrow.default {	
		background-image:url(framework/images/slider-next@2x.png) !important;
		-webkit-background-size:10px 15px;
		   -moz-background-size:10px 15px;
		     -o-background-size:10px 15px;
		        background-size:10px 15px;
	}
}
/* 404 Page ---------------------------------------------------- */
#error-404 {
    text-align: center;
    margin-bottom: 40px;
    padding: 100px 0;
}
h2.error-404 {
    font-size: 108px;
    line-height: 108px;
    margin: 0 0 10px 0;
}
h3.error-404 {
    font-size: 22px;
    line-height: 22px;
    margin: 0;
    color: #999999;
}
/* ------------------------------------------------------------------------ */
/* 23. Sidebars */
/* ------------------------------------------------------------------------ */
#sidebar { }
    #sidebar .widget {
        margin-bottom: 40px;
        color: #888888;
    }
        #sidebar .widget h3 {
            font-size: 15px;
            margin:0 0 20px 0;
        }
        #sidebar .widget ul li {
            background: url(framework/images/arrow4.png) no-repeat 0px 9px;
            padding: 1px 0 1px 12px;
        }
        #sidebar .widget ul li.current_page_item,
        #sidebar .widget ul li.current-menu-item { font-weight: bold }
/* Side Navigation Template ---------------------------------------------------- */
#sidebar .widget.widget_wp_nav_menu_desc ul li {
    background: none;
    padding: 0;
}
.sidenav, .widget_wp_nav_menu_desc {
	margin: 0;
	list-style: none;
	padding: 0;
	background-color: #fff;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.08);
	   -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.08);
	        box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.08);
}
.sidenav{
	margin-bottom:30px;
}
.sidenav li ul, .widget_wp_nav_menu_desc li ul{
	margin: 0;
	list-style: none;
}
.sidenav li ul li a, .widget_wp_nav_menu_desc li ul li a{
	background: #f9f9f9;
	color: #999999;
	padding: 10px 15px 10px 30px;
}
.sidenav li a, .widget_wp_nav_menu_desc li a {
	display: block;
	margin: 0 0 -1px !important;
	padding: 10px 15px;
	border: 1px solid #dddddd;
	border-bottom-color: #efefef;
	border-top-color: #efefef;
	color: #777777;
	background: url(framework/images/arrow5.png) no-repeat 94% 15px;
}
.sidenav li:first-child a, .widget_wp_nav_menu_desc li:first-child a {
    -webkit-border-radius: 3px 3px 0 0;
       -moz-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
	border-top-color: #dddddd;
}
.sidenav li:last-child a, .widget_wp_nav_menu_desc li:last-child a {
    -webkit-border-radius: 0 0 3px 3px;
       -moz-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
    border-bottom-color: #dddddd;
}
.sidenav li.current_page_item a, .sidenav li.current_page_item a:hover,
.widget_wp_nav_menu_desc li.current_page_item a, .widget_wp_nav_menu_desc li.current_page_item a:hover {
    position: relative;
    z-index: 2;
    padding: 11px 15px;
    border: 0;
    font-weight: 700;
    background-color: #289dcc;
    background-image: url(framework/images/arrow5_white.png);
    background-repeat: no-repeat;
    background-position: 94% 15px;
    color: #ffffff !important;
    -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
       -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
            box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
.sidenav li.current_page_item ul li:first-child a,
.sidenav li.current_page_item ul li:last-child a,
.widget_wp_nav_menu_desc li.current_page_item ul li:first-child a,
.widget_wp_nav_menu_desc li.current_page_item ul li:last-child a{
	-webkit-border-radius: none;
       -moz-border-radius: none;
            border-radius: none;
}
.sidenav li a:hover, .widget_wp_nav_menu_desc li a:hover {
    background-color: #F9F9F9;
}
/* ------------------------------------------------------------------------ */
/* 24. Twitterbar
/* ------------------------------------------------------------------------ */
#twitterbar {
    color: #ffffff;
    background: #289dcc;
    margin: 0;
    padding: 15px 0;
}
    #twitterbar .twitterpost {
        background: url(framework/images/icons/twitter.png) no-repeat -10px -49px;
        padding: 0 0 0 30px;
        list-style: none;
        margin: 0;
    }
    
    #twitterbar .twitterpost .tweet_time{
	    display: none;
    }
    
    	#twitterbar .twitterpost ul{
	    	margin: 0;
	    	padding: 0;
    	}
        #twitterbar .twitterpost a {
            color: #ffffff;
            display: inline;
        }
        #twitterbar .twitterpost li {
            margin: 0 !important;
            padding: 0 !important;
            display: inline;
        }
            #twitterbar .twitterpost li b { display: none }
/* ------------------------------------------------------------------------ */
/* 25. Footer
/* ------------------------------------------------------------------------ */
#footer {
    border-top: 10px solid #333333;
    padding: 54px 0 53px 0;
    background: #444444;
    color:#999999;
}
	#footer a{
		color:#999999;
	}
	
	#footer a:hover{
		color:#ffffff;
	}
	
	/* Footer Widgets ---------------------------------------------------- */
        #footer .widget h3 {
        	font-size:15px;
            color: #ffffff;
            padding:0 0 5px 0;
            border-bottom:1px solid #555555;
            margin: 0 0 20px 0;
        }
        
/* ------------------------------------------------------------------------ */
/* 26. Copyright
/* ------------------------------------------------------------------------ */
#copyright {
    padding: 5px 0;
    background: #222222;
    color:#777777;
}
    #copyright a { color: #888888 }
    #copyright a:hover { color: #ffffff }
    #copyright .copyright-text { padding: 10px 0 10px 0; }
    #copyright .social-icons {
        float: right;
        font-size: 11px;
    }
    
/* ------------------------------------------------------------------------ */
/* 27. Back-To-Top Button
/* ------------------------------------------------------------------------ */
#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    display: none;
}
    #back-to-top a {
        display: block;
        width: 40px;
        height: 40px;
        background: rgba(0,0,0,0.5) url(framework/images/backtotop.png) no-repeat center center;
        text-indent: -9999px;
        -webkit-border-radius: 3px;
           -moz-border-radius: 3px;
                border-radius: 3px;
        -webkit-transition:0.4s all ease;
		   -moz-transition:0.4s all ease;
		     -o-transition:0.4s all ease;
		        transition:0.4s all ease;
    }
    #back-to-top a:hover { background-color: #289dcc }
/* ------------------------------------------------------------------------ */
/* 28. Widgets */
/* ------------------------------------------------------------------------ */
.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* Search Widget /--------------------------------------------------------- */
.widget_search input {
    background: url(framework/images/search.png) no-repeat 10px 9px;
    padding: 8px 8px 8px 30px;
    width: 180px;
    color: #999999;
    -webkit-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
	   -moz-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
	        box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    border: 1px solid #dddddd;
}
.widget_search input:focus { border-color: #c0c0c0 }
/* Calendar Widget /--------------------------------------------------------- */
#wp-calendar { width: 100% }
    #wp-calendar caption {
        padding: 0 10px;
        text-align: right;
        font-weight: bold;
        margin: -5px 0 5px 0;
    }
    #wp-calendar thead {    font-size: 10px }
        #wp-calendar thead th {
            padding: 5px 10px;
            font-weight: bold;
            border-top: 1px solid #f5f5f5;
        }
    #wp-calendar tbody {    color: #aaa }
        #wp-calendar tbody td {
            background: #f5f5f5;
            border: 1px solid #fff;
            text-align: center;
            padding: 5px 8px;
        }
        #wp-calendar tbody td:hover {    background: #fff }
        #wp-calendar tbody .pad {    background: none }
    #wp-calendar tfoot #next {
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: right;
        padding-top: 5px;
    }
    #wp-calendar tfoot #prev {
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        padding-top: 5px;
    }
    
/* Tag Cloud Widget /--------------------------------------------------------- */
.widget_tag_cloud a {
    display: inline-block;
    border: 1px solid #dddddd;
    font-size: 12px !important;
    line-height: 20px;
    color: #999999;
    margin: 0 5px 10px 0px;
    -webkit-border-radius:3px;
	   -moz-border-radius:3px;
	        border-radius:3px;
    padding: 2px 10px 2px 10px;
    font-size: 12px;
    -webkit-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
	   -moz-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
	        box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
}
.widget_tag_cloud a:hover {
    background: #289dcc;
    border-color: #289dcc;
    color: #ffffff !important;
}
/* Embed Widget /--------------------------------------------------------- */
.widget_embed p { margin-top: 10px }
.widget_embed iframe { max-width: 100% }
/* Flickr Widget /--------------------------------------------------------- */
.widget_flickr #flickr_tab {    margin-right: -10px }
    .widget_flickr #flickr_tab img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .widget_flickr #flickr_tab a {
        float: left;
        width: 56px;
        height: 56px;
        position: relative;
        margin-right: 10px;
        margin-bottom: 10px;
        border: 1px solid #ddd;
        padding: 4px;
       -webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	      -moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	           box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	   -webkit-border-radius:3px;
	      -moz-border-radius:3px;
	           border-radius:3px;
    }
    .widget_flickr #flickr_tab a:hover {
        background: #289dcc;
        border-color: #289dcc;
    }
    
/* Sponsor Widget /--------------------------------------------------------- */
.widget_sponsor .sponsors {    margin-right: -20px }
.widget_sponsor a {
    display: block;
    float: left;
    margin: 0 12px 12px 0;
}
    .widget_sponsor a img {    display: block }
/* Twitter Widget /--------------------------------------------------------- */
.widget_twitter ul {  list-style: none; }
    .widget_twitter ul li {
        margin-bottom: 20px;
        background: url(framework/images/twitter.png) no-repeat 0px 4px;
        padding: 0 0 0 32px;
    }
        .widget_twitter ul li b a {
            display: block;
            font-size: 11px;
            color: #cccccc;
            font-weight: normal;
        }
.widget_tp_widget_recent_tweets .tp_recent_tweets{ margin-bottom: 30px !important; }
.widget_tp_widget_recent_tweets ul {    list-style: none }
    .widget_tp_widget_recent_tweets ul li {
        margin-bottom: 15px !important;
        background: url(framework/images/twitter.png) no-repeat 0px 4px !important;
        padding: 0 0 0 32px !important;
    }
    
    .twitter_time{
	    font-size:11px;
	    font-weight: normal;
	    color: #cccccc;
    }
/* Contact Widget /--------------------------------------------------------- */
.widget_contact address {    font-style: normal }
    .widget_contact address span {    display: block }
        .widget_contact address span strong {
            display: inline-block;
            width: 52px;
        }
/* Portfolio  Widget /--------------------------------------------------------- */
.widget_portfolio .portfolio-item:last-child {    margin: 0 }
.widget_portfolio .portfolio-widget-item {
    float: left;
    padding: 0 0 0px 0;
    margin: 0 10px 10px 0;
}
.widget_portfolio .portfolio-widget-item:nth-child(3n) {
    border: none !important;
    padding: 0;
    margin-right: 0;
}
.widget_portfolio .portfolio-widget-item .portfolio-pic {
	float: left;
	display: block;
	overflow: hidden;
	width: 56px;
	height: 56px;
	position: relative;
	border: 1px solid #ddd;
	padding: 4px;
	-webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	   -moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	        box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
	        border-radius:3px;
}
.widget_portfolio .portfolio-widget-item .portfolio-pic:hover {
    background: #289dcc;
    border-color: #289dcc;
}
.widget_portfolio .portfolio-widget-item .portfolio-pic img {
    width: 100%;
    height: 100%;
    display: block;
}
/* Footer & Topbar Widgets (Color Change) ---------------------------------------------------- */
#footer .widget ul li,
#infobar .widget ul li {
    background: url(framework/images/arrow4.png) no-repeat 0px 9px;
    padding: 1px 0 1px 12px;
}
#footer .widget_search input,
#infobar .widget_search input {
    color: #aaaaaa;
    background-color: #555555;
    -webkit-box-shadow:none;
       -moz-box-shadow:none;
            box-shadow:none;
    border: 1px solid #555555;
}
#footer .widget_search input:focus,
#infobar .widget_search input:focus {    color: #ffffff }
#footer #wp-calendar thead th,
#infobar #wp-calendar thead th {    border-top: 1px solid #555555 }
#footer #wp-calendar tbody,
#infobar #wp-calendar tbody {    color: #aaa }
    #footer #wp-calendar tbody td,
    #infobar #wp-calendar tbody td {
        background: #555555;
        border: 1px solid #444444;
    }
    #footer #wp-calendar tbody td:hover,
    #infobar #wp-calendar tbody td:hover {
        background: #444444;
        color: #ffffff;
    }
    #footer #wp-calendar tbody .pad,
    #infobar #wp-calendar tbody .pad {    background: none }
#footer .widget_tag_cloud a,
#infobar .widget_tag_cloud a {
    border: 1px solid #333333;
    background: #333333;
    color: #777777;
    -webkit-box-shadow:none;
       -moz-box-shadow:none;
            box-shadow:none;
    padding:1px 9px;
}
#footer .widget_tag_cloud a:hover,
#infobar .widget_tag_cloud a:hover {
    background: #289dcc;
    border-color: #289dcc;
    color: #ffffff !important;
}
#footer .widget_flickr #flickr_tab a,
#infobar .widget_flickr #flickr_tab a {
    border: 1px solid #333333;
    padding: 4px;
    background: #333333;
    -webkit-box-shadow:none;
       -moz-box-shadow:none;
            box-shadow:none;
}
#footer .widget_flickr #flickr_tab a:hover,
#infobar .widget_flickr #flickr_tab a:hover { 
	background: #289dcc;
	border-color: #289dcc;
}
#footer .widget_twitter ul li:last-child,
#infobar .widget_twitter ul li:last-child {    margin: 0 }
#footer .widget_portfolio .portfolio-widget-item,
#infobar .widget_portfolio .portfolio-widget-item {
    
}
    #footer .widget_portfolio .portfolio-widget-item .portfolio-pic,
    #infobar .widget_portfolio .portfolio-widget-item .portfolio-pic {
        border: 1px solid #333333;
        padding: 4px;
        background: #333333;
        -webkit-box-shadow:none;
           -moz-box-shadow:none;
                box-shadow:none;
    }
    #footer .widget_portfolio .portfolio-widget-item .portfolio-pic:hover,
    #infobar .widget_portfolio .portfolio-widget-item .portfolio-pic:hover { 
    	background: #289dcc;
    	border-color: #289dcc;
    }
/* ------------------------------------------------------------------------ */
/* EOF
/* ------------------------------------------------------------------------ */
.topbar .container>div{
	float:right;
}
.topbar .callus{
	text-align: right;
	font-size: 12px;
   	
}
.topbar .callus span{
	color: #d33;
    font-size: 14px;
    font-weight: bold;
        font-size: 24px !important;
        position: relative;
        top: 2px;
        padding-left: 10px;
        padding-right: 15px;
}
.topbar .social-icons ul{
	float:left;
}
.sixteen>.title span,.sixteen>.grey-background .title span {
	margin: 0 43%;
}
#comments{
	display:none;
}
.ngg-gallery-thumbnail,ngg-gallery-thumbnail a{
	
}
.ngg-galleryoverview .ngg-gallery-thumbnail a img{
	width:215px;
	height:161px;
}
.pp_pic_holder{
	display:none!important;
}
.your-telephone input,.contact-telephone input{
    box-sizing: border-box;
    margin: 5px 0 0;
    max-width: 100%;
    width: 400px;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
    color: #999;
    display: block;
	padding: 8px;
}
.your-telephone input:focus,.contact-telephone input:focus{
	border: 1px solid #BBBBBB;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    color: #444;
}
.get-quote img {
	width:100%;
	margin-right:3%;
	height: 32px;
}
.get-capture{
	display:inline-block;
	width:53%;
}
.get-quote{
	height:44px;
	margin-bottom:0px!important;
}
.get-quote input[type="submit"]{
	width: 20%;
	display:inline-block;
	margin: 5px 0 5px 3%;
    padding: 7px 24px;
	vertical-align: top;
}
.contact-email input{
	width: 95%;
}
.vehicle-type{
	font-size:11px;
	font-weight:normal;
}
.contact-message textarea{
	height:50px;
}
/*.contact-date input, .contact-time input{
	width:26% !important;
	display: inline-block;
	margin: 0 10px 0 5px!important;
}*/
.contact-time input{ 
	margin-right:0px!important;
}
.contact-capture,.wpcf7-captchac{
	display:inline-block;
}
.contact-capture input{
	width:100%!important;
}
.contact-capture{
	width:64%!important;
	margin-left:5%;
}
.captcha{
    overflow: hidden;
}
.wpcf7-captchac{
	width:30%;
	height: 40px;
}
.home .wpcf7-captchac{
    width: 25%;
}
.home span.wpcf7-form-control-wrap[class*="captcha-"]{
    width: 67%;
}
.home .captcha{
    width: 514px;
    margin: auto !important;
    overflow: hidden;
    padding-bottom: 8px;
}
span.wpcf7-form-control-wrap[class*="captcha-"]{
    width: 65%;
    float: left;
    margin-left: 5%;
}
.single-post #content #related-posts,.single-post #content .comments{
	display:none;
}
.hr-border{
	display:none;
}
.colorwhite{
	color:#fff;
}
.ctv h3 span{
	background:url(images/ctv.jpg) 100% 0% no-repeat;
	padding: 6px 107px 7px 6px;
    background-color: #F9F9F9 !important;
}
.grey-background h3 span,.grey-background h2 span{
	background-color: #F9F9F9 !important;
}
							/*Table Prices*/
.oun-pricing-table .featured{
	margin-bottom:0px;
}
.oun-pricing-table .plan-head h3{
	display:none;
	margin-top:10px;
	margin-bottom:0px;
}
.oun-pricing-table .plan-head .price span{
	margin-bottom:5px;
}
.oun-pricing-table .plan-head .price{
	padding-top:4px;
	font-size:27px;
}
.oun-pricing-table .plan li{
	padding: 5px 0;
}
.oun-pricing-table .plan .signup{
	padding: 9px 0;
}
.sixteen>.center-gall-1 .title span{
	margin: 0 35%;
}
.sixteen>.center-gall-2 .title span{
	margin: 0 40%;
}
.pricing-table .price span{
	font-size:27px!important;
	display:inline-block!important;
	color:#FF0000!important;
}
.small-car{
	background:url(images/cars.jpg) no-repeat;
	padding: 7px 5px 3px 45px;
}
.suv{
	background:url(images/suvs.jpg)  no-repeat;
	padding: 7px 5px 3px 53px;
}
.trucks{
	background:url(images/trucks.jpg)  no-repeat;
	padding: 7px 5px 3px 53px;
}
.tree-pic{
	line-height:27px;
}						
							/*Table Prices END*/
.single-post .sharebox{
	margin-left:0px;
}
							/*DISPLAY NONE!!!*/
.post-meta{
	display:none;
}
.single-post  #recent-posts-2{
	display:none;
}
.single-post .post-icon{
	display:none;
}
						/*DISPLAY NONE END!!!*/
.single-post #title{
	 background-image: url("../../uploads/2013/07/mobile-car-detailing.jpg");
	 height: 159px;
	padding:0px;
	 background-position: center;
    background-size: cover;
	overflow: hidden;
    position: relative;
    width: 100%;
}
.single-post #title h1{
	background: none repeat scroll 0 0 #289DCC;
    color: #FFFFFF;
    font-family: arial,Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
	display: inline-block;
    font-size: 18px;
    left: 10px;
    line-height: 18px;
    padding: 14px 20px;
    position: absolute;
    top: 42px;
}
.single-post #title h2{
	background: none repeat scroll 0 0 #FFFFFF;
    color: #999999;
    font-size: 15px;
	 display: inline-block;
	left: 10px;
    line-height: 15px;
    padding: 8px 20px;
    position: absolute;
    top: 88px;
}
#title .grid {
    opacity: 0.8;
}
#title .grid {
    background: url("framework/images/grid.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 159px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@media only screen and (min-width:964px){
	#header .container .four.columns{
		width: 280px;
	}
	#header .container .twelve.columns{
		width: 640px;
	}
}
@media only screen and (max-width:959px){
	.contact-date input, .contact-time input {
		width: 24% !important;
	}
}
@media only screen and (max-width:769px){
	.contact-date input, .contact-time input {
		width: 17% !important;
	}
}
#mc_embed_signup{
    max-width: 600px;
    margin: 0 auto;
    
}
#mc_embed_signup form{
    background: #f8f8f8;
    padding: 30px;
    border-radius: 4px;
}
#mc_embed_signup label{
    color: rgb(68, 68, 68);
    display: block;
    font-family: arial, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
}
#mc_embed_signup input{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 5px 0 0 0;
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px 8px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666;
    margin: 0;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    clear: both;
    color: #999;
    -moz-box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
    box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
    border: 1px solid #d4d4d4;
}
.datefield{
    clear: both;
}
.monthfield,.dayfield{
    float: left;
    width: 50%;
}
#mc_embed_signup #mc-embedded-subscribe{
   font-family: arial, Arial, Helvetica, sans-serif;
   font-size: 13px;
   display: inline-block;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
cursor: pointer;
margin: 0 5px 5px 0;
font-size: 13px;
min-width: 105px;
width: 105px;
line-height: 13px;
padding: 12px 20px;
border: 1px solid #ddd;
font-weight: bold;
display: inline-block;
background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-color: #F9F9F9;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
-moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
color: #444444;
}
.check {
    display: none;
}
.check .wpcf7-list-item{
    display: block;
}
.wpcf7-captchac{
    float: left;
}
.home .get-quote input[type="submit"]{
    width: 35%;
    margin-top: 16px;
}
body .callus{
    color: #564e4b !important;
    font: 400 13px/26px Open Sans !important;
    text-transform: uppercase;
}
.header-link{
    font-size: 13px !important;
    color: #fff !important;
    text-decoration: none;
    padding: 12px 20px !important;
    background: #4DB4E0 !important;
    text-transform: uppercase;
    border: none !important;
    border-radius: 0 !important;
}
.header-link strong{
    color: #fff;
    margin-right: 5px; 
}
.header-link:hover{
    background: #333333 !important;
}
body #header #navigation ul#nav > li > a{
    font: 600 14px/1.2em Open Sans;
    color: #564e4b;
    text-transform: uppercase;
    height: auto;
}
body #header #navigation ul#nav > li{
    height: auto;
}
#navigation{
    float: right;
}
#header .logo{
    position: absolute;
    top: 0;
    z-index: 1;
}
.topbar{
    float: right;
}
#navigation{
  margin-top: 40px;
}
.callus{
  margin-top: 26px;
}
#header #navigation ul#nav > li.current-menu-item > a,#header #navigation ul#nav > li:hover > a{
  border-bottom: 1px solid #35aee2 !important;
}
.home-fullwidth{
    background: url(images/home.jpg) no-repeat;
    background-size: cover;
    padding-top: 48px;
    padding-bottom: 40px;
    font: 400 16px/26px Open Sans;
    color: #fff;
    text-align: center;
}
.home-fullwidth .section{
    background: transparent !important;
}
.home-title{
    background: rgba(0,0,0,0.3);
    font: 400 25px/50px Open Sans;
    text-align: center;
    color: #fff;
    margin-bottom: 21px;
    text-transform: uppercase;
}
.home-title img{
    top: 6px;
    margin-left: 10px;
    position: relative;
}
.click-video{
    cursor: pointer;
    margin-top: 41px;
    margin-bottom: 20px;
}
.home-fullwidth .section strong{
    font: 400 17px/26px Open Sans;
}
.title-blue, .title-white{
    color: #27a8e0;
    font: 400 25px/26px Open Sans;
    text-transform: uppercase;
    text-align: center;
}
.title-white{
    color: #fff;
}
.home .section  .sixteen .wpcf7-form-control-wrap{
    border: 1px solid #1896cd;
    display: block;
    max-width: 500px;
    margin: 0 auto;
    padding: 3px 6px;
    margin-bottom: -12px;
}
.home .section  .sixteen .wpcf7-form-control-wrap input{
    margin: 0;
    background: #1896cd; 
    border: none;
    color: #fff;
    width: 100%;
     font: 400 16px/1.2em Open Sans;
}
.home .section  .sixteen .wpcf7 span[class*="captcha"]{
    float: right;
}
.get-quote{
    margin: 0 auto !important;
    max-width: 512px;
}
.get-quote .get-capture{
     float: right; 
     width: 380px;
}
.home .get-quote  .wpcf7-form-control-wrap{
    max-width: 100%;
}
.home .sixteen .wpcf7-form-control-wrap input::-webkit-input-placeholder{color: #fff;}
.home .sixteen .wpcf7-form-control-wrap input:-moz-placeholder{color: #fff;}
.home .sixteen .wpcf7-form-control-wrap input::-moz-placeholder{color: #fff;}
.home .sixteen .wpcf7-form-control-wrap input:-ms-input-placeholder{color: #fff;}
.brdr{
    border: 1px solid #1896cd;
    padding: 3px 6px;
    float: left;
}
.wpcf7-captchac{
    background: #1896cd;
    padding: 3px 0;
}
.send-btn{
    text-align: center;
    clear: both;
    padding-top: 33px;
}
.send-btn .wpcf7-submit{
    background: #fff;
    color: #27a8e0;
    font-size: 14px;
    text-transform: uppercase;
    width: 200px;
    border-radius: 0;
}
.send-btn span{
    float: none;
    display: inline-block;
    border: 1px solid #fff;
    padding: 3px 6px;
}
.send-btn .ajax-loader{
    position: absolute;
    margin-left: 15px !important;
    margin-top: 10px;
}
.send-btn .wpcf7-submit{
    margin: 0;
}
.call-txt{
    color: #4c4c4c;
}
#footer{
    background: #222222 !important;
    border-top: none !important;
    border-bottom: 1px solid #535151;
}
.bottom-footer{
    background: #222222 !important;
}
#footer address span strong{
    display: none;
}
#footer div{
    color: #d6d6d6;
}
body #footer .widget h3{
    font-size: 15px;
    padding-bottom: 15px;
    font-family: Open Sans;
    text-transform: uppercase;
}
.develop{
    float: right;
    padding: 10px 0;
}
.copyright-text, .develop, .develop a{
    color: #ffffff !important;
    font: 400 12px/1.2em Open Sans;
}
.address{
    text-transform: uppercase;
    margin-bottom: 5px;
}
.phone, .email{
    padding-left: 50px;
    background: url(images/phone.png) left 50% no-repeat;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 15px;
}
.email{
    background: url(images/mail.png) left 50% no-repeat;
}
.email a{
    color: #d6d6d6 !important;
}
#footer .widget{
    font: 400 12px/23px Open Sans;
}
.footer-logo{
    margin-top: -36px;
    margin-bottom: 15px;
}
.develop img{
    margin-left: 3px;
}
.social-icons{
    position: absolute;
    right: 0;
    top: -9px;
}
.tp-caption.big_color.sfb.start{
    color: #000000 !important;
    font: 400 32px/44px Open Sans !important;
    text-transform: uppercase;
    text-align: center;
}
.rev_slider > ul  li:first-child .tp-caption.big_color.sfb.start{
    text-align: left;
}
.tp-caption.big_color.sfb.start span{
    display: block;
    color: #27a8e0;
}
.tp-button{
    background: #4db4e0 !important;
    border-radius: 0 !important;
    border: none !important;
    color: #fefefe !important;
    font-size: 14px !important;
    text-transform: uppercase;
}
.btn-border{
    border: 1px solid #4db4e1;
    padding: 3px 8px;
    display: inline-block;
} 
.btn-border a{
    display: block !important;
    margin: 0 !important;
}
.tp-bullets.simplebullets.round .bullet{
    background-image: url(images/bullet.png) !important;
}
@media(max-width: 768px){
    .develop{
        float: none;
    }
    .topbar .callus{
        background: #fff !important;
    }
    #header .logo{
        position: static;
    }
    #navigation{
       margin-top: 30px;
    }
    .tp-caption.big_color.sfb.start{
        font: 400 26px/32px Open Sans !important;
    }
    .social-icons{
        position: static;
    }
    .footer-logo{
        margin-top: 0;
    }
    #footer{
        padding-bottom: 5px;
    }
    .get-quote .get-capture{
        width: 53%;
    }
}
@media(max-width: 480px){
     .tp-caption.big_color.sfb.start{
        font: 400 14px/18px Open Sans !important;
    }
    
    .btn-border{
         margin-top: 45px;
    }
    .header-link{
        display: block;
        clear: both;
    }
    .callus{
      height: auto !important;
    }
    .wp-image-3248{
        width: 100%;
        height: auto;
    }
    .contact-date, .contact-time{
      display: block;
      width: 100%;
    }
    .contact-date input, .contact-time input{
      width: 100% !important;
    }
   
}
 body .tp-button {
        padding: 12px 20px;
        line-height: 14px !important;
        font-size: 14px !important;
        display: inline-block;
    }
.section .plan ul li{
    background: none;
}
.video-block{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    z-index: 99999999;
}
.video-block span{
    width: 30px;
    height: 30px;
    background: #289dcc;
    display: block;
    position: absolute;
    right: -15px;
    top: -15px;
    line-height: 30px;
    cursor: pointer;
}
.video-block span:hover{
    opacity: 0.6;
    transition: all 0.3s;
}
body #alt-title h1, body #alt-title h2{
    font-family: Open Sans;
}
.sharebox{
    display: none;
}
.description .wpcf7-captchac{
    background: none !important;
}
.before-cont figure{
    padding-bottom: 20px;
}
.ba-box{
    padding-bottom: 20px;
}
.points-image img{
    max-width: 100%;
}
.point{
    position: absolute;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 50%;
    transition: all 0.3s;
}
.point span{
    height: 15px;
    width: 15px;
    display: block;
    border-radius: 50%;
    background: #289dcc;
}
.point p{
    display: none;
    opacity: 0;
    background: rgba(40, 157, 204, 0.8);
    padding: 10px;
    color: #fff;
    margin-left: 20px;
    margin-top: 20px;
    margin-right: 20px;
    transition: all 0.3s;
} 
.point:hover{ 
    border-radius: 0%;
    transition: all 0.3s;
}
.point:hover p{
    display: block;
    opacity: 1;
    max-width: 400px;
    transition: all 0.3s;
    z-index: 9;
    position: relative;
}
.points-image{
    position: relative;
    margin-bottom: 30px;
}
.point span { -webkit-animation: magic-mouse 2.5s infinite ease; animation: magic-mouse 2.5s infinite ease; float: left;}
@keyframes magic-mouse {
  0% {  
    -moz-transform: scale(1.0);
     -webkit-transform: scale(1.0);
     -ms-transform: scale(1.0);
     transform: scale(1.0);
  }
  50% {
   -moz-transform: scale(1.1);
     -webkit-transform: scale(1.1);
     -ms-transform: scale(1.1);
     transform: scale(1.1);
    background: #fff;
  }
  100% {
   -moz-transform: scale(1.0);
     -webkit-transform: scale(1.0);
     -ms-transform: scale(1.0);
     transform: scale(1.0);
  }
}
@-webkit-keyframes magic-mouse {
  0% {
     -webkit-transform: scale(1.0);
  }
  50% {
     -webkit-transform: scale(1.1);
 background: #fff;
  }
  100% {
     -webkit-transform: scale(1.0);
  }
}
.img1 .point1{
    top: 140px;
    left: 165px;
}
.img1 .point2{
    top: 320px;
    left: 365px;
}
.img2 .point1{
    top: 330px;
    left: 35px;
}
.img2 .point2{
    top: 350px;
    left: 180px;
}
.img2 .point3{
    top: 450px;
    left: 440px;
}
.img2 .point4{
    top: 330px;
    left: 570px;
}
.img2 .point5{
    top: 235px;
    right: 180px;
}
.img2 .point5 span, .img3 .point5 span, .img3 .point6 span{
    float: right;
}
.img3 .point1{
    top: 410px;
    left: 120px;
}
.img3 .point2{
    top: 330px;
    left: 380px;
}
.img3 .point3{
    top: 30px;
left: 395px;
}
.img3 .point4{
    top: 240px;
    left: 420px;
}
.img3 .point5{
    top: 340px;
    right: 345px;
}
.img3 .point6{
    top: 425px;
    right: 320px;
}
.img3 img{
    width: 100%; 
}
@media(max-width: 940px){
    .point{
        position: static;
    }
    .point span{
        display: none;
    }
     .point p{
        background: none;
        margin: 0;
        color: #000;
        display: block;
        padding: 0;
        opacity: 1;
        margin-bottom: 10px;
     }
}

.paypal-codes > div, .paypal-codes{
    display: none;
}
.mob-show, .fa.mob-show{
    display: none;
}

#header #navigation ul#nav > li.mob-show{
    display: none !important;
}
@media(max-width: 768px){ 
    .home .captcha{
        width: 420px;
    }
    .home .wpcf7-captchac{
        width: 24%;
    }
    .bottom-footer{
        display: none !important;
    }
    #header #navigation ul#nav > li.mob-show{
        display: block !important;
        background: #4DB4E0;
        margin-left: 0;
    }
    #header #navigation ul#nav > li.mob-show a{
        color: #fff !important;
    }
    #header #navigation ul#nav > li{
        margin-left: 0;
    }
   body .topbar{
    float: none;
    text-align: left;
    padding: 0 20px;
     height: auto;
     line-height: auto; 
       padding-top: 3px;
   }
   body .topbar strong{
    margin-right: 5px;
      font-size: 18px;
  position: relative;
  top: -3px;
  left: -5px;
   }
   body .topbar .callus{
    text-align: left;
    color: #fff;
     line-height: 30px;
   }
    html body #header.header .logo{
        margin: 15px 0 0 0 !important;
    }
    body .topbar .callus a.book-btn{
        background: none;
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        line-height: 30px;
    }
   body .topbar .callus span{
    line-height: 30px;
    font-size: 13px;
    font-weight: 400;
    float: left !important;
        width: 48% !important;
    margin: 6px 1% !important;
   }
   body .topbar .callus span a{
    font-size: 13px !important;
   }
   .home-btns{overflow: hidden;}
    .mob-hide{
        display: none;
    }
    body .topbar .callus span{
        color: #fff;
    }
   body #header #navigation .select-menu{
        display: none !important;
    }
    .mob-show, .fa.mob-show{display: block;}
     html body #header.header .logo{text-align: left; position: relative;}
     html body #header.header .logo img{width: 250px;}
    body .icon-menu{position: absolute; right: 0; color: #4DB4E0;  bottom: 20%;  font-size: 28px; margin: 0; cursor: pointer; width: auto; height: auto;background: none !important;}
    body #header #navigation.nav-mob ul#nav > li{   height: auto; display: block;   float: none;}
    body #header #navigation.nav-mob ul#nav > li > a{padding: 10px 0; display: block;   float: none;}
   body  #header #navigation.nav-mob ul.menu{ overflow: hidden; float: none; display: block; position: absolute; right: -100%; background: #fff;z-index: 9999999999999999999;   width: 0%; text-align: center; transition: all 0.3s} 
    body #navigation.nav-mob{margin-top: 0}
    body  #header #navigation.nav-mob ul.menu.act{right: 0; transition: all 0.3s; position: absolute; width: 100%}
     body .header{overflow-x: hidden;}
     .icon-menu:before{ display:block; height:28px; width:34px;background-size: contain;}
     .icon-menu.act:before{content: '\f00d'; background: none;}
     .rev_slider_wrapper{display: none !important;}
     .wp-image-3240, .wp-image-3391{max-width: 100%; height: auto;}
     .post-268 .one_half.last{position: absolute;}
     .post-268 .one_half:not(.last){  padding-top: 1100px;}
     .g-recaptcha{
        overflow: hidden;
     }
     .page-id-2705 img[title="Mobile Car Detailing"]{
        display: none;
     }
     .page-id-2705 .one_half.last{margin-top: -50px;}
     .sixteen>.center-gall-1 .title span{margin: 0;}
     .page-id-2545 .title{text-align: center;}
     .ngg-galleryoverview{text-align: center;}
     .ngg-gallery-thumbnail-box{float: none !important; display: inline-block;}
     .social-icons{text-align: center;}
     .social-icons ul{margin-left: 0;}
     .social-icons ul li{display: inline-block; float: none;}
     .sixteen>.title span, .sixteen>.grey-background .title span{margin: 0;} 
     .title{text-align: center;}
     .topbar .callus a{font-size: 14px !important; font-weight: 500 !important; top: 0;}
     .home .home-btns{  margin-top: 0;}
     .home .wp-image-3240{margin-top: 130px}
     .home-btns{width: 100%;}
     .home-btns span, .btn-border{width: 100% !important; margin-left: 0 !important; margin-right: 0 !important;   box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; text-align: center;}
     .home .send-btn span{  display: block;}
     .packages .btn-border{width: auto !important;}
     .home .send-btn .wpcf7-submit{width: 100%;}
     body .top-home-animation, body .top-home-animation div{margin-left: 0;max-width: 100%;}
     body .top-home-animation{float: none;display: inline-block;}
}
.home .wpcf7-form-control-wrap.grecaptcha{
    border: none;
}
.home .g-recaptcha{
    text-align: center;
}
.home .g-recaptcha div{
    display: inline-block;
}
.wpcf7 form.wpcf7-form p.get-quote{
    height: 0;
}
.home .wpcf7 form.wpcf7-form p.send-btn{
    margin-top: 0;
    padding-top: 0;
}
.home-btns a, .home-btns{
    text-align: center;
}
.home-btns .btn-border{
    margin-top: 12px;
}
.home-btns span{
    margin: 0 5px;
    width: 180px;
}
.home-btns{
    margin-top: -20px; 
}
.topbar .callus a.top-tel{
    color: #fff;
}
.similar-post-entry .image{
    float: left;
    margin-right: 15px;
}
.similar-post-entry{
    padding-bottom: 15px;
}
@media(max-width: 480px){
     .home .captcha{
        width: 300px;
    }
    .home .wpcf7-captchac{
        width: 23%;
    }
}
.popup-title .title{
    background: #4DB4E0;
    text-align: center;
    padding: 15px;
}
.popup-title .title span{
    background: transparent;
    color: #fff;
    padding: 5px; 
    font-size: 16px;
    font-weight: bold;
}
.popup-title.title-sale .title:before{
    content: "";
    width: 100px;
    height: 70px;
    display: block;
    right: 5px;
    top: -25px;
    position: absolute;
    text-align: center;
    background: url(images/onsale.png) 50% no-repeat;
}
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  overflow-y: auto;
  display: none;
  z-index: 9999999999999999999; }
.popup-container {
  padding: 15px;
  max-width: 620px;
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 15%; }
.popup-form {
  background: #ebebeb;
  border: 10px solid #fff;
  padding: 40px 45px 5px; }
  @media screen and (max-width: 992px) {
    .popup-form {
      padding: 20px; } }
  .popup-form .form-title {
    color: #4DB4E0;
    font-weight: 700; }
  .popup-form .form-sub-title {
    color: #292929;
    font-size: 14px; }
.close-popup {
  position: absolute;
  left: 50%;
  margin-left: -21px;
  top: -5px;
  background: #4DB4E0;
  width: 42px;
  height: 42px;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  line-height: 42px; }
  .close-popup img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
.expires-info {
  text-align: center;
  font-size: 16px;
  margin: 20px 0; }
  .expires-info b {
    color: red; }
.popup form{
        width: 400px;
    margin: auto;
    text-align: center;
}
.top-wrap{
    background: red;
    display: none;
    margin-top: -47px;
    padding: 10px 35px 10px 15px;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 9;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.top-close{
    float:  right; 
    cursor: pointer;
    top: 10px;
    position: absolute;
    right: 15px;
    color: #fff;
}
body.top-bar .top-wrap{
     display: block;
}
/*body.top-bar{
    padding-top: 47px;
    transition: all 0.3s;
}*/
.top-wrap p{
    margin-bottom: 0;
}
/*body.top-bar #header{
    top: 47px;
    transition: all 0.3s;
}*/
@media(max-width: 960px){
    html body #header.header .logo img{
        width: 210px;
    }
}
@media(max-width: 768px){
    .top-wrap{
        position: static;
    }
    .home .sixteen h1{
        font-size: 22px !important;
    }
    .popup form{
        max-width: 100%;
    }
    body .topbar .callus{
        max-width: 420px;
        margin: auto;
    }
    .topbar .callus span{
        padding-left: 10px;
        padding-right: 10px;
    }
}
.callus a.header-link{
    background: #dd3333 !important; 
}
.top-close:before{

    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    font-size: 28px;
    margin: 0px 0; 
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body #page-wrap{padding-top: 0;}
body #alt-breadcrumbs,body #no-title{display: none;}
body.blog #page-wrap, body.single #page-wrap, body.page-id-2705 #page-wrap, body.page-id-268 #page-wrap, body.page-id-3727 #page-wrap {padding-top: 40px;}
body.page-id-2033 #page-wrap, body.page-id-2111 #page-wrap, body.page-id-2545 #page-wrap, body.home #page-wrap, body.page-id-2695 #page-wrap, body.page-id-2705 #page-wrap{padding-bottom: 0;}
.bottom-footer{position: fixed;}
@font-face 
    {
        font-family:'template-icon-vehicle';
        src:url('font/template-icon-vehicle.eot?krrzze');
        src:url('font/template-icon-vehicle.eot?#iefixkrrzze') format('embedded-opentype'), url('font/template-icon-vehicle.ttf?krrzze') format('truetype'), url('font/template-icon-vehicle.woff?krrzze') format('woff'), url('font/template-icon-vehicle.svg?krrzze#template-icon-vehicle') format('svg');
        font-weight:normal;
        font-style:normal;
    }
    [class^="template-icon-vehicle-"], [class*=" template-icon-vehicle-"] 
    {
        font-family:'template-icon-vehicle' !important;
        speak:none;
        font-style:normal;
        font-weight:normal;
        font-variant:normal;
        text-transform:none;
        line-height:1;
        -webkit-font-smoothing:antialiased;
        -moz-osx-font-smoothing:grayscale;
    }
    .template-icon-vehicle-jetski:before 
    {
        content:"\79";
        font-size:28px;
    }
    .template-icon-vehicle-boat:before 
    {
        content:"\78";
        font-size:30px;
    }
    .template-icon-vehicle-quad:before 
    {
        content:"\75";
        font-size:61px;
    }
    .template-icon-vehicle-trailer:before 
    {
        content:"\74";
        font-size:23px;
    }
    .template-icon-vehicle-bicycle:before 
    {
        content:"\77";
        font-size:41px;
    }
    .template-icon-vehicle-motorcycle:before 
    {
        content:"\76";
        font-size:60px;
    }
    .template-icon-vehicle-mini-car:before 
    {
        content:"\61";
        font-size:60px;
    }
    .template-icon-vehicle-small-car:before 
    {
        content:"\62";
        font-size:60px;
    }
    .template-icon-vehicle-pickup:before 
    {
        content:"\67";
        font-size:60px;
    }
    .template-icon-vehicle-limousine:before 
    {
        content:"\68";
        font-size:60px;
    }
    .template-icon-vehicle-4x4:before 
    {
        content:"\66";
        font-size:61px;
    }
    .template-icon-vehicle-car-mid-size:before 
    {
        content:"\63";
        font-size:60px;
    }
    .template-icon-vehicle-truck-mid-size:before 
    {
        content:"\6b";
        font-size:60px;
    }
    .template-icon-vehicle-truck:before 
    {
        content:"\6c";
        font-size:60px;
    }
    .template-icon-vehicle-double-decker:before 
    {
        content:"\70";
        font-size:60px;
    }
    .template-icon-vehicle-bus:before 
    {
        content:"\6f";
        font-size:60px;
    }
    .template-icon-vehicle-van:before 
    {
        content:"\69";
        font-size:60px;
    }
    .template-icon-vehicle-midibus:before 
    {
        content:"\6e";
        font-size:60px;
    }
    .template-icon-vehicle-heavy-equipment:before 
    {
        content:"\71";
        font-size:60px;
    }
    .template-icon-vehicle-station-wagon:before 
    {
        content:"\64";
        font-size:60px;
    }
    .template-icon-vehicle-suv:before 
    {
        content:"\65";
        font-size:60px;
    }
    .template-icon-vehicle-truck-large:before 
    {
        content:"\72";
        font-size:60px;
    }
    .template-icon-vehicle-minibus:before 
    {
        content:"\6d";
        font-size:60px;
    }
    .template-icon-vehicle-caravan:before 
    {
        content:"\73";
        font-size:60px;
    }
    .template-icon-vehicle-minivan:before 
    {
        content:"\6a";
        font-size:60px;
    }
.template-component-booking-vehicle-list>li {
    width: 15%;
    height: 110px;
    cursor: pointer;
    padding-top: 15px;
    text-align: center;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    margin: 0px 6px 12px 6px;
    border-color: #E2E6E7;
    display: inline-block;
    color: #444;
    vertical-align: bottom;
}  
.template-component-booking-vehicle-list>li:hover, .template-component-booking-vehicle-list>li.act{
    background: #199CDB;
    color: #fff;
    border-color: transparent;
}
ul.template-component-booking-vehicle-list{
    margin-left: 0;
}
.packages > div{
    width: calc(20% - 1px);
    float: left;
    border-left: 1px solid #E2E6E7;
    text-align: center;
}
.packages > div label{
    cursor: default;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
}
.packages > div:first-child{
    text-align: left;
     border: none;
}
.packages{
    color: #444;
    border: 1px solid #E2E6E7;
    overflow: hidden;
}
.packages > div > div:nth-child(2){
    min-height: 54px;
    line-height: 54px;
}
.packages > div > div{
    border-top: 1px solid #E2E6E7;
    padding: 10px;
}
.packages > div > div.price{
    font-size: 32px;
    color: #199CDB;
}
.packages > div > label{
    padding: 10px;
}
.packages > div .icon-block{
    color: #d33;
}
.packages > div .icon-ok-1{
    color: #199CDB;
}
.btn-border span{margin: 0;}
.price-page{padding-top: 40px;}
.price-form .third{
    width: 33%;
    float: left;
}
.price-form form > p{
    padding: 0 10px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.price-form form label{
    float: none;
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
}
div.price-form form.wpcf7-form  p{
    font-weight: 400;
    font-size: 15px;
}
.price-form .half{
    width: 50%;
    float: left;
}
.price-form form p > br{
    display: none;
}
.price-form form p input[type="text"]{
    width: 100%;
}
.price-form .wpcf7-captchac{
    width: 10%;
}
.price-form span.wpcf7-form-control-wrap[class*="captcha-"]{
    width: 85%;
}
.price-form{
    clear: both;
    padding-top: 50px; 
}
.price-form .package-select{text-align: center; padding-bottom: 20px;}
.btn-border{cursor: pointer;}
.price-form{clear: both; display: none;}
.packages div.act{background: rgba(25, 156, 219, 0.2);}
.bottom-menu:before{content: "";display: block;position: absolute; width: 400%; left: -100%; top: 0; height: 100%; background: #199CDB; z-index: -1;}
.bottom-menu{position: relative;}
.bottom-menu > div{display: inline-block; width: 32%;}
.bottom-menu > div:nth-child(2){border-left: 1px solid #fff; border-right: 1px solid #fff;}
.bottom-menu > div{text-align: center;}
.bottom-menu > div a{color: #fff;}
.page-template-page-price-php{overflow-x: hidden;}
.price-form input[type="email"]{margin-bottom: 0;margin-top: 5px;}
#header{transition: height 0.3s;}
@media(min-width: 960px){
    #header.fix{height: 150px;transition: height 0.2s;}
    .packages label.fix{position: fixed;top: 115px; z-index: 99999; color: #199CDB; font-size: 13px;padding-left: 25px; }
    .packages label.fix br{display:none;}
}
img{
    max-width: 100%;
    height: auto;
}
#header #navigation ul#nav>li>a{margin: 0 0 0px 10px; }
@media(max-width: 959px){
    #header #navigation ul#nav>li>a{
            margin: 0;
    }
    .template-component-booking-vehicle-list>li{
        width: 14%;
        font-size: 13px;
    }
    .packages > div label{min-height: 54px;}
    .packages > div:first-child label{line-height: 54px;}
    .price-form  .contact-date input, .price-form  .contact-time input{width: 100% !important;}
}
@media(max-width: 767px){
    .bottom-menu{display: none;}
    .packages > div, .packages>div:first-child{
        width: calc(100% - 2px);
        border: 1px solid #E2E6E7;
        margin-bottom: 40px;
    }
    .packages label br{
    	display:none;
    }
    .packages>div:first-child{
    	text-align: center;
    }
    .packages{
        border: none;
    }
    .packages .package-list{border-right: none;position: relative;}
    .packages .package-list div:last-child{
        display: none;
    }
    .template-component-booking-vehicle-list>li{width: 29%;}
    .price-form .wpcf7-captchac{width: 20%;}
    .price-form span.wpcf7-form-control-wrap[class*="captcha-"]{width: 75%;}
    .packages>div>div:before {
	    content: attr(data-label)":";
	    font-weight: 400;
	    margin-right: 10px;
	    display: inline-block;
	    color: #000;
	}
	.packages>div>div:last-child:before{
		display:none;
	}
	.packages > div label{
		min-height: 0;
		line-height: 1.2em;
	}
    body .top-home-animation:after{
        height: 90px;
        bottom: -20px;
        right: -20px;
        width: 90px;
    }
}
@media(max-width: 479px){
    .template-component-booking-vehicle-list>li{width: 45%;}
    .packages .btn-border{margin-top: 0;}
    .price-form .third, .price-form .half{width: 100%;}
}
/*table*/
.packages td, .packages th{
	width: 20%;
	padding: 10px;
	vertical-align: middle;
	    border: 1px solid #E2E6E7;
        border-collapse:collapse;
        background: #fff;
}
.packages td{
	font-size: 15px;
}
.packages th{
	cursor: default;
    color: #000;
    font-size: 15px;
}
.packages th:first-child{
	text-align: left;
}
.packages td .icon-ok-1{
	color: #199CDB;
}
.packages td .icon-block{
	color: #d33;
}
.packages td{
	text-align:center;
}
.packages td:first-child{
	text-align: left;
}
.packages .price {
    font-size: 32px;
    color: #199CDB;
}
table.packages .act{
    background: rgba(25,156,219,0.2);
    border-color: rgba(25,156,219,0.2);
}
.template-component-booking-vehicle-list{
	text-align:center;
}
.more-info{
	border-radius: 50px;
	height:25px;
	width: 25px;
	float:right;
	background: #4DB4E0;
	color: #fff;
	line-height: 25px;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	position: relative;
}
.more-info:before{
	content: attr(data-more)"";
    opacity: 0;
    position: absolute;
    background: #4DB4E0;
    width: 125px;
    margin-left: 25px;
    padding: 10px;
    margin-top: 50%;
    transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
       -ms-transform: translateY(-50%);
    transition: opacity 0.3s;
}
.more-info:after{
	content: "";
	opacity: 0;
	transition: opacity 0.3s;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    margin-left: 13px;
    top: 50%;
    margin-top: -8px;
    border-width: 7px 6px 7px 0;
    border-color: transparent #4DB4E0 transparent transparent;
}
.more-info:hover:before, .more-info:hover:after{
	opacity: 1;
	transition: opacity 0.3s;
}
.package-list.fix{
	background: #fff;
	position: fixed;
	top: 118px;
	z-index: 9;
    margin-left: -1px;
}
.packages td#price2{
    background: url(images/bestseller.png) right 0 no-repeat;
}
.page-id-3991 .packages td#price2{
    background: #fff;
}
.page-id-3991 .packages td#price1{
    background: url(images/bestseller.png) right 0 no-repeat;
}
.home .section .one_third img{
    max-width: 100%;
    height: 100%;
}
.home .entry .section:nth-child(2){
    padding-bottom: 20px;
}
/*.top-home-animation div:first-child {
    position: relative;
    width: 387px;
    height: 224px;
}*/
.top-home-animation div.active {
    opacity: 1;
    transition: all 0.8s;
    position: relative;
     width: 387px;
    height: 224px;
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
}
.top-home-animation div {
    position: absolute; 
    left: 0;
    top: 0;
    float: left;
    opacity: 0;
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
}
.top-home-animation{
    position: relative;
    float: right;
    cursor: pointer;
    margin-left: 15px;
     width: 387px;  
    height: 224px;
}
.top-home-animation:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 1;
    background: url(images/play.png) 50% 50% no-repeat;
}
.top-home-animation:after{
    content: "";
    position: absolute;
    height: 145px;
    width: 145px;
    bottom: -50px;
    right: -35px;
    display: block;
    z-index: 1;
    background: url(images/cover.png) 50% 50% no-repeat;
    background-size: 100%;
}
.video-player{position: fixed; display: none; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6);     z-index: 99999999999999; visibility: hidden; opacity: 0; -moz-transition:all 200ms ease-out; -o-transition:all 1000ms ease-out; -webkit-transition:all 200ms ease-out; transition:all 200ms ease-out; -ms-transition:all 200ms ease-out;}
.video-player.active{visibility: visible; opacity: 1; display: block;}
.video-iframe{  position: absolute;  
    left: 50%;
    max-height: 420px;
    height: 100%;
    max-width: 768px;
    width: 90%;
    top: 50%;
    transform: translate(-50%,-50%);}
.video-iframe iframe{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.close-iframe, .close-html-video {position: absolute; display: block; right: 0px; top: -35px; width: 35px; height: 35px; text-align: center; line-height: 35px; font-size: 22px; color: #fff; background: #289dcc; font-family: 'Open Sans', sans-serif; cursor: pointer;}
.close-iframe span, .close-html-video span {display: block; position: relative; transform: rotate(45deg); -webkit-transform: rotate(45deg);}
@media(max-width: 960px){
    .topbar .callus span{
            font-size: 18px !important;
    }
}
.home .labels-hidden{
    text-align: center;
    display: none !important;
}
.home .wpcf7 label{
    color: #fff;
    font-size: 16px;
    left: 0;
    float: none;
        width: auto;
}
body .topbar strong.icon-phone{
    top: -3px;
}
@media(max-width: 767px){
    .header .callus{
        margin-top: 0;
    }
}
@media(max-width: 960px){
    .header-link{
            padding: 12px 16px !important;
    }
}
.callus .bbb{
    position: absolute;
    max-height: 40px;
    margin-left: -125px;
    margin-top: -4px;
    cursor: pointer;
}
#text-3 img{display: block; margin: 0 auto 15px; }
.car-detailing-fullwidth {
	background: rgba(0, 0, 0, 0) url("https://www.washmenow.ca/wp-content/uploads/2016/02/wash-me-now-toronto-car-detailing-clean-environment.jpg") no-repeat scroll 0 51% / cover ;
    color: #fff;
    font: 400 16px/26px Open Sans;
    
     margin-bottom: 40px;
    text-align: center;
}
.car-opasity{
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
	padding-bottom: 40px;
    padding-top: 48px;
}
.car-detailing-2 .car-detailing-fullwidth{
	background: rgba(0, 0, 0, 0) url("https://www.washmenow.ca/wp-content/uploads/2015/10/detail-your-car.jpg") no-repeat scroll 0 51% / cover ;
}
.car-det-title {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    font: 400 25px/50px Open Sans;
    text-align: center;
    text-transform: uppercase;
}
.car-det-img-right{
	float:right;
}
.car-det-img-left{
	float:left;
}
.our-services,.our-experience{
	margin-bottom:4px;
	text-align:center;
}
.car-det-img-right,.car-det-img-left{
	height: auto;
    width: 50%;
    margin-top: -30px;
    padding-bottom: 60px;
}
.info-left{
	float:left;
	width: 48%;
	padding-bottom: 20px;
}
.info-right{
	float:right;
	width: 48%;
}
.h-right{
	padding-right: 15%;
    text-align: right;
}
.h-left{
	padding-left: 15%;
}
.last-img{
	margin-bottom:30px;
}
.car-detailing .title-blue{
	margin: 0 0 30px;
}
.car-detailing-2 .title-blue{
	margin: 31px 0 30px 0;
}
.car-detailing .package-h2{
	margin: 38px 0 20px;
}
.car-detailing h3{
	color:#27a8e0;
}
.car-detailing h4{
	margin-bottom:23px;
}
.car-detailing .content-white, .car-detailing-2 .content-white{
	color:#fff;
	text-align:center;
}
.package-options{
	text-align:center;
}
.choose-us-box-l{
	float:left;
}
.choose-us-box-r{
	float:right;
	margin-top: 77px;
}
.choose-us-box-l,.choose-us-box-r{
	width:46%;
	text-align:justify;
}
.car-detailing-2 h3{
	color:#27a8e0;
	text-align:center;
}
.perfection{
	margin-bottom:30px;
	margin-top:30px;
	text-align:center;
}
.car-detailing-2 .car-det-title{
	margin-top:0px;
}
.page-id-4245 #title,.page-id-4243 #title{
	display:none;
}
.page-id-4245 .section .one_third img,.page-id-4243 .section .one_third img{
    height: 100%;
    max-width: 100%;
}
.top-rated-img{
	width:100%;
	height:auto;
}
#header #navigation #nav .sub-menu{
    top: 39px !important;
}
html body #navigation .sub-menu{
    background: #199CDB !important;
}
#navigation .sub-menu li{
    border: none !important;
}
.bottom-menu>div{
    padding: 4px 0;
}
.bottom-menu .act{
        font-weight: bold;
}
@media(max-width: 767px){
    .plus:before{content: "+";    padding: 5px 20px;    position: absolute;    top: -2px;    margin-left: 30px; cursor: pointer;}
    .plus.act:before{content: '-';}
    body #header #navigation ul#nav li .sub-menu{display: none; z-index: 999;}
    .menu li{position: relative;}
    .navigation, .menu-primary-container{ z-index: 999;}
}
body #wpsl-wrap #wpsl-result-list ul li{
    list-style: none !important;
    background: none !important;
}
body #wpsl-search-wrap div label{
    white-space: nowrap;
    padding-right: 12px;
    padding-top: 4px;
}
@media(max-width: 480px){
    #wpsl-stores{
        max-height: 250px !important;
    }
}
.latest-posts h3{
    margin-top: 32px;
    margin-bottom: 32px;
}
.latest-posts .one_half_last{
    float: right;
    width: 48%;
}
.latest-posts  li{
    padding-bottom: 10px;
}
.latest-posts li a{
    color: #fff;
}
.latest-posts li a:hover{
    text-decoration: underline;
}
.request_callback{
    position: fixed;
    right:0;
    bottom: -700px;
    background: #fff;
    border: 1px solid #4c4c4c;
    padding: 15px 15px 0;
    text-align: center;
    transition: all 400ms ease-in 0s;-webkit-transition: all 400ms ease-in 0s;-moz-transition: all 400ms ease-in 0s;-o-transition: all 400ms ease-in 0s;-ms-transition: all 400ms ease-in 0s;
    width: 355px;
    z-index: 99999;
}
.request_callback.act{
    bottom: 0;
}
.request_callback .close, .popup-form .close{
    background: #4db4e0;
    color: #fff;
    cursor: pointer;
    margin-top: 8px;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.request_callback .close:hover, .popup-form .close:hover{
    background: #a0a0a0;
}
.request_callback h3{
    padding-left: 28px;
    padding-top: 4px;
}
.request_callback p{
       margin-top: 5px;
}
.request_callback .wpcf7-not-valid{
    border-color: red !important;
}
.request_callback .wpcf7-not-valid-tip{
    display: none !important;
}
.request_callback .wpcf7-mail-sent-ok{
    display: none !important;
}
.request_callback_button.act{transition: all 0.3s; right: -100%;}
.request_callback_button{
    background: #4db4e0;
    color: #fff;
    position: fixed;
    z-index: 999999999;
    bottom: 0%;
    right: 20px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 20px;
    font: 700 14px/1.2em Open Sans;
    transition: all 0.3s;
}
.request_callback .wpcf7-submit{margin-top: 10px;}
.request_callback .wpcf7-form-control-wrap{margin-top: 15px; display: inline-block;}
.request_callback .wpcf7-form-control.wpcf7-captchac{   margin-top: 20px;}
.request_callback .wpcf7-form-control-wrap[class*="captcha-"]{float: right; width: 230px !important;}
.request_callback .wpcf7-form-control-wrap{max-width: 100%; display: inline-block;}
.request_callback .wpcf7-form-control-wrap input{    width: 400px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box; max-width: 100%;}
.request_callback input{margin-bottom: 0;}
body .request_callback .captcha{width: auto;}
@media(max-width: 480px){
    .request_callback{ width: 288px;     z-index: 9999999; }
    .request_callback .wpcf7-form-control-wrap[class*="captcha-"]{    width: 195px !important;}
}
.top-tel, body .topbar .callus a.book-btn{
    background: #4db4e0;
}
.wpsl-direction-wrap, .wpsl-directions{ 
    display: none !important;
}
.phone-btn{
    display: none;
}
.phone-btn a{
    white-space: nowrap;
}
@media(max-width: 768px){
    .phone-btn{ z-index: 999999;   display: block; position: fixed; background: #dd3333; color: #fff; left: 50%;   transform: translateX(-50%);   -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%);     bottom: 9px;}
    .phone-btn strong{margin-right: 10px;} 
    .phone-btn a{color: #fff !important;padding: 10px 25px; background: #dd3333;}
    .latest-posts .one_half_last{width: 100%; float: none;}
    .request_callback_button,#menu-primary{display: none !important;}
}
@media(min-width: 768px){
    #header #navigation ul#nav>li.mega-menu{position: static;}
    #header #navigation ul#nav>li.mega-menu .sub-menu{left: 0;    width: 100%; top: 115px !important; box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
    #navigation .mega-menu .sub-menu li{width: 21%; padding-left: 20px; float: left; padding-right: 9px; background: url(images/check.png) left 11px no-repeat; background-size: 13px;}
    #navigation .mega-menu .sub-menu li a{width: auto;} 
}
#header #navigation ul#nav>li.mega-menu .sub-menu{
    padding-bottom: 30px;
}
#header #navigation ul#nav>li.mega-menu .sub-menu:after{
    content: "For Detailing in Your City, Call (647) 607-5199";
    background: #d33;
    position: absolute;
    padding: 2px 0;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}
@media(max-width: 360px){
    #header #navigation ul#nav>li.mega-menu .sub-menu:after{
        display: none !important;
    }
}
.watch-video-btn.tp-button{background: #dd3333 !important;cursor: pointer;}
.video-wrapper{display: none;}
.video-block{
    position: fixed;
}
.video-block span{
    color: #fff;
    background: #dd3333;
    position: absolute;
    right: -13px;
    top: -13px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
}
.video-block{
    left: 50%;
    top: 55%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: 999999;
}
.sixteen>.grey-background.center-gall-3 .title span{
	margin: 0 33%;
}
.mobile-line{position: fixed; bottom: 0; width: 100%; background: #27a8e0; z-index: 999999999; padding: 5px 0;}
.mobile-line a{display: block; float: left; width: 25%; color: #fff !important; text-align: center;}
.mobile-line a span{display: block; font-size: 13px;}
.mob-popup{    position: fixed;
     display: none; 
    z-index: 99999999;
    background: #fff;
    bottom: 0;
    padding: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);}
.mob-popup .pop-wrap{width: 285px; margin: auto; }
.mob-popup .close{    background: #dd3333;
    color: #fff; float: right; 
    padding: 2px 10px; cursor: pointer;}
.mob-popup{text-align: center;}
.mob-popup .ajax-loader{position: absolute;}
.mob-popup h3{text-align: center; padding-top: 65px; font-weight: bold;}
.top-mobile{background: #dd3333; padding: 10px 0; position:  fixed; top: 0; text-align: center; color:  #fff !important; font-size: 14px; text-transform: uppercase; width: 100%; font-weight: bold;    z-index: 99999999;}
@media(max-width: 767px){
    .top-wrap.mob-hide{display: none !important;}
    body{padding-top: 43px !important;}
}
.ctv{
    position: absolute;
    margin-left: -225px;
    margin-top: -11px;
    height: 50px;
}

@media only screen and (min-width:768px) and (max-width:959px){.container{width:768px}.container .column,.container .columns{margin-left:10px;margin-right:10px}.column.alpha,.columns.alpha{margin-left:0;margin-right:10px}.column.omega,.columns.omega{margin-right:0;margin-left:10px}.alpha.omega{margin-left:0;margin-right:0}.container .one.column,.container .one.columns{width:28px}.container .two.columns{width:76px}.container .three.columns{width:124px}.container .four.columns{width:172px}.container .five.columns{width:220px}.container .six.columns{width:268px}.container .seven.columns{width:316px}.container .eight.columns{width:364px}.container .nine.columns{width:412px}.container .ten.columns{width:460px}.container .eleven.columns{width:508px}.container .twelve.columns{width:556px}.container .thirteen.columns{width:604px}.container .fourteen.columns{width:652px}.container .fifteen.columns{width:700px}.container .sixteen.columns{width:748px}.container .one-third.columns{width:236px}.container .two-thirds.column{width:492px}.container .offset-by-one{padding-left:48px}.container .offset-by-two{padding-left:96px}.container .offset-by-three{padding-left:144px}.container .offset-by-four{padding-left:192px}.container .offset-by-five{padding-left:240px}.container .offset-by-six{padding-left:288px}.container .offset-by-seven{padding-left:336px}.container .offset-by-eight{padding-left:384px}.container .offset-by-nine{padding-left:432px}.container .offset-by-ten{padding-left:480px}.container .offset-by-eleven{padding-left:528px}.container .offset-by-twelve{padding-left:576px}.container .offset-by-thirteen{padding-left:624px}.container .offset-by-fourteen{padding-left:672px}.container .offset-by-fifteen{padding-left:720px}}@media only screen and (max-width:767px){.container,.container .eight.columns,.container .eleven.columns,.container .fifteen.columns,.container .five.columns,.container .four.columns,.container .fourteen.columns,.container .nine.columns,.container .one-third.column,.container .one-third.columns,.container .one.column,.container .one.columns,.container .seven.columns,.container .six.columns,.container .sixteen.columns,.container .ten.columns,.container .thirteen.columns,.container .three.columns,.container .twelve.columns,.container .two-thirds.column,.container .two.columns,.five_sixth,.four_fifth,.one_fifth,.one_fourth,.one_half,.one_sixth,.one_third,.three_fifth,.three_fourth,.two_fifth,.two_third{width:300px}.container .column,.container .columns{margin:0}.container .offset-by-eight,.container .offset-by-eleven,.container .offset-by-fifteen,.container .offset-by-five,.container .offset-by-four,.container .offset-by-fourteen,.container .offset-by-nine,.container .offset-by-one,.container .offset-by-seven,.container .offset-by-six,.container .offset-by-ten,.container .offset-by-thirteen,.container .offset-by-three,.container .offset-by-twelve,.container .offset-by-two{padding-left:0}}@media only screen and (min-width:480px) and (max-width:767px){.container,.container .eight.columns,.container .eleven.columns,.container .fifteen.columns,.container .five.columns,.container .four.columns,.container .fourteen.columns,.container .nine.columns,.container .one-third.column,.container .one-third.columns,.container .one.column,.container .one.columns,.container .seven.columns,.container .six.columns,.container .sixteen.columns,.container .ten.columns,.container .thirteen.columns,.container .three.columns,.container .twelve.columns,.container .two-thirds.column,.container .two.columns,.five_sixth,.four_fifth,.one_fifth,.one_fourth,.one_half,.one_sixth,.one_third,.three_fifth,.three_fourth,.two_fifth,.two_third{width:420px}.container .column,.container .columns{margin:0}}
@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){#header-searchform input{background-image:url(../images/search@2x.png);-webkit-background-size:16px 16px;-moz-background-size:16px 16px;-o-background-size:16px 16px;background-size:16px 16px}#header-cart{background-image:url(../images/cart@2x.png);-webkit-background-size:16px 16px;-moz-background-size:16px 16px;-o-background-size:16px 16px;background-size:16px 16px}.accordion .accordion-title a{background-image:url(../images/accordion-open@2x.png);-webkit-background-size:39px 80px;-moz-background-size:39px 80px;-o-background-size:39px 80px;background-size:39px 80px}.accordion .accordion-title.active a,.toggle .toggle-title span{-webkit-background-size:39px 80px;-moz-background-size:39px 80px;-o-background-size:39px 80px}.accordion .accordion-title.active a{background-image:url(../images/accordion-close@2x.png);background-size:39px 80px}.toggle .toggle-title span{background-image:url(../images/accordion-open@2x.png);background-size:39px 80px}.toggle .toggle-title.active span{background-image:url(../images/accordion-close@2x.png);-webkit-background-size:39px 80px;-moz-background-size:39px 80px;-o-background-size:39px 80px;background-size:39px 80px}.sidenav li a,.widget_wp_nav_menu_desc li a{background-image:url(../images/arrow5@2x.png);-webkit-background-size:7px 11px;-moz-background-size:7px 11px;-o-background-size:7px 11px;background-size:7px 11px}.sidenav li.current_page_item a,.sidenav li.current_page_item a:hover,.widget_wp_nav_menu_desc li.current_page_item a,.widget_wp_nav_menu_desc li.current_page_item a:hover{background-image:url(../images/arrow5_white@2x.png);-webkit-background-size:7px 11px;-moz-background-size:7px 11px;-o-background-size:7px 11px;background-size:7px 11px}#back-to-top a{background-image:url(../images/backtotop@2x.png);-webkit-background-size:15px 10px;-moz-background-size:15px 10px;-o-background-size:15px 10px;background-size:15px 10px}.hr2{background-image:url(../images/dotted@2x.png);-webkit-background-size:4px 1px;-moz-background-size:4px 1px;-o-background-size:4px 1px;background-size:4px 1px}#alt-title .grid{background-image:url(../images/grid@2x.png);-webkit-background-size:2px 2px;-moz-background-size:2px 2px;-o-background-size:2px 2px;background-size:2px 2px}.callout,.description.style-2,.hr-border,.hr4,.teaserbox{-webkit-background-size:5px 5px;-moz-background-size:5px 5px;-o-background-size:5px 5px}.hr-border,.hr4{background-image:url(../images/stripes@2x.png);background-size:5px 5px}.callout,.description.style-2,.teaserbox{background-image:url(../images/stripes@2x.png)!important;background-size:5px 5px}.title{background-image:url(../images/stripes@2x.png);-webkit-background-size:5px 5px;-moz-background-size:5px 5px;-o-background-size:5px 5px;background-size:5px 5px}.close-infobar.open:after,.close-infobar:after{background-image:url(../images/toggle@2x.png);-webkit-background-size:80px 40px;-moz-background-size:80px 40px;-o-background-size:80px 40px;background-size:80px 40px}.overlay,.post-image .overlay{-webkit-background-size:20px 20px;-moz-background-size:20px 20px;-o-background-size:20px 20px}.overlay{background-image:url(../images/overlay-lightbox@2x.png);background-size:20px 20px}.post-image .overlay{background-image:url(../images/overlay-link@2x.png);background-size:20px 20px}.post-gallery .overlay,.single .post-image .overlay{-webkit-background-size:20px 20px;-moz-background-size:20px 20px;-o-background-size:20px 20px}.single .post-image .overlay{background-image:url(../images/overlay-lightbox@2x.png);background-size:20px 20px}.post-gallery .overlay{background-image:url(../images/overlay-link@2x.png);background-size:20px 20px}.single .post-gallery .overlay{background-image:url(../images/overlay-lightbox@2x.png);-webkit-background-size:20px 20px;-moz-background-size:20px 20px;-o-background-size:20px 20px;background-size:20px 20px}.portfolio-item .portfolio-pic .portfolio-overlay .overlay-link,.portfolio-item-one .portfolio-pic .portfolio-overlay .overlay-link{background-image:url(../images/overlay-link@2x.png);-webkit-background-size:20px 20px;-moz-background-size:20px 20px;-o-background-size:20px 20px;background-size:20px 20px}.portfolio-item .portfolio-pic .portfolio-overlay .overlay-lightbox,.portfolio-item-one .portfolio-pic .portfolio-overlay .overlay-lightbox{background-image:url(../images/overlay-lightbox@2x.png);-webkit-background-size:20px 20px;-moz-background-size:20px 20px;-o-background-size:20px 20px;background-size:20px 20px}.post-icon.standard{background-image:url(../images/postformat-standard@2x.png);-webkit-background-size:35px 35px;-moz-background-size:35px 35px;-o-background-size:35px 35px;background-size:35px 35px}.post-icon.imagegallery,.post-icon.link{-webkit-background-size:35px 35px;-moz-background-size:35px 35px;-o-background-size:35px 35px}.post-icon.imagegallery{background-image:url(../images/postformat-gallery@2x.png);background-size:35px 35px}.post-icon.link{background-image:url(../images/postformat-link@2x.png);background-size:35px 35px}.post-icon.quote,.post-icon.video{-webkit-background-size:35px 35px;-moz-background-size:35px 35px;-o-background-size:35px 35px}.post-icon.quote{background-image:url(../images/postformat-quote@2x.png);background-size:35px 35px}.post-icon.video{background-image:url(../images/postformat-video@2x.png);background-size:35px 35px}.post-icon.audio{background-image:url(../images/postformat-audio@2x.png);-webkit-background-size:35px 35px;-moz-background-size:35px 35px;-o-background-size:35px 35px;background-size:35px 35px}.post-quote{background-image:url(../images/quote@2x.png);-webkit-background-size:21px 17px;-moz-background-size:21px 17px;-o-background-size:21px 17px;background-size:21px 17px}.widget_search input{background-image:url(../images/search@2x.png);-webkit-background-size:13px 13px;-moz-background-size:13px 13px;-o-background-size:13px 13px;background-size:13px 13px}.post-navigation .next a,.projects-nav .next a{background-image:url(../images/slider-next@2x.png);-webkit-background-size:10px 15px;-moz-background-size:10px 15px;-o-background-size:10px 15px;background-size:10px 15px}.flex-direction-nav .flex-next,.post-navigation .prev a,.projects-nav .prev a{-webkit-background-size:10px 15px;-moz-background-size:10px 15px;-o-background-size:10px 15px}.post-navigation .prev a,.projects-nav .prev a{background-image:url(../images/slider-prev@2x.png);background-size:10px 15px}.flex-direction-nav .flex-next{background-image:url(../images/slider-next@2x.png);background-size:10px 15px}.flex-direction-nav .flex-prev{background-image:url(../images/slider-prev@2x.png);-webkit-background-size:10px 15px;-moz-background-size:10px 15px;-o-background-size:10px 15px;background-size:10px 15px}.testimonial:after{background-image:url(../images/testimonials@2x.png);-webkit-background-size:22px 22px;-moz-background-size:22px 22px;-o-background-size:22px 22px;background-size:22px 22px}.widget_tp_widget_recent_tweets ul li,.widget_twitter ul li{background:url(../images/twitter@2x.png) no-repeat!important;-webkit-background-size:22px 18px!important;-moz-background-size:22px 18px!important;-o-background-size:22px 18px!important;background-size:22px 18px!important}#footer .widget ul li,#infobar .widget ul li,#related-posts ul li,#sidebar .widget ul li{background-image:url(../images/arrow4@2x.png);-webkit-background-size:5px 5px;-moz-background-size:5px 5px;-o-background-size:5px 5px;background-size:5px 5px}#twitterbar .twitterpost{background-image:url(../images/icons/twitter@2x.png);-webkit-background-size:40px 80px;-moz-background-size:40px 80px;-o-background-size:40px 80px;background-size:40px 80px}[class*=" icon-"],[class^=icon-]{background-image:url(../images/glyphicons-halflings@2x.png);-webkit-background-size:469px 159px;-moz-background-size:469px 159px;-o-background-size:469px 159px;background-size:469px 159px}.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-menu>.active>a>[class^=icon-],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^=icon-],.icon-white,.nav>.active>a>[class*=" icon-"],.nav>.active>a>[class^=icon-],a.button.alternative-1 i,a.button.alternative-2 i,a.button.alternative-3 i,a.button.black i{background-image:url(../images/glyphicons-halflings-white@2x.png);-webkit-background-size:469px 159px;-moz-background-size:469px 159px;-o-background-size:469px 159px;background-size:469px 159px}.social-email a{background:url(../images/icons/email@2x.png);-webkit-background-size:40px 80px;-moz-background-size:40px 80px;-o-background-size:40px 80px;background-size:40px 80px}.social-aim a,.social-apple a{-webkit-background-size:40px 80px;-moz-background-size:40px 80px;-o-background-size:40px 80px}.social-aim a{background-image:url(../images/icons/aim@2x.png);background-size:40px 80px}.social-apple a{background-image:url(../images/icons/apple@2x.png);background-size:40px 80px}.social-behance a,.social-blogger a{-webkit-background-size:40px 80px;-moz-background-size:40px 80px;-o-background-size:40px 80px}.social-behance a{background-image:url(../images/icons/behance@2x.png);background-size:40px 80px}.social-blogger a{background-image:url(../images/icons/blogger@2x.png);background-size:40px 80px}.social-cargo a,.social-delicious a{-webkit-background-size:40px 80px;-moz-background-size:40px 80px;-o-background-size:40px 80px}.social-cargo a{background-image:url(../images/icons/cargo@2x.png);background-size:40px 80px}.social-delicious a{background-image:url(../images/icons/delicious@2x.png);background-size:40px 80px}.social-deviantart a,.social-digg a{-webkit-background-size:40px 80px;-moz-background-size:40px 80px;-o-background-size:40px 80px}.social-deviantart a{background-image:url(../images/icons/deviantart@2x.png);background-size:40px 80px}.social-digg a{background-image:url(../images/icons/digg@2x.png);background-size:40px 80px}.social-dopplr a,.social-dribbble a{-webkit-background-size:40px 80px;-moz-background-size:40px 80px;-o-background-size:40px 80px}.social-dopplr a{background-image:url(../images/icons/dopplr@2x.png);background-size:40px 80px}.social-dribbble a{background-image:url(../images/icons/dribbble@2x.png);background-size:40px 80px}.social-ember a,.social-evernote a{-webkit-background-size:40px 80px;-moz-background-size:40px 80px;-o-background-size:40px 80px}.social-ember a{background-image:url(../images/icons/ember@2x.png);background-size:40px 80px}.social-evernote a{background-image:url(../images/icons/evernote@2x.png);background-size:40px 80px}.social-facebook a,.social-flickr a{-webkit-background-size:40px 80px;-moz-background-size:40px 80px;-o-background-size:40px 80px}.social-facebook a{background-image:url(../images/icons/facebook@2x.png);background-size:40px 80px}.social-flickr a{background-image:url(../images/icons/flickr@2x.png);background-size:40px 80px}.social-forrst a,.social-github a{-webkit-background-size:40px 80px;-moz-background-size:40px 80px;-o-background-size:40px 80px}.social-forrst a{background-image:url(../images/icons/forrst@2x.png);background-size:40px 80px}.social-github a{background-image:url(../images/icons/github@2x.png);background-size:40px 80px}.social-google a,.social-googleplus a{-webkit-background-size:40px 80px;-moz-background-size:40px 80px;-o-background-size:40px 80px}.social-google a{background-image:url(../images/icons/google@2x.png);background-size:40px 80px}.social-googleplus a{background-image:url(../images/icons/googleplus@2x.png);background-size:40px 80px}.social-gowalla a,.social-grooveshark a{-webkit-background-size:40px 80px;-moz-background-size:40px 80px;-o-background-size:40px 80px}.social-gowalla a{background-image:url(../images/icons/gowalla@2x.png);background-size:40px 80px}.social-grooveshark a{background-image:url(../images/icons/grooveshark@2x.png);background-size:40px 80px}.social-html5 a,.social-icloud a{-webkit-background-size:40px 80px;-moz-background-size:40px 80px;-o-background-size:40px 80px}.social-html5 a{background-image:url(../images/icons/html5@2x.png);background-size:40px 80px}.social-icloud a{background-image:url(../images/icons/icloud@2x.png);background-size:40px 80px}.social-instagram a,.social-lastfm a{-webkit-background-size:40px 80px;-moz-background-size:40px 80px;-o-background-size:40px 80px}.social-instagram a{background-image:url(../images/icons/instagram@2x.png);background-size:40px 80px}.social-lastfm a{background-image:url(../images/icons/lastfm@2x.png);background-size:40px 80px}.social-linkedin a,.social-metacafe a{-webkit-background-size:40px 80px;-moz-background-size:40px 80px;-o-background-size:40px 80px}.social-linkedin a{background-image:url(../images/icons/linkedin@2x.png);background-size:40px 80px}.social-metacafe a{background-image:url(../images/icons/metacafe@2x.png);background-size:40px 80px}.social-mixx a,.social-myspace a{-webkit-background-size:40px 80px;-moz-background-size:40px 80px;-o-background-size:40px 80px}.social-mixx a{background-image:url(../images/icons/mixx@2x.png);background-size:40px 80px}.social-myspace a{background-image:url(../images/icons/myspace@2x.png);background-size:40px 80px}.social-netvibes a,.social-newsvine a{-webkit-background-size:40px 80px;-moz-background-size:40px 80px;-o-background-size:40px 80px}.social-netvibes a{background-image:url(../images/icons/netvibes@2x.png);background-size:40px 80px}.social-newsvine a{background-image:url(../images/icons/newsvine@2x.png);background-size:40px 80px}.social-orkut a,.social-paypal a{-webkit-background-size:40px 80px;-moz-background-size:40px 80px;-o-background-size:40px 80px}.social-orkut a{background-image:url(../images/icons/orkut@2x.png);background-size:40px 80px}.social-paypal a{background-image:url(../images/icons/paypal@2x.png);background-size:40px 80px}.social-picasa a,.social-pinterest a{-webkit-background-size:40px 80px;-moz-background-size:40px 80px;-o-background-size:40px 80px}.social-picasa a{background-image:url(../images/icons/picasa@2x.png);background-size:40px 80px}.social-pinterest a{background-image:url(../images/icons/pinterest@2x.png);background-size:40px 80px}.social-plurk a,.social-posterous a{-webkit-background-size:40px 80px;-moz-background-size:40px 80px;-o-background-size:40px 80px}.social-plurk a{background-image:url(../images/icons/plurk@2x.png);background-size:40px 80px}.social-posterous a{background-image:url(../images/icons/posterous@2x.png);background-size:40px 80px}.social-reddit a,.social-rss a{-webkit-background-size:40px 80px;-moz-background-size:40px 80px;-o-background-size:40px 80px}.social-reddit a{background-image:url(../images/icons/reddit@2x.png);background-size:40px 80px}.social-rss a{background-image:url(../images/icons/rss@2x.png);background-size:40px 80px}.social-skype a,.social-stumbleupon a{-webkit-background-size:40px 80px;-moz-background-size:40px 80px;-o-background-size:40px 80px}.social-skype a{background-image:url(../images/icons/skype@2x.png);background-size:40px 80px}.social-stumbleupon a{background-image:url(../images/icons/stumbleupon@2x.png);background-size:40px 80px}.social-technorati a,.social-tumblr a{-webkit-background-size:40px 80px;-moz-background-size:40px 80px;-o-background-size:40px 80px}.social-technorati a{background-image:url(../images/icons/technorati@2x.png);background-size:40px 80px}.social-tumblr a{background-image:url(../images/icons/tumblr@2x.png);background-size:40px 80px}.social-twitter a,.social-vimeo a{-webkit-background-size:40px 80px;-moz-background-size:40px 80px;-o-background-size:40px 80px}.social-twitter a{background-image:url(../images/icons/twitter@2x.png);background-size:40px 80px}.social-vimeo a{background-image:url(../images/icons/vimeo@2x.png);background-size:40px 80px}.social-wordpress a,.social-yahoo a{-webkit-background-size:40px 80px;-moz-background-size:40px 80px;-o-background-size:40px 80px}.social-wordpress a{background-image:url(../images/icons/wordpress@2x.png);background-size:40px 80px}.social-yahoo a{background-image:url(../images/icons/yahoo@2x.png);background-size:40px 80px}.social-yelp a,.social-youtube a{-webkit-background-size:40px 80px;-moz-background-size:40px 80px;-o-background-size:40px 80px}.social-yelp a{background-image:url(../images/icons/yelp@2x.png);background-size:40px 80px}.social-youtube a{background-image:url(../images/icons/youtube@2x.png);background-size:40px 80px}.social-zerply a,.social-zootool a{-webkit-background-size:40px 80px;-moz-background-size:40px 80px;-o-background-size:40px 80px}.social-zerply a{background-image:url(../images/icons/zerply@2x.png);background-size:40px 80px}.social-zootool a{background-image:url(../images/icons/zootool@2x.png);background-size:40px 80px}.social-xing a{background-image:url(../images/icons/xing@2x.png);-webkit-background-size:40px 80px;-moz-background-size:40px 80px;-o-background-size:40px 80px;background-size:40px 80px}}


@media only screen and (max-width:959px){#boxed-layout,#respond input#submit{margin:0!important}#boxed-layout{width:auto;padding:0!important;border:none}#boxed-layout .container{padding-left:0!important;padding-right:0!important}#background{display:none}}@media only screen and (min-width:768px) and (max-width:959px){#header-searchform{display:none}#header-v6.header-megamenu #navigation>ul>li.megamenu>ul.sub-menu{width:748px}.post-content{width:500px}.blog-medium .post-content{width:216px}#author-info .author-bio{width:394px}#respond-inputs p{width:556px;margin:0 0 20px!important;float:none}#respond-inputs input,#respond-textarea textarea{width:538px}.portfolio-item.four{width:364px!important;height:296px}.portfolio-item.four .portfolio-pic .portfolio-overlay,.portfolio-item.four img{width:364px;height:237px}.portfolio-item.four .portfolio-pic .portfolio-overlay .overlay-lightbox,.portfolio-item.four .portfolio-pic .portfolio-overlay .overlay-link{left:157px}.portfolio-item.one-third{width:236px;height:213px}.portfolio-item.one-third img{width:236px;height:154px}.portfolio-item.one-third .portfolio-pic .portfolio-overlay .overlay-lightbox,.portfolio-item.one-third .portfolio-pic .portfolio-overlay .overlay-link{left:93px}.portfolio-item.eight{width:364px;height:296px}.portfolio-item.eight img{width:364px;height:237px}.portfolio-item.eight .portfolio-pic .portfolio-overlay .overlay-lightbox,.portfolio-item.eight .portfolio-pic .portfolio-overlay .overlay-link{left:157px}.portfolio-item-one .portfolio-desc{width:258px}.portfolio-item-one h4{margin-top:0}.portfolio-item-one .button{padding:10px 14px}.widget_portfolio .portfolio-widget-item .portfolio-pic{width:40px;height:40px}.widget_search input{width:133px}#wp-calendar caption,#wp-calendar tbody td,#wp-calendar thead th{padding:0}.pricing-table{width:748px}.pricing-table.col-2 .plan{width:372px}.pricing-table.col-3 .plan{width:248px}.pricing-table.col-4 .plan{width:186px}.pricing-table.col-5 .plan{width:148px}.latest-blog .blog-item .blog-pic img{width:172px;height:112px}.latest-blog .blog-item h4{font-size:13px}.latest-blog .blog-item .post-icon{left:61px;top:31px!important}}@media only screen and (max-width:767px){.logo img,.panel div{max-width:100%}#infobar{position:absolute!important}#topbar{height:69px}#topbar.no-social{height:30px;border:none}#topbar .callus{height:30px;line-height:30px;width:100%;padding:0;text-align:center;background:#efefef;margin:0!important}#topbar .social-icons,#topbar .social-icons ul{text-align:center;width:100%;font-size:0}#topbar .social-icons ul li{display:inline-block;text-align:center;float:none}html body #header,html body #header-v2,html body #header-v3,html body #header-v4,html body #header-v5,html body #header-v6{height:auto!important;margin:0!important;padding:0!important}html body .header-v2-container,html body .header-v4-container,html body .header-v5-container{height:auto!important}html body #header .logo,html body #header-v2 .logo,html body #header-v3 .logo,html body #header-v4 .logo,html body #header-v5 .logo,html body #header-v6 .logo{text-align:center;margin:25px 0!important}#header #header-searchform,#header #navigation ul,#header-cart,#header-v2 #header-searchform,#header-v2 #navigation ul,#header-v2 .slogan,#header-v3 #header-searchform,#header-v3 #navigation ul,#header-v4 #header-searchform,#header-v4 #navigation ul,#header-v4 .slogan,#header-v5 #header-searchform,#header-v5 #navigation ul,#header-v5 .slogan,#header-v6 #header-searchform,#header-v6 #navigation ul{display:none}#header-v2 #navigation,#header-v3 #navigation,#header-v4 #navigation,#header-v5 #navigation{border:none!important;margin:0!important;padding:0!important;background:0 0!important}#header #navigation .select-menu,#header-v2 #navigation .select-menu,#header-v3 #navigation .select-menu,#header-v4 #navigation .select-menu,#header-v5 #navigation .select-menu,#header-v6 #navigation .select-menu{display:inherit!important;width:100%!important;padding:8px!important}.flexslider{margin:0}#breadcrumbs{display:none}#no-title #breadcrumbs{display:block}#sidebar{margin-top:40px}#back-to-top{display:none!important}#footer .widget,#infobar .widget{margin-bottom:20px}#copyright{text-align:center;padding:0 0 65px 0!important;margin:0!important}#copyright .social-icons,#topbar .social-icons ul{text-align:center;width:100%;font-size:0;padding:0;margin:0}#copyright .social-icons ul li{display:inline-block;text-align:center;float:none}#filters ul li,#filters ul li a{display:block;float:none}#filters ul li a{border:none;border-bottom:1px solid #ddd}#filters ul li:last-child a{border:none}#portfolio-slider .overlay{display:none}.callout .callout-button a.button,.tab,.teaserbox a.button{display:block}.callout .callout-button{float:none;width:100%;margin:0 0 20px!important}.callout .callout-content{float:none;width:100%;text-align:center}.tabstyle-vertical .panels,.tabstyle-vertical .tabs{float:none;width:auto}.teaserbox{text-align:center}.tab{float:none;margin:0 0 -1px}.tab a.selected{border-bottom-color:#d3d3d3}.tabstyle-vertical .tab{float:none;margin:0 0 -1px}.tabstyle-vertical .tab a.selected{border-right-color:#d3d3d3}}@media only screen and (min-width:480px) and (max-width:767px){.portfolio-item-one .portfolio-picwrap .portfolio-overlay .overlay-lightbox,.portfolio-item-one .portfolio-picwrap .portfolio-overlay .overlay-link,.portfolio-item.eight .portfolio-pic .portfolio-overlay .overlay-lightbox,.portfolio-item.eight .portfolio-pic .portfolio-overlay .overlay-link,.portfolio-item.four .portfolio-pic .portfolio-overlay .overlay-lightbox,.portfolio-item.four .portfolio-pic .portfolio-overlay .overlay-link,.portfolio-item.one-third .portfolio-pic .portfolio-overlay .overlay-lightbox,.portfolio-item.one-third .portfolio-pic .portfolio-overlay .overlay-link{left:185px}.gallery-wrap{margin:0 0 -20px}.latest-blog,.negative-wrap{margin:0}.post-content{width:365px}.post-meta span{display:block;margin:0 0 5px}.blog-medium .post-icon,.projects-nav,.sharebox h4{display:none}.blog-medium .post-audio,.blog-medium .post-content,.blog-medium .post-gallery,.blog-medium .post-image,.blog-medium .post-link,.blog-medium .post-quote,.blog-medium .post-video{width:420px}.blog-medium .post-gallery img,.blog-medium .post-image img{width:100%;height:auto}#author-info{margin:0}#author-info .author-bio{float:left;width:313px}.sharebox{margin:0 0 30px}#respond-inputs p{width:420px;margin:0 0 20px!important;float:none}#respond-inputs input,#respond-textarea textarea{width:403px}.portfolio-sidebyside #portfolio-slider,.portfolio-sidebyside #portfolio-video,.portfolio-wide #portfolio-slider,.portfolio-wide #portfolio-video{margin:0 0 30px}#portfolio-related-post h3{margin-left:0;margin-right:0}.portfolio-item.four{width:420px!important;height:333px;margin-bottom:20px}.portfolio-item.four .portfolio-pic .portfolio-overlay,.portfolio-item.four img{width:420px;height:274px}.portfolio-item.one-third{width:420px!important;height:333px!important;margin-bottom:20px}.portfolio-item.one-third img{width:420px!important;height:274px!important}.portfolio-item.one-third .portfolio-pic .portfolio-overlay{width:420px;height:274px}.portfolio-item.eight{width:420px;height:333px;margin-bottom:20px}.portfolio-item.eight img{width:420px;height:274px}.portfolio-item-one{margin-bottom:40px!important}.portfolio-item-one .portfolio-picwrap,.portfolio-item-one .portfolio-picwrap img{width:420px;height:228px}.portfolio-item-one .portfolio-desc,.portfolio-item-one .portfolio-picwrap{width:420px;clear:both;float:none!important}.widget_search input{width:379px}.pricing-table{width:420px;padding:20px 0 0}.pricing-table.col-2 .plan,.pricing-table.col-3 .plan,.pricing-table.col-4 .plan,.pricing-table.col-5 .plan{width:418px;margin-bottom:20px}.pricing-table .featured{margin-top:0}.latest-blog .blog-item{margin-bottom:20px}.latest-blog .blog-item .blog-overlay,.latest-blog .blog-item .blog-pic img{width:420px;height:273px}.latest-blog .blog-item h4{font-size:13px}.latest-blog .blog-item .post-icon{left:185px;top:111px!important}}@media only screen and (max-width:479px){.portfolio-item-one .portfolio-picwrap .portfolio-overlay .overlay-lightbox,.portfolio-item-one .portfolio-picwrap .portfolio-overlay .overlay-link,.portfolio-item.eight .portfolio-pic .portfolio-overlay .overlay-lightbox,.portfolio-item.eight .portfolio-pic .portfolio-overlay .overlay-link,.portfolio-item.four .portfolio-pic .portfolio-overlay .overlay-lightbox,.portfolio-item.four .portfolio-pic .portfolio-overlay .overlay-link{left:125px}.gallery-wrap{margin:0 0 -20px}.latest-blog,.negative-wrap{margin:0}.sidenav:after{display:none}#sidebar{text-align:center}.post-content{width:245px}#page-wrap .post-content{float:none;margin:auto}.post-meta span{display:block;margin:0 0 5px}.blog-medium .post-icon,.projects-nav,.sharebox h4{display:none}.blog-medium .post-audio,.blog-medium .post-content,.blog-medium .post-gallery,.blog-medium .post-image,.blog-medium .post-link,.blog-medium .post-quote,.blog-medium .post-video{width:300px}.blog-medium .post-gallery img,.blog-medium .post-image img{width:100%;height:auto}#author-info{margin:0}#author-info .author-bio{float:left;width:193px}.sharebox{margin:0 0 30px}#respond-inputs p{width:300px;margin:0 0 20px!important;float:none;background:#ff0}#respond-inputs input,#respond-textarea textarea{width:282px}.portfolio-sidebyside #portfolio-slider,.portfolio-sidebyside #portfolio-video,.portfolio-wide #portfolio-slider,.portfolio-wide #portfolio-video{margin:0 0 30px}#portfolio-related-post h3{margin-left:0;margin-right:0}.portfolio-item.four{width:300px!important;height:255px;margin-bottom:20px}.portfolio-item.four .portfolio-pic .portfolio-overlay,.portfolio-item.four img{width:300px;height:196px}.portfolio-item.one-third{margin-bottom:20px}.portfolio-item.eight{width:300px;height:255px;margin-bottom:20px}.portfolio-item.eight img{width:300px;height:196px}.portfolio-item-one{margin-bottom:40px!important}.portfolio-item-one .portfolio-picwrap,.portfolio-item-one .portfolio-picwrap img{width:300px;height:163px}.portfolio-item-one .portfolio-desc,.portfolio-item-one .portfolio-picwrap{width:300px;clear:both;float:none!important}.widget_search input{width:258px}.pricing-table{width:300px;padding:20px 0 0}.pricing-table.col-2 .plan,.pricing-table.col-3 .plan,.pricing-table.col-4 .plan,.pricing-table.col-5 .plan{width:298px;margin-bottom:20px}.pricing-table .featured{margin-top:0}.latest-blog .blog-item{margin-bottom:20px}.latest-blog .blog-item .blog-overlay,.latest-blog .blog-item .blog-pic img{width:300px;height:195px}.latest-blog .blog-item h4{font-size:13px}.latest-blog .blog-item .post-icon{left:125px;top:72px!important}}@media only screen and (min-width:960px){.flex-direction-nav .flex-next{right:-40px}.flex-direction-nav .flex-prev{left:-40px}}@media(max-width:768px){.size-full{max-width:100%;height:auto}}

html body,body h3,body h2,body #title h1{color: #111}
body #title h2,body #alt-title h2{color: #555}
.callus{float: right;}
.bbb{display: block; margin: 10px auto 0; }
#infobar{display: none !important;}
.price-form .wpcf7-form select{width: 100%;}
.discounts h2{color: #ff0000; text-transform: uppercase;}

.single-post .similar-post-entry .title-side {
	float: left;
}
.google-reviews-widget.amr_widget .wp-google-content-inner .wp-google-review{
    width: 33% !important;
    float: left !important;
    height: 300px;
}
.google-reviews-widget.amr_widget .wp-google-url{
    background: #4db4e0 !important;
    color: #fff !important;
    z-index: 999999999 !important;
    cursor: pointer !important;
    text-align: center !important;
    text-transform: uppercase !important;
    padding: 10px 20px !important;
    font: 700 14px/1.2em Open Sans !important;
    transition: all 0.3s !important;
    float: right !important; 
}



.mobile-step-title {display: none; position: relative; font-size: 21px; background: #ebebeb; padding: 0 30px 0px 40px; height: 40px; line-height: 40px; color: #adadad; width: 100%; box-sizing: border-box; cursor: pointer;}
.mobile-step-title.active {background: #363636; color: #fff;}
.mobile-step-title:before {content: ''; position: absolute; left: 0px; top: 0px; width: 20px; height: 100%; background: #37aee1;}
.template-component-booking-vehicle-list.mobile-vehicle-list > li:after, .packege-price-title:after {content: "\f00c"; font-family: FontAwesome; position: absolute; left: 0px; top: 50%; width: 32px; height: 32px; background: #4db4e0; border-radius: 50%; margin-top: -16px; opacity: 0; visibility: hidden; color: #fff; font-size: 20px; color: #fff; line-height: 32px; text-align: center; }
.show-more-detailes {display: none; position: relative; vertical-align: top; font-size: 15px; cursor: pointer; line-height: 22px; border-top: 1px solid #37aee1; text-align: center;}
.show-more-detailes i {position: absolute; top: 50%; right: 19px; width: 5px; height: 20px; margin-top:-10px;}
.show-more-detailes i:before {content: ''; position: absolute; left: 0px; top: 50%; width: 5px; height: 1px; background: #fff;}
.show-more-detailes i:after {content: ''; position: absolute; left: 2px; width: 1px; height: 5px; top: 50%; margin-top: -2.5px;  background: #fff;}
.edit-link {position: absolute; right: 15px; top: 0px; line-height: 40px; font-size: 16px; opacity: 0;}
.edit-link.act {opacity: 1;}
.mobile-step-title.active .edit-link {display: none;}
.show-more-detailes.active i:after {opacity: 0;}

    .slide-tab-packeg .packege-item .packege-price-title label span { position: relative;}
    .packages th label span:before {content: '('; position: relative; display: inline-block; }
    .packages th label span:after {content: ')'; position: relative; display: inline-block; }
        .packages th label span {font-weight: 400; display: block;}

@media (max-width: 767px) { 
    .book-link .tp-button {background: #dd3333!important; }
    .packages.list-sort {display: none;}
    .book-link .btn-border {border-color: #dd3333!important;}
    .mobile-step-title {display: inline-block;}
    .template-component-booking-vehicle-list.mobile-vehicle-list > li {width: 100%; box-sizing: border-box; margin: 0px; height: auto; background: none; text-align: left; padding: 15px 40px; position: relative; transition: all 0.35s ease-out; -webkit-transition: all 0.35s ease-out;}
    .template-component-booking-vehicle-list.mobile-vehicle-list > li.act {color: #37aee1; border-color: #E2E6E7; padding-left: 85px;}
    .template-component-booking-vehicle-list.mobile-vehicle-list > li:last-child {border-bottom: 0 none;}
    .template-component-booking-vehicle-list.mobile-vehicle-list > li.act .car-label {color: #37aee1;}
    .mobile-vehicle-list {width: 100%;}
    .mobile-vehicle-list .car-label {padding-left: 15px; font-size: 18px; line-height: 20px; color: #555555; transition: all 0.35s ease-out; -webkit-transition: all 0.35s ease-out;}
    .mobile-vehicle-list .template-icon-vehicle-car-mid-size, .mobile-vehicle-list .car-label, .mobile-vehicle-list .template-icon-vehicle-suv, .mobile-vehicle-list .template-icon-vehicle-suv, .mobile-vehicle-list .template-icon-vehicle-minivan, .mobile-vehicle-list .template-icon-vehicle-pickup, .mobile-vehicle-list .template-icon-vehicle-truck-mid-size, .mobile-vehicle-list .template-icon-vehicle-small-car {display: inline-block; position: relative; vertical-align: middle;}
    .template-component-booking-vehicle-list.mobile-vehicle-list > li.act:after {left: 40px; opacity: 1; visibility: visible; transition: all 0.35s ease-out 0.25s; -webkit-transition: all 0.35s ease-out 0.25s;}
    .slide-tab-type.active .mobile-vehicle-list li:not(.act) {display: none!important;}
    .mobile-vehicle-list {margin-bottom: 0px;}
    
    .show-packeg-detail, .slide-tab-packeg {display: none;}
    .slide-tab-packeg .packages > div > div:not(.book-link) {border: 0 none; padding: 0 40px;}
    .slide-tab-packeg .packages .packege-item {position: relative;  box-sizing: border-box; border: 0 none; border-bottom: 1px solid #ccc; margin-bottom: 10px;}
    .packege-price-title {border-bottom: 1px solid #37aee1!important;}
    .slide-tab-packeg .packages .packege-item.active {margin-bottom: 0px; border-bottom: 0 none;}
    .slide-tab-packeg .packege-item .packege-price-title label {display: block; vertical-align: middle; padding:0 0 10px 110px; position: relative; text-align: left; font-size: 18px; line-height: 24px!important; font-weight: 700;}
    .slide-tab-packeg .packege-item .price {position: absolute; left: 70px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); font-size: 24px; color: #222; width: 70px; border-right: 1px solid #37aee1; line-height: 26px; text-align: left; padding: 0px!important;}
    .packages>div>div:before {display: none;}
    .slide-tab-packeg .packages.mob-show, .slide-tab-packeg .packages.packages-sort {margin-top: 0px!important;}
    .packege-price-title {position: relative; margin: 25px 0 20px;}
    .show-packeg-detail {margin-bottom: 15px;}
    .show-packeg-detail > div {position: relative; text-align: left; font-size: 15px; line-height: 28px;}
    .show-packeg-detail > div:before {content: attr(data-label); position: relative; display: inline-block; vertical-align: middle;   text-align: left; padding-right: 10px;}
    .template-component-booking-vehicle-list>li:hover {color: #37aee1; border-color: #E2E6E7;}
    .price-form .title-blue, .price-form .package-select {display: none;}
    .price-form .third {width: 100%;}
    .packege-item.active .price {display: none; border-right: 0 none;}
    .packege-item.active .packege-price-title {margin: 15px 0px;}
    .packege-item.active .packege-price-title:after {left: 40px; opacity: 1; visibility: visible; transition: all 0.35s ease-out 0.25s; -webkit-transition: all 0.35s ease-out 0.25s;}
    .packege-item.active .packege-price-title label {color: #37aee1; padding-left: 45px; padding-bottom: 0px; border-bottom: 0 none;}
    .packege-item.active .show-more-detailes {display: none;}
    .packages > div label {text-transform: capitalize;}
    .packege-item.active .book-link {display: none;}
    .packages div.act {background: none;}
    .book-link {display: inline-block; width: auto; margin-bottom: 15px;}
    .show-more-detailes .btn-border span {padding-right: 15px;}
    .show-more-detailes.btn-border .tp-button {padding-right: 25px!important;}
    .packages > div > div {padding: 0px;border-top: 0px none;}
    .packege-price-title {border-bottom: 1px solid #E2E6E7; }
    
    .slide-tab-packeg .packege-item .packege-price-title label span:before {display: none;}
    .slide-tab-packeg .packege-item .packege-price-title label span:after {display: none;}
    .packages .packege-price-title label br {display: block;}
    .slide-tab-packeg .packege-item .packege-price-title label span {display: block; font-weight: 400;}
    .packege-item.active .packege-price-title {border-bottom: 0px none!important;}
    .packege-item .show-more-detailes {margin-left: 10px!important; display: inline-block;}
    .book-link {margin-right: 10px!important;}
}

@media (max-width: 480px) { 
    #page-wrap.page-wrap-mobile-full, .page-wrap-mobile-full.container .seven.columns, .page-wrap-mobile-full #content {width: 100%!important;}
    .padd-40-mobile {padding: 0 40px;}
    .packege-item .show-more-detailes {margin-right: 10px!important;}
    .book-link {margin-left: 10px!important;}
    .packege-price-title {padding: 0px!important;}
    .slide-tab-packeg .packege-item .price {left: 110px; width: 62px;}
    .slide-tab-packeg .packege-item .packege-price-title label {padding: 10px 80px 10px 190px; display: block;}
    .packege-price-title {margin: 0 0 20px;}
    
}
@media (max-width: 450px) { 
    .padd-40-mobile {padding: 0 15px;}
    .template-component-booking-vehicle-list.mobile-vehicle-list > li.act:after, .packege-item.active .packege-price-title:after {left: 20px;}
    .template-component-booking-vehicle-list.mobile-vehicle-list > li {padding: 10px 20px;}
    .template-component-booking-vehicle-list.mobile-vehicle-list > li.act {padding-left: 65px;}
    .slide-tab-packeg .packages > div > div {padding: 0 0px 0 20px;}
    .mobile-vehicle-list .car-label {font-size: 14px;}
    .template-component-booking-vehicle-list.mobile-vehicle-list > li div[class*="template-icon"]:before {font-size: 40px;} 
    .mobile-step-title {font-size: 16px; padding:  0 20px 0 30px;}
    .slide-tab-packeg .packege-item .price {left: 110px; font-size: 20px; line-height: 30px; width: 60px;}
    .slide-tab-packeg .packege-item .packege-price-title label { font-size: 16px;  line-height: 20px!important; padding-right: 0px;}
    .show-packeg-detail > div {font-size: 13px;}
    
    .slide-tab-packeg .packege-item.active .packege-price-title label {padding: 0 0 0 65px;}
    .price-form {padding-top: 30px;}
    .book-link {padding-left: 0px!important;}
}
@media (max-width: 415px) { 
    .slide-tab-packeg .packege-item .price {left: 80px;}
    .slide-tab-packeg .packege-item .packege-price-title label {padding-left: 160px;}
}
@media (max-width: 376px) { 
    .slide-tab-packeg .packages > div > .book-link {padding-left: 0px!important;;}
    .packege-item .book-link {padding-left: 0px; margin-bottom: 10px;}
    .packege-item .show-more-detailes {margin-right: 0px!important; margin-bottom: 0px;} 
    .book-link {margin-left: 0px!important;}
    .slide-tab-packeg .packege-item.active .packege-price-title label {padding-left: 70px; display: block;}
    .slide-tab-packeg .packege-item .packege-price-title label {padding: 10px 0px 10px 140px;}
    .slide-tab-packeg .packages > div > div:not(.book-link) {padding: 0 20px;}
    .slide-tab-packeg .packege-item .price {left: 60px;}
    .packege-item .show-more-detailes {margin-left: 5px!important;}
    .book-link {margin-right: 5px!important;}
    
}
@media (max-width: 320px) { 
    .slide-tab-packeg .packege-item .price {left: 30px;}
    .slide-tab-packeg .packege-item .packege-price-title label {padding-left: 110px;}
    .slide-tab-packeg .packege-item.active .packege-price-title label {padding-left: 70px;}
}
.home .page-title, .home .woocommerce-result-count, .home .woocommerce-ordering, .woocommerce-breadcrumb, .single-product .wc-tabs{
    display: none;
}
#content{
    padding-top: 50px;
}
#header #header-cart{
    margin-top: -8px !important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    /*background-color: #dad8da !important;*/
    text-transform: uppercase;
    background-image: none;
    /*color: #515151 !important;*/
}
.single-product .panel{
    border: none;
}
.woocommerce-tabs .panel h2{
    color: #666 !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price{
    color: #289dcc !important;
    font-size: 18px;
}
.quantity input{
    padding: 8px;
}
.panel{
    box-shadow: none !important;
}
form label{
    width: 175px;
}
.single-product .mwb_wgm_added_wrapper .mwb_wgm_message, .single-product .mwb_wgm_added_wrapper input[type="text"], .mwb_wgm_added_wrapper select{
    display: block;
    float: none;
    clear: both;
    width: 100%;
    padding: 15px;
    border: 1px solid #666 !important;
    box-shadow: none;
}
.woocommerce-error{
    max-width: 900px;
    margin: auto !important;
} 
.single-product #page-wrap{
    padding-top: 0;
}
.home .product-type-wgm_gift_card{
    text-align: center;
}
.woocommerce ul.products li.product .price ins, .woocommerce div.product p.price ins{
    text-decoration: none !important;
}
.related.products{
    display: none;
}
#content #content{
    padding-top: 0;
}


/*CSS 27/07/2017*/
.woocommerce .wc-proceed-to-checkout  a.button.alt, .woocommerce-cart-form .coupon input[type="submit"], .woocommerce .return-to-shop a {
    background: #4db4e0 !important;
    border-radius: 0 !important;
    border: none !important;
    color: #fefefe !important;
    font-size: 14px !important;
    text-transform: uppercase;
    display: block !important;
    margin: 0 !important;
    padding: 12px 20px;
    line-height: 14px !important;
    font-size: 14px !important;
    font-weight: normal !important;
}
.woocommerce .return-to-shop {display: inline-block;}
.woocommerce .wc-proceed-to-checkout, .woocommerce .return-to-shop {
    border: 1px solid #4db4e1 !important;
    padding: 3px 8px !important;
}
.single-product .single_add_to_cart_button { background-color: #4db4e0 !important;}
.woocommerce-cart-form tr td > input[type="submit"] {    
    background: #4db4e0 !important;
    border-radius: 0 !important;
    border: none !important;
    color: #fefefe !important;
    font-size: 14px !important;
    text-transform: uppercase;
    display: block !important;
    margin: 0 !important;
    padding: 12px 20px !important;
    line-height: 14px !important;
    font-size: 14px !important;
    float: right !important;
    font-weight: normal !important;
}
.woocommerce .checkout_coupon input.button, .form-row.place-order input.button, .product button{
    background: #4db4e0 !important;
    border-radius: 0 !important;
    border: none !important;
    color: #fefefe !important;
    font-size: 14px !important;
    text-transform: uppercase;
    display: block !important;
    margin: 0 !important;
    padding: 12px 20px !important;
    line-height: 14px !important;
    font-size: 14px !important;
    float: right !important;
    font-weight: normal !important;
}
.woocommerce-page table.cart td.actions .coupon  .input-text {
    padding: 8px 20px 9px !important;
    line-height: 14px !important;
    font-size: 14px !important;
    text-transform: uppercase;
    width: 143px !important;
}
#header .logo {
    left: 50%; 
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.container .ten.columns {width: 100%; text-align: center;}
.container .ten.columns h1 {
    font-size: 25px !important;
    text-align: center !important;
    color: #289dcc !important;
    line-height: 34px !important;
    text-transform: uppercase;
    font-family: Open Sans !important;
}
.cart_item .product-name a {text-transform: uppercase; color: #4db4e0; }
.cart_item .product-name a:hover {color: rgb(68, 68, 68);}
.woocommerce {text-align: center;}
.product-thumbnail a img {width: 100% !important; max-width: 180px !important;}
.woocommerce-info { border-top-color: #4db4e0 !important; text-align: left;}
.form-row.notes {height: 200px; resize: none;}
.checkout.woocommerce-checkout {text-align: left;}
.woocommerce-billing-fields .select2-container .select2-selection--single {height: 40px !important; border-radius: 0 !important; border-color: #ccc;}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 40px !important;}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow b {margin-top: 3px;}
.validate-phone .input-text { font-size: 16px; padding: 9px 8px;}
.but-home {position: absolute; top: 35px; left: 0;}
.address-field strong {line-height: 34px; font-size: 16px;}
.product {text-align: left;}
.woocommerce-message {border-top-color: #4db4e0 !important;}
.woocommerce-message:before {color: #e51e21 !important;}
ul.products a.button, .woocommerce-message a.button {  
    background: #4db4e0 !important;
    border-radius: 0 !important;
    border: none !important;
    color: #fefefe !important;
    font-size: 14px !important;
    text-transform: uppercase;
    display: block !important;
    margin: 0 !important;
    padding: 12px 20px !important;
    line-height: 14px !important;
    font-size: 14px !important;
    margin-top: 10px;
    font-weight: normal !important;
}
#footer { text-align: left; }
@media screen and (max-width: 992px) {
    /*.woocommerce-checkout #page-wrap {padding-left: 15px !important; padding-right: 15px !important; box-sizing: border-box;}*/
    #header .logo {left: 0; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0);}
    .but-home {right: 7px; left: auto;}
}
@media screen and (max-width: 768px) {
    /*.woocommerce-checkout #page-wrap {padding-left: 0px !important; padding-right: 0px !important; box-sizing: border-box;}*/
    .container .four.columns {width: 100%; text-align: center;}
    #header .logo { text-align: center !important;}
    #header .logo a {display: inline-block;}
    html body #header.header .logo {margin-left: 0 !important; margin-top: 5px !important;}
    .container .columns {margin-right: 0; margin-left: 0;}
    .but-home {position: relative; top: auto; left: auto; width: auto !important; display: inline-block; margin-bottom: 15px; margin-top: 15px;}
    body {padding-top: 0 !important;}
}
*{box-sizing: border-box;}
.mwb_wgm_added_wrapper .mwb_gm_method {margin-top: 0 !important; display: block; width: 100%; }

.home.archive .price {display: none !important;}
ul.products li {min-height: 340px !important; position: relative;}
@media (min-width: 480px){
	div ul.products li {
		min-height: 370px !important;
	}
}
ul.products li a.button{ position: absolute; width: 100%; bottom: 0; left: 0;}
#footer .social-icons {display: none;}
#footer .widget_text.one-third {float: none; text-align: center; margin: 0 auto; display: block;}
#footer .widget_text.one-third .textwidget p:last-child {margin-bottom: 0;}
#copyright .copyright-text {text-align: left;}
.single.single-product .product_meta{display: none !important;}
.woocommerce-billing-fields__field-wrapper #billing_company_field {display: none !important;}
@media screen and (max-width: 768px) {
    #copyright .copyright-text {text-align: center;}
}
.mwb_wgm_added_wrapper label {width: 100%; display: block;}
.bottom-footer {display: none !important;}
.woocommerce-message {border: 2px solid #e51e21 !important;}
.woocommerce-message a.button{background: #e51e21 !important;}
.woocommerce-message{    line-height: 36px;}
body.woocommerce-checkout #payment .payment_method_paypal img{max-height: 100px;float: right;margin-right: 25px;}
.woocommerce-cart .product-quantity,.woocommerce-cart .product-price, .woocommerce-cart .cart-subtotal, #TB_window .screen-reader-text, .single-product .quantity, .woocommerce-checkout .cart-subtotal{display: none;}
form #payment label{width: 300px;}
.payment_box{clear: both;}
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"]{float: left; margin-top: 9px;}
.woocommerce-thankyou-order-details + p{display: none;}
.woocommerce-order-received .woocommerce-table tfoot tr:first-child{display: none;}
.header-cart{float: right;margin-top: 48px;}
.header-cart i{margin-left: 8px;     font-size: 20px;}
@media print{
	footer,#copyright{display: none;}
}
@media(max-width: 992px){
	.header-cart{display: none;}
}