

img {border: 0;}
* {
	margin:0;
	padding:0;
 }
body{
	text-decoration: none;
    color: #666;
    font-size: 14px;
    padding: 0;
    text-align:center;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    line-height: 20px;
	
}
.col-inner a img {width:100%;}
.banner {
	background:url(images/bg-banner.jpg) no-repeat center top #000;
	min-height:984px;
	width:100%;
	position:relative;
	z-index:1;
}
.bg-repeat {
	background:url(images/bg-repeat.png) no-repeat 50% 50%;
	height:100%;
	width:100%;
	position:absolute;
	z-index:2;
}
.banner-content { position:relative; height:984px; z-index:3; }
.banner-content .logo {
    padding: 180px 0 0;
}
.banner-content .welcome { margin:60px 0 0; display:inline-block; width:100%; background:url(images/bg-welcome.png) no-repeat center bottom; }
.banner-content .welcome h2 {
	font-size:38px;
	color:#ececec;
	padding:0 0 60px;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	margin:0;
}
.banner-content .banner-link { display:inline-block; width:100%; margin:150px 0 0;}
.banner-content .banner-link a {
	padding:10px 20px;
	color:#ffffff;
	font-size:21px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	border:1px solid #ffffff;
	text-transform:uppercase;
	letter-spacing:2px;
	text-decoration: none;
}
.banner-content .banner-link a:hover {
	border:1px solid #ff7659;
	color:#ff7659;
}
.text-banner {
	position:absolute;
	bottom:60px;
	width:100%;
	padding:30px 0;
	background:url("images/bg-text.png") repeat;
}
.text-banner h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size:38px;
	color:#ececec;
	margin:0;
	text-transform:uppercase;
	font-weight:none;
	letter-spacing:3px;
	text-shadow:2px 2px #555;
}
.text-banner p {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size:21px;
	color:#ececec;
	margin:0;
	text-transform:uppercase;
	font-weight:none;
	letter-spacing:2px;
	margin:20px 0 0;
}
.main {
    display: inline-block;
	padding-top: 30px
}
.main .col-images{
    margin-bottom: 12px;
    overflow: hidden;
}
.main .col {
  float: left;
  height: auto;
  margin: 50px auto 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.main .col-inner {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 494px;
}
.main .box-col5 {
	margin-left: 310px;
}
.main .content-images {
  background: #1a1a1a none repeat scroll 0 0;
  height: 243px;
  left: 58px;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  top: 15px;
  width: 380px;
}
.main .col .images {
  background-position: center top;
  cursor: pointer;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.main .col .images:hover{background-position: center 100%!important;}



.main .col-link {
  display: inline-block;
  margin: 12px 0 0;
  width: 100%;
}
.main .col-link a {
    background:none;
	border:1px solid #070707;
    color: #070707;
    font-family: 'robotoslablight';
    font-size: 18px;
    padding:11px 26px;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
.main .col-link a:hover {
    background:#ff7659;
	color:#fff;
	border:1px solid #ff7659;
}
.footer { padding:80px 0; margin:0 auto; }
.footer .footer-title  { width:470px; text-align:center; display:inline-block; }
.footer .footer-title p { 
	font-family:'arial';
	font-weight:bold;
	font-size:16px;
	color:#676767;
	margin:0;
	line-height:25px; 
}
.footer .footer-content {
	background:url("images/bg-review.png") no-repeat center top;
	display:inline-block;
	width:100%;
	margin:20px 0 0;
	padding:60px 0 0;
}
.footer-left {
	background:url("images/bg-arrow-left.png") no-repeat center top;
	padding:15px 0 0;
	display:inline-block;
	float:left;
	margin-left:15px;
}
.footer-left-content {
	background:#00af6a;
	padding:40px 60px;
	border-radius:10px;
}
.footer-left-content h2 {
	color:#ffffff;
	font-size:32px;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}
.footer-left-content h3 {
	color:#ffffff;
	font-size:20px;
	margin:15px 0 0;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}

.footer-right {
	background:url("images/bg-arrow-right.png") no-repeat center top;
	padding:15px 0 0;
	display:inline-block;
	float:right;
	margin-right:15px;
}
.footer-right-content {
	background:#ff7659;
	padding:40px 60px;
	border-radius:10px;
}
.footer-right-content h2 {
	color:#ffffff;
	font-size:32px;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}
.footer-right-content h3 {
	color:#ffffff;
	font-size:20px;
	margin:15px 0 0;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}

/*css3-------------------------------------------------------------------------------*/
.main .images {
transition: all 4s ease-out 0s;
  -webkit-transition: all 4s ease-out 0s;
  -moz-transition: all 4s ease-out 0s;
  -ms-transition: all 4s ease-out 0s;
  -o-transition: all 4s ease-out 0s;
}
.main .col-link a,.banner-content .banner-link a{
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.main .col-link a:hover,.banner-content .banner-link a:hover{
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}



/* #Desktop (Large Screens)
================================================== */
@media screen and (max-width: 1200px) {
.main .col-inner {
  width: 445px;
}
.main .content-images {
  height: 215px;
  left: 52px;
  top: 13px;
  width: 341px;
}
}

/* Note: Design for a width of 940px
================================================== */
@media screen and (max-width: 992px) {
.main .col-inner {
  width: 494px;
}
.main .content-images {
  height: 215px;
  left: 52px;
  top: 13px;
  width: 341px;
}
.main .content-images {
  height: 243px;
  left: 58px;
  top: 15px;
  width: 380px;
}
}

/* #Mobile (Portrait)
================================================== */
@media screen and (max-width: 767px) {
.main .col-inner {
  width: 445px;
}
.main .content-images {
  height: 215px;
  left: 52px;
  top: 13px;
  width: 341px;
}
}
@media screen and (max-width: 460px) {
.main .col-inner {
  width: 320px;
}
.main .content-images {
  height: 154px;
  left: 37px;
  top: 10px;
  width: 246px;
}
}