/* css reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
i{
	font-family: 'avertalightitalic';
}
strong{
	font-family: 'avertabold';
}
/* !!!!CSS STARTS BELOW!!!! */
body {
	background-color: #ffffff;
    color: #a6a6b1;
    font-family: 'avertalight';
}
.container{
	max-width: 1024px;
	width: 100%;
	margin: 0px auto;
}
header{
	position: relative;
	padding: 0px 5px;
}
header h1{
	font-size: 0px;
}
header #mainLogo a{
    display: block;
    margin-bottom: -10px;
    cursor: pointer;
}
header #mainLogo img{
	max-width: 220px;
	margin: 0px auto;
    height: auto;
    display: block;
}
header #boxLeft{
	position: absolute;
	width: 250px;
	top: 45px;
	left: 5px;
}
header #boxRight{
	position: absolute;
	width: 250px;
	top: 35px;
	right: 5px;
}
header a:link{
	text-decoration: none;
	color: #7f7f7f;
	-webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
header a:visited{
	color: #7f7f7f;
}
header a:hover{
	color: #F4CF10;
}
header p {
    font-size: 14px;
    line-height: 18px;
	color: #7f7f7f;
	text-transform: uppercase;
	font-family: 'vermilionregular';
	line-height: 30px;
}
header .socialMedia img{
	width: 35px;
}
.grayLine{
	border-bottom: 4px solid #F6F6F6;
}
input.inputField{
	background-color: #B3CDBC;
	width: 58%;
	font-family: 'avertalightitalic';
}
#emailForm input.inputField{
	background-color: #F6F6F6;
	width: 90%;
	font-family: 'avertalight';
}
#emailForm textarea.inputField{
	background-color: #F6F6F6;
	min-width: 90%;
	max-width: 90%;
	font-family: 'avertalight';
	min-height: 150px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 5%;
    border: 0px;
}
#emailForm p strong{
	font-size: 18px;
	margin: 5px 0px;
    display: block;
}
#emailForm p{
	padding: 0px 5px 5px 5px;
}
#emailForm .submitButton{
	background-image: url(../_images/_icons/green.png);
	background-size: 50px 50px;
	width: 50px;
	height: 50px;
	background-color: #ffffff;
	color: #ffffff;
	padding: 0px;
	font-style: normal;
	cursor: pointer;
}
form#emailForm{
	margin-top: 0px;
}
input[type=submit]{
	width: 30%;
	float: right;
	font-family: 'avertalightitalic';
	color:#575757;
}
input.submitButton{
	-webkit-appearance: none;
	width: 30%;
	min-height: 15px;
	float: right;
	font-family: 'avertalightitalic';
	color:#575757;
	background-color: rgb(192, 192, 192);
	-webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.submitButton:hover{
	opacity: .7;
}
form{
	margin-top: 20px;

}
input{
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 8px 5%;
	border: 0px;
}
::-webkit-input-placeholder {
   color: #ffffff;
}
:-moz-placeholder { /* Firefox 18- */
   color: #ffffff;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;  
}
:-ms-input-placeholder {  
   color: #ffffff;  
}
.contactIcons{
	width: 18px;
    height: auto;
    position: relative;
    top: 3px;
    margin-right: 5px;
}
.contactMessage{
	text-align: center;
	color: #ffffff;
	background-color: #F4CF10;
	padding: 5px 0px;
}
/*navigation*/
nav {
    padding: 5px 0px;
    border-top: 4px solid #F6F6F6;
    border-bottom: 4px solid #F6F6F6;
    position: relative;
    margin-bottom: 10px;
}
nav a:link {
	text-decoration:none;
	display: inline-block;
	color: #46286c;
	width: 16.42%;
	font-family: 'vermilionregular';
	text-transform: uppercase;
	text-align: center;
	font-size: 22px;
	padding: 5px 0px;
	-webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
} 
nav a:visited {
    color: #46286c;
}
nav a:hover {
	color: #B3CDBC;
}
nav a:active {
    color: #46286c;
}
nav .line {
    position: relative;
    top: -4px;
    margin: 0px -6px;
    color: #C2C2C2;
}
#slideShow{
	margin: 15px .5% 21px .5%;
	padding: 0px;
    width: 99%;
}
/*column layout*/
.col-100{
	width: 97%;
	margin: 5px .5%;
	padding: 10px 1%;
	min-height: 25px;
	float: left;
}

/*four column grid*/
.col-75{
	width: 72%;
	margin: 5px .5%;
	padding: 10px 1%;
	float: left;
	min-height: 25px;
}
.col-50{
	width: 47%;
	margin: 5px .5%;
	padding: 10px 1%;
	float: left;
	min-height: 25px;
}
.col-25{
	width: 22%;
	margin: 5px .5%;
	padding: 10px 1%;
	float: left;
	min-height: 25px;
}

