/**
 pocket.png needs to be resized: red shape needs to be 215px wide
 on mobile, the nav elements need to be wider
 sign up form breaks during transition
 full width slider with previous and next images?
 need higher resolution countryMap.png
*/

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* General */
body {
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	line-height:1.5;
	color:#212121;
	background: #fafafa; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e7e7e7 75%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(75%,#e7e7e7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e7e7e7 75%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e7e7e7 75%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e7e7e7 75%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e7e7e7 75%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	overflow-x:hidden;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}
h1 {
	font-size:2.5em;
	color:#ffffff;
	font-family: 'Chau Philomene One', sans-serif;
	text-shadow:-3px -3px 0 rgba(0,0,0,0.30);
	font-weight:normal;
	margin:55px 0;
	line-height:1;
	text-transform:uppercase;
}
h1 span {
	font-size:0.438em;
	color:#797979;
	display:block;
}
h2 {
	color:#666666;
	font-family: 'Chau Philomene One', sans-serif;
	font-size:1.750em;
	font-weight:normal;
}
h3 {
	color:#555555;
	font-family: 'Chau Philomene One', sans-serif;
	font-size:1.500em;
	font-weight:normal;
}
a {
	color:#8e0002;
	font-weight:bold;
}
a:hover {
	color:#333333;
	text-decoration:none;
}
p {
	margin:15px 0 15px 15px;
	font-size:1.125em;
}
ul {
  margin:15px 0;
	font-size:1.125em;
}
ul ul li {
  margin-left:-15px;
}
ul ul {
  margin-bottom:15px;
}
article h1 {
  color:#666666;
  text-shadow:none;
}
article {
  padding-bottom:15px;
}

.container {
	max-width:960px;
	position:relative;
}
.block {
	margin:25px 0;
}
.grey {
	background: -webkit-gradient(linear, left top, right top, from(#242424), to(#171717));
	background: -webkit-linear-gradient(top, #242424, #171717);
	background: -moz-linear-gradient(top, #242424, #171717);
	background: -o-linear-gradient(top, #242424, #171717);
	background: -ms-linear-gradient(top, #242424, #171717);
	background: linear-gradient(top, #242424, #171717);
	background-color: #242424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.grey:hover {
	background: -webkit-gradient(linear, left top, right top, from(#171717), to(#242424));
	background: -webkit-linear-gradient(top, #171717, #242424);
	background: -moz-linear-gradient(top, #171717, #242424);
	background: -o-linear-gradient(top, #171717, #242424);
	background: -ms-linear-gradient(top, #171717, #242424);
	background: linear-gradient(top, #171717, #242424);
	background-color: #171717;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	color:#ffffff;
}
.red {
	background: -webkit-gradient(linear, left top, right top, from(#aa0003), to(#750001));
	background: -webkit
-linear-gradient(top, #aa0003, #750001);
	background: -moz-linear-gradient(top, #aa0003, #750001);
	background: -o-linear-gradient(top, #aa0003, #750001);
	background: -ms-linear-gradient(top, #aa0003, #750001);
	background: linear-gradient(top, #aa0003, #750001);
	background-color: #aa0003;
}
.red:hover {
	background: -webkit-gradient(linear, left top, right top, from(#750001), to(#aa0003));
	background: -webkit-linear-gradient(top, #750001, #aa0003);
	background: -moz-linear-gradient(top, #750001, #aa0003);
	background: -o-linear-gradient(top, #750001, #aa0003);
	background: -ms-linear-gradient(top, #750001, #aa0003);
	background: linear-gradient(top, #750001, #aa0003);
	background-color: #750001;
	color:#ffffff;
}

img.logo {
  max-width:144px;
  margin:0;
  border:0;
  padding:0;
}

.highlight {
  font-style:italic;
}

/* Alerts */
.alert-error {
  background-image: linear-gradient(to bottom, #F2DEDE 0px, #E7C3C3 100%);
  background-repeat: repeat-x;
  border-color: #DCA7A7;
}
.error-container {
  font-size: 1.5em;
  font-weight: bold;
  font-family: 'Chau Philomene One',sans-serif;
  text-transform: uppercase;
  color:#A70003;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
  border-radius: 10px;
}

form .alert-danger {
  border:2px solid #fff;
  border-radius:6px;
  -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	background:none;
}

form p.error-message {
  text-align:center;
  font-weight:bold;
}

/* Form */
.container form {
	margin:0;
	padding:0;
}
.form-control:focus {
  border-color:rgb(99, 0, 1);
}
input.form-control, textarea.form-control {
	border:3px solid #cccccc;
	-webkit-box-shadow: inset 0px 0px 16px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 0px 16px rgba(0,0,0,0.1);
	-o-box-shadow: inset 0px 0px 16px rgba(0,0,0,0.1);
	-ms-box-shadow: inset 0px 0px 16px rgba(0,0,0,0.1);
	box-shadow: inset 0px 0px 16px rgba(0,0,0,0.1);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	padding:12px 20px;
	font-size:1.125em;
	color:#636363;
	line-height:1;
	height:auto;
}
textarea.form-control {
	padding:12px;
}
.input-group input.form-control {
	border-right:none;
}
.input-group-btn .btn {
	border-top:3px solid #cccccc;
	border-right:3px solid #cccccc;
	border-bottom:3px solid #cccccc;
	border-left:none;
	padding: 12px 20px;
	background: -webkit-gradient(linear, left top, right top, from(#630001), to(#3c0001));
	background: -webkit-linear-gradient(top, #630001, #3c0001);
	background: -moz-linear-gradient(top, #630001, #3c0001);
	background: -o-linear-gradient(top, #630001, #3c0001);
	background: -ms-linear-gradient(top, #630001, #3c0001);
	background: linear-gradient(top, #630001, #3c0001);
	background-color: #630001;
	color:#ffffff;
	text-shadow:none;
}
label {
	font-weight:900;
	color:#666666;
	font-size:0.938em;
	text-transform:uppercase;
}

label.required:after {
  margin-left:3px;
  content:'*';
  color:#f69420;
  font-weight:bolder;
}

/* Header */
header {
	height:158px;
	background:url(../img/header-bg.png) center top no-repeat;
	position: relative;
    z-index: 30;
}
.navbar {
	background:none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px #000000;
	-moz-box-shadow: 0px 0px 0px #000000;
	-o-box-shadow: 0px 0px 0px #000000;
	-ms-box-shadow: 0px 0px 0px #000000;
	box-shadow: 0px 0px 0px #000000;
}
#logo {
	position:absolute;
	width:215px;
	padding:28px 35px 48px 36px;
	background:url(../img/logo-bg.png) center bottom no-repeat;
  min-height:190px;
}

/* Nav */
.navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.navbar-nav {
    float: left;
    margin-left: 195px;
    margin-top: 0;
    width: 36%;
}
.navbar-nav > li > a {
	font-size:1.500em;
	font-family: 'Chau Philomene One', sans-serif;
	text-shadow:none;
	bakground:none;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:normal;
	padding: 10px 15px;
	background:#780001;
}
.navbar-nav > li > a > span {
	display:block;
	font-size:0.500em;
}
.navbar .navbar-nav > .active > a, .navbar .navbar-nav > li > a:hover {
    background-color: #780001;
	color:#f69420;
}
#subNav {
	margin:20px 0 0;
	padding:0;
	font-family: 'Chau Philomene One', sans-serif;
	text-align:center;
	text-transform:uppercase;
}
#subNav li {
	list-style:none;
	font-size:1.125em;
	color:#696969;
}
#subNav li a {
	color:#ffffff;
	font-size:1em;
	line-height:1.5;
	font-weight:normal;
}
#subNav li a:hover {
	text-decoration:none;
	color:#f69420;
}
#subNav li a.active {
  color:#f69420;
}
#social {
	position:absolute;
	top:10px;
	right:0px;
	width:200px;
	height:20px;
}
#social ul {
	margin:0;
	padding:0;
}
#social ul li {
	list-style:none;
	position:absolute;
}
#social ul li a {
	color:#ffffff;
	font-size:1.125em;
}
#social ul li a:hover {
	color:#8e0002;
}
.facebook {
	right: 80px;
    top: 0px;
}
.pinterest {
	right: 50px;
    top: 0px;
    color:#fff;
}
.mail {
	right: 20px;
    top: 0px;
}

/* Mobile Nav */
.navbar-toggle .icon-bar {
    background: #FFFFFF;
}
.navbar-toggle {
    background: #000000;
	float: left;
    margin-left: 210px;
    margin-top: 95px;
}

/* Slider */
.sliderContainer {
	display:none;
}
.royalSlider {
    direction: ltr;
    height: 300px !important;
    position: relative;
}
.sliderContainer, #googleMap {
	margin-top:-25px;
}
#full-width-slider .rsContent {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
#full-width-slider .rsContent img {
	width:100% !important;
	margin:0 !important;
	height:auto !important;
}

/* center image vertically on content pages*/
body.contentPage #full-width-slider .rsContent img,
/* body.body #full-width-slider .rsContent img, */
body.blogPage #full-width-slider .rsContent img,
body.estimatePage #full-width-slider .rsContent img,
body.galleryPage #full-width-slider .rsContent img,
body.contactPage #full-width-slider .rsContent img {
  position:absolute;
  bottom:-50%;
}
.wrapper {
	width: 960px;
    margin: 0 auto;
	position:relative;
	float:none !important;
	top: 250px;
}
#full-width-slider.rsMinW .rsArrow {
    height: 40px;
    width: 40px;
}
.rsMinW .rsArrow {
  visibility:hidden;
}
.rsMinW .rsArrowLeft {
    left: 17px;
}
.rsMinW .rsArrowRight {
    left: 62px;
}
#full-width-slider.rsMinW .rsArrowIcn {
    background: url(../img/sliderArrows.png) 0 0 no-repeat;
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
    cursor: pointer;
    height: 40px;
    margin-left: 3px;
    margin-top: 3px;
    position: absolute;
    width: 40px;
}
#full-width-slider.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: 0 -40px;
}
#full-width-slider.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -40px -40px;
}
#full-width-slider.rsMinW.rsHor .rsArrowLeft .rsArrowIcn:hover {
    background-position: 0 0;
}
#full-width-slider.rsMinW.rsHor .rsArrowRight .rsArrowIcn:hover {
    background-position: -40px 0;
}

/* Info Block */
#infoBlock {
	height:360px;
	background:url(../img/infoblock-bg-320.png) center bottom no-repeat;
	margin-top:-45px;
	position:relative;
	z-index:20;
}
#infoBlock h1 {
	font-size:1.25em;
	margin-bottom:0;
	margin-top:234px;
}
#infoBlock h1 span {
	font-size:0.8em;
}
#pocket {
	position:relative;
	font-family: 'Chau Philomene One', sans-serif;
	font-size:1.125em;
	padding:5px 0;
	text-align:left;
	text-transform:uppercase;
	line-height:1.2;
}
#pocket p {
	margin:0 40px 0 0;
	display:inline-block;
	font-size:0.8em;
	color:#f69420;
}
#pocket a, #pocket a:active, #pocket span {
  display:block;
	font-size:1.2em;
  color:#ffffff;
  font-weight:normal;
}

#pocket a:hover, #pocket a:active {
  color:#f69420;
}

/* To the top */
#up {
  position:fixed;
  bottom:15px;
  right:15px;
  z-index:99999;
  display:none;
}

#up a i, #up a:visited i {
  -webkit-transition: 250ms linear all;
	-moz-transition: 250ms linear all;
	transition: 250ms linear all;
  padding: 3px 6px 10px 8px;
  font-size: 28px;
  color: #FFF;
  border-radius: 7px;
  box-shadow: 0px 0px 5px;
}

#up a:hover i, #up a:active i {
  background:#212121;
}


/* Features */
.features > div {
	margin-bottom:30px;
}
.features p {
	height:auto;
}

/* Installers */
.installers h3 {
	color:#212121;
	font-size:3em;
	margin-bottom:30px;
}
.installers h3 span {
	display:block;
	font-size:0.583em;
}
.installers {
  padding-top:20px;
  clear:both;
}
.countryMap {
	text-align:left;
}
.usaMap {
	margin-top:15px;
  width:100%;
}

/* Signup */
#signup {
	background:url(../img/signup-bg.png) center top no-repeat;
	padding:50px 0;
}
#signup h2 {
	color:#ffffff;
	height:75px;
	line-height:75px;
	background:url(../img/signup-title.png) left top no-repeat;
	text-indent:25px;
	font-weight:700;
	font-family: 'Raleway', sans-serif;
	position:relative;
	z-index:30;
	font-size:1em;
}
.signupMain {
	width:110%;
	background: -webkit-gradient(linear, left top, right top, from(#a70003), to(#730001));
	background: -webkit-linear-gradient(top, #a70003, #730001);
	background: -moz-linear-gradient(top, #a70003, #730001);
	background: -o-linear-gradient(top, #a70003, #730001);
	background: -ms-linear-gradient(top, #a70003, #730001);
	background: linear-gradient(top, #a70003, #730001);
	background-color: #a70003;
	margin-top:-45px;
	padding:50px 50px 50px 30px;
	margin-bottom:0;
}
.signupMain p {
	font-size:1em;
	color:#ffffff;
	font-weight:300;
	line-height:1.5;
	text-shadow:-1px -1px 0 rgba(75,75,75,0.5);
}
/*.signupMain form {*/
/*	width:95%;*/
/*}*/
.signupMain form .row {
	margin-bottom:10px;
}
.signupMain label {
	color:#ffffff;
}
.signupMain input.form-control, .signupMain textarea.form-control {
	border-color:#740001;
}
.btn, .button {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	border:none;
	padding:6px 25px;
	font-size:1.125em;
	color:#ffffff;
	text-shadow:none;
	font-family: 'Chau Philomene One', sans-serif;
	font-weight:normal;
}
.input-group-btn .btn {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	padding:10px 20px 9px 20px;
}

/* Sidebar */
#sidebar {
	background:#f0f0f0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding:20px;
}
#sidebar .usaMap {
	width:100%;
	height:auto;
}
.contactPage #sidebar, .estimatePage #sidebar {
	margin-top: 0px;
}

/* Footer */
footer {
	background:url(../img/footer-bg.png) center top no-repeat;
	padding:60px 0 70px;
	margin-top:40px;
}
footer .row > div {
	text-align:center;
}
footer .row > div.pull-right {
	float:none !important;
	margin-bottom:15px;
}
footer .row.footer-widgets > div:first-child {
	text-align:center;
	float:none !important;
	margin-bottom:15px;
}
footer h2 {
	font-size:0.938em;
	margin:0;
	line-height:1.375em;
	font-family: 'Raleway', sans-serif;
	color:#ffffff;
}
.footerNav {
	margin:0;
	padding:0;
}
.footerNav li {
	list-style:none;
}
.footerNav li a {
	color:#8d8d8d;
	font-size:0.813em;
	line-height:1.75;
	text-transform:uppercase;
}
.footerNav li a:hover {
	color:#ffffff;
	text-decoration:none;
}
footer .row .copyright p {
	font-size:0.750em;
	color:#8d8d8d;
	text-align:center;
	margin-top:40px;
}
.copyright a {
	font-weight:bold;
	color:#ffffff;
}
.copyright a:hover {
	color:#8d8d8d;
	text-decoration:none;
}

/***************************** blog ************************************/
.post_details .item--summary {
  border:1px dashed #212121;
  border-left:0px;
  border-right:0px;
  font-style:italic;
  margin-top:15px;
  padding-bottom:15px;
}
.share_buttons {
  padding-bottom:84px;
}

.share-button {
  width:40px;
  height:40px;
  margin:5px;
  display:block;
  float:left;
}
.item--date {
  color:#000;
  font-weight:bold;
}
.share-button span {
  display:none;
}

.share-button__facebook {
  background-image:url('/images/facebook-button.png');
}
.share-button__twitter {
  background-image:url('/images/twitter-button.png');
}

.blog_image {
  text-align:center;
  max-width: 90%;
  margin: auto;
  border: 1px solid rgb(153, 153, 153);
  padding: 5px;
  box-shadow: 0px 0px 2px 2px #CCC;
}

.blog_image img {
  max-width:100%;
}

.blog_image span {
  display: block;
  font-size: 0.9em;
  padding-top: 7px;
  color: #666;
}

/****************************** pagination *****************************/
.pagination > .active > span {
  background-color:#8D8D8D;
  color:#000000;
  font-weight:bold;
}

/***************************** contact.html ****************************/
#googleMap {
	display:none;
}

/* Form */
h2.contactFormTitle {
	color:#ffffff;
	height:75px;
	line-height:75px;
	background:url(../img/contact-title.png) left top no-repeat;
	text-indent:25px;
	font-weight:300;
	font-family: 'Raleway', sans-serif;
	position:relative;
	z-index:30;
	font-size:1.25em;
}
.contactForm {
	width:100%;
	background: -webkit-gradient(linear, left top, right top, from(#a70003), to(#730001));
	background: -webkit-linear-gradient(top, #a70003, #730001);
	background: -moz-linear-gradient(top, #a70003, #730001);
	background: -o-linear-gradient(top, #a70003, #730001);
	background: -ms-linear-gradient(top, #a70003, #730001);
	background: linear-gradient(top, #a70003, #730001);
	background-color: #a70003;
}
.contactForm form {
	width:95%;
}
.contactForm .col-md-12 .col-md-8 {
	padding-left:0;
	padding-right:0;
}

.contactAddress p {
  width:100%;
  padding-left:15px;
}
#estimateForm {
/*  height:1025px;*/
  background-image:none;
	background: -webkit-gradient(linear, left top, right top, from(#a70003), to(#730001));
	background: -webkit-linear-gradient(top, #a70003, #730001);
	background: -moz-linear-gradient(top, #a70003, #730001);
	background: -o-linear-gradient(top, #a70003, #730001);
	background: -ms-linear-gradient(top, #a70003, #730001);
	background: linear-gradient(top, #a70003, #730001);
	background-color: #a70003;
  border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	-ms-border-radius:7px;
}

/***************************** content-page.html ****************************/
h1 {
	margin:75px 0 15px;
}

/* Slider */
.contentPage .royalSlider,
.galleryPage .royalSlider,
.contactPage .royalSlider,
.estimatePage .royalSlider,
.blogPage .royalSlider {
    direction: ltr;
    height: 250px !important;
    position: relative;
}
#infoBlock {
	margin-bottom:30px;
}

/* Polaroid */
.polaroid {
	padding-bottom:7px;
	background:url(../img/polaroid-shadow.png) center bottom repeat;
  max-width:700px;
  min-width:255px;
}
.polaroid .holder {
	padding:10px;
	background:url(../img/polaroid-bg.png) 0 0 repeat;
  text-align:center;
}

.polaroid img {
  width:100%;
	display:block;
	-webkit-box-shadow: inset 0px 0px 10px #000000;
	-moz-box-shadow: inset 0px 0px 10px #000000;
	-o-box-shadow: inset 0px 0px 10px #000000;
	-ms-box-shadow: inset 0px 0px 10px #000000;
	box-shadow: inset 0px 0px 10px #000000;
}
.polaroid span {
  display:block;
	color:#212121;
	font-size:1.50em;
	line-height:1.15;
	font-family: 'Yellowtail', cursive;
	text-align:center;
	padding:15px 0 5px 0;
}

/***************************** estimate.html ****************************/
/* Slider */
.estimatePage .royalSlider {
    direction: ltr;
    height: 250px !important;
    position: relative;
}


/***************************** gallery.html ****************************/

/* Tabs */
.etabs {
	margin: 0 0 10px 0;
	padding: 0;
}
.tab {
	background: -webkit-gradient(linear, left top, right top, from(#292929), to(#191919));
	background: -webkit-linear-gradient(top, #292929, #191919);
	background: -moz-linear-gradient(top, #292929, #191919);
	background: -o-linear-gradient(top, #292929, #191919);
	background: -ms-linear-gradient(top, #292929, #191919);
	background: linear-gradient(top, #292929, #191919);
	background-color: #292929;
	border-bottom: none;
	list-style:none;
	color:#ffffff;
	font-weight:bold;
	line-height:1.3;
	font-size:1em;
  margin-bottom:7px;
}

.tab img {
	width:60%;
}
.tab img {
	margin-right:10px;
	float:left;
}
.tab a {
	font-size: 14px;
	line-height: 2em;
	display: table;
	outline: none;
	width:100%;
}
.tab.active {
	background: -webkit-gradient(linear, left top, right top, from(#aa0003), to(#720001));
	background: -webkit-linear-gradient(top, #aa0003, #720001);
	background: -moz-linear-gradient(top, #aa0003, #720001);
	background: -o-linear-gradient(top, #aa0003, #720001);
	background: -ms-linear-gradient(top, #aa0003, #720001);
	background: linear-gradient(top, #aa0003, #720001);
	background-color: #aa0003;
	position: relative;
}
.tab a.active {
	font-weight: bold;
}
.tab a span {
	line-height:1.12;
	text-decoration:none;
	width:35%;
	color:#ffffff;
	padding-top:50px;
}
.tab span {
	float:left;
	text-align:left;
}

/* Gallery */
.gallery-image-link {
	float:left;
	margin: 0 0 10px 0;
	line-height: 0;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	width:100%;
	text-align:center;
}
.gallery-image-link:nth-child(3n+1) {
	clear:both;
}
.gallery-image-link a, .gallery-image-link a img {
	width:100%;
}
.gallery-image-link img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.gallery-image-link h3 {
	font-size:1.313em;
	line-height:1.15;
	color:#0.875em;
	margin:15px 0 5px;
}
.gallery-image-link p {
	font-size:0.875em;
	line-height:1.25;
	color:#666666;
	margin-top:0;
}

/***************************** Media Queries ****************************/

@media screen and (min-width: 480px) {

	#social {
		position:absolute;
		top:0;
		right:-40px;
		background:url(../img/social-bg.png) center top no-repeat;
		width:265px;
		height:78px;
	}
	.facebook {
		left: 62px;
		top: 28px;
	}
	.pinterest {
		left: 122px;
		top: 6px;
	}
	.mail {
		left: 202px;
		top: 23px;
	}
	.sliderContainer {
		display:block;
	}
	#infoBlock {
		height:177px;
		background:url(../img/infoblock-bg.png) center top no-repeat;
		margin-top:-25px;
		position:relative;
		z-index:20;
		height:180px; 
	}
	#pocket {
		position:absolute;
		right:0;
		bottom:23px;
		width:256px;
		height:296px;
		background:url(../img/pocket.png) center top no-repeat;
		font-family: 'Chau Philomene One', sans-serif;
		font-size:1.125em;
		padding:30px 50px 0;
		text-align:center;
		text-transform:uppercase;
		line-height:1.2;
	}
	#pocket p {
		margin:10px 0;
		font-size:1.125em;
		color:#f69420;
	}
	#infoBlock h1 {
		margin-bottom:55px;
		margin-top:55px;
	}
	.gallery-image-link {
		width:32%;
		margin-right:2%;
	}
	.gallery-image-link:nth-child(3n) {
		width:32%;
		margin-right:0;
	}
	#signup h2 {
		font-size:1.150em;
		font-weight:300;
	}
	#googleMap {
		display:block;
	}
	.royalSlider {
		height: 266px !important;
	}
	.wrapper {
		top: 250px;
	}
	h2.contactFormTitle {
		font-size:1.750em;
	}
	.tab {
		width:100%;
	}

	.tab img {
		width:60%;
	}

/*	.tab:nth-child(1) img {*/
/*		margin:0 10px 0 0;*/
/*		float:left;*/
/*	}*/
/*	.tab:nth-child(2) img {*/
/*		margin:0 0 0 10px;*/
/*		float:right;*/
/*	}*/
/*	.tab:nth-child(1) span {*/
/*		float:right;*/
/*		text-align:left;*/
/*	}*/
/*	.tab:nth-child(2) span {*/
/*		float:left;*/
/*		text-align:right;*/
/*	}*/
/*	*/
}

@media screen and (min-width: 600px) {


	.royalSlider {
		height: 326px !important;
	}
	.wrapper {
		top: 290px;
	}

}

@media screen and (min-width: 640px) {

  .polaroid.pull-right {
    margin-left:15px;
  }
  .polaroid.pull-left {
    margin-right:15px;
  }

	#infoBlock h1 {
	font-size:2em;
	}
	#infoBlock h1 span {
		font-size:0.55em;
	}
	footer .row > div {
		text-align:right;
	}
	footer .row > div.pull-right {
		float:right !important;
	}
	footer .row.footer-widgets > div:first-child {
		float:left !important;
		text-align:left;
	}
	.gallery-image-link {
		width:32%;
		margin-right:2%;
	}
	.gallery-image-link:nth-child(3n) {
		width:32%;
		margin-right:0;
	}
	#signup h2 {
		font-size:1.500em;
	}

  .etabs > li, .etabs > li img {
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  -o-border-radius: 5px;
	  -ms-border-radius: 5px;
	  border-radius: 5px;
    float:left;
  }
}

@media (min-width: 770px) {

	.navbar-nav {
		float: left;
		height:135px;
		width:66%;
		margin-left: 27%;
	}
	.navbar-nav > li > a {
		padding: 49px 10px;
		font-size:1.2em;
		background:url(../img/menu-separator.png) right top repeat-y;
	}
	.navbar .navbar-nav > .active > a, .navbar .navbar-nav > li > a:hover {
		background-color: transparent;
		color:#f69420;
	}
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
		float: left;
	}
	.col-md-4 {
		width: 33.3333%;
	}
	#sidebar.col-md-4 {
		width: 100%;
	}
	.col-md-5 {
		width: 41.6667%;
	}
	.col-md-6 {
		width: 50%;
	}
	.contactFormTitle.col-md-7 {
		float:none;
	}
	.col-md-offset-1 {
		margin-left: 8.33333%;
	}
	#infoBlock h1 {
		font-size:2.5em;
	}
	#infoBlock h1 span {
		font-size:0.438em;
	}
	#signup .col-md-offset-1, #sidebar.col-md-offset-1 {
		margin-left:0;
	}
	.countryMap {
		text-align:right;
	}
	.features > div {
		margin-bottom:0px;
	}
	.features p {
		height: 190px;
	}
	.royalSlider {
		height: 416px !important;
	}
	.wrapper {
		top: 370px;
	}
	.contentPage h1,
  .galleryPage h1,
  .contactPage h1,
  .estimatePage h1,
  .blogPage h1 {
		margin:15px 0;
	}

}

@media (max-width:960px) {

  #estimateForm {
    border-radius:0;
	  -webkit-border-radius:0;
	  -moz-border-radius:0;
	  -o-border-radius:0;
	  -ms-border-radius:0;
  }

}

@media (min-width: 960px) {

	.navbar-nav {
		float: left;
		height:135px;
		width:66%;
		margin-left: 22%;
	}
	.navbar-nav > li > a {
		padding: 49px 15px;
		background:url(../img/menu-separator.png) right top repeat-y;
		font-size:1.5em;
	}
	#signup .col-md-offset-1, #sidebar.col-md-offset-1 {
		margin-left: 8.33333%;
	}
	#sidebar.col-md-4 {
		width: 33.3333%;
	}
	.features p {
		height: 170px;
	}
	#full-width-slider .rsContent {
		width: 960px;
	}
	#signup {
		height:580px;
		background:url(../img/signup-bg.png) center top no-repeat;

		padding:50px 0;
	}
	.signupMain {
/*		height:407px;*/
/*		background:url(../img/signup-form.png) 0 0 no-repeat;*/
		padding:50px 10px 50px 50px;
	}
/*	.homepage */ .signupMain {
		width:100%;
	}

	#signup h2 {
		color:#ffffff;
		width:751px;
		height:75px;
		line-height:75px;
		background:url(../img/signup-title.png) left top no-repeat;
		text-indent:25px;
		font-weight:300;
		font-family: 'Raleway', sans-serif;
		position:relative;
		z-index:30;
		font-size:1.750em;
		margin-left:0;
	}
	.royalSlider {
		height: 436px !important;
	}
	.wrapper {
		top: 390px;
	}
	.contactForm {
		width:58.3333%;
/*		background: url(../img/contact-form.png) 0 0 no-repeat;*/
/*		height: 647px;*/
	  border-radius:10px;
	}
	.contactPage #sidebar, .estimatePage #sidebar {
		margin-top: -70px;
	}
	.contactForm .col-md-12 .col-md-8 {
		padding-left:15px;
		padding-right:15px;
	}

}

@media (min-width: 1200px) {
}
