


/* CSS Document 
-----------------------------------

Carefully crafted by Mike Wedge
- www.fifteenten.co.uk 

----------------------------------- */



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,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,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:none;font-size:100%;font:inherit;outline:none;margin:0;padding:0}
ul,ol{list-style-type:none}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
table{border-collapse:collapse;border-spacing:0}
input[type=submit]::-moz-focus-inner,input[type=checkbox]::-moz-focus-inner{border:none;outline:none}
html{-webkit-font-smoothing:antialiased}
#accessibility_navigation,#website_information_print{display:none}
.hr.light{width:100%;border-top:1px solid #FFF;display:block;height:1px;border-bottom:1px solid #CCC;margin:20px 0}
.hr{width:100%;display:block;margin:20px 0;border-top:1px solid #313030}
hr {display:none;}
::selection,::-moz-selection{background:#f1d6c2}
img { border:none; }
a {outline:0 !important;}
.clearfix {clear:both;}
.no_display {display:none !important;}
.mob {display:none !important;}
.desk {display:block !important;}
.make-bold {font-weight:bold;}
.float_right {float:right;}
.float_left {float:left;}
ul {list-style:none;}
.align_right {text-align:right;}
.smaller_text {font-size:10px;}
.make-light {font-weight:normal !important;}
.make-white {color:#fff !important;}
.make-red {color:#e00000;}
.last {margin-right:0px !important;}
.hide {display:none !important;}
.show {display:block !important;}
.make-light {
  color:#ccc;
}
.orange {
    color: #fff;
    text-transform: uppercase;
    background-color: #ec7535;
    border: 0px;
    font-weight: bold;
    text-align: left;
    display: block;
    padding: 10px 47px 10px 10px;
    float: left;
    clear: both;
}
.button {
  background: url(../images/chevron-right.png) no-repeat 100% 12px #ec7535;
  cursor:pointer;
  transition:all linear 0.2s;
  -o-transition:all linear 0.2s;
  -moz-transition:all linear 0.2s;
}
@media only screen and ( -webkit-min-device-pixel-ratio: 1.3 ),
       only screen and ( min--moz-device-pixel-ratio: 1.3 ),
       only screen and ( -o-min-device-pixel-ratio: 2.6/2 ), /* returns 1.3, see Dev.Opera */
       only screen and ( min-device-pixel-ratio: 1.3 ),
       only screen and ( min-resolution: 124.8dpi ),
       only screen and ( min-resolution: 1.3dppx ) {
.button {
     background-image: url('../images/chevron-right@2x.png');
  background-size: 31px 11px;
}
}
.button:hover {
  background-position: 102% 12px;
  background-color: #CC5211;
  color:#fff;
}

/* Font face
-----------------------------------*/




/* Class Resets
-----------------------------------*/

   

* {margin:0;padding:0;outline:0 !important;}

html, body {
  height:100%;
  background:#fff;
  width:100%;
  font-family: "futura-pt", helvetica neue', helvetica, arial;
  min-height:100%;
}

body {
  line-height:18px;
  height:100%;
  font-size:12px;
	position:relative;
		right:0px;
  color:#fff;
  }

hr {
  display:none;
  }

.hr {
  height: 5px;
  clear: both;
  background: none;
  margin-bottom: 16px;
  margin-top: 10px;
  }

.contact_table {
  width:100%;
  }
  
.contact_table td {
  vertical-align:top;
  }

hr {display:none;}

.make-orange, a {
  color:#15a9a9;
  text-decoration:none;
  }
  
a:hover, .active a {
  color:#53c2c7;
  }


h1, h2, h3, h4, h5, h6 {
    font-family: 'futura-pt', Helvetica, Arial;
    color: #3f4141;
    font-weight: 700;
}
h1 {font-size:34px;line-height:28px;}
h2 {
    font-size: 2.4em;
    line-height: 24px;
}
h3 {font-size: 22px;line-height: 1.2em;}
h4 {font-size:16px;line-height:18px;}
h5 {font-size:16px;line-height:18px;}
h6 {font-size:14px;line-height:18px;}

h1, h2 {
  margin-top:30px;
  margin-bottom:20px;
}
h3, h4, h5, h6 {
  margin-top:25px;
  margin-bottom:20px;
}
p, ul, ol, table {
    margin: 10px 0 20px;
    line-height: 1.6em;
    color: #3f4141;
    font-size: 1.5em;
    font-family: 'futura-pt', Helvetica, Arial;
    font-weight: 400;
}
label {
	    font-family: 'futura-pt', Helvetica, Arial;

}
img {
	max-width:100%;
}
a.btn {
    display: block;
    background-color: #ccc;
    border: 1px solid #fff;
    padding: 10px 24px;
    color: #fff;
    font-weight: 900;
    text-transform: none;
    text-align: left;
    /* font-size: 15px; */
    max-width: 300px;
    cursor: pointer;
    float: left;
    border-radius: 50px;
}
a.btn:hover {
	background-color:#2d3337;
}
.four-cols {
    width: 25%;
    display: block;
    float: left;
	box-sizing:border-box;
}
.three-cols {
    width: 24%;
}
.nine-cols {
	width:76%;
}
.left {float:left;}
.right {float:right;}

section {
    display: block;
    clear: both;
    padding: 40px 0 50px;
    position: relative;
    z-index: 444;
    overflow: hidden;
}
blockquote {
	font-family:'Roboto slab', serif;
	color:#3d3d3d
}
#site-wrap {
	overflow-x:hidden;
}
.nav-open #site-wrap {
	overflow-x: visible;
}


/* 2. WRAPPERS 
-----------------------------------*/

#wrapper {
  position: relative;
  padding-bottom:0px;
  background-attachment: fixed;
  background-image: url(../images/city-bkd.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
} 
.wrap {
  width:1260px;
  margin:0 auto;
  position:relative;
  box-sizing:border-box;
   transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  }
#site-wrap {
  width:100%;
  height:auto;
  position:relative; 
  box-sizing:border-box;
  box-sizing: border-box;
  transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
}
.two-cols {
	width:50%;
	display:block;
	padding:20px;
	box-sizing:border-box;
}  



/* HEADER
----------------------------------- */  

#logo {
    width: 220px;
    height: 53px;
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
}
#logo a {
	background-image:url(../images/logo-ecopowersoft.png);
	background-size:100%;
	background-repeat:no-repeat;
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999em;
    transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
}
header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 110px;
    z-index: 9999;
}
header.fixy:before {
    top: 0px;
    opacity: 1;
}
nav {
    width: 65%;
    float: right;
    background: #404445;
    padding-left: 30px;
    box-sizing: border-box;
}
header ul {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 20px 0;
    /* border-bottom: 1px solid #fff; */
    transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
}
header ul li {
    display: inline;
    padding-left: 5px;
    font-size: 1em;
}
header ul li a {
    color: #fff;
	z-index:777;	
    padding: 15px 8px;
	position:relative;
    text-transform: uppercase;
}
header ul li a:hover,
header ul li.active a {
	color:#519ca1;
}
.home-banner-content img {
    max-width: 360px;
    padding-top: 20px;
}
.home-banner-content p {
    color: white;
    font-size: 2em;
    line-height: 1.2em;
    max-width: 460px;
}
 