/*six column grid*/
.col-66{
	width: 63.6666%;
	margin: 5px .5%;
	padding: 10px 1%;
	float: left;
	min-height: 25px;
}
.col-33{
	width: 30.3333%;
	margin: 5px .5%;
	padding: 10px 1%;
	float: left;
	min-height: 25px;
}
.col-16{
	width: 13.6666%;
	margin: 5px .5%;
	padding: 10px 1%;
	float: left;
	min-height: 25px;
}
/*images inside of the grids*/
.col-100 > img, .col-75 > img, .col-50 > img, .col-25 > img, .col-66 > img, .col-33 > img, .col-16 > img{
	width: 100%;
	height: auto;
}
.clear{
	clear: both;
}
#fullService{
	padding-bottom: 20px;
	margin-bottom: 10px; 
	margin-top: 40px; 
	display: none;
	overflow: hidden;
}
#fullService .yellow{
	margin-bottom: 20px; 
}
#fullService a:link {
    color: #ed670d;
}
#fullService a:visited {
    color: #ed670d;
}
#fullService a:hover {
   color: #F4CF10;
}
.serviceListItem{
	padding-left: 20px;
	margin-bottom: 6px;
	position: relative;
}
.serviceListItem .serviceDot{
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: 'avertabold';
}
.serviceListItem.indent{
	padding-left: 50px;
}
.serviceListItem.indent .serviceDot{
	left: 30px;
}
#serviceLearnLess{
	display: none;
}
#serviceTitle1{
	margin-left: -10px;
	padding-left: 10px;
}
.blogHeader{
    padding: 5px 0px;
    border-top: 4px solid #F6F6F6;
    border-bottom: 4px solid #F6F6F6;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}
.blogHeader .col-33{
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
  	box-sizing: border-box;
	width: 33.333%;;
	padding: 0px 10px;
	margin: 0px;
	margin-top: 5px;
	border-left: 4px solid #F6F6F6;
    border-right: 4px solid #F6F6F6;
}
.blogHeader .unBold{
	font-family: 'avertalight';
}
.blogHeader .title{
	padding: 0px 1%;
}
.blogHeader h3{
	font-family: 'avertabold';
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.blog .date{
	background-color: #F6F6F6;
	margin-bottom: 10px;
	padding: 5px 0px;
	-ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
    transform: rotate(-2deg);
    font-family: 'avertabold';
    text-transform: uppercase;
}
.blog .date p{
	font-size: 12px;
}
.blog .shares{
	border-top: 4px solid #F6F6F6;
}
.blog .shares h4{
	font-size: 24px;
	line-height: inherit;
	display: inline;
}
.blog .shares p{
	display: inline;
}
.blog .shares strong{
	font-size: 16px;
	padding-left: 10px;
}
.blogArticle p a:link{
	color: #ed670d;
}
.blogArticle p a:visited{
	color: #ed670d;
}
.blogArticle p a:hover{
	    color: #F4CF10;
}
.blogHeader .col-16{
	padding: 0px 1%;
}
#contentOrange{
	display: inline;
	font-family: 'avertabold';
	color: #ed670d;
	text-transform: uppercase;
	font-size: 13px;
	margin-left: 5px;
}
/*#contentOrange:hover{
	color: #F4CF10;
}*/
#articlesLink{
	display: inline;
	position: relative;
}
#articlesLink h3{
	font-family: 'vermilionregular';
	font-size: 24px;
	color: #ffffff;
	padding: 5px 20px 5px 10px;
	-webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
	background: #cfebec;
	text-align: center;
	margin-top: 10px;
	position: relative;
}
#articlesLink h3:hover{
	opacity: .7;
}
#cutAwayLeft{
	position: absolute;
	left: 0px;
	top: 0px;
}
#cutAwayRight{
	position: absolute;
	right: 0px;
	top: 0px;
}
#otherArticles img{
	-webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
