
@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: Oswald;
    src: url(fonts/Oswald-Regular.ttf);
}


* {
  margin: 0;
}
html, body {
  height: 100%;
  margin: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1em;
  color: #545454;
}
.page-wrap {
  min-height: 100%;
  margin-bottom: -105px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  height: 105px; 
}
.site-footer {
  background: #545454;
}

h1 {
	display:block;
	padding: 20px 0;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 2em;
	color: #650066;
}
h2 {
	display:block;
	font-family: 'Oswald', sans-serif;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: normal;
	margin: 20px;
}
h3, strong {
	display:block;
	font-family: 'Oswald', sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	margin-top: 20px;
	margin-left: 20px;
}
.boxes h2 {
	margin-top: 0;
}
.started h2,
.seo h2 {
	width: 100%;
	margin: 10px 0;
	padding: 6px 0 6px 10px;
	color: #fff;
	background: #660066; 
    background: -webkit-linear-gradient(left, #660066 , #e1e1e1);
    background: -o-linear-gradient(right, #660066, #e1e1e1);
    background: -moz-linear-gradient(right, #660066, #e1e1e1);
    background: linear-gradient(to right, #660066 , #e1e1e1);
}
.seo h2 {margin-top: 40px;}
h3.temps {
    width: 100%; 
	text-align:center; 
	border-bottom: 1px solid #660066; 
	line-height:0.1em; 
	margin: 1.75em 0 1em 0;	
    font-size: 1.75em;
	color: #660066;
}
h3.temps span { 
	background:#fff; 
	padding:0 10px;
}
.left {
	float: left;
	width: 49%;
}
.right {
	float: right;
	width: 49%;
}
.center {
	text-align: center;
}

.blue {color: #0000CC;}
.red {
	display: inline-block;
	color: #ff0000;
}
.started p {
	margin: 10px 25px 50px 25px;
}
section.started {
	margin-bottom: 150px;
}
.started img {
	float: right;
	margin-top: -25px;
	margin-left: 20px;
	width: 15%;
	height: auto;
}
/*********************************
	TOP NAVIGATION
*********************************/
header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 75px;
	background-color: #545454;
	border-top: 4px solid #650066;
	z-index: 5;
}
.wrapper {
	max-width: 940px;
	margin: 0 auto 0 auto;
}
a.head-logo {
	float: left;
	padding: 8px 0
}
/**** top menu ****/
.toggle,
[id^=drop] {
	display: none;
}
nav { 
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	font-family: 'Roboto', sans-serif;
	line-height: 32px;
	z-index: 999;
}
nav a:active {
	color: #999;
}
nav a:link, 
nav a:visited, 
nav a:hover {
	color:#fff;
	text-decoration: none;
}

nav:after {
	content:"";
	display:table;
	clear:both;
}
nav ul {
	float: right;
	padding: 0; 
	margin: 0;
	list-style: none;
	position: relative;
}
nav ul.menu {
	margin-top: 14px;
}
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background-color: #545454;
	}


nav a {
	display:block;
	padding:8px 18px;	
	color:#FFF;
	text-decoration:none;
}

nav ul li ul li:hover {  
	background-color: #ccc;
}

nav a:hover { 
	color: #fff; 
	text-decoration: none;
}
nav ul ul {
	display: none;
	position: absolute; 
	top: 48px; /* has to be the same number as the "line-height" of "nav a" */
	margin-top: 0;
	border: 2px solid #999;
	min-height:40px;
	-webkit-box-shadow: 5px 5px 7px #999;
	-moz-box-shadow: 5px 5px 7px #999;
	box-shadow: 5px 5px 7px #999;
}
nav ul ul a:hover {
	color: #fff; 
}
nav ul ul:after {
	content:'';
	display:block;
	position:absolute;
	top:-20px; 
	left:30px;
	width:0;
	height:0;
	border-color: transparent transparent #999 transparent; 
	border-style: solid;
	border-width: 10px;
}
nav ul li:hover > ul {
	display:inherit;
}
nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	left:170px; /* has to be the same number as the "width" of "nav ul ul li" */ 
}

/* Change ' +' in order to change the Dropdown symbol */
nav li > a:after { content:  ' +'; }
nav li > a:only-child:after { content: ''; }

nav i {
	padding: 10px 0;
}

/** end top navigation **/

/** breadcrumb **/

.breadcrumb { 
  list-style: none; 
  overflow: hidden; 
  font: 0.85em Sans-Serif;
  margin: 5px 0 40px -40px;
}
.breadcrumb li { 
  float: left; 
}
.breadcrumb li a {
  color: white;
  text-decoration: none; 
  padding: 10px 0 10px 45px;
  background: #660066;
  position: relative; 
  display: block;
  float: left;
}
.breadcrumb li a::after { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid #660066;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  left: 100%;
  z-index: 2; 
}
.breadcrumb li a::before { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;       
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  margin-left: 1px;
  left: 100%;
  z-index: 1; 
}
.breadcrumb li:first-child a {
  padding-left: 10px;
}
.breadcrumb li:nth-child(2) a       { background:        #996699; }
.breadcrumb li:nth-child(2) a:after { border-left-color: #996699; }
.breadcrumb li:nth-child(3) a       { background:        #cc99cc; }
.breadcrumb li:nth-child(3) a:after { border-left-color: #cc99cc; }
.breadcrumb li:nth-child(4) a       { background:        #ffccff; }
.breadcrumb li:nth-child(4) a:after { border-left-color: #ffccff; }
.breadcrumb li:nth-child(5) a       { background:        #e1e1e1; }
.breadcrumb li:nth-child(5) a:after { border-left-color: #e1e1e1; }
.breadcrumb li:last-child a {
  background: transparent !important;
  color: black;
  pointer-events: none;
  cursor: default;
}
.breadcrumb li:last-child a::after { 
  border: 0; 
}
.breadcrumb li a:hover { 
  background: #ccc; 
  color: #000;
}
.breadcrumb li a:hover:after { 
  border-left-color: #ccc !important; 
}

/**********************
	CONTENT LAYOUT
***********************/
#content {
	position: relative;
	width: 96%;
	max-width: 940px;
	margin: 0 auto 150px auto;
	top: 100px;
	z-index: 1;
}
.clear {clear:both}

ul.standard {margin:15px;}
ul.standard li {line-height: 150%;}
ul.kit {margin: -40px 0 40px 0;}


/**** Home Page ****/
.boxes,
.boxes-build {
	width: 100%;
	margin: 20px 0;
	font-size: 0.85em;
	line-height: 170%;
}
.boxes a,
.boxes-build a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.boxes i,
.boxes-build i {
	font-size: 3.4em;
}
.boxes .box-bottom i,
.boxes-build .box-bottom i {
	font-size: 1em;
}
.box1,
.box2,
.box3,
.box4 {
	float: left;
	width: 21%;
	margin: 0;
	padding: 16px 17px 0 17px;
	background: #650066;
	color: #fff;
	height: 25em;
}
.box1 {opacity: 0.85;}
.box2 {opacity: 0.75;}
.box3 {opacity: 0.65;}
.box4 {opacity: 0.55;}

.box1:hover,
.box2:hover,
.box3:hover,
.box4:hover {
	opacity: 1;
	transform:scale(1.1);
}

.boxes-build .box1,
.boxes-build .box2,
.boxes-build .box3,
.boxes-build .box4 {
	height: 22em;
	background-color: #545454;
}
.box-head {height: 18%;}
.boxes-build .box-head {height: 17%;}

.box-body {height: 73%;}
.boxes-build .box-body {height: 61%;}

.box-bottom {
	height: 9%;
	text-align: right;
}
.boxes-build .box-bottom {height: 9%;}

.home-bottom {
	width: 100%;
	margin-top: 60px;
}
.home-bottom .left {
	width: 46%;
	margin-left: 20px;
}
.home-bottom .right {
	width: 48%;
}
.home-bottom img {
	float: left;
	width: 20%;
	margin-right: 8px;
}
.home-bottom a {
	display: block;
	color: #545454;
	text-decoration: none;
}

.faq, .hosting {margin-bottom: 150px;}

.faq h2 {
	text-transform: capitalize;
	margin: 80px 0 10px 0;
}
.content p,
.hosting p,
.seo p,
.templates p {
	margin: 5px 0 15px 20px;
}

.forms-flex {
	display: -webkit-flex;
	display: flex;
	width: 100%;
	height: 450px;
	background-color: #e1e1e1;
	border-radius: 15px;
}
.forms-item {
	width: 48%;
	padding: 20px;
}

.forms p {margin: 5px 0 10px 20px;font-size: 0.85em;}
.forms ol {
	margin: 10px 0 40px 15px;
	font-size: 0.85em
}

ul.faqs {
	background-color: #f1f1f1;
	border: 1px solid #999;
	padding: 6px 25px;
}
ul.faqs li,
.hosting ul li,
ol.seo li {
	font-size: 0.85em;
	margin-bottom: 2px;
	padding: 4px 2px;
}

ul.faqs li:hover {
	background-color: lightgray;
}
ul.traffic {
	margin: 25px 0;
	width: 75%;
}
ul.traffic li {
	margin: 18px 0;
}

p.call {margin-top: 35px;}

.example {
	margin: 25px;
	padding: 15px;
	border: 1px solid #333;
	border-radius: 15px;
	word-wrap: break-word;
}
.example img {
	width: 70%;
	margin-left: 20px;
}
.example img.tab {
	width: 20%;
}
.example:first-line {font-weight: bold;}

.demo {
	font-size: 0.85em;
}

.button-row {
	position: relative;
	width: 90%;
	text-align: center;
}
.new-temps { 
	float: left;
	width:30%;
	margin: 0 .75em;
	text-align:center;
}

.new-temps img { 
	width:90%;
	height: auto;
	border: 1px solid #CCC;
}

.new-temps a.button {
	width: 30%;
	margin: 0 .2em .2em .2em;
	padding: .3em .5em;
	border-radius: 5px;
	background-color: #660066;
	border: 2px solid #660066;
	color: white;
	text-decoration: none;
	font-size: .75em;
}
.new-temps a.button:hover {
	opacity: 0.8;
}
.new-bgs {
	float: left;
	width: 10%;
	margin: 0 .25em;
	text-align:center;
	
}
.new-bgs img {
	width: 90%;
	height: auto;
	box-shadow: 3px 3px 3px 1px rgb(0,0,0,.5);
}
.new-bgs img:hover {opacity: .8}
.center {text-decoration:center}

.clear {clear:both}

/*********************************
	TEMPLATES
*********************************/

ul.templates {list-style:none;margin-left: 20px;}
ul.templates li {float: left;margin: 5px;width: 30%;}
ul.templates li:last {clear:both;}
ul.templates li img {border: 1px solid black;}
.download {margin: -30px 0 50px 25px;}
a.dwnld {text-decoration:none;}
a.dwnld:hover {text-decoration: underline;}

.thumbs {margin-left: 20px;}
.thumbs img {
	border-color: #999;
	box-shadow: 4px 4px 8px #999;
}
.thumbs img:hover {
	border-color: blue;
}

/*********************************
	WEBSITE KIT
*********************************/

ol li {margin-bottom: 15px;}
ol li:last-child {margin-bottom: -15px;}

.color {margin-left: 20px;}
.color span {
	float: left;
	width: 20%;
	height: 20px;
	margin: 5px;
	padding: 35px 15px;
	text-align: center;
	vertical-align:text-bottom;
}
span.black {color:white;background:black;}
span.brown {color:white;background:brown;}
span.teal {color:white;background:teal;}
span.indigo {color:white;background:indigo;}
span.orange {color:white;background:orange;}
span.green{color:white;background:green;}
span.blue{color:white;background:blue;}
span.darkgrey{color:white;background:grey;}
span.red{color:white;background:red;}
span.limegreen{color:white;background:limegreen;}
span.aqua{color:black;background:aqua;}
span.grey{color:white;background:darkgrey;}
span.pink{color:black;background:pink;}
span.violet{color:white;background:violet;}
span.lightblue{color:black;background:lightblue;}
span.lightgrey{color:black;background:lightgrey;}
span.gold{color:black;background:gold;}
span.yellow{color:black;background:yellow;}
span.brightgreen{color:black;background:chartreuse;}
span.skyblue{color:black;background:skyblue;}
span.rose{color:black;background:deeppink;}
span.tan{color:black;background:tan;}
span.turquoise{color:black;background:turquoise;}
span.lavender{color:black;background:lavender;}
span.lightyellow{color:black;background:lightyellow;}
span.lightgreen{color:black;background:lightgreen;}
span.paleblue{color:black;background:powderblue;}
span.striped{color:white;
background:repeating-linear-gradient(
  45deg,
  #606dbc,
  #606dbc 5px,
  #465298 5px,
  #465298 10px
)}
.font-size {margin: 10px 25px 50px 25px;}
.font-size .small {font-size: 14px;margin-bottom: 15px;}
.font-size .default {font-size: 16px;margin-bottom: 15px;}
.font-size .large {font-size: 18px;margin-bottom: 15px;}
.font-size .xlarge {font-size: 20px;}

ul.checklist {list-style:none;}
ul.checklist li:before {
	content: "\2713";
    margin-right:5px;
	
}
ul.checklist li a:active:before
{
    content: "\2611";
    margin-right:5px;
}
ul.checklist li {margin-bottom: 15px;}
ul.checklist hr {margin-top: 15px;}
ol {margin-bottom: 40px;}
/*********************************
	TEMPLATE PAGES
*********************************/

.space {
	height: 30px;
}
.bottom-space {
	height: 150px;
}
/*.cm-footer {
	text-align: center;
	width: 96%;
	margin: 40px auto 20px auto;
	padding: 5px;
	font-size: 0.85em;
}
.cm-footer img {
	max-height: 45px;
	vertical-align: middle;
}
.cm-footer a {
	display: block;
	text-decoration: none;
	color: #545454;
}
*/
.biz-container {
	margin-top: 10px;
	margin-bottom: 20px;
	border: 10px;
	border-style:ridge;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}
.biz-container p {
	margin-top: 1em;
    margin-bottom: 1em;
}
.biz-container hr {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.biz-container h1, .biz-container h2 {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
}
.biz {padding: 20px;}

.temp-1-footer {
	width: auto;
	margin: 0 auto;
	
}
.temp-1-footer .left {
	width: 33%;
	height: 104px;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
/*********************************
	FAQ PAGE
*********************************/

.faq-left {
	float: left;
	width: 20%;
	margin: 0 15px 20px 0;
	padding: 8px 4px 0 4px;
	border-top: 3px solid #666;
	font-size: 1.25em;
	font-weight: bold;
}
.faq-right {
	float: right;
	width: 75%;
	margin: 0 0 20px 0;
	border-top: 3px solid #666;
}
.faq-right p,
.faq-right ol {font-size: 0.9em;}
.faq-right .note {font-size: 0.8em;}
.faq-right p {margin: 15px 0;}

button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

div.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
}
button.accordion:after {
    content: '\02795'; 
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796"; 
}

/**********************
	FOOTER
***********************/
footer {
	padding: 0;
	font-size: 0.85em;
	color: #fff;
}
footer a {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 1.85em;
}
footer a:hover {
	color: #ccc;
}
footer .short {display:none;}
footer .wrapper {width: 94%;margin: 0 auto;}
footer .wrapper .left {
	float: left;
	width: 28%;
	margin-left: 20px;
	padding-top: 10px;
}
footer .wrapper .right {
	float: left;
	width: 28%;
	padding-top: 10px;
}
footer p {font-size: .75em; text-align:right;}
footer p a {display: inline-block;}

/* Media Queries
--------------------------------------------- */

@media only screen and (max-width: 900px) {
	.box1,
	.box2,
	.box3,
	.box4 {		
		width: 20%;
		height: 26em;
	}
	nav a {
		padding: 8px 10px;
	}
	.forms-flex {height: 475px}
	
}
@media all and (max-width:768px){
	#content {
		width: 94%;
	}
	.box1,
	.box2,
	.box3,
	.box4 {		
		width: 42%;
		height: 18em;
	}
	.box-body {
		padding-top: 10px;
		height: 65%;
	}
	/*** top navigation ***/
	.menu-icon {
		display: inline-block;
		cursor: pointer;
	}
	.bar1, .bar2, .bar3 {
	    width: 30px;
	    height: 3px;
	    background-color: #fff;
	    margin: 6px 0;
	    transition: 0.4s;
	}
	.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
	}
	.change .bar2 {opacity: 0;}
	.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -5px) ;
    transform: rotate(45deg) translate(-5px, -5px) ;
	}
	nav {margin: 0;}
	nav a {font-size:17px;}
	nav ul.menu {margin-top: 0;}
.toggle + a, .menu {
	display: none;
	}
.toggle {
	display: block;
	background-color: #545454;
	padding:14px 20px;	
	color:#FFF;
	font-size:17px;
	text-decoration:none;
	border:none;
	text-align: right;
	}

.toggle:hover {
	background-color: #333;
}
[id^=drop]:checked + ul {
	display: block;
}

nav ul li {
	display: block;
	width: 100%;
	text-align: right;
}

nav ul ul .toggle,

nav ul a {padding: 10px 36px;}
nav ul ul a {padding: 0 40px;}
nav ul ul ul a {padding: 0 80px;}

nav a:hover,
nav ul ul ul a {
	background-color: #333;
}
.toggle:hover:first {
	background-color: transparent;
}
nav ul li ul li .toggle,
nav ul ul a,
nav ul ul ul a{
	padding:14px 20px;	
	color:#FFF;
	font-size:17px; 
}
  
nav ul li ul li .toggle,
nav ul ul a {
	background-color: #212121; 
}

nav ul ul {
	float: none;
	position:static;
	color: #ffffff;
}
		
/* Hide menus on hover */
nav ul ul li:hover > ul,
nav ul li:hover > ul {
	display: none;
}
		
/* Fisrt Tier Dropdown */
nav ul ul li {
	display: block;
	width: 100%;
}

nav ul ul ul li {
	position: static;
}
	.forms-flex {
		height: 550px;
	}
}


@media all and (max-width:680px){
	.page-wrap {
	  margin-bottom: -170px; 
	  }
	.site-footer, .page-wrap:after {
	  height: 170px; 
	}
	.box1,.box2,.box3,.box4 {
		float: none;
		width: 95%;
		height: 14em;
	}
	.box1:hover,.box2:hover,.box3:hover,.box4:hover {transform:scale(1);}
	.boxes-build .box1, .boxes-build .box2, .boxes-build .box3, .boxes-build .box4 {height: 15em;}
	.boxes i,.boxes-build i {font-size: 2.5em;}
	.box-head {
		float: left;
		display: inline-block;
		width: 7%;
	}
	.box-body {
		float: right;
		display: inline-block;
		width: 90%;
		height: 70%;
	}
	.box-bottom {
		clear: both;
	}
	.home-bottom .left,
	.home-bottom .right {
		position: relative;
		clear: both;
		float: none;
		display: block;
		width: 95%;
		margin-bottom: 50px;
	}
	.home-bottom img {display:block;float:none;}
	.site-footer .wrapper {
		width: 80%;
		margin: 0 auto;
	}
	footer .wrapper .left {
		float: none;
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}
	footer .wrapper .right {
		float: none;
		width: auto;
		padding: 0;
	}
	.footer-bx {
		float: left;
		margin:0 5px;
		text-align: center;
		width: 20%;
	}
	.footer-bx i {
		display: block;
		margin-top: 20px;
		font-size: 3em;	
	}
	.short {
		display: block !important;
		font-size: 0.75em;
	}
	.full {display:none;}
	footer p {
		text-align: center;
		padding: 40px 40px 0 0;
	}
	ul.standard li {
		margin-bottom: 20px;
		margin-left: -20px;
	}
	.forms-flex {
		display: block;
		width: 100%;
		height: auto;
		background-color: transparent;
	}
	.forms-item {
		display: block;
		width: 100%;
		padding: 0;
	}
	ul.traffic {width: 85%;}
	
	.example img {
	width: 100%;
}
.example img.tab {
	width: 20%;
}
	
	/*********************************
		FAQ PAGE
	*********************************/

	.faq-left {
		float: none;
		width: 98%;
		margin-bottom: 0;
		border-top: none;
		border-bottom: 3px solid #666;
	}
	.faq-right {
		float: none;
		width: 96%;
		margin: 0 auto 25px auto;
		border-top: none;
	}
	.breadcrumb li {
		font-size: 0.8em;
	}
	.breadcrumb li a {
	  color: #660066;
	  font-weight: bold;
	  padding: 0 5px 0 20px;
	  background: transparent;
	  text-decoration:underline;
	}
	.breadcrumb li a::after { 
	  content: " > "; 
	  border-top: none; 
	  border-bottom: none;
	  border-left: none;
	  top: 0;
	  margin-top: 0; 
	}
	.breadcrumb li a::before { 
	  border-top: none;
	  border-bottom: none;
	  border-left: none;
	  top: 0;
	  margin-top: 0; 
	  margin-left: 0;
	  left: 100%;/**/
	}
	.breadcrumb li:first-child a {
	  padding-left: 0;
	}
	.breadcrumb li:nth-child(2) a,
	.breadcrumb li:nth-child(3) a,
	.breadcrumb li:nth-child(4) a,
	.breadcrumb li:nth-child(5) a { background:none;color:#996699; }
	.breadcrumb li:nth-child(2) a:after,
	.breadcrumb li:nth-child(3) a:after,
	.breadcrumb li:nth-child(4) a:after,
	.breadcrumb li:nth-child(5) a:after { border-left-color: transparent; }
	.breadcrumb li:last-child a::after {content: " ";}
	.breadcrumb li a:hover {background: transparent;}
	.breadcrumb li a:hover:after { 
  		border-left-color: transparent !important; 
	}
	.breadcrumb li:last-child a {
		font-weight: normal;
		color: #000;
		text-decoration: none;
	}
	footer p span {display:block;}
	
	.new-temps {
		float: none;
		width: 80%;
		margin: 0 auto;
	}

}

@media all and (max-width:430px){
	.box1,.box2,.box3,.box4 {width: 90%;height: 19em;}
	.box-head i {display:none;}
	.site-footer .wrapper {width: 98%;}
	.footer-bx {margin: 0 8px;}
	.footer-bx i {font-size: 2.5em;}
	footer p {padding-right: 0}
	.breadcrumb {display:none;}
	
}
@media all and (max-width:325px){
	.footer-bx {margin: 0 6px;}
	.footer-bx i {font-size: 1.3em;}	
	
}