.top-hero-ban {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: -1;
    overflow: hidden;
    height: 900px;
}
.top-hero-ban video {
    min-width: 1500px;
    position: absolute;
    width: 100%;
    left: 0px;
}
#over_iframe {
	position:absolute;
	z-index:1;
	background-color:rgba(8,127,134,0.6);
	height:100%;
	width:100%;
	top:0px;
	left:0px;
}

/* INTRO SECTION 
----------------------------------- */  

#home-banner {
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    height: 750px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 444;
}
.content #home-banner {
	height:600px;
}
.content .home-banner-content p {
    max-width: 100%;
}
.home-banner-content {
    width: 700px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 30%;
    margin-top: -50px;
    left: 10%;
    height: 250px;
    margin-left: 0;
    z-index: 555;
    text-align: left;
}
.home-banner-content p {
    color: white;
    font-size: 2.5em;
    line-height: 1.2em;
}
.home-banner-content strong {
	text-decoration:underline;
}
a#view-more {
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    border-top: 1px solid;
    padding-top: 10px;
    margin-top: 10px;
}
#home-banner:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    width: 0;
    height: 0;
    border-bottom: 100px solid #fff;
    border-left: 3000px solid transparent;
    left: 50%;
    margin-left: -1500px;
}


/* PHONES
----------------------------------- */  


