/*
	Theme Name: scfc-theme
	Theme URI: http://html5blank.com
	Description: Custom website for South Coast Floor Coverings
	Version: 1.4.3
	Author: Aiden Cole & Brenna Bensley
	Author URI: http://cleverlink.com.au
	Tags: Floor Coverings

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

.header_row {
position:relative;
float:right;
width:100%;

}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px) {

#head-pos {
left:-100px;
}	
}
@media screen 
  and (min-device-width:900px) 
  and (max-device-width: 2000px)  { 

#head-pos {
	position:relative;
	left:115px;
}
#time-pos {
position:relative;
right:20px;
}

.head-pos {
	float:right;
}

}



.index-btn {
float:right;
position:relative;
right:20px;
}

img.carpet-t {
    margin: 12px;
}

.tp {
width:500px;
float:right;

}

.centering {
	margin-right:40px;
}
h1 {
	margin-top:-5px;
}
.header_row {
float:right;
}

#text-7 {
	margin:20px;
}

.tg  {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}
.tg td{
	font-family:Arial, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding:10px 5px;
	border-style:solid;
	border-width:0px;
	overflow:hidden;
	word-break:normal;
}

.tg .tg-ges6 {
	font-weight:bold;
	font-size:15px;
}


@media screen and (max-width: 767px) {
	.tg {
	width: auto !important;
	}	


	.tg col {
	width: auto !important;
	}

	.tg-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	}
}

.scfc-sign {
	float:right;
	margin:15px;
	height:350px;
	position:relative;
	bottom:65px;
}

.para-right {
	float:right;
	margin:20px;
}

.carpet-r2 {
	float:left;
	width:225px;
	height:154px;
	padding-right:5px;
	clear:right;

}

.carpet-b {
	float:left;
	width:285px;
	padding-right:35px;
	padding-top:7px;
	clear:right;
}
.carpet-r {
	float:left;
	width:275px;
	height:188px;
	margin-right:10px;
	padding-top:5px;

}

.carpet-t {
	float:left;
	height:180px;
	padding-right:15px;
	clear:right;

}	

.carpet-f {
float:right;
width:400px;
height:325px;
margin: 0px 40px 0px 20px;
}
.btn-danger {
background-color:#781c1f;

}

footer img {
position:relative;
top:10px;
left:19px;
}


.index-h3 {
position:relative;
margin: 0 auto;
left:200px;
bottom:120px;
font-weight:500;

}
.index-h3:hover { color:white;}
.blue {
color: #012640;
}
.scfc-color, .red {
 color:#781c1f;
}
/*@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');*/


.big_header_wrap{

background:#ffffff;
padding:10px;
}


.myh4{

margin-bottom:0px;
}

.myp{
margin-bottom:30px;
}

.mycol9{
margin:0px;padding:0px;

}



.slider_wrap{
background:#131231;


}


.blurb_wrap{
background:#dedede;

}

.mymain_wrap{
background:#dedede;
min-height:770px;
}





.header {
}


.mymenu {
  
}

.myslider {
  
    padding-top: 20px;
    padding-bottom: 20px;
}


.myburb {
padding-top:30px;
}


.mymain {

background-color:#fff;
}


.home-thumb{
padding:10px;background:#ffffff;

}


.home-thumb img{
padding:10px;background:#ffffff;

}

.breadcrumb {
margin-left:20px;margin-right:20px;margin-top:15px;

}


.myfooter{
margin-top:20px;font:300 16px/1.4 "Helvetica Neue",Helvetica,Arial,sans-serif;color:#ffffff;
padding:0px;
}


.myfooter li{
text-decoration:none;
list-style-type:none;
display:inline;
margin-left:20px;color:#ffffff;
}


.blurbs_h2{
color:#781c1f;

}

.footer_wrap{
background:#131231;

}

.footer p{
color:white;
float:right;
position:relative;
right:20px;
}

.footer img{
max-height:40px;
}



.mysocial {
    float: right;
    font-size: 50px;
    margin: 20px;
}





.blurb_inner{

}

.mymain_inner{
padding:15px;
}



.header_inner{

}
.white_inner{
padding:30px;padding-top:10px;
}



.copyright{
color:#ffffff;
padding-top:15px;

}








/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 14px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#131231;

}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#781c1f;;
	text-decoration:none;
}
a:hover {
	color:#444;
	text-decoration:none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {
margin-top: 20px;

}
/* sidebar */
.sidebar {

}
/* footer */
.footer  {

background:#131231;
padding-left:140px;
}
.myfooter a {
color: #FFF;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}