﻿/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
        #Reset & Basics
        #Basic Styles
        #Site Styles
        #Typography
        #Links
        #Lists
        #Images
        #Buttons
        #Forms
        #Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }
body {
    line-height: 1; }
ol, ul {
    list-style: none; }
blockquote, q {
    quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; }
table {
    border-collapse: collapse;
    border-spacing: 0; }


/* #Basic Styles
================================================== */

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    color: #181818;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 1;

}
h1{ color: #000;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 28px;}
h2 { font-size: 18px; line-height: 20px; font-weight: 700; color: #73767b; margin-bottom: 15px;}
h3 { font-size: 28px;}
h4 { font-size: 21px;}
h5 { font-size: 17px;}
h6 { font-size: 14px; }
.subheader { color: #777; }

p { margin-bottom: 15px; font-size: 13px; line-height: 18px;}
p img { margin: 0; }

em { font-style: italic; }
strong { font-weight: bold; color: #333; }
small { font-size: 80%; }

/*	Blockquotes  */
blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
a, a:visited {
	color: #333;
	text-decoration: inherit;
	outline: 0;
}
a:hover, a:focus { color: #000; }
p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 1px; }
li { line-height: 18px; margin-bottom: 12px; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }

/* #Images
================================================== */

img.scale-with-grid {
    max-width: 100%;
    height: auto; }

img{
    max-width: 100%;
    height: auto; 

}
/*=WordPress
---------------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}

img.alignnone,
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 1.5em;
}

.wp-caption {
    margin-bottom: 1.5em;
    padding: 8px;
    max-width: 96%;
    background: #efefef;
}

.wp-caption img {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    position: relative;
    margin-bottom: 0.6em;
    padding: 10px 5px 5px;
    color: #7a7a7a;
    text-align: center;
    font-style: italic;
    font-size: 13px;
    font-family: Georgia, serif;
}

img[class*="wp-image-"] {
    padding: 5px;
    border: 1px solid #ddd;
    background: #fff;
}

.screen-reader-text {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
}

/* #Buttons
================================================== */

.button, button, input[type=submit], input[type=reset], input[type=button] {
    background: #595959;
    color: #fff;
    border: none;
    font-size: 17px;
    font-family: 'latoblack';
    cursor: pointer;
    line-height: 1;
    padding: 9px 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

}

.button:hover, button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
    background: #3d3d3d;
}

.button:active, button:active, input[type=submit]:active, input[type=reset]:active, input[type=button]:active {
    background: #000;
}

.button.full-width, button.full-width, input[type=submit].full-width, input[type=reset].full-width, input[type=button].full-width {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/* #Forms
================================================== */


fieldset {
    margin-bottom: 20px; }
input[type=text], input[type=password], input[type=email], textarea, select {
    border: 1px solid #ccc;
    padding: 6px 4px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 450px;
    max-width: 100%;
    display: block;
    background: #fff; }
select {
    padding: 0; }
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow:  0 0 3px rgba(0,0,0,.2); }
textarea {
    min-height: 60px; }
label,
legend {
    display: block;
    font-weight: bold;
    font-size: 13px;  }
select {
    width: 220px; }
input[type=checkbox] {
    display: inline; }
label span,
legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444; }

/* #Misc
================================================== */
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }

/* #Clearing
================================================== */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.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; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* #Site Styles
================================================== */

body{
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 15px;
    background: #f9f9f9;
    /* color: #73767b;*/
    color:#333;	
}




.floatleft{ float: left !important;}
.floatright{ float: right !important;}

.margin-top{
    margin-top: 10px !important;
    display: block;
}
.btm{
    text-transform: uppercase;

}



.logo{
    margin-top: 26px;
    margin-right: 13px;
}

.navbar{
    float: right;
}

.navbar ul li{
    float: left;
    margin-left: 10px;
}

.navbar ul li {
   width: 95px;
    padding: 50px 0 0px;
    display: block;
    background: #ffb300;
    color:#fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: all 0.5s ease-out 0s;
}
.navbar ul li:hover {
  background: #b16f0c;
  color: #fff;
}
.navbar ul li:hover a {
  color: #f3f3f3;
}
.navbar ul li ul {
  padding: 0;
  top: 65px;
  right: inherit; /* Controls the dropdown changed value from 62px*/
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  
}
.navbar ul li ul li { 
  background: #ffb300; 
  display: block; 
  color: #000;
  width: 180px;
  padding: 20px 0px 0px;
}
.navbar ul li ul li:hover { background: #b16f0c; }
.navbar ul li ul li a { color: #000 !important; }
.navbar ul li ul li:hover a { color: #fff !important; }
.navbar ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  position:absolute;
  z-index:9999;
}
/* dropdown */

.slideshow{
    position: relative;
}

.slideshow img{
    margin-top: 10px;
}

.slider-text{
    position: absolute;
    left: 28px;
    bottom: 275px;
    font-size: 38px;
    color: #000;
    font-weight: 900;
    line-height: 40px;

}
.slider-text p{
    color: #ffb300;
    font-family: 'Lato',sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    text-shadow: 0 0 2px #000000;
}



/* contain*/

.contain{
    padding-top: 40px;
}

.border-top{
    border-top: 2px solid #ccc;
}


.footer-nav-border{
    border-top: 2px solid #ccc;
    padding-top: 10px;
}

.minhgt{
    min-height: 400px;
}


.service .one-third img{
    float: left;
    margin-right: 15px;
    margin-left: 34px;
}

.service .one-third:first-child { margin-left:0px;}
.service .one-third p{
    margin-top: 26px;
    text-align: justify;
}

/*.service a{
    color: #73767b;
}*/

.driving-img{
    margin-top: 33px;
}


/*about*/

.about{
    margin-top: 40px;
}

.about .one-third p{
    margin-top: 16px;
}

.about .one-third p a.btm{
    color: #acacac;
    transition: all 0.5s ease-out 0s;
}

.about .one-third p a.btm:hover{
    /*color: #333;*/
    color:#0066FF;
}


.about  a{
    color:#73767b;
}

.news{}
.news ul li p.new-title{
    margin-bottom: 16px;
}


.contactform-center{
    margin: 0 auto;
    width:50%;
    margin-bottom:30px;
}

h2.center{	
    text-align:center;
}

button.center{
    margin:0 auto; 
    width: 95.7%;
    text-align:center;
}

.contact-img{
    margin-top: 70px;
    position: relative;
}

.contact-img .container{
}

.contactus{
    height: 291px;
    width: 468px;
    background:url('../../images/contact-bg.png') no-repeat 0 0;
    left: 14.4%;
    position: absolute;
    top: 0;
    z-index: 100;
}

.contact-block{
    margin-top: 38px;
    margin-left: 135px;
}

.contact-block h2{
    text-transform: uppercase;
}

.socialmedia{
    margin-left: 135px;
    margin-top: 30px;
}

.socialmedia a{
    display: inline-block;
    float: left;
    margin-right: 6px;
}

a.twitter{
    background: url('../../images/socialmedia-icon.png') no-repeat 0 0;
    height: 26px;
    width: 26px;
}

a.pit{
    background: url('../../images/socialmedia-icon.png') no-repeat -31px 0;
    height: 26px;
    width: 26px;

}

a.facebook{
    background: url('../../images/socialmedia-icon.png') no-repeat -62px 0;
    height: 26px;
    width: 26px;

}

a.google-plus{
    background: url('../../images/socialmedia-icon.png') no-repeat -93px 0;
    height: 26px;
    width: 26px;

}










/* footer */

footer{}

ul.footer-nav  li{
    float: left;
    margin-right: 42px;
    text-transform: uppercase;
}

ul.footer-nav li a{
    color: #828282;
}


ul.footer-nav li a:hover{
    color: #ffb300;
}




/* contactus*/

.contactform{}

.contactform h2{
    margin-bottom: 15px;
}

.contactform p{
    margin-bottom: 15px;
}

.contactform div{
    margin-bottom: 15px;

}

.contactaddress{
    margin-left: 40px;
}


.contactaddress img{
    width: 20%;
    margin-top: 30px;
}


.about-img{
    margin-top: 25px;
}

.about-img img{
    border:1px solid #ffb300;

}

.about-img img:hover{
    border:1px solid #e7a200;

}


.testimonial a:hover{
    text-decoration:underline;
    color:#0066FF;
}









/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

    .navbar ul li a{
        width: 84px;
    }

    .slideshow{
        width: 100%;
        height: 300px !important;
    }

    .slideshow img{
        width: 100%;
    }



}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {



    .service h2{
        font-size:17px;
    }
	
	.navbar ul ul {
		display:none !important;
	}





}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {



    .slider-text p{
        font-size: 0.8em;
    }

    .service, .about{
        text-align: center;
    }

    .service .one-third, .about .one-third{
        margin-bottom: 20px;
    }

    .service .one-third img{
        float: none;
    }


    .service h2 br{
        display: none;
    }

    .slideshow{
        height:250px !important;
    }

    .slider-text{
        bottom:80px !important;
        font-size:28px !important;
        position: absolute;
    }

    .about h2{
        text-align: center;
    }


    .news ul li p{
        text-align: center;
    }

    .news ul li p a, .news ul li p span{
        float: none !important;
    }

    .news ul li p a{
        margin-right: 20px;
    }
	
	.navbar ul ul {
		display:none !important;
	}


}








/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */





@media only screen and (max-width: 480px) {

    .slideshow{
        height: 289px !important;
    }

    ul.footer-nav li{
        margin-right:4%;
    }

    ul.footer-nav li:last-child{
        margin-right:0;
    }
	
	.navbar ul ul {
		display:none !important;
	}


}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

    .slider-text p{
        font-size: 0.5em;
    }


    ul.footer-nav li{
        margin-right:0;
        float:none;
        text-align:center;
        background:#ccc;
        padding:5px 2px;
        margin-bottom:1px;
    }


	.navbar ul ul {
		display:none !important;
	}


}

@media only screen and (max-width: 320px){
    .slideshow{
        height:195px !important;
    }
	
	
	.navbar ul ul {
		display:none !important;
	}

}


@font-face {
    font-family: 'FontName';
    src: url('../fonts/FontName.eot');
    src: url('../fonts/FontName.eot?iefix') format('eot'),
        url('../fonts/FontName.woff') format('woff'),
        url('../fonts/FontName.ttf') format('truetype'),
        url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
    font-weight: normal;
    font-style: normal; }