#phones {
    position: absolute;
    top: 180px;
    z-index: 888;
    right: -200px;
}
#phones img {
    max-width: 350px;
    position: relative;
}
#phone-front {
	z-index:777;
}
#phone-back {
    z-index: 666;
    left: -270px;
    top: -40px;
}

.slick-list.draggable {
	height:600px !important;
}


/* INTRO AREA
----------------------------------- */  

#intro-text {
    padding-bottom: 30px;
    background-image: url(../images/watermark.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
}
h2.title {
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
	position:relative;
	margin-bottom:70px;
}
h2.title:after {
	content:'';
	position:absolute;
	bottom:-20px;
	left:50%;
	margin-left:-100px;
	width:200px;
	height:0px;
	border-bottom:1px solid;
}
.slider-nav h3 {
    font-weight: normal;
}
.slide-nav {
    padding-left: 100px;
    background: url(../images/big-tick.png) left top transparent no-repeat;
    background-size: 50px;
    background-position: 26px 27px;
}
.slick-current h3, .slick-current p {
    color: #519ca1;
    font-weight: bold;
}
#intro-text div > div.left {
	padding-top:50px;
}
.slide-nav h3 {
	margin-bottom:0px;
}
.slide-nav p {
	font-size:1.3em;
	margin-top:0px;
}


blockquote {
    font-family: 'Roboto slab', serif;
    color: #4a4a4a;
    font-size: 1.2em;
    padding-left: 80px;
    line-height: 2em;
    padding: 20px 0 40px 80px;
	position:relative;
}
blockquote:before {
    position: absolute;
    content: '';
    width: 67px;
    border-top: 3px solid #ccc;
    top: 31px;
    left: 0px;
}
cite {
	display:block;
	font-weight:bold;
	font-size:1em;
}
.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* LOADING ICON 
---------------- */

#loading-screen {
	z-index:99999;
	background-color:#fff;
	position:fixed;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	box-sizing:border-box;
}
#load-container {
	position:relative;
	top:30%;
}
.spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #15a9a9;

  border-radius: 100%;  
  -webkit-animation: sk-scaleout 0.6s infinite ease-in-out;
  animation: sk-scaleout 0.6s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}



/* HOW DOES IT WORK
----------------------------------- */  

#how-does-it-work {
	background-color:#f8f8f8;
	padding:100px 0;
}
#how-does-it-work img {
    max-width: 80px;
    padding: 0 20px 20px;
}

/* WHAT DOES IT OFFER
----------------------------------- */  

#what-provide {
    padding: 110px 0 150px;
    background: #fff;
}

ul.big-tick li {
    padding-left: 100px;
    background: url(../images/big-tick.png) left top transparent no-repeat;
    background-size: 50px;
    background-position: 26px top;
    padding-bottom: 40px;
}
img#large-ipad {
    width: 900px;
    position: absolute;
    left: -300px;
    top: 20px;
}



/* CONTACT CTA
----------------------------------- */  


#contact-cta {
	background-image: url(../images/footer-bk.jpg);
	background-size:cover;
	text-align:center;
}
#contact-cta h2.title,
#contact-cta a,
#contact-cta p{
	color:#fff;
}
#contact-cta p{
	max-width:500px;
	margin:20px auto 40px;
}


.grey-bk {
	background-color:#2d3337;
}
.grey-bk p
.grey-bk a {
	color:#fff;
}
.three-cols {
	width:33%;
}
.cf:after {
	content:'';
	height:1px;
	display:block;
	width:100%;
	clear:both;
}
input[type="submit"] {
	border:2px solid #eee;
	background-color:#519ca1;
	color:#fff;
}
.button.clear {
	background-color:transparent;
}





/* CTA
----------------------------------- */  

#contact-cta {
    overflow: hidden;
    background-color: #ddd;
    padding: 150px 0;
}
p.jumbo {
    position: relative;
    z-index: 8888;
    font-weight: bold;
    padding: 0 50px;
    text-align: center;
    font-size: 3em;
}
p.jumbo a {
	text-decoration:underline;
}

#contact-cta a:hover {
	color:#53c2c7
}
#contact-cta:before {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    width: 0;
    height: 0;
    border-top: 100px solid #fff;
    border-right: 3000px solid transparent;
    left: 50%;
    margin-left: -1500px;
    z-index: 999;
}

/* FOOTER
----------------------------------- */  

