@charset "UTF-8";
/* CSS Document */
body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	letter-spacing: 0.05em;
	color:#444;
	-webkit-font-smoothing: antialiased;
	line-height: 1.4;
	font-weight: 300;
	margin-top: 80px;
}
.cke_editable {
	background-color: #FFF;
	padding: 20px;
}
.form-control {
	font-size: 16px;
}
.content {
	margin-top: 120px;
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #333;
}
.logo {
	width: 107px;
	height: 80px;
}
.navbar-brand {
	height: 80px;
	padding: 0 15px 0 0;
}

/* Navbar */

.navbar {
	border-radius: 0;
	min-height: 80px;
}
.navbar {
  	border: none;
}
.navbar .navbar-nav > li > a {
	font-weight: 500;
	line-height: 50px;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
	outline: none;
}
@media (max-width: 767px) {
	.navbar-nav {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 30px;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 30px;		
	}
	.nav .open > a,
  	.nav .open > a:hover,
  	.nav .open > a:focus {
    	background-color: transparent;
  	}
	.navbar .navbar-nav > li > a:hover,
	.navbar .navbar-nav > li > a:focus {
  		background-color: transparent;
	}
  	.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
  	.navbar .navbar-nav .open .dropdown-menu > li > a:focus {
		outline: none;
  	}
  	.navbar .navbar-nav .open .second > li > a {
		padding-left: 50px;
  	}
  	.navbar .navbar-nav .open .third > li > a {
		padding-left: 75px;
  	}	
  	.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
  	.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  	.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    	background-color: transparent;
  	}
}
.navbar .dropdown-menu {
  	font-size: 16px;
	padding: 0;
	margin: 0;
  	border: none;
  	border-radius: 0;
  	-webkit-box-shadow: none;
         	box-shadow: none;
}
.navbar .dropdown-menu > li > a {
  	padding: 8px 20px;
  	line-height: 2;
	font-size: 16px;
	font-weight: 500;
}
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus {
  	text-decoration: none;
}
.navbar .open > a,
.navbar .open > a:hover,
.navbar .open > a:focus {
  	text-decoration: none!important;
}
.navbar-toggle {
	padding: 25px 10px;
}

@media (min-width: 767px) {
    .navbar-nav .dropdown-menu .caret {
		transform: rotate(-90deg);
    }
}

/* Pagination */

.pagination-nav {
	clear: both;
	float: none;
	width: 100%;
	margin-left: 16px;
}
.pagination-nav .next {
	float: right;
	margin-right: 30px;
}

/* Forms */

.form-control {
	background: #FFF;
	color: #666;
	font-size: 16px;
	font-weight: 300;
	padding: 10px 15px;
	width: 100%;
	height: auto;
	outline: 0;
	border: 1px solid #DDD;
	box-shadow: none;
	border-radius: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
select.form-control {
	-webkit-appearance: none;
}
.form-control:focus {
	background: #EEE;
	border-color: #DDD;
	box-shadow: none;
}
textarea.form-control {
	-webkit-appearance: none;
}
.alert {
	border-radius: 0;
}

/* Panels */

.panel {
  	border: none;
  	border-radius: 0;
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
          	box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}
.panel-heading h3 {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 5px 0;
}
.panel-heading {
  	border-top-left-radius: 0;
  	border-top-right-radius: 0;
}
.panel-default > .panel-heading {
  	background-color: #FFF;
	border-bottom: none;
}
.panel > .list-group:last-child .list-group-item:last-child, 
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom-left-radius: 0;
  	border-bottom-right-radius: 0;
}
.btn {
	font-size: 16px;
	padding: 10px 15px;
	font-weight: 500;
	margin-bottom:5px;
	border: none;
	outline: none;
}
.blog {
	margin-bottom: 20px;
}
.article-break {
	clear: both;
}
.img-thumbnail {
	margin-bottom: 20px;
	border-radius: 0;
	padding: 0;
}
@media (min-width: 767px) {
	.img-thumbnail {
		height: 200px;
		object-fit: cover;
		width: 100%;
	}
}
.old-header {
	padding-top: 100px;
	padding-bottom: 10px;
	background-size: 1000px 300px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	width: 100%;
	height: 300px;
}
.feature p {
	margin-left: 30px;
	margin-right: 30px;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-bottom: 15px;
}
footer {
	background: #444;
	margin-top: 0px;
	padding-top: 40px;
	padding-bottom: 20px;
	border-bottom: none;
	text-align: center;
	color: #FFF;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
.pdf {
	font-size: 36px;
	text-align: center;
	color: #FF0000;
}
.portfolio {
	text-align: center;
	word-wrap: break-word;
	height: 400px;
}
.portfolio img {
	border: 1px solid #DDD;
	max-width: 250px;
	max-height: 250px;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.selection {
	position: fixed;
	top: 100px;
	right: 10px;
	background: #FFF;
	padding: 20px;
	z-index: 100;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
          	box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}
.input-small {
	width: 100px;
}
.input-medium {
	width: 200px;
}
.input-large {
	width: 300px;
}
.quantity {
	margin: 0 10px;
}
.plus-quantity-button,
.plus-quantity-button:hover {
	padding: 4px 6px;
	border-radius: 50%;
	background-color: #0E9706;
	color: #FFF;
}
.minus-quantity-button,
.minus-quantity-button:hover {
	padding: 4px 6px;
	border-radius: 50%;
	background-color: #B80003;
	color: #FFF;
}