#otherArticles img:hover{
	opacity: .7;
}
#blogImgFrame{
	position: relative;
}
#blogImgFrame #pinButton{
	position: absolute;
	top: 10px;
	right: 10px;
}
#blogImgFrame img{
	margin: 4px 0px;
}
.blog .blogArticle .articleLink{
	font-family: 'avertabold';
	color: #ed670d;
	display: inline;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;

}
.blog .blogArticle .articleLink:hover{
	opacity: .7;
}
.blog .blogArticle p{
	margin: 20px 0px;
}
.blog .blogArticle .vendors{
	margin: 10px 0px 20px 0px;
}
.blog .blogArticle .vendors p{
	display: inline;
}
.blogFade{
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.readMoreButton{
	background-image: url(../_images/_icons/green.png);
    background-size: 60px 60px;
    width: 60px;
    height: 45px;
    background-color: inherit;
    color: #ffffff;
    padding: 0px;
    font-style: normal;
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: center;
    padding-top: 15px;
    font-size: 14px;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.readMoreButton:hover{
	opacity: .7;
}
/*BLOG ARTICLES*/
#blogArticles a{
	-webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
#blogArticles a:hover{
	opacity: .7;
}
#blogArticles .shortArticle{
	position: relative;
	overflow: hidden;
}
#blogArticles .shortArticle p{
    margin-bottom: 14px;
}
.articleHeaderBox{
	width: 100%;
	height: 30px;
	overflow: hidden;
	border-bottom: solid 2px #fbcbb3;
	margin-bottom: 10px;
}
.articleHeaderBox h3{
	font-family: 'avertabold';
	font-size: 14px;
    line-height: 30px;
	text-transform: uppercase;
	display: inline;
}
.articleHeaderBox h4{
	color:#848484;
	font-size: 22px;
	display: inline;
	line-height: 28px;
	margin-left: 5px;
}
#blogArticles .col-66.to100{
	margin-top: 0px;
	padding: 0px;
}
.blog .blogFooter{
	margin-top: 30px;
}
.blog .shareBox{
	border-top: 2px solid #fbcbb3;
	border-bottom: 2px solid #fbcbb3;
	position: relative;
	padding: 20px 0px;
}
.blog h6{
	color: #a6a6b1;
	font-size: 16px;
	text-align: left;
	margin: 10px 0px;
}
.blog .shareBox h6{
	position: absolute;
    top: -20px;
    background-color: #ffffff;
    left: 50%;
    width: 180px;
    text-align: center;
    margin-left: -90px;
    color: #F4CF10;
}
.blog .shareBox .col-50{
	margin: 0px .5%;
	padding: 0px  1%;
}
.blog .shareBox .col-50 > div{
	text-align: center;
    display: inherit;
}  
.blog .shareBox .col-50 a:hover{
	opacity: .8;
} 
.blogFooter .shareQuote{
	position: relative;
	top: 7px;
	-ms-transform: rotate(-4deg); /* IE 9 */
    -webkit-transform: rotate(-4deg); /* Chrome, Safari, Opera */
    transform: rotate(-4deg);
    margin-top: 0px;
}
.blogFooter .shareQuote h4{
	background-color: #8e7b8c;
	color: #ffffff;
	font-size: 20px;
	line-height: inherit;
	padding: 7px 10px;
	display: inline-block;
	margin: -1px 7px;
}
.blogFooter .shareQuote .fontAlt{
	font-family: 'avertabold';
	font-size: 15px;
}
.blogFooter .shareQuote #quoteLeft{
	font-family: 'typewriter_serialitalic';
	position: absolute;
	top: -5px;
	left: 0px;
	font-size: 39px;
	color: #ed670d;
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.blogFooter .shareQuote #quoteRight{
	font-family: 'typewriter_serialitalic';
	position: absolute;
	bottom: -5px;
	right: 0px;
	font-size: 39px;
	color: #ed670d;
}
#blogAside #asideSearch{
	position: relative;
	margin-top: -10px;
}
#blogAside #asideSearch h6{
	font-family: 'typewriter_serialitalic';
	color: #ed670d;
	border: solid 4px #B3CDBC;
	width: 75%;
	padding: 10px;
	font-size: 13px;
	text-transform: inherit;
	text-align: left;
}
#blogAside #asideSearch p{
	position: absolute;
	right: 0px;
	top: 10px;
	padding: 5px 10px;
	background-color: #ed670d;
	color: #ffffff;
	font-size: 10px;
	line-height: inherit;
	-ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
}
#blogAside ul li{
	margin-bottom: 5px;
}
#blogAside ul li img{
	position: relative;
	left: 0px;
    top: 3px;
	display: inline-block;
	margin: 0px 10px;
	width: 18px;
}
#blogAside .asideTitle{
    position: relative;
    margin: 20px 0px;
    height: 8px;
}
#blogAside .asideTitle h4{
	position: absolute;
    top: -15px;
    background-color: #ffffff;
    left: 50%;
    width: 120px;
    text-align: center;
    margin-left: -60px;
}
#blogAside .asideTitle.double{
    border-top: 2px solid #fbcbb3;
    border-bottom: 2px solid #fbcbb3;
}
#blogAside .asideTitle.single{
    border-bottom: 2px solid #fbcbb3;
}
#blogAside .asideSocialTitle{
	position: relative;
}
#blogAside .asideSocialTitle p{
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 50px;
}
#blogAside .asideSocialTitle .imgLeft{
    position: absolute;
    bottom: 0px;
    left: 0px;
    /*width: 30px;
    height: auto*/
}
#blogAside .asideSocialTitle .imgRight{
    position: absolute;
    bottom: 0px;
    right: 0px;
    /*width: 30px;
    height: auto*/
}
#blogAside .instagram iframe{
	width: 66.666%
}