footer {
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #fff;
    z-index: 888;
}
footer p,
footer li,
footer a,
footer h3,
footer h5{
	color:#fff;
	margin:0px;
}
footer a {
	color:#fff;
}
footer a:hover {
	color:#53c2c7;
}
footer .three-cols {
	padding:30px;
	box-sizing: border-box;
}
footer p, footer li {
    font-size: 16px;
    padding: 0 20px;
}
footer li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.43);
    padding: 4px 10px 4px 30px;
}
footer li:before {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    background-color: #fff;
    top: 20px;
    left: 12px;
    border-radius: 50%;
}
a.top-link {
    position: absolute;
    width: 140px;
    height: 70px;
    display: block;
    right: 0px;
    background: #285c62;
    top: 0px;
    font-family: arial;
    font-weight: bold;
    padding: 25px 0px 25px 25px;
}
a.top-link i {
    margin: 25px 26px;
    font-size: 20px;
    position: absolute;
    right: -3px;
    top: -2px;
}
a.top-link:hover {
	color:#fff;
	background-color:#53c2c7;
}



/* MOB NAV
----------------------------------- */  

.overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	display:block;
	opacity:0;
    background: rgba(255, 255, 255, 0.72);
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	transition: all linear 0.3s;
	z-index:-10;
}
.nav-open .overlay {
	z-index: 9998;
	opacity:1;
}    

#navicon {
    cursor: pointer;
    display: none;
    height: 40px;
    margin: 0 auto 3px;
    position: fixed;
    right: 30px;
    top: 25px;
    width: 2rem;
    z-index: 2;
}
#navicon:before {
    padding: 20px;
    background: #519ca1;
    display: block;
    float: right;
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: relative;
    top: -12px;
    right: -16px;
}
#navicon > span {
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	transition: all linear 0.3s;
	background: #ffffff;
	height: 6px;
	left: 0;
	margin-top: -3px;
	position: absolute;
	top: 50%;
	width: 100%;
	}
#navicon > span:after,
#navicon > span:before {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	background: #ffffff;
	content: "";
	display: block;
	height: 6px;
	left: 0;
	position: relative;
	transform: rotate(0);
	transition: all linear 0.3s;
	width: 100%;
	}
#navicon > span:before {
	top: -12px;
	}
#navicon > span:after {
	top: 6px;
	}
.nav-open #navicon > span {
	background: transparent;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}
.nav-open #navicon > span:before {
	background-color: #ffffff;
	visibility: visible;
	top: 0 !important;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	}
.nav-open #navicon > span:after {
	background-color: #ffffff;
	visibility: visible;
	top: -6px !important;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}



/* CONTENT PAGES
----------------------------------*/

.cc_logo {
	display:none !important;
}

.mini-wrap {
    max-width: 420px;
    margin: 0 auto 70px;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
}
.mini-wrap.wider {
	max-width:720px;
}
#laptops {
    position: relative;
    height: 500px;
    display: block;
    width: 700px;
    margin: 0 auto;
}
#laptops img {
    max-width: 600px;
    position: absolute;
    top: -100px;
}
img#laptop-back {
    top: 0px;
    left: 150px;
    z-index: 333;
}
img#laptop-front {
    top: 100px;
    left: 0px;
    z-index: 444;
}


/* VALUE ADD
----------------------------------- */  

.row {
    padding: 30px 0;
}
.grey {
	background-color:#f8f8f8;
}
.pic-title {
	width: 50%;
	float: left;
	padding:0 20px;
	display:table-cell;
	vertical-align:middle;
	box-sizing:border-box;
}
.mini-list {
	width:50%;
	float:right;
	padding:0 20px;
	box-sizing:border-box;
}
.pic-title > * {
	float:right;
	vertical-align:middle;
}
.pic-title h4 {
	width:150px;
	text-align:right;
}
.pic-title img {
    width: 120px;
}
.mini-list li {
    position: relative;
    padding-left: 15px;
}
.mini-list li:before {
    content: '';
    width: 3px;
    height: 3px;
    background-color: #333;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: 5px;
}

input, textarea {
	width:100%;
	box-sizing:border-box;
	padding:10px;
	font-size:14px;
	margin-bottom:30px;
}
input[type="submit"] {
	width:auto;
	font-weight:bold;
}
label {
	color:#4d4d4d;
	font-size:14px;
}

