/*
* Theme Name: 323Design Base Template
* Theme URI: http://www.323design.com/
* Author: 323design
* Author URI: http://www.323design.com/
* Description: This is a basic template that I, Holt Johnson, use to quickly start development of sites for 323design clients. If you wish to make changes to your design or discuss a redesign go to <a href="323design.com">323design.com</a>. Designed by: Kirk Johnson, Coded by: <a href="holtjohnson.com">Holt Johnson</a>
* Version: 1.0
* License: Copyright &copyHolt Johnson
*/
/*
* Holt's CSS Formating rules:
* + Slector with opening bracket is placed on one line.
* + Properties are indented by one tab.
* + A space is between the property and the value.
* + Values relating to fonts should always be measured in em.
*/

/*Universal*****/

/*Elements*/

body {
	font-family: 'Roboto', 'Hevetica', sans-serif;
	font-size: 16px;
	color: #444;
}

p, ol, ul {
	margin: 0em;
	padding: 0em;
	line-height: 1.5em;
}

ol, ul {
	margin-left: 30px;
}

h1 {
	font-size: 2.027em;
	line-height: 1.1em;
	font-weight: 700;
	color: #222;
}

h2, h3, h4, h5, h6 {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	line-height: 1.1em;
	font-weight: 700;
	color: #222;
}

h2 {
	font-size: 1.802em;
}

h3 {
	font-size: 1.602em;
}

h4 {
	font-size: 1.424em;
}

h5 {
	font-size: 1.266em;
}

h6 {
	font-size: 1.125em;
}

a {
	font-weight: 700;
	color: #BC2931;
	text-decoration: none;
}

a:hover, a:focus {
	color: #BC2931;
	text-decoration: none;
}

button,
input[type=submit] {
	border: 0em none;
	padding: 0.3em 1em;
	border-radius: 4px;
	background-color: #BC2931;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

button:hover,
input[type=submit]:hover {
	
}

/*Compound Elements*/
*:not(div) + h1 {
	margin-top: 1em;
}

h1:not(:last-child) {
	margin-bottom: 1em;
}

h1:first-child, 
h2:first-child, 
h3:first-child, 
h4:first-child, 
h5:first-child, 
h6:first-child {
	margin-top: 0px;
}

p:not(:last-child),
ol:not(:last-child),
ul:not(:last-child) {
	margin-bottom: 1.5em;
}

p button {
	margin: 0em 1em;
}

/*classes*/

img.alignleft {
	float: left;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	float: right;
}

.img-square {
	border: 10px solid #FFF;
	margin: 20px;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}

.img-circle {
	border: 10px solid #FFF;
	border-radius: 100%;
	margin: 20px;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}

/*header*/

#navbar {
	height: 100px;
	background-color: #fff !important;
}

#logo {
	vertical-align: middle;
	display: inline-block;
}

#logo img {
	width: 250px;
	margin-top: 10px;
}

nav > ul > li:last-of-type {
	overflow: hidden;
	width: 100%;
	height: 0px;
}

nav > ul > li > a {
	color: #333 !important;
}

nav > ul > li > a:hover {
	background-color:  !important;
	color: #BC2931 !important;
}

nav .dropdown-menu a:hover {
	color: #BC2931;
}

/*body*/

#main-content {
	padding: 30px 0px;
}

body:not(.home) #main-content {
	box-shadow: 0px 30px 30px -30px rgba(0,0,0,0.3) inset;
}

#main-content article h2,
#main-content article h3,
#main-content article h4,
#main-content article h5,
#main-content article h6 {
	margin-bottom: 0.25em;
}

#main-content p,
#main-content ol,
#main-content ul {
	line-height: 1.5em;
}

/*footer*/

footer {
	background-color: #333;
	text-align: center;
	color: #888;
}

footer a:hover {
	color: #fff;
}

footer #footer-widgets {
	padding: 30px 0px;
	background-color:#4c5253;
	box-shadow: 0px 30px 30px -30px rgba(0,0,0,0.3) inset;
}

