/* = DEFAULT STYLES = */
@import url(https://fonts.googleapis.com/css?family=Milonga);
body {margin:0;font-size:14px;font-family: 'Arial', sans-serif;background-image:url(../images/background.jpg); background-attachment:fixed;background-repeat:repeat;}

/* = DEFAULT - LINKS = */
a {text-decoration:none;font-weight:bold;color:#FF0000;}
a:hover, a:focus {text-decoration:underline; color:#fff;}

/* = DEFAULT - TEXT ITEMS = */
p {margin:20px 0;line-height:1.75em;}

/* = DEFAULT - HEADINGS = */
h1 {font-size:36px;margin:0;font-family: 'Milonga', cursive;font-weight:bold;color:#fff;border-bottom:3px solid red;}
h2 {font-size:20px;margin:0;font-family: 'Milonga', cursive;color:#fff;background: gray;font-weight:normal;padding-top:20px;padding-bottom:20px;padding-left:5px;padding-right:5px;-webkit-border-top-left-radius: 12px;-webkit-border-top-right-radius: 12px;-moz-border-radius-topleft: 12px;-moz-border-radius-topright: 12px;border-top-left-radius: 12px;border-top-right-radius: 12px;}
h3 {font-size:20px;margin:0;font-family: 'Milonga', cursive;font-weight:bold;color:#FFFFFF; -webkit-border-top-left-radius: 10px;-webkit-border-top-right-radius: 10px;-moz-border-radius-topleft: 10px;-moz-border-radius-topright: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;background-color:gray;padding-top:20px;padding-left:25px;padding-bottom:7px;}
h4 {font-family: 'Milonga', cursive;font-weight:bold;color:#000;font-size:22px;text-align:center;padding-top:15px;padding-bottom:10px;}

/* = DEFAULT - Custom Bootstrap = */
.container {max-width:1000px;margin:0 auto;}

/* Buttons */
.btn {background:red;color:#fff;text-transform:uppercase;font-family: 'Milonga', cursive;}
.btn:hover, .btn:focus {background:#000;color:#fff;}

/* = HEADER = */
header {}
.header-inner {}
/* HEADER - LOGO */
.logo {}
.logo img{}
.logo img:hover  {opacity:.8;}

/* = CALL TO ACTION = */
.c2a {text-align:center;padding-top:10px;padding-bottom:10px;}
.tagline {display:block;text-align:center;font-family: 'Milonga', cursive;font-weight:bold;font-size:26px;color:#000;text-shadow:0px 0px 0 #fff,-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;padding-top:82px;}
.callus{display:block;font-family: 'Milonga', cursive;font-weight:bold;font-size:28px;color:red;}
.tel {display:block;}
.tel a {font-family: 'Milonga', cursive;font-weight:bold;font-size:32px;color:red;}
.tel a:hover, .tel a:focus, .tel a:active {text-decoration:none;color:#FFFFFF;}
address {display:block;margin-bottom:0px;font-family: 'Milonga', cursive;font-weight:bold;font-size:16px;color:red;}
.hours {display:block;margin-bottom:0px;font-family: 'Milonga', cursive;font-weight:bold;font-size:16px;color:#FFFFFF;}
.email {display:block;}
.email a {font-family: 'Milonga', cursive;font-weight:bold;font-size:18px;color:grey;}
.email a:hover, .email a:focus, .email a:active {text-decoration:none;color:#FFFFFF;}

/* = NAVIGATION = */
nav {font-family: 'Milonga', cursive;background: #000;height: 53px;}
.navbar-default {border-radius:0px;border:0;background:transparent;text-align:center;}
.navbar-default .navbar-nav > li > a {font-weight:bold;font-size:16px;color:grey;text-transform:uppercase;padding-left:20px;padding-right:20px;}
.navbar-default .navbar-nav > li:last-child > a {}
.navbar-default .navbar-nav > li:last-child > a:hover {}
.navbar-default .navbar-nav > li > a:hover {background-color:transparent;color:red;border-bottom: 3px solid red;}
.nav li.active a {background-color:#033280;color:#FFFFFF;}
.dropdown-menu {margin-top:-2px;background:transparent;box-shadow:none;border:none;border-radius:0px;padding:0px;}
.dropdown:hover .dropdown-menu {display: block;}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {background-color:transparent;color:red;border-bottom: 3px solid red;}
.navbar-default .dropdown-menu > li > a {}
.navbar-default .dropdown-menu > li > a:hover {background-color:transparent;color:red;border-bottom: 3px solid red;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {background-color:transparent;color:red;border-bottom: 3px solid red;}
.navbar-default .navbar-nav>li>a:focus {background-color:transparent;color:red;border-bottom: 3px solid red}
.navbar-toggle {border-color:#FFFFFF !important;background-color:gray !important;}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {border-color:#FFFFFF !important;background-color:red !important;}
.navbar-default .navbar-toggle .icon-bar {background-color:#FFFFFF !important;}
/* Centering Nav */
.navbar .navbar-nav {display: inline-block;float: none;margin-bottom:-7px;}
.navbar .navbar-collapse {text-align: center;}

/* = Main Wrapper = */
#main-wrapper{background-image: url(../images/content-background.jpg); background-size: cover;background-attachment: fixed;}

/* = BANNER = */
#banner {}
#banner .container {width:auto;max-width:1200px !important;margin:0 auto;}
.banner-inner {}
.carousel-inner {border:none;box-shadow:none;border-left:4px solid grey;border-right:4px solid grey;border-bottom:4px solid grey;z-index: 1;}
.carousel.fade {opacity: 1;}
.carousel.fade .item {-moz-transition: opacity ease-in-out .7s;-o-transition: opacity ease-in-out .7s;-webkit-transition: opacity ease-in-out .7s;transition: opacity ease-in-out .7s;left: 0 !important;opacity: 0;top:0;position:absolute;width: 100%;display:block !important;z-index:1;}
.carousel.fade .item:first-child {top:auto;position:relative;}
.carousel.fade .item.active {opacity: 1;-moz-transition: opacity ease-in-out .7s;-o-transition: opacity ease-in-out .7s;-webkit-transition: opacity ease-in-out .7s;transition: opacity ease-in-out .7s;z-index:2;}
.carousel-indicators{}

/* = FEATURE = */
#feature {text-align:center;}
.feature-inner {padding-left:15px;padding-right:15px;padding-bottom:15px;}
.feature-inner a{}
.feature-inner a:hover, .feature-inner a:focus, .feature-inner a:active{text-decoration:none;}
.feature-box {position: relative;margin-top:25px;background: #fff;-webkit-border-bottom-right-radius: 12px;-webkit-border-bottom-left-radius: 12px;-moz-border-radius-bottomright: 12px;-moz-border-radius-bottomleft: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px; -webkit-border-top-left-radius: 12px; -webkit-border-top-right-radius: 12px; -moz-border-radius-topleft: 12px; -moz-border-radius-topright: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px;}
.feature-box img{ width:100%;-webkit-border-bottom-right-radius: 12px;-webkit-border-bottom-left-radius: 12px;-moz-border-radius-bottomright: 12px;-moz-border-radius-bottomleft: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;}
.hover-overlay {background: rgba(255, 0, 0, 0.90);-webkit-border-radius: 12px;-moz-border-radius: 12px;border-radius: 12px;}
.feature-inner a:hover img{width:100%; opacity:0.4;}
.feature-box span{font-family: 'Milonga', cursive;font-weight:bold;font-size:24px;color:#FFFFFF;position:absolute;top:25%;display:none; text-align:center;width:100%;text-transform:uppercase;}
.feature-inner a:hover span{ position:absolute; top:25%; display:block; text-align:center;width:100%; z-index:2;text-transform:uppercase;}
.fb-page {margin-top: 25px;}

/* = MAIN = */
main {text-align:left;color: lightgray;;font-size: 14px;}
.main-inner {padding-left:15px;padding-right:15px;padding-top:15px;padding-bottom:30px;}

/* = SECTION = */
section {padding-top:10px;}

/* = FLOATED IMAGES = */
img.pull-left {margin:20px 20px 20px 0px; padding: 3px; border: 3px solid #FF0000;}
img.pull-right {margin:20px 0px 20px 20px; padding: 3px; border: 3px solid #FF0000;}

/* = ASIDE = */
aside {text-align:left;}

#testimonials{}
#testimonials h4{background: #000; color: #fff;}
.testimonials-inner{padding-left:30px;padding-right:30px;padding-bottom: 50px;}
.show-top{z-index:10;border:0px;}
.carousel-indicators-override{bottom: -30px;}

/* CONTACT FORM */
hr.divider {border-top: 3px solid #FF0000; margin: 0;}
#contactus{background: #000; border:2px solid gray;padding-left:20px;padding-right:20px;padding-top:20px;-webkit-border-bottom-right-radius: 10px;-webkit-border-bottom-left-radius: 10px;-moz-border-radius-bottomright: 10px;-moz-border-radius-bottomleft: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}
#contactform label {cursor:pointer;color: #333;}
#contactform button {width:100%;border-radius:3px;}
#contactform .alert {padding: 7px 25px;width:100%;}
#contactform input.alert {padding:0;}
#contactform .alert-danger {color:#a94442;}
.contactform-bg {min-height: 20px;padding: 19px;margin-bottom: 20px;background:#000;border: 3px solid transparent;border-radius: 0;}
.contactform-bg input, .contactform-bg textarea {background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */
}
#contactform .form-control {border-radius: 0;color:#999999;border: 3px solid transparent;}
#contactform label.contactpage-label {cursor:pointer;color: #fff; font-weight: bold;}
textarea.form-control.message-area {}
.input-group-addon {color: #000;background-color: #e5e5e5;border-radius: 0;}
.jumbotron-sm { padding: 24px 0;background:#FF0000;border-radius: 0 !important; font-weight: bold;border: 3px solid transparent; margin: 0 0 4% 0;}
.jumbotron-sm h2 {font-weight: bold;color: #fff; background: none;}
.jumbotron-sm h2 small {font-size: 18px;color: #fff;font-weight: bold;}
.location-container {background:#000; padding: 1em; margin: 1em auto; font-weight: bold;border: 3px solid transparent;font-family: 'Milonga', cursive;}
span.company-heading {font-size: 24px;color: #fff; text-align:center; display:block; width: 100%;}
span.company-address {font-size: 18px;text-align:center; display:block;color: #fff; width: 100%;}
span.company-address a {font-size: 18px;text-align:center; display:block;color: #fff;}
span.company-address a:hover {color:#FF0000; text-decoration: none;}
legend {font-size: 26px;color: #fff; text-align:center; display:block; border-bottom: 1px solid transparent;font-weight: bold; width: 100%; margin-bottom: 0;}
/* -- GOOGLE MAP -- */
.googlemap-container { position: relative; padding-top: 68.5%; max-width: none; margin: 0 auto; }
.googlemap-container iframe, .googlemap-container object, .googlemap-container embed { position: absolute; top: 0; left: 0 ; width: 100%; height: 100%; border: 3px solid #FF0000;}

/* = CONTACT INFO = */
#contact-info {background:#000;padding:10px 0px;text-align:center;}
.contact-info-inner {font-family: 'Milonga', cursive;font-weight:bold;font-size:16px;color:#FFFFFF;}
#contact-info span {margin:0px 15px 0px 15px;}
#contact-info a {font-family: 'Milonga', cursive;font-weight:normal;font-size:16px;color:#FFFFFF;}
#contact-info a:hover, #contact-info a:focus, #contact-info a:active {text-decoration:none;color:red;}

/* = FOOTER = */
footer {text-align:center;padding-top:10px;padding-bottom:10px;background-color:transparent;}
.footer-inner {}
.sitemap {}
.list-inline a{text-transform:uppercase;font-family: 'Milonga', cursive;font-weight:bold;font-size:18px;color:#FFFFFF;padding-left:20px;padding-right:20px;}
.list-inline a:hover, .list-inline a:focus, .list-inline a:active{text-decoration:none;color:grey;}
.copyright {padding-top:10px;}
.copyright a{font-size:12px;color:grey;font-weight:normal;}
.copyright a:hover, .copyright a:focus, .copyright a:active{text-decoration:none;color:#FFFFFF;}

/* = BACK TO TOP LINK = */
#top-link-block.affix-top {position: absolute; /* allows it to "slide" up into view */bottom: -82px; /* negative of the offset - height of link element */left: 10px; /* padding from the left side of the window */}
#top-link-block.affix {position: fixed; /* keeps it on the bottom once in view */bottom: 18px; /* height of link element */left: 10px; /* padding from the left side of the window */}
.back-to-top {color:#FFFFFF;background-color:#000;}
.back-to-top:hover, .back-to-top:active,.back-to-top:focus {color:#FFFFFF; background-color:red;}

/* = SITEMAP PAGE = */
ul.sitemap-page {margin: 20px auto; display:block; max-width: 500px; float: none;}
ul.sitemap-page li { list-style: none;}
ul.sitemap-page li a { font-family: 'Milonga', cursive;font-weight:bold; text-decoration: none; text-shadow: 1px 1px 1px rgba(255,255,255,0.8); color: #212121;  /* CSS3 Transition Effect */-webkit-transition: all 0.12s ease-out;-moz-transition: all 0.12s ease-out;-o-transition: all 0.12s ease-out; text-align: center; font-size: 36px; line-height: 55px; display: block;}
ul.sitemap-page li a:hover {color: #FF0000;text-transform: uppercase; text-decoration: none; /* CSS3 Transform Effect */-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-o-transform: scale(1.2); text-shadow: 0px 3px 0px #fff,0px 14px 10px rgba(0,0,0,0.15),0px 24px 2px rgba(0,0,0,0.1),0px 34px 30px rgba(0,0,0,0.1);}

/* = LIST STYLE IP = */
ul.list-items {margin: 10px 0 10px 60px;}
ul.list-items li {color: #000; font-weight: bold; }
ul.list-items li  a {color: #000; font-weight: bold; }
ul.list-items li a:hover {color: #000; text-decoration: none;}

/* = GALLERY PAGE = */
.gallery-container {width: 91%; margin: 3% auto; display: block;}
.gallery-container a {height:200px; width:200px; display:inline-block; margin:10px; position:relative;overflow:hidden;border:2px solid #FF0000 !important;}

.lb-thumb {float: left;margin: 0 7px 7px 0;/* CSS3 Transition Effect */-webkit-transition: all 0.12s ease-out;-moz-transition: all 0.12s ease-out;-o-transition: all 0.12s ease-out; height:200px; width:auto;  position: absolute;top: 50%; right:50%; transform: translate(50%, -50%);}
.lb-thumb:hover {/* CSS3 Transform Effect */-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-o-transform: scale(1.2); transform: translate(50%, -50%) scale(1.2); background:#f0ede5 !important; }


/* = MEDIA QUERIES= */
@media screen and ( max-width: 1366px ) {}
@media screen and ( max-width: 1200px ) {.fb-page{height: 355px;}.navbar-default .navbar-nav > li > a{padding-left: 14px;padding-right: 14px;}}
@media screen and ( max-width: 1024px ) {}
@media screen and ( max-width: 991px ) { .tagline{font-size: 23px; padding-top: 80px;}.tel a{font-size: 26px;}.email a{font-size: 16px;} .hours{ font-size: 12px;} address{font-size: 13px;}#contact-info span {display:block;visibility:hidden;line-height:0px;}.list-inline a{padding-left: 10px;padding-right: 10px;}h2{font-size: 16px;}.fb-page iframe{height: 277px;}.navbar-default .navbar-nav > li > a{padding-left: 9px;padding-right: 9px;}}
@media screen and ( max-width: 966px ) {}
@media screen and ( max-width: 768px ) {}
@media screen and ( max-width: 767px ) {nav{height: auto;}.navbar .navbar-nav {display:block;margin-bottom:0px;}.logo img{margin:0 auto;margin-top:20px;}img.pull-left {float:none !important;margin:0 auto;} img.pull-right {float:none !important;margin:0 auto;}.c2a {text-align:center;}.feature-box {margin-top: 10px;margin-bottom: 20px;}.tagline{padding-top: 10px;}.tel a {font-size: 32px;}.email a {font-size: 18px;} .hours{ font-size: 16px;} address{font-size: 17px;} .carousel-indicators{ bottom: 0;} .feature-inner a:hover span{top: 50%;width: 96%;}.list-inline a{padding-left: 0px;padding-right: 0px;font-size: 11px;}.copyright a{font-size: 11px;}.contact-info-inner{font-size: 14px;}#contact-info a{font-size: 14px;}#tcb-testimonial-carousel p{padding-left: 0px !important;padding-right: 0px !important;}.fb-page {margin-top: 0;}}
@media screen and ( max-width: 741px ) {}
@media screen and ( max-width: 600px ) {.contact-info-inner {font-size: 10px;}}
@media screen and ( max-width: 414px ) { .sitemap .list-inline>li{display: block;} }
@media screen and ( max-width: 320px ) {}