/* 	
@media (max-width:375px){ .Yoshi_particleEffects { width:375px; height:200px; }}
@media (max-width:768px){ .Yoshi_particleEffects { width:500px; height:300px; }}
@media (min-width:768px){ .Yoshi_particleEffects { width:768px; height:350px; }}
@media (min-width:1024px){.Yoshi_particleEffects { width:2400px; height:700px; }}	
*/







/* MEDIA QUERIES
----------------------------------*/

@media (max-width: 1340px) {
	.wrap {
		width:100%;
		padding:0 40px;
	}
}
@media (max-width: 1260px) {
#phones {
    right: -300px;
}
	img#large-ipad {
		left: -400px;
	}
}

@media (max-width: 1024px) {
	#phones {
		display:none;
	}
	.top-hero-ban video {
		display:none;
	}
	.home-banner-content p {
		max-width: 100%;
	}
	img#large-ipad {
		left: -500px;
	}
	nav ul {
		display:none;
	}
	#navicon {
		display:block;
	}
	header.fixy ul,
	nav ul {
		display: block;
		background: #3d3d3d;
		position: fixed;
		right: -300px;
		top: 0px;
		width: 300px;
		height: 100%;
		bottom: 0px;
		padding-top: 110px;
		transition: all ease-out 0.3s;
		-o-transition: all ease-out 0.3s;
		-moz-transition: all ease-out 0.3s;
		-webkit-transition: all ease-out 0.3s; 
	}
	header.fixy {
		position: absolute;
	}
	header.fixy:before {
		top: -54px;
	}
	.nav-open nav ul {
		right:0px;
	}
	.slick-arrows {
		display:none;
	}
	body.nav-open {
		position:relative;
		right:300px
	}
	header ul li {
		display: block;
		padding-right: 10px;
		padding: 5px 15px;
	}

	.four-cols {
		width:50%;
	}


}
@media (max-width: 860px) {
	
	.home-banner-content {
		width: 620px;
		padding-left: 40px;
		padding-right: 40px;
	}

	
	.home-banner-content {
		width: 100%;
		box-sizing: border-box;
		left: 0px;
		margin-left: 0px;
	}
	.two-cols {
		width: 100%;
	}
	#how-does-it-work .three-cols {
		width:100%;
	}
	.three-cols {
		width: 50%;
	}
	.three-cols.left.final {
		width: 100%;
		clear: both;
	}
	img#large-ipad {
		left: 0;
		position: relative;
		width: 100%;
	}
	.slick-list.draggable {
	height:auto !important;
}

}

@media (max-width: 700px) {
	#jobs li {
		width:100%;
	}
	.four-cols {
		width:50%;
	}
}

@media (max-width: 620px) {
	.two-cols {
		width: 100%;
	}
	.three-cols {
		width: 100%;
	}
	.one-third, .two-thirds {
		width:100%;
		float:none;
	}
	.one-third {
		margin-bottom:40px;
	}
	#award-icons .three-cols {
		max-width:400px;
		margin-left:auto;
		margin-right:auto;
		float:none;
	}
	.three-cols.left.final > a,
	.three-cols.left.final > img {
		width: 100% !important;
	}
	.home-banner-content {
		top: 31%;
	}	
	.home-banner-content p {
		font-size:1.9em;
	}
	.home-banner-content img {
		width:100%;
	}

	.wrap {
		padding: 0 10px;
	}
	p.jumbo {
		padding: 0 20px;
		font-size: 1.7em;
	}
	#logo {
		left: 20px;
	}
	header.fixy #logo {
		width: 152px;
		top: 18px;
	}
	.slider-for .slider-pic {
		display:none;
	}
	footer#footer {
		padding-bottom: 100px;
		text-align:center;
	}
	a.top-link {
		width: 100%;
		background-color:transparent;
		top: auto;
		bottom: 0px;
		text-align:center;
		border-top:1px solid #fff;
	}
	a.top-link i {
		margin:20px;
	}
}
@media (max-width: 540px) {
	.pic-title {
		width: 100%;
		float: none;
	}
	.mini-list {
		width:100%;
		float:none;
	}
	.pic-title > * {
		float: none;
	}
	.pic-title h4 {
		width: 100%;
		text-align: left;
	}
	.icon.four-cols {
		width: 100%;
		max-width: 300px;
		margin: 10px auto 0px;
		left: 50%;
		margin-left: -150px;
		float: left;
		clear: both;
	}
	.icon p {
		height: 40px;
	}
}