footer #footer-widgets .footer-menu {
	margin-bottom: 15px;
}

footer #footer-widgets ul {
	margin-left: 0px;
}

footer #footer-widgets ul li {
	display: inline-block;
	list-style: none;
}

footer #footer-widgets ul li:not(:last-of-type) {
	padding-right: 10px;
	border-right: 1px solid #888;
}

footer #footer-widgets ul li:not(:first-of-type) {
	padding-left: 10px;
}

footer a {
	color: inherit;
}

footer #legal-stuff {
	background-color: #333a3b;
	box-shadow: 0px 20px 20px -20px rgba(0,0,0,0.3) inset;
}

footer #legal-stuff .container {
	padding: 1em 0em;
}

/*Page templates*****/

/*front-page*/

.metaslider .slides .caption-wrap {
    top: 10%;
    bottom: initial;
    left: 10%;
    width: auto;
    opacity: 1;
    background: transparent;
    color: #000;
    font-size: 30px;
}

.metaslider .slides .caption-wrap .big {
    position: absolute;
    right: 0px;
    margin-right: -10%;
	color: #BC2931;
	font-size: 2em;
	font-weight: 700;
}

#billboard-content {
	padding: 50px 0px;
	text-align: center;
}

#billboard-content h1 {
	margin-bottom: 50px;
}

#billboards aside h4 {
	margin-bottom: 5px;
}

/*Media quieres*****/

@media (min-width: 768px) {
	#navbar {
		height: 120px;
		border-top: 10px solid #BC2931;
	}
	.container > .navbar-collapse {
		float: right;
		padding-left: 200px;
		margin-top: -36px;
	}
	#navbar .links {
		float: right;
		height: auto;
		margin-top: 18px;
	}

	.navbar-nav {
		width: 600px;
	}
	
	nav > ul {
		width: 100%;
		text-align: justify;
	}
	
	nav > ul > li {
		float: none !important;
		display: inline-block;
		/*margin-right: -4px;*/
	}
	
	nav > ul > li > a {
		position: relative;
	}

	.navbar-header {
		display: none;
	}

	#navbar .links:before {
	    content: "";
	    display: inline-block;
	    vertical-align: middle;
		height: 100%;
	}
	#navbar .links > * {
	    display: inline-block;
	    vertical-align: middle;
	}
}

@media (min-width: 1200px) {
	
}

@media (max-width: 1200px) and (min-width: 992px) {
	.navbar-nav {
		width:500px;
	}

	.metaslider .slides .caption-wrap {
		font-size: 23px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.navbar-nav {
		width: 400px;
	}
	nav > ul > li > a {
		font-size: 14px;
	}
	.metaslider .slides .caption-wrap {
		font-size: 17px;
	}
}

@media (max-width: 767px) {
	#logo {
		display: none;
	}
	#navbar {
		height: auto;
	}
	.navbar-brand img {
		width:200px;
	}
	#navbar nav > ul {
		text-align: center;
		font-size: 18px;
		list-style: none;
	}
	#navbar nav > ul > li {
		padding: 10px 0px;
		border-top: 1px solid #ebebeb;
	}
	#navbar .dropdown-menu li a {
		padding: 5px 15px;
	}
	#navbarlinks-mobile {
		padding: 10px 0px;
		margin: 0px -15px;
		background-color: #ebebeb;
		box-shadow: 0px 30px 30px -30px rgba(0,0,0,0.3) inset;
		text-align: center;
	}
	footer #legal-stuff {
		font-size: 12px;
	}

	.metaslider .slides .caption-wrap {
		font-size: 6px;
	}
}

/*mobile menu*/

.navbar-header .navbar-toggle {
	border: initial;
	margin: 23px 8px 23px 0px;
	background-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #411101;
}

.navbar-header .navbar-toggle .icon-bar {
	background-color: #BC2931;
	width: 40px;
	height: 3px;
}

.navbar-header .navbar-toggle .menu-text {
	margin-top: 5px;
	color: #BC2931;
	text-transform: uppercase;
}