#stillExcited{
	position: relative;
}
#stillExcited a{
	display: block;
}
#stillExcited img{
	width: 80px;
    height: auto;
    position: absolute;
    left: 0px;
    top: -14px;
}
#stillExcitedInfo{
	position: absolute;
    width: 80px;
    text-align: center;
    left: 0px;
    top: 7px;
}
#stillExcitedInfo h3{
	font-family: 'avertabold';
	color: #ffffff;
	font-size: 12px;
    line-height: 16px;
}
.grayBG{
	background-color: #F6F6F6;
	overflow: hidden;
}
.index .grayBG{
	position: relative;
}
.serives .grayBG{
	background-color: #F6F6F6;
	overflow: visible; 
	margin-bottom: 40px
}
.portfolioPush{
	min-height: 140px;
}
.portfolioGallery{
	width: 50%;
	float: left;
	min-height: 25px;
	overflow: hidden;
	position: relative;
}
.portfolioGallery .drawer{
	width: 99999px;
}
.portfolioGallery .drawer .nineImgs{
	float:left;
}
/*.nineImgs img{
	cursor: pointer;
}*/
.imgSizer{
	width:100%;
	height: auto;
}
.arrowBox{
	position: relative;
}
.arrowLeft{
	background-image: url(../_images/_icons/plum.png);
	position: absolute;
	top: 0px;
	left: 40px;
	background-size: 30px 30px;
    width: 30px;
    height: 30px;
    background-color: inherit;
    color: #ffffff;
    padding: 0px;
    font-style: normal;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.arrowRight{
	background-image: url(../_images/_icons/plum.png);
	position: absolute;
	top: 0px;
	right: 40px;
	background-size: 30px 30px;
    width: 30px;
    height: 30px;
    background-color: inherit;
    color: #ffffff;
    padding: 0px;
    font-style: normal;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.arrowRight:hover{
	opacity: .7;
}
.arrowLeft:hover{
	opacity: .7;
}
.portfolioTitles{
	position: relative;
	height: 100px;
}
.portfolioTitles h4{
	background-color: #ffffff;
	min-height: 80px;
	color: #F4CF10;
	position: absolute;
	width: 98%;
	padding: 1%;
	top: 0px;
	left: 0px;
}
#portfolioLogo{
	position: relative;
}
#portfolioLogo .smallLogo{
	max-width: 100px;
}
#portfolioLogo .preFooterLeft{
	margin-left: -75px;
    font-size: 18px;
}
#portfolioLogo .preFooterRight {
    top: 80px;
    margin-right: -180px;
    font-size: 17px;
}
.preFooter .col-33{
	margin: 0px 3%;
	width:25.333%;
}
.preFooter #tlpEnvelope{
	margin-top: 7px;
	-ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Safari */
    transform: rotate(-7deg);
}
.portfolioGallery .col-33{
	margin: .5%;
	padding: 1%;
}
.portfolioGallery .col-33 img:hover{
	opacity: .7;
	
	-webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.bottomLine.playInfo{
	font-size: 20px;
    text-align: center;
    width: 95%;
    bottom: 8px;
    left: 0px
}
.bottomLine{
	position: absolute;
	bottom: 13px;
}

.featureHalfRight .bottomLine{
	position: absolute;
	right: 11px;
}
.featureHalfRight{
	float:right;
	min-width: 40%;
}
.featureHalfRight .featuredInfo{
	margin: 60px auto;
}
#feature .featuredImg{
	width: 50%;
	height: auto;
	position: absolute;
	bottom: 21px;
	left: 15px;
}
#feature .right{
	float: right;
}
#phoneImg{
	width: 100%;
	max-width: 200px;
	margin: 15px auto;
	display: block;
}

