html { font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; overflow-y: scroll; }
* { box-sizing: border-box; }
[class*="col-"] {
	width: 100%;
    float: left;
    padding: 0 0 5px 0;
	/*border: 1px solid #00D9FF;*/
}
.container { position: relative; clear: both; margin: 0 auto; }
.container:after { clear: both }
.row:after { content: ""; clear: both }
.clearfix { clear: both }
.mast-wrap { padding: 20px 0 !important }

/* mast head logo */

.logo-blue {
	background-image: url(../structure/dawson-design-associates-interior-design.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	transition: .3s;
	-o-transform: .3s;
	-ms-transform: .3s;
	-moz-transform: .3s;
	-webkit-transform: .3s;
}
.logo-blue:hover {
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
}

.logo-red {
	background-image: url(../structure/dawson-design-associates-interior-design.png);
	background-position: 0 -90px;
	background-repeat: no-repeat;
	transition: .3s;
	-o-transform: .3s;
	-ms-transform: .3s;
	-moz-transform: .3s;
	-webkit-transform: .3s;
}
.logo-red:hover {
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
}

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
.logo-blue {
	background-image: url(/structure/dawson-design-associates-interior-design-blue@2x.png);
	background-position: 0 0;
	background-size: 160px 80px;
	background-repeat: no-repeat;
}
.logo-red {
	background-image: url(/structure/dawson-design-associates-interior-design-red@2x.png);
	background-position: 0 0;
	background-size: 160px 80px;
	background-repeat: no-repeat;
}
}


/* mast */

.mast-id {
	float: left;
	width: 163px;
	height: 81px;
}
.mast-id a {
	display: block;
	height: 81px;
	transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}


/* mobile menu button */

.mobile-menu-button {
	display: table;
	height: 60px;
	margin: 0 40px 0 0;
	float: right;
}
.mobile-mode { width: 100%; float: left; padding-top: 5px }
ul.mobile-menu {
	list-style-type: none;
    margin: 0;
    padding: 0 0 2px;
}
.mobile-menu li { border-bottom: #CCC solid 1px !important; }
.mobile-menu li:last-child { border: none !important }
.mobile-menu li a {
	font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
	color: #666;
	font-size: 12px;
	display: block;
	list-style: none;
	text-align: center;
	border-radius: 2px;
	padding: 10px;
	transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.mobile-menu li a:hover {
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	background-color: #EEE;
	color: #000;	
}


/* main menu */

#menu-nav {
	display: none;
	width: 150px !important;
	float: right;
	padding-right: 0;
}
#menu-nav a {
	transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
ul#main-menu-list {
	font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 8px;
	float: right;
}
#main-menu-list li {
	list-style: none;
	list-style-type: none;
	padding: 2px 0;
}
#main-menu-list a {
	text-decoration: none;
	color: #333;
	padding: 3px 8px;
	display: block;
	border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#main-menu-list a.active {
	text-decoration: none;
	color: #111;
	padding: 3px 6px;
	background-color: #DDD;
	display: block;
}
#main-menu-list li a:hover {
	text-decoration: none;
	color: #333;
	background-color: #E7E7E7;
}


/* news menu */

.news-content-wrap {
	width: 100%;
	height: auto;
	background-color: #DFE7E8;
	overflow: hidden;
	display: inline-block;
	margin: 0;
	padding: 10px;
	background-image: url(/structure/news-tab-normal.png);
	background-repeat: no-repeat;
	background-position: right 0 bottom;
	float: left;
}
.news-content-wrap a { text-decoration: none }
.news-content-wrap:hover {
	background-color: #DFE7E8;
	overflow: hidden;
	display: inline-block;
	margin: 0 15px 0 0;
	background-image: url(/structure/news-tab-over.png);
	background-repeat: no-repeat;
	background-position: right 0 bottom;
}
img.news-photo {
	float: left;
	max-width: 100px;
	height: auto;
	margin: 0 10px 0 0;
}
.news-text {
	max-width: 100px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
	text-transform: uppercase;
}


/* social */

.div-url {
	display: block;
	overflow: hidden;
}
.social-content-wrap {
	float: right;
	display: inline-block;
	position: relative;
	height: 140px;
}
.social-menu-wrap {
	overflow: hidden;
	ffont-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999;
	font-size: 13px;
}
.social-icon {
	height: 32px;
	width: 32px;
	float: left;
}
.social-icon-text {
	float: right;
	height: 32px;
	width: 80px;
}
.end {
	margin: 0 0 0 0;
}

