/***********************
*  Site Specific CSS   *
************************/

/* @imports
--------------*/
@import url('http://cdn.myld.com.au/1/css/AnimateCss/animate.min.css');
@import url('http://cdn.myld.com.au/1/js/cform_validation/validation-2.2.min.css');
@import url('http://cdn.myld.com.au/1/js/fancybox2/jquery.fancybox.css');
/* Uncomment next line if thumbnails are required in the modal view */
/*@import url('http://cdn.myld.com.au/1/js/fancybox2/helpers/jquery.fancybox-thumbs.css');*/
@import url('http://cdn.myld.com.au/1/js/plugins/PhotoSwipe/photoswipe.min.css');

/* @font-faces
--------------*/
@font-face{
   font-family: 'Open Sans';
   src:   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.svg#open_sansregular) format('svg');
   font-weight:400;
   font-style:normal;
}


/* @general styles
-----------------*/
#return-to-top {
    position: fixed;
    bottom: -13px;
    right: 0;
    width: 66px;
    height: 70px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background:url(http://cdn.myld.com.au/2/1530/southern-autos-smash-repairs_2714a77420.JPG)no-repeat;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background:url(http://cdn.myld.com.au/2/1530/southern-autos-smash-repairs_37f4a0da9b.png)no-repeat;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}



body {
  background:url(http://cdn.myld.com.au/2/119/southern-autos-smash-repairs_342075b341.png) repeat scroll left top transparent;
  font-family: 'Open Sans';
}

#contact-find-us #spambox #spam:nth-child(2) {display: none;}

.main-container-all{
    width: 970px;
    margin:auto;
    box-shadow: 0 0 20px 0 #000;
}

/* top container
-----------------*/
.top-container{
    background: url(http://cdn.myld.com.au/2/119/southern-autos-smash-repairs_912e8a57f1.jpg) repeat scroll left top transparent;
    background-size: cover;
    height: 260px;
}

.top-main-logo{
    background: url(http://cdn.myld.com.au/2/119/southern-autos-smash-repairs_03a86de4b2.png) no-repeat scroll left top transparent;
}

.main-logo{
    display: block;
    height: 125px;
    line-height: 1;
    margin-bottom: 0;
    margin-left: 20px;
    text-shadow: none;
    width: 400px;
   
}

.top-logo-div{
    padding-top: 40px;
}

.top-contact{
    color: #E26C22;
    font-size: 27px;
    background: none repeat scroll 0 0 #000;
    height: 36px;
    margin-left: 110px;
    margin-top: 30px;
    width: 255px;
  
}
/* end top container
-----------------*/


/* Navbar
----------*/

.nav-option{
    z-index: 1;
    position: absolute;
}

.nav-bg-gradient{
    border-bottom: medium none;
    box-shadow: 0 0 8px 0 #000;
    min-height: 50px;
    opacity: .9;
    text-align: center;
    z-index: 0;
    width: 970px;
    margin: auto;
    background: linear-gradient(to bottom,rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #E26C22;
    transition: background-color .3s ease-in-out;
}

.navbar-nav>li>a{
    color:#fff;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px;
}

.licence-no {
    position: relative;
    display: inline;
    top: 6px;
    font-size: 90%;
    color:#fff;
    margin-right:5px;
}

#social-icons-small {
    display: block;
    float: right;
    margin-left: 185px;
}

.social-media.ld {
    background-position: -126px -42px;
}

.social-media.ld:hover {
   background-position: -126px 0;
}

.social-media {
    display: inline-block;
    background: url(http://cdn.myld.com.au/1/images/icons/smicons/social-network.png) no-repeat top left;
    width: 32px;
    height: 32px;
    background-position-y: -42px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
    text-indent: -9999px;
    margin-right: 10px;
    margin-top: 8px;
}

/* End Navbar
-------------*/

/* main content
-------------*/
.main-body-content{
    float: left;
    position: relative;
    width: 970px;
    box-shadow: 0 0 8px 0 #000;
    background: #252525;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(37,37,37,1)),color-stop(100%,rgba(78,78,78,1)));
    background: -webkit-linear-gradient(top,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    background: -o-linear-gradient(top,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    background: -ms-linear-gradient(top,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    background: linear-gradient(to bottom,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#252525',endColorstr='#4e4e4e',GradientType=0);
     text-align: center;
}

.header-content{
    font-size: 22px;
    color: #E26C22;
    text-shadow: 1px 1px 0 #000000, 2px 2px 0 #000000, 0 0 1px #000;
    transition: all .3s ease-in-out 0;
    margin-top: 40px;
   
}

.logo-2{
    margin-left: 270px;
}

#car-craft-logo {
    margin-top: 10px;
    height: 90px;
    float: right;
    margin-right: 110px;
}

.content-info{
    color: #E26C22;
    font-size: 18px;
    padding-left: 31px;
    padding-right: 31px;
    margin-bottom: 50px;
}

.raised{
    -webkit-box-shadow: 0 15px 10px -10px rgba(0,0,0,0.5), 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 0 15px 10px -10px rgba(0,0,0,0.5),0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
    box-shadow: 0 15px 10px -10px rgba(0,0,0,0.5), 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
}

.thumb {
    float: left;
    margin-right: 20px;
    position: relative;
    width: 212px;
}

.caption {
    color: #E26C22;
    display: block;
    font-family: 'Open Sans',Tahoma,sans-serif!important;
    font-size: 15px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 212px;
}

a.peOver:hover img {
    opacity: .8;
}

a.peOver:hover span {
    background: url(http://cdn.myld.com.au/2/122/i-j-and-c-higgins-t-as-mcalpin-and-maurer-automotive_d0136b4e57.png) no-repeat scroll center center transparent;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.content-footer-p{
    margin-top: 25px;
    font-size: 18px;
    color: #E26C22;
    margin-bottom: 40px;
}

/*end main content
------------------*/

/* footer nav
------------------*/

.footer-navbar{
    border-bottom: medium none;
    box-shadow: 0 0 8px 0 #000;
    min-height: 50px;
    opacity: .9;
    z-index: 0;
    width: 970px;
    margin: auto;
    background: linear-gradient(to bottom,rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
}

.list-nav{
    margin-left: -80px;
    margin-top: 13px;
    color: #c2c2c2;
    display: inline-flex;
    list-style-type: none;
}

.footer-list-nav{
    padding-right:10px;
    padding-left:10px;
    cursor: pointer;
}

.footer-list-nav >a{
    color:#c2c2c2;
}

.sm{
    padding-right: 3px;
    padding-left: 5px; 
}

.socialmedia{
    display: inline-flex;
    margin-top: 12px;
    color: #c2c2c2;
    float: right;
}

.main-footer{
    background-color: #333;
    border-top: 1px solid rgba(255,255,255,.3);
}

.footer-copyright{
    color: #979797;
    margin-top: 10px;
    margin-left: -150px;
    margin-bottom: 10px;
    font-size: 14px;
}

.footer-localsearch{
    margin-top: 10px;
    float: right;
}

.footer-list-nav > a:hover{
     color:#E26C22;
    text-decoration: none;
}
/* End footer nav
------------------*/

/*  About Page
--------------*/
.top-container-about{
    background: url(http://cdn.myld.com.au/2/122/southern-autos-smash-repairs_ce57ffb3fd.jpg) repeat scroll left top transparent;
    background-size: 100% 100%;
    height: 260px;
}

.header-content-about{
    font-size: 22px;
    color: #E26C22;
    text-shadow: 1px 1px 0 #000000, 2px 2px 0 #000000, 0 0 1px #000;
    transition: all .3s ease-in-out 0;
    margin-left:2px;
    margin-top:35px;
}

.main-body-content-about{
     float: left;
    position: relative;
    width: 970px;
    box-shadow: 0 0 8px 0 #000;
    background: #252525;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(37,37,37,1)),color-stop(100%,rgba(78,78,78,1)));
    background: -webkit-linear-gradient(top,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    background: -o-linear-gradient(top,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    background: -ms-linear-gradient(top,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    background: linear-gradient(to bottom,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#252525',endColorstr='#4e4e4e',GradientType=0);
}

.list-nav-about{
    margin-left:0;
    margin-top: 13px;
    color: #c2c2c2;
    display: inline-flex;
    list-style-type: none;
}

.footer-copyright-about{
    color: #979797;
    margin-top: 10px;
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 14px; 
}

.about-info{
    color:#fff;
    font-size: 13px;
}

.about-img{
    margin-top: 65px;
}

.about-philosophy{
    margin-bottom:30px;
    color:#fff;
}

/* End About Page
----------------*/

/* Arrow - top
---------------*/
#back-to-top a:hover {
    background-color: #1ca9e4;
    background: url(img/back_to_top_btn_hover.png) no-repeat 50% 50%;
}

#back-to-top {
    position: fixed;
    right: 0px;
    display: block;
    bottom: 20px;
    margin: 0;
    z-index: 1000;
}

#back-to-top a {
    text-decoration: none;
    border: none;
    display: block;
    width: 45px;
    height: 45px;
    background: url(img/back_to_top_btn.png) no-repeat 50% 50%;
    background-color: #c0c0c0;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.navbar .navbar-nav > .active{
    background-color: #E26C22;
}

/* End Arrow - top
------------------*/

/* Service page
--------------*/
.top-container-service{
  background:url(http://cdn.myld.com.au/2/122/southern-autos-smash-repairs_b4bdbecbcc.jpg) repeat scroll left top transparent;
  background-size: 100% 100%;
  height: 260px;
}

.services-row{
    margin-left:0;
    margin-right:0;
}

.main-body-content-findus{
  float:left;
   position: relative;
    width: 970px;
    box-shadow: 0 0 8px 0 #000;
    background: #252525;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(37,37,37,1)),color-stop(100%,rgba(78,78,78,1)));
    background: -webkit-linear-gradient(top,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    background: -o-linear-gradient(top,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    background: -ms-linear-gradient(top,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    background: linear-gradient(to bottom,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#252525',endColorstr='#4e4e4e',GradientType=0);
  }
  
.main-body-content-service{
    position: relative;
    width: 970px;
    box-shadow: 0 0 8px 0 #000;
    background: #252525;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(37,37,37,1)),color-stop(100%,rgba(78,78,78,1)));
    background: -webkit-linear-gradient(top,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    background: -o-linear-gradient(top,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    background: -ms-linear-gradient(top,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    background: linear-gradient(to bottom,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#252525',endColorstr='#4e4e4e',GradientType=0);
}

#services img:hover {
    -webkit-transform: translatey(-3px);
    -moz-transform: translatey(-3px);
    -o-transform: translatey(-3px);
    transform: translatey(-3px);
    opacity: 0.5;
    -moz-opacity: 0.5;
}

#services img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1;
    -moz-opacity: 1;
}

.services-page-img{
    margin-left: 40px;
    margin-top: 25px;
}

.logos .thumb {
    width: 200px;
}

.services-page-img-2{
    margin-top: 25px; 
    margin-bottom:50px;
}

.header-content-service-1{
    font-size: 22px;
    color: #E26C22;
    text-shadow: 1px 1px 0 #000000, 2px 2px 0 #000000, 0 0 1px #000;
    transition: all .3s ease-in-out 0;
    margin-left:-20px;
    margin-top:35px;
    margin-bottom:30px;
}

.caption-service{
    color:#fff;
    display: block;
    font-size: 15px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 212px;
}
/* Service page
--------------*/

/* gallery page
--------------*/
.gallery-images-vehicles{
    margin-left: -29px;
}

.top-container-contact{
    background: url(http://cdn.myld.com.au/2/122/southern-autos-smash-repairs_28a24dc7fe.jpg) repeat scroll left top transparent;
    background-size: cover;
    height: 260px;
}

.gallery-holder {
    width: 955px;
    margin: 0 auto;
    padding-top: 30px;
    margin-left: -4px;
}

body:not(:-moz-handler-blocked) 
.pool-module-holder-bg {
    margin: -40px auto 0;
}

@media screen and (min-width:0\0) {
.pool-module-holder-bg {
    margin: -40px auto 0;
}
    
}

#fancybox-loading div {
    display: none;
}

.my-gallery {         
    padding:0;
    margin:0;
}

.gallery-li {     
    list-style:none;
    width: 235px;
}
      
.nmy-gallery .gallery-li img {
    cursor: pointer;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.top-container-gallery {
  background:url(http://cdn.myld.com.au/2/122/southern-autos-smash-repairs_28a24dc7fe.jpg) repeat scroll left top transparent;
  background-size: 100% 100%;
  height: 260px;
}


/* End Gallery page
--------------------*/

/* Gallery page
----------------*/

.main-body-content-gallery{
    position: relative;
    width: 970px;
    box-shadow: 0 0 8px 0 #000;
    background: #252525;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(37,37,37,1)),color-stop(100%,rgba(78,78,78,1)));
    background: -webkit-linear-gradient(top,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    background: -o-linear-gradient(top,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    background: -ms-linear-gradient(top,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    background: linear-gradient(to bottom,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#252525',endColorstr='#4e4e4e',GradientType=0);
}


.navtabs-gallery{
    width: 950px;
    padding-top: 8px;
}


.navtabs-gallery-images{
    font-size:12px;
}

.nav>li>.navtabs-gallery-images:hover, .nav>li>.navtabs-gallery-images:focus {
    color: #555;
    cursor: default;
    background-color: #eee;
}

.nav>li>.navtabs-gallery-images:hover, .nav>li>.navtabs-gallery-images:focus {
    text-decoration: none;
    transition: none;
}

.fade {
    opacity: 0;
    -webkit-transition: none;
    transition: none;
}

.gallery-tab-header{
    color: #E26C22;
    text-shadow: 1px 1px 0 #000000, 2px 2px 0 #000000, 0 0 1px #000;
    transition: all .3s ease-in-out 0;
    margin-top: 50px;
}

#view_content {
    float: left;
    position: relative;
    padding-bottom: 20px;
    width: 940px;
    background: #252525;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(37,37,37,1)),color-stop(100%,rgba(78,78,78,1)));
    background: -webkit-linear-gradient(top,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    background: -o-linear-gradient(top,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    background: -ms-linear-gradient(top,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    background: linear-gradient(to bottom,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#252525',endColorstr='#4e4e4e',GradientType=0);
}

a.peOver:hover span {
    background: url(http://cdn.myld.com.au/2/122/i-j-and-c-higgins-t-as-mcalpin-and-maurer-automotive_d0136b4e57.png) no-repeat scroll center center transparent;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.tab-pane .row {
    margin-bottom: 20px;
}

.tab-content{
    margin-bottom: 50px;
    margin-left: 11px;
}


/* End Gallery page
----------------*/

/* Contact page
----------------*/
.top-container-contact{
    background: url(http://cdn.myld.com.au/2/122/southern-autos-smash-repairs_a4584d05a1.jpg) repeat scroll left top transparent;
    background-size: cover;
}

#default-map{
    width: 930px;
    height: 350px;
    margin: 20px;
}

.contact-tab-header{
    color: #E26C22;
    text-shadow: 1px 1px 0 #000000, 2px 2px 0 #000000, 0 0 1px #000;
    transition: all .3s ease-in-out 0;
    margin-top: 50px;
    margin-left: 17px;
}


.contact-tab-header-2{
    color: #E26C22;
    text-shadow: 1px 1px 0 #000000, 2px 2px 0 #000000, 0 0 1px #000;
    transition: all .3s ease-in-out 0;
    margin-left: 6px;
    margin-top:40px;
    margin-bottom: 30px;
}

.form-info{
    color:#fff;
    margin-left: 7px;
}

.form-general{
    width: 440px;
    margin: auto;
    color:#fff;
}

.form-control{
    height: 44px;
}

textarea.form-control {
    height: 140px;
}

.btn-default {
    color:#fff;
    background-color: #414141;
    background-image: -ms-linear-gradient(top,#555,#222);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#555),to(#222));
    background-image: -webkit-linear-gradient(top,#555,#222);
    background-image: -o-linear-gradient(top,#555,#222);
    background-image: -moz-linear-gradient(top,#555,#222);
    background-image: linear-gradient(top,#555,#222);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555',endColorstr='#222222',GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn{
    background-color: #414141;
    background-image: -ms-linear-gradient(top,#555,#222);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#555),to(#222));
    background-image: -webkit-linear-gradient(top,#555,#222);
    background-image: -o-linear-gradient(top,#555,#222);
    background-image: -moz-linear-gradient(top,#555,#222);
    background-image: linear-gradient(top,#555,#222);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555',endColorstr='#222222',GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn:hover{
    color:#fff;
    background-color: #414141;
    background-image: -ms-linear-gradient(top,#555,#222);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#555),to(#222));
    background-image: -webkit-linear-gradient(top,#555,#222);
    background-image: -o-linear-gradient(top,#555,#222);
    background-image: -moz-linear-gradient(top,#555,#222);
    background-image: linear-gradient(top,#555,#222);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555',endColorstr='#222222',GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-default{
    color:#fff;
    border:none;
    margin-bottom: 40px;
}

.btn-default:hover{
    color:#fff;
    border:none;
    border-color:transparent;
    
} 

label{
    font-weight: bold;
    margin-top:10px;
}

.sidebar{
    background: #525252;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,rgba(82,82,82,1) 0%,rgba(38,38,38,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(82,82,82,1)),color-stop(100%,rgba(38,38,38,1)));
    background: -webkit-linear-gradient(top,rgba(82,82,82,1) 0%,rgba(38,38,38,1) 100%);
    background: -o-linear-gradient(top,rgba(82,82,82,1) 0%,rgba(38,38,38,1) 100%);
    background: -ms-linear-gradient(top,rgba(82,82,82,1) 0%,rgba(38,38,38,1) 100%);
    background: linear-gradient(to bottom,rgba(82,82,82,1) 0%,rgba(38,38,38,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252',endColorstr='#262626',GradientType=0);
    margin-bottom: 30px;
    padding: 1px 30px 20px;
    margin-top: 35px;
}

.sidebar strong {
    color: #E29024;
}

.sidebar h3 {
    margin-bottom: 15px;
    margin-top: 15px;
    color: #E26C22;
    font-family: 'Open Sans',Tahoma,sans-serif!important;
    font-size: 18px;
    font-weight: 400;
    text-shadow: 1px 1px 0 #000000, 2px 2px 0 #000000, 0 0 1px #000;
}

.contact-details{
    color:#fff;   
}
/* End Contact page
-------------------*/

/*  online page
----------------*/
.main-body-content-online{
    float: left;
    position: relative;
    width: 970px;
    box-shadow: 0 0 8px 0 #000;
    background: #252525;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(37,37,37,1)),color-stop(100%,rgba(78,78,78,1)));
    background: -webkit-linear-gradient(top,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    background: -o-linear-gradient(top,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    background: -ms-linear-gradient(top,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    background: linear-gradient(to bottom,rgba(37,37,37,1) 0%,rgba(78,78,78,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#252525',endColorstr='#4e4e4e',GradientType=0);
}


.content-online-quote{
    width: 970px;
    margin: auto;
    padding-left: 35px;
}

.online-tab-header{
    color: #E26C22;
    text-shadow: 1px 1px 0 #000000, 2px 2px 0 #000000, 0 0 1px #000;
}

.online-p{
    color:#fff
}

.span12{
    margin-left: -5px;
    position: relative;
    right: 15px;
}

.embed-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.form-general-online{
    width: 910px;
    margin: auto;
    margin-right: 50px;
    color:#fff;
}

.container-span-2{
    margin-left: -35px;
}

div.scroll{
    margin-top:30px;
    overflow: auto;
    height: 700px;
    margin-bottom:20px;
}

.button-bg{
    color: #000;
    background: #EFEFEF;
}

.button-bg:hover{
    color: #000;
    background: #EFEFEF;
}
/* End online page
----------------*/


/* @media queries
-----------------*/

@media (max-width: 768px)
{
    .main-container-all{
        width: 100%;
        
    }
    
    .top-container{
        background-size: 100% 100%;
    }
    
    .top-contact{
        text-align: center;
        margin-left:0;
        width: 100%;
    }
    
    .logo-2{
        margin-left:0;
        width: 100%;
    }
    
    .main-body-content{
        width:100%;    
    }
    
    #car-craft-logo {
       float:none;
        margin: auto;
    }

    .caption{
        width: 100%;
        margin-bottom:20px;
    }
    
    .thumb{
        width: 100%;
    }
    
    .vehicle-img{
      width: 100%;  
    }
    
    .main-body-content-about{
        width:100%;    
    }
    
    .about-img-car{
        width:100%;
    }
    
    .main-body-content-service{
        width: 100%;
    }
    
    .services-page-img{
        margin-left:0;   
    }
    
    .services-gallery-img{
        width: 100%;
    }
    
    .logos .thumb {
        width: 100%;
    }
    
    .caption-service{
        width: 100%;
        text-align: center;
        padding:20px;
    }
    
    .header-content-service-1{
        text-align: center;
        margin-left:0;
    }
    
    .services-page-img-2{
        margin-left:0;    
    }
    
    .main-body-content-gallery{
        width: 100%;
    }
    
    .navtabs-gallery{
        width: 100%;
    }
    
    .gallery-page-img{
        width: 100%;
        margin-bottom:25px;
    }
    
    .navtabs-gallery-images{
        font-size: 18px;   
    }
    
    #default-map{
        width: 100%;
        margin:0;
    }
    
    .top-container-contact{
        background-size: 100% 100%;
    }
    
    .form-general{
        width: 100%;
    }

    .span12{
        width:100%;
        margin-left:0;
    }
    
    .content-online-quote {
        width: 100%;
        padding-left:0;
    }
    
    .main-body-content-online{
        width: 100%;    
    }
    
    .online-page-bottom{
        margin-bottom: 30px;
        width: 100%;
    }
    
    .online-tab-header{
        text-align: center;   
    }
    
    .online-p{
        text-align: center;
    }
    
    .form-general-2{
        width: 400px;
        margin: auto;
        color:#fff;
    }
    
    .form-general-online{
        width: 100%;
        margin: auto;
        padding-right:10px;
        padding-left:10px; 
    }
    
    .online-row{
        margin-left:0;
    }
    
    .online-row-2{
        margin-left:0;
    }
    
    .padding-none-online{
        padding-left:0;
    }
    
    .container-span-2{
        margin-left:0;   
    }
    
    .gallery-images-vehicles{
        margin-left:0;
    }
    
    .main-body-content-findus{
      width:100%;
    }
    
    .tab-content{
      margin-left: 0;
    }
}

/*12 Inch Monitor*/

@media screen and (max-width: 1199px)
{
    
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
{
  
}

/* iPads (landscape) */{
    width:100%;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
{
  
}

/* iPads (portrait) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) 
{
    
}