/*slide show*/
#faded .slides {
	width: 100%;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	height: 465px;
}
#faded img {
	width: 100%;
	height: auto;
	position:absolute;
	left: 0px;
	top: 0px;

}
/*the lgith box*/
.theLight { 
	display:none;
	width:65%;
	max-width: 930px;
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-250px;
	z-index:100;
}
.theLight .close{ 
	position: absolute;
	top: -40px;
	right: -30px;
	text-align: center;
	color: #ffffff;
	line-height: 20px;
	/*-ms-transform: rotate(8deg); 
    -webkit-transform: rotate(8deg); 
    transform: rotate(8deg);*/
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.theLight .close:hover{
	color: #fbcbb3;
} 
.theLight .target h1 { 
	font-size:20px; 
	padding:0px; 
	margin:5px 0px; 
	color: #000;
}
.theLight .target p { 
	font-size:12px;
	padding:0px; 
	margin:0px; 
	color: #000;
}
.theLight .target img {
	width: 100%;
	box-shadow: 0px 0px 3px #000000;
}
.theLight.altLight{
	height: 80%;
	width: auto;
	margin-top:-200px;
	margin-left:-200px;
}
.theLight.altLight .target img{
	width: auto;
	height: 100%;
}
#theDark { 
	display:none;
	color:#fff;
	background-color:#000;
	padding:25px;
	position:fixed;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:9;
	opacity:.5;
}
/*footer*/
.copyright{
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: dashed 3px #fbcbb3;
	padding: 10px;
	max-width: 350px;
    margin: 0px auto;
}
.copyright p{
	text-align: center;
	font-size: 10px;
	line-height: 13px;
}
.preFooter{
	margin: 40px 0px;
}
.preFooter .col-50{
	position: relative;
	margin: 0px auto;
}
.smallLogo{
	max-width: 140px;
	display: block;
	margin: 0px auto;
}
.preFooter .nudgeDown{
	margin-top: 12px;
}
#blogNews{
	position: relative;
	top: -4px;
}
#blogNews a{
	display: block;
}
#blogNews img{
	width: 150px;
    height: auto;
    position: absolute;
    right: 0px;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
#blogNews img:hover{
	opacity: .7;
}
#blogNewsInfo{
	position: absolute;
    width: 90px;
    text-align: center;
    right: 30px;
    top: 32px;
}
#blogNewsInfo h3{
	color: #ffffff;
	font-family: 'typewriter_serialitalic';
	text-transform: uppercase;
	font-size: 18px;
}
#blogNewsInfo p{
	color: #ffffff;
	font-family: 'avertalightitalic';
	font-size: 15px;
}
.blogArchiveImg{
	margin-bottom: 40px;
}
.serives .col-66{
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 10px;
}
.serives .col-66 p:first-child{
	margin-top: -4px;
}
.serives .learnMoreButton{
	background-image: url(../_images/_icons/green.png);
    background-size: 60px 60px;
    width: 60px;
    height: 45px;
    background-color: inherit;
    color: #ffffff;
    padding: 0px;
    font-style: normal;
    position: absolute;
    bottom: 30px;
    right: 30px;
    text-align: center;
    padding-top: 15px;
    font-size: 14px;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    cursor: pointer;
}
.serives .learnMoreButton:hover{
	opacity: .7;
}
.blog{
	position: relative;
}
.backUpButton{
	background-image: url(../_images/_icons/pink.png);
    background-size: 60px 60px;
    width: 60px;
    height: 45px;
    background-color: inherit;
    color: #ffffff;
    padding: 0px;
    font-style: normal;
    position: fixed;
    bottom: 30px;
    right: 30px;
    text-align: center;
    padding-top: 15px;
    font-size: 14px;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    cursor: pointer;
    opacity: 0;
    z-index: 999;
}
.backUpButton:hover{
	opacity: .7;
}
#hiddenLogo{
	display: none;
	opacity: 0;
	max-width: 150px;
    height: auto;
    margin: 45px auto;
}
.press .pressBox a{
	width: 100%;
}
.press .pressBox img{
	width: 100%;
	-webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.press .pressBox img:hover{
	opacity: .7;
}
.press .pressBox .pressLogo{
	width: 70%;
	margin: 5px auto;
	display: block;
	margin-bottom: 20px;

}
.preFooterLeft{
	position: absolute;
	top: 10px;
    left: 50%;
    margin-left: -95px;
    font-size: 20px;
}
.preFooterRight{
	position: absolute;
	top: 115px;
	right: 50%;
   	margin-right: -215px;
   	font-family: 'avertabold';
   	font-size: 19px;
}
.tree1{
	background-image: url(../_images/tiny-little-pads-tree1.jpg);
	background-repeat: no-repeat;
	background-size: 600px auto;
	background-position: center bottom;
	min-height: 100px;
	position: relative;
}
.tree2{
	background-image: url(../_images/tiny-little-pads-tree2.jpg);
	background-repeat: no-repeat;
	background-size: 600px auto;
	background-position: center bottom;
	min-height: 100px;
	position: relative;
}
#cidLogo{
	margin: 0px .5%;
	margin-top: 50px;
}
#cidLogo img{
	display: block;
	max-width: 80px;
    margin: 10px auto;
}
#footerHouzz{
	display: block;
    max-width: 100px;
    margin: 0px auto;
    margin-top: -20px;
}
#footerHouzz img{
	width: 100%;
	height: auto;
	margin-left: -6px;
}
#footerHouzz:hover{
	opacity: .7;
}
#cidLogo h3{
	font-size: 14px;
	text-align: center;
	font-family: 'avertalight';
}
footer{
	background-image: url(../_images/tiny-little-pads-bg.jpg);
	clear:both;
	border-top: 4px solid #ed670d;
	margin-top: 10px;
	padding-top: 60px;
	
}
footer .bottom{
	background-color: #ffffff;
    padding: 4px;
    text-align: center;
    font-size: 14px;
    color: #7F9B3C;
}
h2 {
	font-size: 32px;
	margin: 5px 0px 10px 0px;
	font-family: 'vermilionregular';
	color: #848484;
}
h3 {
	font-size: 19px;
  	line-height: 30px;
  	color: #848484;
}
h4 {
	font-size: 30px;
  	line-height: 38px;
  	font-family: 'wendy_lp_mediumregular';
}
.index h4 {
	text-align: center;
}
h5{
	text-align: center;
	margin: 15px;
	color: #abdddb;
}
h6{
	font-family: 'typewriter_serialitalic';
	text-align: center;
	margin: 10px;
	color: #abdddb;
	font-size: 22px;
	text-transform: uppercase;
}
p {
    font-size: 14px;
    line-height: 18px;
  	color: #7f7f7f;
}
.orange{
	color: #ed670d;
}
.purple{
	color: #46286c;
}
.green{
	color: #B3CDBC;
}
.darkGreen{
	color: #7f9b3c;
}
.yellow{
	color: #F4CF10;
}
.yellowHover:hover{
	color: #F4CF10;
}
.pink{
	color: #fbcbb3;
}
.about p.aboutTitles{
	margin: 5px 0px 10px 0px;
	font-size: 18px;
}
.about .col-66 p{
	margin-bottom: 15px;
}
/*#nahla{
	background-image: url(../_images/nahla.jpg);
	background-size: cover;
	background-position: center center;
	width: 100%;
	overflow: hidden;
}
#miliah{
	background-image: url(../_images/miliah.jpg);
	background-size: cover;
	background-position: center center;
	width: 100%;
	overflow: hidden;
}*/
a:link {
	text-decoration: none;
	display: inline-block;
	color: #a6a6b1;
	-webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
} 
a:visited {
	color: #a6a6b1;
}
a:hover {
	color: #F4CF10;
}
.cursive{
	font-family: 'wendy_lp_mediumregular';
	font-size: 30px;
}
.aSizer{
	width: 100%;
}
/*social media*/
.socialMedia{
	width: 100%;
}
.socialMedia a{
	width: 25%;
	float: left;
}
.socialMedia img{
	width: 40px;
    height: auto;
    margin: 0px auto;
    display: block;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.socialMedia img:hover{
	opacity: .6;
}
#footerInfo .socialMedia{
	margin-top: 45px
}
#pinterest-widget{
	margin: 10px 0px;
	width:100%; 
}
#pinterest-widget > span {
	width:100% !important; 
