body {
  font-family:'Roboto Slab', sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}
h1 {
  margin: 10px 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin: 5px 0px;
  padding-left: 20px;
  color: #0586ab;
  font-size: 28px;
  line-height: 30px;
  font-weight: 300;
}
h3 {
  margin: 5px 0px;
  padding-left: 20px;
  color: gray;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}
h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  padding-left: 20px;
  color: #666;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
.nopadding { 
  padding: 0;
}
.center {
  text-align:center; 
}
.txt-right {
  text-align:right;
  padding-right:10px; 
  color: #0586ab;
}
.txt-left { 
  text-align:left;
  padding-left:11px; 
}
.border-right {
	border-right: 1px solid #666;
}
p {
  margin-bottom: 5px;
  color: gray;
  font-size: 14px;
}
.button {
  display: inline-block;
  margin-left: 5px;
  padding: 4px 25px;
  background-color: #0586ab;
  color: white;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
}
.header {
  height: 135px;
}
a.email-url {
	text-decoration:none;
	color:#999;
}
a.email-url:hover {
	color:#ccc;
}
.banner-warper {
  background-image: url('/images/fo/banner-top-shadow.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}
.banner {
  height: auto;
  background-image: none;
}
.content {
  padding-top: 35px;
  padding-bottom: 45px;
}
.footer-warper {
  background-color: #4d4d4d;
  background-image: url('/images/fo/footer-bkg.png');
}
.footer {
  padding-top: 20px;
  padding-bottom: 15px;
}
.navigation {
  height: 105px;
  text-align:right;
}
.logo-company {
  padding-top: 20px;
  padding-left: 15px;
}
.top-txt {
  margin-top: 10px;
  padding-right: 30px;
  color: gray;
}
.front-columns {
  padding-right: 30px;
  padding-left: 30px;
}
.label-mini {
  font-size:10px;
  margin-top:5px;
}
.mini-thumbs {
  width:65px;
  padding-left:2px;
  padding-right:2px;
  float:left;
}
.mini-thumbs-margin-top {
  margin-top:15px;
}
.product-view-left {
  padding-left: 30px;
  padding-right:20px;
}
.product-view-right {
  padding-right: 30px;
}
.margin-top {
  margin-top: 45px;
}
.collection-name {
  text-transform:capitalize;
  margin-bottom: 15px;
  padding-right: 5px;
  padding-left: 5px;
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 300;
}
.mini-carpet-img {
  margin-bottom: 20px;
  padding-right: 5px;
  padding-left: 5px;
}
.product-description {
  margin-bottom: 15px;
  padding-right: 5px;
  padding-left: 5px;
  color: gray;
}
.column-shadow {
  margin-top: 15px;
  margin-bottom:15px;
}
.footer-titles {
  margin-bottom: 10px;
  padding-left: 20px;
  color: #e6e6e6;
  font-size: 14px;
}
.footer-txt {
  padding-left: 20px;
  color: #999;
}
.copyright-txt {
  margin-top: 15px;
  padding-left: 20px;
  color: #999;
  font-size: 10px;
}
.facebook-btn {
  padding-left: 20px;
}
.newslettter-warper {
  padding-left: 20px;
}
.newsletter-field {
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 300;
}
.newsletter-btn {
  margin-left: 10px;
  padding: 6px 20px 5px;
  background-color: #1a1a1a;
  font-size: 11px;
}
.banner-bottom-shadow {
  text-align: center;
}
.main-txt {
  padding-left: 30px;
}
.product-name {
  padding-right: 5px;
  padding-left: 5px;
  color: #0586ab;
  font-size: 18px;
  font-weight: 300;
}
.sub-menu {
  margin-top: 13px;
  text-align:right;
  margin-right: 20px;
  padding-right: 0px;
  padding-left: 0px;
  color: #0586ab;
  font-size: 18px;
  font-weight: 300;
}
.sub-menu-link {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  color: #0586ab;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}
.sub-menu-link:hover {
  color: #ccc;
}
.sub-menu a {
  text-decoration:none; 
  color: #0586ab;
}
.form-warper {
  width: 70%;
}
.form-btn {
  margin-top: 10px;
  margin-right: 20px;
  padding: 8px 20px;
  float: right;
  background-color: #0586ab;
}
.form-field {
  border-radius: 5px;
}
.contacts-txt-blue {
  color: #0586ab;
  font-size: 14px;
}
.contacts-txt-gray {
  color: gray;
  font-size: 14px;
}
.contacts-links {
  margin-top: 20px;
  padding-left: 20px;
}
.select-css {
	-webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
	color:#666;
	height:30px;
	width:60px;
	outline:none;
	border:1px solid #ccc;
	padding:3px;
    padding-left:10px;
    margin: 0;
	margin-top:35px;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	text-indent: .01px;
    text-overflow: "";
	background:url(../../images/fo/arrow_down.jpg) no-repeat;
	background-position:75% 50%;
	display: inline-block;
	cursor:pointer;
}
.select-css::-ms-expand {
  display: none;
}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		text-transform:capitalize;		
	}

		#nav > ul
		{
			margin: 0;
		}

		#nav > ul > li > ul
		{
			display: none;
		}

		#nav > ul > li
		{
			display: inline-block;					
		}
		
			#nav > ul > li > a
			{
				width: auto;
				height: 120px;
				padding-top: 60px;
				padding-right: 15px;
				padding-left: 15px;
				float: left;
				color: #666;
				font-size: 17px;
				font-weight: 300;
				text-align: center;
				text-decoration: none;
			}

		#nav > ul > li:hover
		{
		}
		
			#nav > ul > li:hover > a
			{
				background-color: #0586ab;
  				color: white;
			}
			
		#nav > ul > li.active
		{
		}
		
			#nav > ul > li.active > a
			{
				background: #333333;
				color:#fff;
			}
			
		#nav > ul > li.current_page_item
		{
		}
		
			#nav > ul > li.current_page_item > a
			{
				background: #0586ab;
				font-weight: 300;
			}
			
	.dropotron
	{
		background-color: #333333;
		line-height:30px;
		font-size:12px;
		min-width: 131px;
		text-align: left;
	}
	
		.dropotron a,
		.dropotron span
		{
			color: #FFF;
			text-decoration: none;
			/*-moz-transition: color .25s ease-in-out;
			-webkit-transition: color .25s ease-in-out;
			-o-transition: color .25s ease-in-out;
			-ms-transition: color .25s ease-in-out;
			transition: color .25s ease-in-out;*/
			padding-left: 15px;
		}
		
		.dropotron li
		{
			margin-left:-40px;
			list-style:none;
			width:131px;
		}

			.dropotron li:hover > a,
			.dropotron li:hover >span
			{
				color: #fff;
				background: #0586ab;
			}


@media (max-width: 991px) {
	
	h2 {
  margin: 5px 0px;
  padding-left: 10px;
  color: #0586ab;
  font-size: 28px;
  line-height: 30px;
  font-weight: 300;
}
h3 {
  margin: 5px 0px;
  padding-left: 20px;
  color: gray;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}
h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  padding-left:10px;
  color: #666;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
}
  .banner {
    background-image: url('/images/fo/banner-bottom-shadow.png');
    background-position: 50% 101%;
	background-repeat:no-repeat;
  }
  .nav-link {
    padding-right: 12px;
    padding-left: 12px;
  }
  .front-columns {
    padding-right: 15px;
    padding-left: 15px;
  }
  .sub-menu-link {
    margin-right: 5px;
    margin-left: 5px;
  }
  .product-view-left {
    padding-left: 20px;
    padding-right:20px;
  }
  .product-view-right {
    padding-left: 20px;
    padding-right:20px;
  }
  .collection-name {
  font-size: 16px;
  }
}
@media (max-width: 767px) {
  .top-txt {
    padding-right: 30px;
    padding-left: 30px;
  }
  .newsletter-btn {
    margin-left: 0px;
  }
  .sub-menu-link {
    margin-right: 15px;
    margin-left: 15px;
  }
  .banner-warper {
    background-image: none;
  }
  .select-css {
	margin-top:0px;
	margin-bottom:20px;
  }
}
@media (max-width: 479px) {
  .top-txt {
    margin-bottom: 20px;
  }
  .margin-top {
    margin-top: 0px;
  }
  .mini-carpet-img {
    display: inline;
    margin-bottom: 10px;
  }
  .column-shadow {
    display: block;
    margin: 0px auto 10px;
  }
  .footer-titles {
    margin-top: 10px;
  }
  .product-name {
    display: inline;
    margin-left: 10px;
  }
  .sub-menu {
	margin-bottom: 10px;
  }
  .sub-menu-link {
    display: block;
    margin-bottom: 10px;
  }
  .txt-synopsis {
	  margin-top:10px;
	  margin-bottom:20px;
	  padding-left:20px;
	  padding-right:20px;
  }
  .form-warper {
	margin-top:20px;
	padding-left:20px;
	padding-right:20px;
  }
  .form-field {
	  width:90%;
  }
  
/*********************************************************************************/
/* Mobile UI                                                                     */
/*********************************************************************************/

	#titleBar
	{
		background: none;
	}

		#titleBar .title
		{
			display: none;
		}

	#titleBar .toggle
	{	
		width: 50px;
		height: 40px;
	}

		#titleBar .toggle:before
		{
			content: '';
			display: block;
			position: absolute;
			left: 15px;
			top: 15px;
			width: 35px;
			height: 35px;
			background: rgba(5,134,171,0.35) url('images/mobileUI-site-nav-opener-bg.svg') 5px 10px no-repeat;
			border-radius: 5px;
		}

		#titleBar .toggle:active
		{
		}

			#titleBar .toggle:active:before
			{
				background-color: rgba(142,197,68,0.75);
			}

	#navPanel
	{
		color: #fff;
		background-color:#333;
		box-shadow: inset -3px 0px 5px 0px rgba(0,0,0,0.35);
	}

		#navPanel .link
		{
			display: block;
			color: #fff;
			text-decoration: none;
			height:44px;
			line-height:44px;
			border-top: solid 1px rgba(255,255,255,0.1);
			padding: 0 15px 0 15px;
			font-size:14px;
			text-transform:capitalize;
		}
		
			#navPanel .link:first-child
			{
				border-top: 0;
			}

		#navPanel .indent-1 { display: inline-block; width: 1em; }
		#navPanel .indent-2 { display: inline-block; width: 2em; }
		#navPanel .indent-3 { display: inline-block; width: 3em; }
		#navPanel .indent-4 { display: inline-block; width: 4em; }
		#navPanel .indent-5 { display: inline-block; width: 5em; }
		#navPanel .depth-0 { color: #0586ab; font-size:16px; font-weight:500; text-transform:capitalize; }
		
}