ul.social-links {
	overflow: visible;
	padding: 0;
	margin: 0;
}
.social-links li {
	display: block;
	margin: 10px 0;
	list-style: none;
	list-style-type: none;
}
.social-links a {
	display: block;
	text-decoration: none;
	color: #555;
	font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	padding: 2px 0 2px 42px;
	text-transform: uppercase;
}
.facebook {
	display: block;
	background-image: url(../structure/icon-social.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.twitter {
	background-image: url(../structure/icon-social.png);
	background-repeat: no-repeat;
	background-position: 0 -50px;
}
.linkedin {
	background-image: url(../structure/icon-social.png);
	background-repeat: no-repeat;
	background-position: 0 -100px;
}
.pinterest {
	background-image: url(../structure/icon-social.png);
	background-repeat: no-repeat;
	background-position: 0 -150px;
}


/* footer */

#footer-credit {
	font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 12px;
	padding: 30px 0 10px;
}
#footer-credit a {
	color: #666;
	text-decoration: none;
	letter-spacing: 0;
}
#footer-credit a:hover { color: #000; text-decoration: none; }


/* paddings */

.pad-head { padding: 12px 0 0; display: block; overflow: hidden }
.pad-1010 { padding: 10px 0 }
.pad-top { padding-top: 10px; display: block }
.pad-top-5 { padding-top: 5px; display: block }
.pad-btm { margin-bottom: 20px }
.pad-top-bottom { padding: 20px 0 }



/* height responsive */

@media screen 
and (min-device-height: 480px)
and (max-device-height: 840px)
and (orientation: landscape) {
   .royalSlider { height: 480px !important; }
}

@media only screen
and (min-device-height: 900px)
and (max-device-height: 980px)
and (orientation: landscape) {
   .royalSlider { height: 600px !important; }
}



/* responsive */

@media only screen and (min-width: 360px) {
	.grid-item { width: 340px; height: 300px }
}
@media only screen and (min-width: 480px) {
	.col-news {width: 100% !important }
	.col-social {width: 100% !important }
	.grid-item { width: 220px; height: 230px }
}
@media only screen and (min-width: 640px) {
	.grid-item { width: 320px; height: 270px }
}
@media only screen and (max-width: 768px) {
	.social-content-wrap { float: left !important}
	.news-content-wrap { width: 100% !important; height: auto; }
	img.news-photo { max-width: 30% !important; height: 100%; }
	.news-text { font-size: 10px !important; line-height: 8px !important }
}
@media only screen and (min-width: 600px) {
	.col-news { width: 33.33% !important; padding-right: 8px }
	.col-news:last { padding-right: 0 !important }
	.col-social {width: 100% !important }
	.news-content-wrap { width: 100% !important; height: auto; }	
	.grid-item { width: 280px; height: 270px }
}
@media only screen and (min-width: 768px) {
	.mobile-menu-button { display: none; }
	.mobile-mode { display: none; }
	#menu-nav { display: block; padding-right: 10px }
	.grid-item { width: 365px; height: 300px }
	.col-1 {width: 8.33%;}
	.col-2 {width: 16.66%;}
	.col-3 {width: 25%;}
	.col-4 {width: 33.33%;}
	.col-5 {width: 41.66%;}
	.col-6 {width: 50%;}
	.col-7 {width: 58.33%;}
	.col-8 {width: 66.66%;}
	.col-9 {width: 75%;}
	.col-10 {width: 83.33%;}
	.col-11 {width: 91.66%;}
	.col-12 {width: 100%;}
}
@media only screen and (min-width: 800x) {
	.grid-item { width: 360px; height: 300px }
}
@media only screen and (min-width: 900px) {
	.container { width: 900px; margin: 0 auto; position: relative; }
	.grid-item { width: 260px; height: 260px }
	.col-news {width: 28% !important }
	.col-social {width: 16% !important }
	.news-content-wrap { width: 100% !important }
}
@media only screen and (min-width: 970px) {
	.container { width: 970px; margin: 0 auto; position: relative; }
	.grid-item { width: 230px; height: 230px }
	#menu-nav { padding-right: 10px }
}
@media only screen and (min-width: 980px) {
	.container { width: 980px; margin: 0 auto; position: relative; }
	.grid-item { width: 235px; height: 230px }
}
@media only screen and (min-width: 1000px) {
	.container { width: 980px; margin: 0 auto; position: relative; }
	.grid-item { width: 240px; height: 240px }
}
