

@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Satisfy);



@import url("colors/color-orange.css");


/* #Home
================================================== */

#home{
	position: relative; 
	margin: 0 auto;
	text-align:center;
	width: 100%;
	overflow:hidden;
	z-index:2;
	padding-bottom:60px;
}



.home-style-lay1{
	position: relative; 
	margin: 0 auto;
	text-align:center;
	width: 100%;
	overflow:hidden;
	background:#121212;
	z-index:2;
	padding-top:30px;
	padding-bottom:35px;
}
.home-style-lay1 h6{
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight:600;
	font-size: 16px;
	line-height: 16px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.home-style-lay1 h6:hover{
	color: #cfa144;
}


.home-top{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	text-align:center;
	overflow:hidden;
	background:#212121;
	padding-top:30px;
	padding-bottom:30px;
	z-index:2;
}


.home-style-lay{
	position: relative; 
	margin: 0 auto;
	text-align:center;
	width: 100%;
	overflow:hidden;
	background:#202020;
	z-index:2;
	padding-top:30px;
	padding-bottom:35px;
	margin-bottom:20px;
}
.home-style-lay h6{
	color: #fff;
	font-size: 18px;
	line-height: 18px;
}



.home-top h5{
	color: #fff;
	padding-bottom:10px;
	font-size: 52px;
	line-height: 52px;
}
.home-top p{
	color: #fff;
	font-family: 'Lato', sans-serif;
	color: #737373;
	text-transform:uppercase;
}
.text{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
	padding-top:20px;
}
.text p{
	color: #adadad;
	font-size: 10px;
	text-transform:uppercase;
}
.text-bottom{
	position: fixed;
	bottom:0;
	left:0;
	background:#101010;
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:6;
	padding-top:15px;
	padding-bottom:15px;
}
.text-bottom p{
	color: #adadad;
	font-size: 10px;
	text-transform:uppercase;
}
.img-wrap{
	position: relative; 
	margin: 0 auto;
	padding-top:30px;
	display:inline-block;
	width: 25%;
	overflow:hidden;
	z-index:4;
}
.img-wrap img{
	margin-left:10%;
	margin-right:10%;
	width: 80%;
	height:auto;
	display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.img-wrap img:hover{
    -webkit-transform: scale(1.05);  
    -moz-transform: scale(1.05);  
    -ms-transform: scale(1.05);   
    -o-transform: scale(1.05);   
    transform: scale(1.05); 
}
.img-wrap1{
	position: relative; 
	margin: 0 auto;
	text-align:center;
	padding-bottom:30px;
	display:inline-block;
	width: 25%;
	overflow:hidden;
	z-index:4;
}
.img-wrap1 img{
	margin-left:10%;
	margin-right:10%;
	width: 80%;
	height:auto;
	display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.img-wrap1 img:hover{
    -webkit-transform: scale(1.05);  
    -moz-transform: scale(1.05);  
    -ms-transform: scale(1.05);   
    -o-transform: scale(1.05);   
    transform: scale(1.05); 
}


@media only screen and (min-width: 700px) and (max-width: 1199px) {
.img-wrap{
	width: 50%;
}
.img-wrap1 {
	width: 50%;
}
}
@media only screen and (max-width: 699px){
.img-wrap{
	width: 100%;
}
.img-wrap1 {
	width: 100%;
}
}


.img-wrap .color-wrap{
	position: relative; 
	margin: 0 auto;
	text-align:center;
	width: 90%;
	height:50px;
	overflow:hidden;
	z-index:2;
	margin-top:20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.img-wrap:hover .color-wrap{
    -webkit-transform: scale(1.05);  
    -moz-transform: scale(1.05);  
    -ms-transform: scale(1.05);   
    -o-transform: scale(1.05);   
    transform: scale(1.05); 
}
.background1{
	background: #1abc9c;
}
.background2{
	background: #2ecc71;
}
.background3{
	background: #3498db;
}
.background4{
	background: #9b59b6;
}
.background5{
	background: #34495e;
}
.background6{
	background: #d35400;
}
.background7{
	background: #e74c3c;
}
.background8{
	background: #f1c40f;
}





/* #Font-Face
================================================== */


@font-face {
    font-family: 'Sifonn-Basic';
    src: url('font/Sifonn-Basic.eot');
    src: url('font/Sifonn-Basic.eot?#iefix') format('embedded-opentype'),
         url('font/Sifonn-Basic.woff') format('woff'),
         url('font/Sifonn-Basic.ttf') format('truetype'),
         url('font/Sifonn-Basic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Light-webfont';
    src: url('font/OpenSans-Light-webfont.eot');
    src: url('font/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/OpenSans-Light-webfont.woff') format('woff'),
         url('font/OpenSans-Light-webfont.ttf') format('truetype'),
         url('font/OpenSans-Light-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'GarnataRegular';
    src: url('font/GarnataRegular.eot');
    src: url('font/GarnataRegular.eot?#iefix') format('embedded-opentype'),
         url('font/GarnataRegular.woff') format('woff'),
         url('font/GarnataRegular.ttf') format('truetype'),
         url('font/GarnataRegular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


