html,
body {
    width: 100%;
    height:calc(100vh - 50px);
    background-color: #800303;
    color: #f8f5f2;
    font-family: 'Didact Gothic', sans-serif;
    margin: 0;
    padding: 0;
}

hr {
    max-width: 60px;
    border-color: #800303;
    border-width: 4px;
}
hr.light {
    border-color: #fff;
    border-width: 4px;
}
a {
    color: #ffff00;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
a:hover,
a:focus {
    color: #000b29;
}
h1,h2{
   font-family: 'Roboto', sans-serif;
}
h3,
h4,
h5,
h6 {
    font-family: 'Didact Gothic', sans-serif;
    letter-spacing: 1px;
} 
.capbox {
	background-color: #808080;
	border: #808080 0px solid;
	border-width: 0px 12px 0px 0px;
	display: inline-block;
	*display: inline; zoom: 1; /* FOR IE7-8 */
	padding: 8px 40px 8px 8px;
	}

.capbox-inner {
	font: bold 11px arial, sans-serif;
	color: #000000;
	background-color: #808080;
	margin: 5px auto 0px auto;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

#CaptchaDiv {
	font: bold 17px verdana, arial, sans-serif;
	font-style: italic;
	color: #000000;
	background-color: #808080;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

#CaptchaInput { margin: 1px 0px 1px 0px; width: 135px; }
p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
}
.call-to-action h2 {margin: 0 auto 20px;}
.text-primary {color: #800303;}

.bg-b {
    position: relative;
    color: #000b29;
    background-color:#f8f5f2;
}
.bg-c {
    position: relative;
    background-position: center;
    background: url(../img/back/wood.jpg) center;
    color: #f8f5f2;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.bg-d {
    position: relative;
    background-position: center;
    color:#f8f5f2;
    background: url(../img/back/contact.jpg);/*"Red Light, San Antonio, TX" by Tadson Bussey is licensed under CC BY-ND 2.0 (license's link: https://creativecommons.org/licenses/by-nd/2.0/)*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-attachment: fixed;
    background-size: cover;
    -o-background-size: cover;    
}
.container-x {
  margin: 0 auto;
  width: 78%;
}

.container-sp {
  margin: 0 auto;
  width: 92%;
}
.container-full {
    margin: 0;
    width: 100%;
    padding:0; 
    border-width:0;
    overflow:hidden;
}
.text-faded {
    color: rgba(255,255,255,.7);
}
section {
    padding: 100px 0;
}
aside {
    padding: 60px 0 0 0;
}
.no-padding {
    padding: 0;
}
footer a{
    color: #f8f5f2;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.img-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-left: auto;
    margin-right: auto;
}
.text-content {
  background: rgba(0,0,0,0.7);
  padding:8px; 
  color: white;
  cursor: pointer;
  display: table;
  max-height: 300px;
  position: absolute;
  margin: auto;
    left: 0; 
    right: 0;
    bottom: 9%; 
    max-width: 330px;
  opacity: 0;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
.img-list:hover .text-content {
  opacity: 1;
} 
#product img{
    margin: auto;
    left: 0; 
    right: 0;
    top: 0;
    bottom: 0;  
}
.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000b29;
}
.navbar-custom .navbar-brand {
    font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
    outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}
.navbar-custom a {
    color: #fff;
}
.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}
.navbar-custom .nav li.active {
    outline: 0;
}
.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover {
    color: #fff;
}
@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #000b29;
    }
}
header {
    padding: 120px 0 100px;
    position: relative;
    width: 100%;
    height: auto;
    color: #000;
    background-image: url(../img/back/main.jpg);/*"Magic Hat" by tehusagent is licensed under CC BY-ND 2.0 (license's link: https://creativecommons.org/licenses/by-nd/2.0/)*/
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
header .header-content {
    position: relative;
    width: 100%;
    margin:auto;
}
@media(min-width:768px) {
    header {
        height: 100vh;
        padding: 120px 0 100px;
    }
 header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 60px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }  
}
@media(min-width:1280px) {

 header .header-content {
        position: absolute;
        top: 53%;
        padding: 0 250px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }  
}
.section-heading {
    margin-top: 0;
}
@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}
.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    width: auto;
}
.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(240,95,64,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}
@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}
.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.btn-default {
    border-radius: 0;
    color: #222;
    background-color: #fff; 
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #222;
    background-color: #f2f2f2;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}
.btn-default .badge {
    color: #fff;
    background-color: #222;
}
.btn-primary {
    color: #fff;
    background-color: #222;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #959D9F;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #040485;
    background-color: #040485;
}
.btn-primary .badge {
    color: #f05f40;
    background-color: #fff;
}
.btn {
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
}
.btn-xl {
    padding: 15px 30px;
}
::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}
::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}
img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}
.icon {
    margin-bottom: 30px;
}   

.desc{
    margin-bottom: 30px;
}

.google_map {
  height: 500px;
}

.maps iframe{
    pointer-events: none;
}
.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    margin-left: -25px;
    display: block;
    z-index: 10;
    text-align: center;
}
.scroll-down span{
    font-size:36px;
    position: relative;
    color: #fff;
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: drop;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}
@-webkit-keyframes drop {
    0%   { top:0px;  opacity: 0;}
    30%  { top:10px; opacity: 1;}
    100% { top:25px; opacity: 0;}
}
@keyframes drop {
    0%   { top:0px;  opacity: 0;}
    30%  { top:10px; opacity: 1;}
    100% { top:25px; opacity: 0;}
}
ul.list-inline{margin-bottom:30px;margin-top:0}
ul.social-buttons{margin-bottom:0}
ul.social-buttons li a{
    display:block;
    background-color:#222;
    height:40px;
    width:40px;
    border-radius:100%;
    font-size:20px;
    line-height:40px;
    color:#fff;
    outline:0;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    transition:all .3s
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active
{background-color:#fed136}
