/*
Theme Name: Mad Dasher Template
Theme URI: http://oriontaylor.com
Author: Orion Taylor
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

*, a, p {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
    text-decoration: none;
    margin: 0;
    padding: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

input, label, select, button, textarea {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
    font-size: 14px;
    font-weight: 200;
    line-height: 14px;
    font-style: italic;
}

input:focus {
    outline: 0;
}

input, textarea {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

button, input[type=reset], input[type=button], input[type=submit], input[type=checkbox], input[type=radio], select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
}

input[type=checkbox], input[type=radio] {
    width: 13px;
    height: 13px;
}

input[type=file] {

}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
}

::-webkit-search-decoration {
    display: none;
}

button, input[type="reset"], input[type="button"], input[type="submit"] {
    /* Fix IE7 display bug */
    overflow: visible;
    width: auto;
}

::-webkit-file-upload-button {
    padding: 0;
    border: 0;
    background: none;
}

textarea {
    vertical-align: top;
    overflow: auto;
}

select {

}

select[multiple] {
    vertical-align: top;
}

a img {
    border: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.header {
    display:block;
    width: 100%;
    background:white;
	position: relative;
}

h2, h4 {
    color: #18316b;
    text-transform: uppercase;
    font-weight: 600;
}

h2 {
    font-size: 50px;
    line-height: 70px;
    text-align: center;
    display: block;
    max-width: 900px;
    margin: 20px auto;
    padding: 20px 0;
}

h2.border {
    border-bottom: 1px solid #6b6c6c;
}

h3 {
    font-size: 22px;
    line-height: 30px;
    color: #6b6c6c;
    text-transform: uppercase;
}

h4 {
    font-size: 15px;
    line-height: 26px;
    margin-top: 15px;
}

p {
    color: #6d6e6e;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
	margin-bottom: 15px;
}

.inner-small {
    max-width: 95%;
    width: 900px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    padding: 20px 0;
}

.inner-small .left, .inner-small .right {
    display: inline-block;
    *display: inline;
    *zoom: 1.0;
    vertical-align: top;
}

.inner-small .left {
    width: 33%;
    margin-right: 5%;
}

.inner-small .right {
    width: 60%;
}

.our-product {
    padding: 0 0 20px 0;
    background: #f0f0f0;
}

.main-tile-row li a {
    display: block;
	margin: 0 auto;
}

.main-tile-row li a img {
	display: block;
	margin: 0 auto;
}

.main-tile-row li {
	display: block;
	background: #bfbfbd;
}

.inner-header {
	max-width: 95%;
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.header-bottom {
	width: 100%;
	display:block;
	background-image: url("/wp-content/themes/twentyfifteen/images/BlueRuleUniqueShape.png");
	background-position: center center;
	background-size: 100% 100%;
}

.header-bottom img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.header-logo {
	display: inline-block;
	*display: inline;
	*zoom: 1.0;
	width: 38%;
	vertical-align: middle;
}

.header-logo img {
	display: block;
}

.navigation {
	display: inline-block;
	*display: inline;
	*zoom: 1.0;
	width: 60%;
	vertical-align: middle;
}

.navigation ul {
	padding: 0;
	list-style-type: none;
	display: block;
	text-align: right;
}

.navigation li {
	display: inline-block;
	*display: inline;
	*zoom: 1.0;
}

.navigation li a {
	display: block;
	padding: 10px;
	color: #18316b;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18px;
	text-decoration: none;
}

.four-images {
	display: block;
}

.four-images img {
	display: block;
	margin: 0 auto;
}

.color-list {
	list-style-type: none;
	padding: 0;
	text-align: left;
}

.color-list li {
	display: inline-block;
	*display: inline;
	*zoom: 1.0;
	margin: 4px;
	width: 50px;
	height: 50px;
}

.image-section h3 {
	padding: 10px;
	margin-top: 20px;
	display: block;
	text-align: left;
	border-bottom: 1px solid #6b6c6c;
}

.image-row {
	list-style-type: none;
	text-align: left;
	padding: 0;
	margin-top: 15px;
}

.image-row li {
	display: inline-block;
	*display: inline;
	*zoom: 1.0;
	margin: 1%;
	width: 128px;
	height: auto;
	max-width: 47%;
    vertical-align: top;
}

.inner-small.border {
    border-bottom: 1px solid #6b6c6c;
    border-top: 1px solid #6b6c6c;
}

.image-row a.image, .image-row a.image img, .image-row a.link {
	display: block;
}

.image-row a.link {
	text-decoration: none;
	padding: 5px 0;
	font-size: 12px;
	line-height: 18px;
	color: #6b6c6c;
	text-transform: uppercase;
    display: block;
    text-align: center;
}

.clear {
	clear:both;
	width: 100%;
}

.section-info li {
	list-style: none;
	display: block;
	padding: 15px;
}

.section-info li .left-image {
	float: left;
	margin-right: 30px;
	width: 130px;
	max-width: 25%;
	height: auto;
}

.inner-small .right table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}

.inner-small .right table tr:nth-child(even) {
	background-color: #ddd;
}

.inner-small .right table td {
	padding: 7px;
	border: none;
	font-size: 13px;
	color: #333;
}

.inner-small .right table td.bright {
	border-right: 1px solid #333;
}

.footer-top {
	width: 100%;
	padding: 20px 0;
	background-color: #b1b2b2;
}

.flogos {
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #777;
}

.flogos img {
	display:block;
	margin: 0 auto;
}

.column-box {
	padding: 20px 0;
	text-align: center;
}

.column-box .col {
	vertical-align: top;
	text-align: left;
	padding: 5px 15px;
	box-sizing: border-box;
	display: inline-block;
	*display: inline;
	*zoom: 1.0;
	max-width: 230px;
}

.column-box h3 {
	color: white;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}

.column-box p, .column-box a {
	text-decoration: none;
	color: #6b6c6c;
	line-height: 22px;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

.column-box .one, .column-box .two {
	border-right:1px solid #999;
}

.footer-bottom {
	text-align: center;
	padding: 15px;
	background-color: #18316b;
}

.footer-bottom p {
	color: white;
	font-size: 13px;
	font-weight: normal;
	line-height: 13px;
	margin: 0;
}

.four-images {
	padding: 30px 15px 0 15px;
}

.main-tile-bg li a {
    background-repeat: repeat-x;
    background-image: url("/wp-content/themes/twentyfifteen/images/MainTilerepeat.jpg");
}

.navigation li a:hover {
    color: #c85a35;
}

@media screen and (max-width: 500px) {
	.inner-small .left {
		width: 100%;
		margin-right: 0;
	}
	.inner-small .right {
		width: 100%;
	}
	.header-logo {
		display: block;
		*display: block;
		width: 100%;
		padding: 10px 0;
	}
	.header-logo img {
		display: block;
		margin: 0 auto;
	}
	.navigation {
		display: block;
		width: 100%;
		vertical-align: middle;
	}
	.navigation ul {
		text-align: center;
	}
	h2 {
		font-size: 35px;
		line-height: 45px;
	}
	.image-row {
		text-align: center;
	}
	.column-box .col {
		display: block;
		max-width: 100%;
		width: 100%;
	}
	.column-box .one, .column-box .two {
		border-right: none;
		border-bottom:1px solid #999;
	}
}