﻿body 
{
	margin:0;	
	font-family: 'Roboto Slab', serif;
	line-height:20px;
}
img
{
	border:none;
	outline:none;
}
a:hover, a:focus
{
	outline:none;
}
.arrow-img1
{	
	padding:0;
}
.arrow-img1 img
{
	float:right;
}
.arrow-img2
{	
	padding:0;
}
.header
{
	/*border-top:solid 10px #054041;
	background-color:rgba(21, 63, 71, 0.52);*/
	position: absolute;
    width: 100%;
    z-index:10;
}
.header-brdr
{
	background: url('img/brdr.png') left top repeat-x #28E8F0;
	height:10px;
}
.desk-header
{
	/*background-color: #054041;
	background: url('img/header-bg.png') left top repeat-x #28E8F0;*/
	position:relative;
}
/*.desk-header:before
{
	border-bottom: 93px solid #FFFFFF;
    border-right: 60px solid rgba(27, 194, 197, 0);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.desk-header:after
{
	border-bottom: 93px solid white;
    border-left: 60px solid transparent;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}*/
.desk-header-in
{
	background-color: #054041;
	display: flex;
    align-items: center;
    vertical-align: middle;
    background: url('img/header-bg.png') left top repeat-x #28E8F0;
    height:69px;
}
.logo img
{
	-webkit-box-shadow: -3px 0px 12px 3px #000;
	-moz-box-shadow: -3px 0px 12px 3px #000;
	-ms-box-shadow: -3px 0px 12px 3px #000;
	-o-box-shadow: -3px 0px 12px 3px #000;
	box-shadow: -3px 0px 12px 3px #000;
	margin:0 auto;
}
.menu-block1
{
}
.menu-block1 .navbar-nav
{
}
.menu-block1 .navbar-nav li
{
}
.menu-block1 .navbar-nav li.home a i
{
	font-size: 30px;
    line-height: 18px;
}
.menu-block1 .navbar-nav li a
{
	color: #9c9ea0;
    font-size: 18px;
}
.menu-block1 .navbar-nav li a:hover, .menu-block1 .navbar-nav li a:focus
{
	color:#fff;	    
    background-color: Transparent;
}
.menu-block2
{
}
.menu-block2 .navbar-nav
{
}
.menu-block2 .navbar-nav li
{
}
.menu-block2 .navbar-nav li a
{
	color: #9c9ea0;
    font-size: 18px;
}
.menu-block2 .navbar-nav li a:hover, .menu-block1 .navbar-nav li a:focus
{
	color:#fff;	    
    background-color: Transparent;
}
.mob-header
{
	/*background-color:#054041;*/
	background: url('img/header-bg.png') left top repeat-x #28E8F0;
}
.menu
{
	border:none;
	margin-bottom:0;
	/*background-color:#054041;*/
	background: url('img/brdr.png') left top repeat #28E8F0;
	min-height:auto;	
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	position:relative;
}
.menu .navbar-collapse
{
	border:none;
	background: url('img/brdr.png') left top repeat #28E8F0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
	border-top:dashed 1px #234D52;
}
.img-center
{
	margin:0 auto;
	text-align:center;
}
.no-padding
{
	padding:0;
}
.home-section
{
	z-index:12;
	position:relative;
	background: url('img/home-banner.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 600px;
    background-position: center right;
}
.color-overlay
{
	width: 60%;
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    overflow: visible;
    border-right: 200px solid transparent;
    border-top-width: 600px;
    border-top-style: solid;    
    border-top-color: rgba(21, 63, 71, 0.52);
}
.color-overlay:hover
{
	-webkit-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    -o-transform: translateX(-120px);
    transform: translateX(-120px);    
    -webkit-transition: all, 0.8s, linear;
    -moz-transition: all, 0.8s, linear;
    transition: all, 0.8s, linear;
}
.home-content
{
	position:absolute;
	top:100px;
}
.home-content-in
{
	z-index:10;
}
.home-content h3
{
	padding-bottom: 20px;
	color:rgba(255, 255, 255, 0.83);
}
.home-content p
{
	padding: 0;
    font-size: 14px;
    /*color: rgba(255, 255, 255, 0.55);*/
    color:rgba(255, 255, 255, 0.83);
    line-height: 32px;
}
.home-content-in a:hover img
{	    
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    -webkit-transform: scale(1) rotate(360deg) translate(0px);
    -moz-transform: scale(1) rotate(360deg) translate(0px);
    -ms-transform: scale(1) rotate(360deg) translate(0px);
    -o-transform: scale(1) rotate(360deg) translate(0px);
    transform: scale(1) rotate(360deg) translate(0px);
}
.footer
{
	background-color:#054041;
	padding-top: 25px;
	padding-bottom: 25px;		
}
.crite
{
	font-size:14px;
	color:#9c9ea0;
}
.crite a
{
	color: #fff;
	text-decoration:none;
	padding-left:5px;
}
.left-center
{
	text-align:left;
}
.right-center
{
	text-align:right;
}
.contact-section
{
	z-index:12;
	position:relative;
	background: url('img/contact-banner.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 600px;
    background-position: center right;
}
.contact-content
{
	position:absolute;
	top:100px;
}
.contact-content-in
{
	z-index:10;
}
.contact-content h3
{
	padding-bottom: 20px;
	color: rgba(255, 255, 255, 0.75);
}
.contact-content-in ul
{
	margin:0;
	padding:0;
}
.contact-content-in ul li
{
	color: rgba(255, 255, 255, 0.75);
    padding-bottom: 10px;
}
.contact-content-in ul li i
{
	padding-right:4px;
}
.contact-content .panel-body
{
	padding: 15px 0;
}
.contact-content .form-control
{
	background: Transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: dashed 1px rgb(43, 156, 174);
    color:rgba(255, 255, 255, 0.75);
}
.sub-btn
{
	background: rgba(20, 62, 70, 0.82);
    color: rgba(255, 255, 255, 0.75);
    border: dashed 1px rgb(43, 156, 174);
    outline:none;
}
.sub-btn:hover, .sub-btn:focus, .sub-btn:active
{
	outline:none;	
	color: rgba(255, 255, 255, 0.75);
}
.about-section
{
	z-index:12;
	position:relative;
	background: url('img/about-banner.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 600px;
    background-position: center right;
}
.about-content
{
	position:absolute;
	top:100px;
}
.about-content-in
{
	z-index:10;
}
.about-content h3
{
	padding-bottom: 20px;
	color: rgba(255, 255, 255, 0.75);
}
.content-panel
{
	border: none;
	background-color: Transparent;
}
.content-panel .panel-heading
{
	background-color: rgba(246, 64, 64, 0);
    border-color: Transparent;
    padding: 0;
    border: none;
}
.content-panel .panel-title
{
}
.content-panel .panel-title a
{
	display: block;
    padding: 10px 15px;
    background-color: rgba(20, 62, 70, 0.82);
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    position:relative;
}
.content-panel .panel-heading a:after
{	
	content: "\f139";
    position: absolute;
    right: 10px;    
    font-size: 105%;
    color: rgba(255, 255, 255, 0.75);
    font-family: FontAwesome;
}
.content-panel .panel-heading a.collapsed:after 
{    
    content: "\f13a";
}
.content-panel .panel-body
{
	border-top: 0 !important;
}
.content-panel .panel-body p
{
	padding: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 22px;
}
.content-panel .panel-body ul
{
	margin:0;
	padding:0;
}
.content-panel .panel-body ul li 
{
	font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 22px;
    padding-bottom: 6px;
}
.content-panel .panel-body ul li i
{
	padding-right:4px;
}
.infra-section
{
	z-index:12;
	position:relative;
	background: url('img/infra-banner.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 600px;
    background-position: center right;
}
.infra-content
{
	position: absolute;
    top: 100px;    
}
.infra-content-in
{
	z-index:10;
}
.infra-content h3
{
	padding-bottom: 10px;
	color: rgba(255, 255, 255, 0.75);
}
.infra-content h4
{
	margin:0;
	color: rgba(255, 255, 255, 0.75);	
	padding-bottom: 10px;
}
.product-section
{
	z-index:12;
	position:relative;
	background: url('img/product-banner.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 600px;
    background-position: center right;
}
.product-content
{
	position:absolute;
	top:100px;
}
.product-content-in
{
	z-index:10;
}
.product-content h3
{
	padding-bottom: 10px;
	color: rgba(255, 255, 255, 0.55);
	margin:0;
}
.infra-link
{
	padding:0 20px;
	text-align:center;
}
.infra-link li
{
}
.infra-link li a
{
	background: url('img/link-box1.png') no-repeat;
    display: block;
    padding: 10px 20px;
    margin-bottom: 15px;
    width: 227px;
    text-align: center;
    background-size: 100% 100%;
    color: #fff;
    text-decoration:none;
}
.infra-link li:nth-child(even) a
{
	background: url('img/link-box2.png') no-repeat;
    display: block;
    padding: 10px 20px;
    margin-bottom: 15px;
    width: 227px;
    text-align: center;
    background-size: 100% 100%;
    color: #fff;
}
.infra-link li a.active1
{
	background: url('img/active-box1.png') no-repeat;
}
.infra-link li a.active2
{
	background: url('img/active-box2.png') no-repeat;
}
.prdt-list ul
{
	margin-left:0;
}
.prdt-list li:first-child
{
	margin-left:0;
}
.prdt-list li
{
	padding: 0;
    margin-left: -115px;
    position:relative;
}
.prdt-list li a
{
}
.prdt-list li a:hover
{
	opacity:0.8;		
}
.prdt-list li:first-child div
{
	left:10%;
}
.prdt-list li div
{		
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    visibility: hidden;
    left:40%;
}
.prdt-list li:hover div
{
	top: 15%;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.kids-section
{
	z-index:12;
	position:relative;
	background: url('img/kids-banner.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 600px;
    background-position: center right;
}
.kids-content
{
	position:absolute;
	top:100px;
}
.kids-content-in
{
	z-index:10;
}
.kids-content h3
{
	padding-bottom: 10px;
	color: rgba(255, 255, 255, 0.55);
}
.kids-content h4
{
	margin: 0;
    color: rgba(255, 255, 255, 0.75);
    padding-bottom: 10px;
}
.kids-content p
{
	background: rgba(21, 63, 71, 0.34);
    padding: 20px;
    color:#fff;
}
.mens-section
{
	z-index:12;
	position:relative;
	background: url('img/men-banner.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 600px;
    background-position: center right;
}
.mens-content
{
	position:absolute;
	top:100px;
}
.mens-content-in
{
	z-index:10;
}
.mens-content h3
{
	padding-bottom: 10px;
	color: rgba(255, 255, 255, 0.55);
}
.mens-content h4
{
	margin: 0;
    color: rgba(255, 255, 255, 0.75);
    padding-bottom: 10px;
}
.mens-content p
{
	background: rgba(21, 63, 71, 0.34);
    padding: 20px;
    color:#fff;
}
.womens-section
{
	z-index:12;
	position:relative;
	background: url('img/women-banner.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 600px;
    background-position: center right;
}
.womens-content
{
	position:absolute;
	top:100px;
}
.womens-content-in
{
	z-index:10;
}
.womens-content h3
{
	padding-bottom: 10px;
	color: rgba(255, 255, 255, 0.55);
}
.womens-content h4
{
	margin: 0;
    color: rgba(255, 255, 255, 0.75);
    padding-bottom: 10px;
}
.womens-content p
{
	background: rgba(21, 63, 71, 0.34);
    padding: 20px;
    color:#fff;
}
.in-content
{
	position:relative;
}
/*.in-content:before
{
	border-right: 200px solid transparent;
    border-top-width: 600px;
    border-top-style: solid;
    border-top-color: rgba(21, 63, 71, 0.52);
    position:absolute;
    content:"";    
}*/

.tag-line
{
	font-family: Monotype Corsiva;
    font-size: 22px;
    text-align: center;
    line-height: 27px;
    /*color: rgb(102, 53, 49);
    font-weight: bold;
    text-shadow: 0px 0px 6px #fff;*/
    color: #3E0102;
    font-weight: bold;
    text-shadow: 0px 0px 1px #3E0102
}
.back-link
{
	/*-webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(2790deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);*/    
	position: fixed;
    background: #000;
    text-align: center;
    right: 0px;
    top: 160px;
    background: url('img/brdr.png') left top repeat #28E8F0;
	z-index: 99;
}
.back-link a
{
	text-decoration:none;
	color:#fff;
	padding:10px 15px;
	display:block;
}	
.back-link a i
{
	padding-right:4px;
}
.back-link a:hover
{
}
.social-icon 
{	
	margin-bottom:0;
}
.social-icon li
{
}
.social-icon li a
{
	color: #9c9ea0; 
    font-size: 17px;
    text-decoration:none;
} 
.social-icon li a:hover
{
	color:#fff;
}


@media only screen and (max-width: 1100px) 
{
	.product-section .color-overlay
	{
		width:75%;
	}
}
@media only screen and (max-width: 992px) 
{
	.product-section .color-overlay
	{
		width:100%;
	}
	.infra-link li:nth-child(even) a
	{
		width:150px;
	}
	.infra-link li a
	{
		width:150px;
	}
	.menu-block1 .navbar-nav li a
	{
		font-size:14px;	
		padding:10px;
	}
	.menu-block2 .navbar-nav li a
	{
		font-size:14px;
		padding:10px;
	}
	.menu-block1 .navbar-nav li.home a i
	{
		font-size:24px;
	}
}
@media only screen and (max-width: 830px) 
{
	.menu-block1 .navbar-nav li a
	{
		font-size:13px;	
		padding:10px;
	}
	.menu-block2 .navbar-nav li a
	{
		font-size:13px;
		padding:10px;
	}
	.menu-block1 .navbar-nav li.home a i
	{
		font-size:20px;
	}
}
@media only screen and (max-width: 768px) 
{	
	.back-link
	{			
	}
	.contact-content .form-control
	{
		border:dashed 1px rgb(5, 64, 65);
	}
	.infra-link li:nth-child(even) a
	{
		width:200px;
	}
	.infra-link li a
	{
		width:200px;
	}
	.desk-header-in
	{
		display:block;
	}	
	.left-center
	{
		text-align:center;
	}
	.right-center
	{
		text-align:center;
	}
	.home-section
	{
		background:none;
		height:auto;
	}
	.about-section
	{
		background:none;
		height:auto;
	}
	.contact-section
	{
		background:none;
		height:auto;
	}
	.infra-section
	{
		background:none;
		height:auto;
	}
	.product-section
	{
		background:none;
		height:auto;
	}
	.kids-section
	{
		background:none;
		height:auto;
	}
	.mens-section
	{
		background:none;
		height:auto;
	}
	.womens-section
	{
		background:none;
		height:auto;
	}
	.color-overlay
	{		
		border-top-width: 100px;
		width: 100%;
		position:relative;
		border-right: 100px;	
	}
	.color-overlay:hover
	{
		transform:none;		
	}
	.header
	{
		background: url('img/header-bg.png') left top repeat-x #28E8F0;
		position:relative;
	}	
	.home-content
	{
		background-color:rgba(21, 63, 71, 0.52);
		position:relative;
		top:0;
	}
	.about-content
	{
		background-color:rgba(21, 63, 71, 0.52);
		position:relative;
		top:0;
	}
	.infra-content
	{
		background-color:rgba(21, 63, 71, 0.52);
		position:relative;
		top:0;
	}
	.product-content
	{
		background-color:rgba(21, 63, 71, 0.52);
		position:relative;
		top:0;
	}
	.contact-content
	{
		background-color:rgba(21, 63, 71, 0.52);
		position:relative;
		top:0;
	}
	.kids-content
	{
		background-color:rgba(21, 63, 71, 0.52);
		position:relative;
		top:0;
	}
	.mens-content
	{
		background-color:rgba(21, 63, 71, 0.52);
		position:relative;
		top:0;
	}
	.womens-content
	{
		background-color:rgba(21, 63, 71, 0.52);
		position:relative;
		top:0;
	}	
	.mob-prdt-list
	{
	}	
	.mob-prdt-list li
	{
		padding: 0;
		margin-bottom: 15px;
	}
	.mob-prdt-list li a
	{
		text-decoration:none;
	}
	.mob-prdt-list li a img
	{		
		text-align:center;
		margin:0 auto;
	}
	.mob-prdt-list li a:hover
	{
		opacity:0.8;		
	}
}
@media only screen and (max-width: 550px) 
{
	.infra-link
	{
		text-align:center;
	}
}