/*	overflow: hidden;
	max-width: 300px;
	margin: 0px auto !important;*/
}
/*#pinterest-widget > span {
	display: block !important;
}
#pinterest-widget span span {
	width:95%;
}
#pinterest-widget span span span{
	width:100%;
}*/
.instagramWidget {
    margin-top: 4px;
}
.midShow{
	display: none;
}
.smallShow{
	display: none;
}
.push{
	min-height: 75px;
}
.halfPush{
	min-height: 40px;
}
.quarterPush{
	min-height: 20px;
}
.contactP{
	margin-top: 36px;
}
.contactP p{
	margin-bottom: 10px;
}
.contactP .yellow{
	margin-top: 28px;
}
.contactP p a:link{
	color: #ed670d;
}
.contactP p a:visited{
	color: #ed670d;
}
.contactP p a:hover{
	    color: #F4CF10;
}
p .typeAlt{
	font-family: 'wendy_lp_mediumregular'; 
	font-size: 23px;
}
.grayBoxLink{
	display: block; 
	width: 100%; 
	text-align: center;
}
.dots{
    background-image: url(_images/dot.png);
    background-size: 18px;
    height: 20px;
    width: 99%;
    margin: 10px .5%;
    float: left;
}
#cloudBox{
	position: relative;
}
#cloudBox img{
	width: 90%;
	max-width: 150px;
	height: auto;
	display: block;
	margin: 10px auto;
}
#cloudBox h3{
	position: absolute;
	bottom: 15px;
	left: 0px;
	width: 100%;
	text-align: center;
}
/*iPads (landscape)*/
@media only screen and (max-width: 1024px) {
	/*styles*/
	nav a:link {
		width: 16.2%;
	} 

	h2 {
	  font-size: 28px;
	}
	h3 {
	  font-size: 18px;
	}
	h4 {
	  font-size: 28px;
	}

	.copyright{
	    /*margin-top: 20px;*/
	}
	#feature .featuredImg {
	    width: 50%;
	    bottom: 51px;
	    left: 5px;
	}
	#blogAside .asideSocialTitle .imgLeft{
		left: -8px;
		width: 35px;
		height: auto;
	}
	#blogAside .asideSocialTitle .imgRight{
		right: -8px;
		width: 35px;
		height: auto;
	}
	.arrowRight{
		right: 20px;
	}
	.arrowLeft{
		left: 20px;
	}
	#fullService{
		margin-top: 0px;
	}
}
/*iPads (portrait)*/
@media only screen and (max-width: 768px) {
	/*styles*/
	/*four column grid*/
	.col-25{
		width: 47%;
	}
	/*six column grid*/
	.col-16{
		width: 30.3333%;
	}
	.blogHeader .col-16{
		width: 13.6666%;
	}
	#instaIndex{
		float: right;
	}
	header #boxLeft{
		position: relative;
		top: 0px;
		left: 0px;
		text-align: center;
		width: 100%;
	}
	header #boxRight{
		position: relative;
		top: 0px;
		right: 0px;
		text-align: center;
		margin: 0px auto;
	}
	div.to100{
		width: 97%;
	}
	div.to66{
		width: 63.6666%;
	}
	.preFooter div.to66{
		width: 58.6666%;
	}
	div.to50{
		width: 47%;
	}
	div.to33{
		width: 30.3333%;
	}
	.portfolioGallery.to100{
		width: 100%;
		padding: 10px 0%;
		margin: 10px 0%;
	}
	nav a:link {
		width: 32.7%;
		padding: 7px 0px;
	}
	#feature .featuredImg{
		top: 50px;
    	left: 10px;
    	width: 50%;
	}
	#feature .right{
		float: none;
	}
	h2 {
	  font-size: 28px;
	}
	h3 {
	  font-size: 22px;
	}
	h4 {
	  font-size: 28px;
	}
	.midHide{
		display: none;
	}
	.socialMedia img {
		width: 35px;
		height: auto;
	  	margin: 0px 2px;
	}
	.preFooter{
		margin: 20px 0px;
	}
	.preFooterRight{
	    margin-right: -225px;
	}
	.midHide{
		display: none;
	}
	.midShow{
		display: inherit;
	}
	.tree1 {
	    background-size: 550px auto;
	}
	.tree2 {
	    background-size: 550px auto;
	}
	#blogNews{
		margin-top: 15px;
	}
	#blogNews img{
		width: 130px;
	    height: auto;
	    position: inherit;
	    display: block;
	    margin: 0px auto;
	}
	#blogNewsInfo{
	    left: 50%;
	    top: 25px;
	    margin-left: -45px;
	}
	#preFooterLogo{
		margin-top: 30px;
	}
	#aboutImg{
		width: 50%;
	}
	.theLight{
		width: 65%;
		margin-top:-200px;
		margin-left:-240px;
	}
	.theLight.altLight{
		height: 80%;
		width: auto;
		margin-top:-200px;
		margin-left:-200px;
	}
	.portfolioTitles{
		height: 70px;
	}
	.serives .learnMoreButton{
		right: 5px;
	}
	h6{
		font-size: 26;
	}
	.index h4{
		font-size: 42;
	}
	.preFooter #tlpEnvelope {
	    max-width: 150px;
	    margin: 0px auto;
	    display: block;
	}
	#blogArticles .shortArticle{
		padding-bottom: 20px;
    	margin-bottom: 0px;
	}
	#blogArticles .readMoreButton{
		bottom: 10px;
	}
	.preFooter .nudgeUp{
		margin-top: 0px;
		padding-top: 0px;
	}
	.copyright{
		margin-top: 10px;
	}
	#cloudBox h3{
		bottom: 25px;
	}
	#fence{
		max-width: 250px;
		left: 50%;
		margin-left: -125px;
	}
}
@media only screen and (max-width: 736px) {
	.theLight{
		width: 55%;
		margin-top:-200px;
		margin-left:-240px;
	}
}
/*Smartphones (portrait and landscape)*/
@media only screen and (max-width: 480px) {
	/*styles*/
	nav a:link {
		width: 49%;
	}
	nav .line{
		display: none;
	}
	#faded .slides {
		width: 97%;
	}
	.preFooter div.col-16{
		width: 92%;
		margin: 5px 3%;
		padding: 10px 1%;
		float: left;
		min-height: 25px;
	}
	.preFooter div.col-33{
		width: 92%;
		margin: 5px 3%;
		padding: 10px 1%;
		float: left;
		min-height: 25px;
	}
	/*four column grid*/
	.col-75{
		width: 97%;
	}
	.col-50{
		width: 97%;
	}
	.col-25{
		width: 97%;
	}
	/*six column grid*/
	.col-66{
		width: 97%;
	}
	.col-33{
		width: 97%;
	}
	.col-16{
		width: 97%;
	}
	.blogHeader .col-33{
		width: 63.6666%;
	}
	.blogHeader .col-16{
		width: 30.3333%;
	}
	.blog .shareBox .col-50{
		width: 47%;
	}
	.blogFooter .shareQuote{
		width: 86%;
		margin: 5px 6%;
		padding: 10px 1%;
		float: left;
		min-height: 25px;
	}
	div.to66{
		width: 97%;
	}
	div.to50{
		width: 97%;
	}
	div.to33{
		width: 97%;
	}
	div.small50{
		width: 47%;
	}
	h2{
		font-size: 34px;
	}
	h4{
		font-size: 40px;
		line-height: 50px;
	}
	p{
		font-size: 17px;
		line-height: 23px;
	}
	/*the light box*/
	.theLight{
		width: 300px;
		margin-top:-100px;
		margin-left:-150px;
	}
	.theLight.altLight{
/*		width: 300px;
		margin-top:-100px;
		margin-left:-150px;*/
	}
	.theLight h4{
		font-size: 22px;
		line-height: 26px;
	}
	.smallHide{
		display: none;
	}
	.smallShow{
		display: inherit;
	}
	.preFooter{
		width: 100%;
		margin: 10px auto;
	}
	.smallLogo{
		width: 120px;
	}
	
	.socialMedia img {
	  	margin: 0px auto;
	}
	.socialMedia{
	  	width: 90%;
    	margin: 0px auto;
	}
	.bottomLine{
		position: relative;
		bottom: 5px;
	}
	.preFooterRight {
	    margin-right: -165px;
	}
	#blogNews img{
		width: 150px;
	}
	#blogNewsInfo{
	    top: 28px;
	}
	#aboutImg{
		width: 100%;
	}
	#footerInfo .socialMedia{
		margin-top: 15px
	}
	.tree2{
		margin-top: 30px;
	}
	.preFooter #tlpEnvelope {
		display: none;
	}
	#blogAside .asideTitle h4{
		width: 170px;
		margin-left: -85px;
		top: -20px;
	}
	.blogFooter .col-33{
		width: 30.3333%;
	}
	.blogFooter .col-66{
		width: 63.6666%;
	}
	.blogHeader{
		margin-top: -15px;
		margin-bottom: 30px;
	}
	#footerHouzz{
		margin: 10px auto;
	}
	#blogAside .asideSocialTitle .imgLeft{
		left: 0px;
		width: 40px;
		height: auto;
	}
	#blogAside .asideSocialTitle .imgRight{
		right: 0px;
		width: 40px;
		height: auto;
	}
	#blogNewsInfo p{
		line-height: 20px;
	}
	.serives p strong{
		margin-bottom: 10px;
    	display: block;
	}
	.serives .learnMoreButton{
		position: relative;
		float: right;
		margin-right: 10px;
		bottom: inherit;
		right: inherit;
	}
	#blogAside .asideTitle:last-child{
		margin-bottom: 0px;
	}
	#blogAside{
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	.blogArchiveImg{
		margin: 0px .5%;
		padding-bottom: 0px;
	}
	.readMoreButton{
		bottom: 15px;
	}
	.contactP{
		margin-top: 5px;
	}
	.arrowBox{
		width: 30.3333%;
		margin: 5px auto;
		padding: 10px 1%;
		min-height: 25px;
		position: relative;
    	top: 505px;
    	z-index: 100;
	}
	.portfolio .col-33.smallShow img{
		margin-bottom: 70px;
	}
	.portfolioTitles h4{
		font-size: 35px;
    	line-height: 40px;
	}
	.portfolioGallery .col-33 img:hover{
		opacity: 1;
	}
	.bottomLine.playInfo{
		font-size: 30px;
	}
	#feature .featuredImg{
		position: relative;
		top:0px;
		left: 0px;
	}
	.serives .col-66{
		padding-bottom: 0px;
	}
	.serives .grayBG{
		margin-bottom: 10px
	}
	p .typeAlt{
		font-size: 28px;
	}
	#instaIndex iframe{
		width: 370px !important;
		margin: 0px auto;
	}
	#instaIndex{
		height: 420px !important;
	}
	#instaIndex .bottomLine{
		position: absolute;
	}
	#blogArticles .shortArticle{
		padding-bottom: 30px;
    	margin-bottom: 0px;
	}
	#blogArticles .readMoreButton{
		bottom: 5px;
	}
}