html, body{
    font-size: 100%;
	background:	#fff;
	font-family: 'Roboto', sans-serif;
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*-- banner --*/
/*--header--*/
.header-info-right{
	float:right;
	margin-top: 9px;
}
.header-info-left {
	float: left;
}
.header-info {
  padding: 0% 0% 0 0%;
}
.logo a {
	display: block;
}
.logo a h1 {
  color: #fff;
  font-size: 2.6em;
  font-weight: 700;
  margin: 0;
}
/*--/header--*/
/*--header-menu--*/
button#showRightPush {
  background: none;
  border: none;
  color: #e8e8e8;
  position: fixed;
  right: 13.5%;
  z-index: 9999;
  outline: none;
  top: 3.9%;
}
button#showRightPush img {
	padding-left: 0px;
}
/* General styles for all menus */
.cbp-spmenu {
	background: #2F363E;
	position: fixed;
	z-index: 999;
}
.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1.107em;
	font-weight: 300;
	display: inline-block;
}
.cbp-spmenu a:hover {
	background: #000;
	color: #B9E5FB;
}
.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}
/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical a {
  	border-right: 1px solid rgba(245, 245, 245, 0.53);
  	padding: 13px 1.3em;s
}
.cbp-spmenu-vertical a:nth-child(6){
	border-right:none;
}
.cbp-spmenu-vertical a:hover {
	text-decoration: none;
}
.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}
.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}
.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}
/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
	left: -600px;
	top: 26px;
}
.cbp-spmenu-left.cbp-spmenu-open {
  left: 48%;
  top: 26px;
}
/* Horizontal menu that slides from the top or bottom */
/* Push classes applied to the body */
.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}
.cbp-spmenu-push-toleft {
	left: -200px;
}
/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*--header-menu--*/
/*-- effect for nav --*/
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
button#showLeftPush {
  	background: none;
  	border: none;
  	position: fixed;
  	right: 13.55%;
  	z-index: 9999;
  	outline: none;
  	top: 32px;
}
/*-- //effect --*/
/*--header-banner--*/
/*--start-banner--*/
.banner{
	background:url(../images/banner-1.jpg) no-repeat center center;
	background-size:cover;
	display:block;
	min-height: 1000px;
}
.banner-bottom {
  text-align: center;
  	margin-top:9%;
}
.banner-bottom p{
	padding-top: 2.8em;
}
.banner-bottom p span{
	color:#306F8C;
	font-size:1.6em;
}
.dwn-arw {
  position: relative;
  margin: 2em auto 0;
  width: 120px;
}
/*--header-banner--*/
/*--start-about--*/

.about-main h3,.about-top h3,.collections-top h3, .contact-top h3{
  color: #0c0707;
  font-size: 2.1em;
  font-weight: 700;
  margin: 0;
  letter-spacing: 1px;
}
.about-top h3{
  color: #FFFFFF;
}
.about-main h3 span,.about-top h3 span,
.collections-top h3 span, .contact-top h3 span{
	color:#0098A9;
}
.about-main img,.collections-top img, .contact-top img{
	margin-top:3em;
}
.about-left h3 {
  color: #fff;
  font-weight: 400;
  font-size: 3.5em;
  letter-spacing: 2px;
  margin: 0;
  font-family: 'Oswald', sans-serif;
}
.about-left img {
  margin-top: 20px;
  width: 100%;
}
.about-top .col-md-6.about-left{
  float: left;
  position:relative;
  display:block;
}
.about-top .col-md-6.about-left h5{
  color: #FFFFFF;
  font-size: 11px;
  margin-top: 25px;
  letter-spacing: 1px;
  text-align:left;
}
.about-top .col-md-6.text-right{
  color: #FFFFFF;
  font-size: 11px;
  margin-top: 25px;
  letter-spacing: 1px;
  text-align:left;
  width: 40%;
}
.about-top .col-md-6.text-right b{
  color: #88ACBD;
}
.about-top .col-md-6.text-right h4{
  color: ;
}
/*--end-about--*/


/*--collections--*/
.col_1_of_4:first-child {
	margin-left: 0;
}
.span_1_of_4 {
	width: 22.8%;
}
.col_1_of_4 {
	display: block;
	float: left;
	margin: 1% 0 1% 2.6%;
	background: #FFF;
}
#portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 31%;
  display: none;
  float: left;
  overflow: hidden;
  margin: 0 2.3% 2.3% 0;
}
div#portfoliolist {
  padding: 2.8% 0px;
}
.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		cursor:pointer;
	}
.portfolio img {
		max-width:100%;
		/*--position: relative;--*/
		transition: all 300ms!important;
		-webkit-transition: all 300ms!important;
		-moz-transition: all 300ms!important;
	}
.portfolio .label {
		position: absolute;
		width: 100%;
		height:40px;
		bottom:-40px;
	}
.portfolio .label-bg {
			background: #22B4B8;
			width: 100%;
			height:100%;
			position: absolute;
			top:0;
			left:0;
		}
.portfolio .label-text {
			color:#fff;
			position: relative;
			z-index:500;
			padding:5px 8px;
		}
			
.portfolio .text-category {
				display:block;
				font-size:9px;
				font-size: 12px;
				text-transform:uppercase;
			}
/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
   }
.row:after,
.clearfix:after {
  clear: both;
   }
.row,
.clearfix {
  zoom: 1;
   }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*---------------*/
.work-bottom {
  margin-top: 2.5%;
}
/*--work-about--*/

/*--start-about--*/
.about{
	background:#000;
	background-size:100% 100%;
	min-height:671px;
	position:relative;
}
.about-top {
  	margin-top: 8.5%;
	text-align:center;
}
/*--end-about--*/

/*--start-collections--*/
.collections{
	margin:6em 0px;
	background-size: cover;
}
.collections-top{
	text-align:center;
}
.collections-bottom{
	margin-top:5em;
}
.collection-center {
	display:block;
 	width: 100%;
	margin-left: 17%;
}
.collections-left{
	text-align:center;
}
.collections-one a img{
 	width: 100%;
 }
/*--end-collections--*/


/*********************************************************************************/
/* Contact                                                                       */
/*********************************************************************************/

	#contact {
		background-size: cover;
		min-height: 900px;
	}
	.contact-top{
	margin-top: 5em;
	text-align:center;
	}
	#contact  .reg{
	width: 100%; margin: 0 auto; display:block; 
	}
	#contact .reg ul {
	top:0; position:absolute; display:block;
	} 
	#contact .reg ul li{
	width: 50%; top:0; position:relative; display:block; float:left;
	} 
	#contact .reg ul li table{
	width: 90%;
	} 
		
	form input[type="submit"]{
			position:absolute; 
			display:block;  
			left: 0em;
			background-color: #0098A9;
			border: 0;
			border-radius: .3em;
			color: #fff;
			cursor: pointer;
			display: inline-block;
			height: 3em;
			line-height: 3em;
			outline: 0;
			padding: 0 1.5em 0 1.5em;
			position: relative;
			text-align: center;
			text-decoration: none;
			margin-left:-.8em;
		}

		
	/* Form */

	form {
		position: relative;
		margin-top:5%; 
	}

	input,textarea,option,tr,td {
	font-size: 1em;


	color: # 063;  
	margin-bottom: -3px;
	}
	input{
		margin-top: .5em;
	}
	form i {
			font-size: .9em; line-height: .8em;
	}
	select {
		font-size: 1em;;
		line-height: .8em;
		color: #999;	margin-top: -0em;
	}
	.txt{
		padding-top: 1em;
	}
	.reg .txt{
	display: block; position:relative;
line-height: 12px; vertical-align:middle; bottom: 4px;
	}
	.reg .txt2{
	display: block; position:relative;
line-height: 12px; vertical-align:middle; top: 2px;
	}
	form label {
		display: block;
	}
	form select {
		margin-bottom: 0em; line-height: 1.4em; margin-top:.5em;
	}
	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea {
			 	font-size:.9em;
				padding: .4em;	
				display: block;
				width: 100%;
				background: none;
				border: solid 2px rgba(185,186,187,0.25);
				color: inherit;
				border-radius: 0.5em;
				outline: none; 

				-moz-appearance: none;
				-webkit-appearance: none;
				-o-appearance: none;
				-ms-appearance: none;
				appearance: none;

				-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
			}

				form input[type="text"]:focus,
				form input[type="email"]:focus,
				form input[type="password"]:focus,
				form select:focus,
				form textarea:focus {
					border-color: #9ac8e9;
				}

			form input[type="text"],
			form input[type="email"],
			form input[type="password"], {
				line-height: .3em;
			}
			form textarea {
				min-height: 2em; 
			}

			form .formerize-placeholder {
				color: rgba(145,146,147,0.85) !important;
			}

			form ::-webkit-input-placeholder {
				color: rgba(145,146,147,0.85) !important;
			}

			form :-moz-placeholder {
				color: rgba(145,146,147,0.85) !important;
			}

			form ::-moz-placeholder {
				color: rgba(145,146,147,0.85) !important;
			}

			form :-ms-input-placeholder {
				color: rgba(145,146,147,0.85) !important;
			}

			form ::-moz-focus-inner {
				border: 0;
			}

	/* Table */

		table {
			margin: 0% 3%; 
		}

				table.default td {
					padding: 0em; 
				}

				table.default th {
					text-align: left;
					padding: 0.5em 1em 0.5em 1em;
				}

				table.default tbody { 
				}
				
			

	/* Button */
	
		input[type="button"],
		input[type="submit"],
		input[type="reset"],
		.button {
			background-color:  #2F363E;
			border: 0;
			border-radius: 3.5em;
			color: #fff;
			cursor: pointer;
			display: inline-block;
			height: 3.5em;
			line-height: 3.5em;
			outline: 0;
			padding: 0 2em 0 2em;
			position: relative;
			text-align: center;
			text-decoration: none;

			-moz-appearance: none;
			-webkit-appearance: none;
			-o-appearance: none;
			-ms-appearance: none;
			appearance: none;

			-moz-transition: all 0.2s ease-in-out;
			-webkit-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}

			input[type="button"]:hover,
			input[type="submit"]:hover,
			input[type="reset"]:hover,
			.button:hover {
				background-color:  #2F363E;
			}

			input[type="button"]:active,
			input[type="submit"]:active,
			input[type="reset"]:active,
			.button:active {
				background-color:  #2F363E;
			}

			input[type="button"].style2,
			input[type="submit"].style2,
			input[type="reset"].style2,
			.button.style2 {
				background-color: transparent;
				color: inherit;
			}

				input[type="button"].style2:hover,
				input[type="submit"].style2:hover,
				input[type="reset"].style2:hover,
				.button.style2:hover {
					background-color: rgba(145,146,147,0.035);
				}

				.button.style2.down {
					background-image: url('images/arrow.svg');
				}



/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	.footer {
		position: relative;
		background: #2F363E;
		width: 100%;
		padding: 1em;
		min-height: 150px; 
 	}
	.footer_left {
		float:left;
		width: 40%;
		display:block;
		position:relative;
		padding-top:.6em;
	}
	.footer_left .address p{
		font-size: 7pt; 
		float:left; display:block;
		color: #E0E0E0 ;
	}
	.footer_left .logo img{
		position:relative;
		width: 100px;
		float:left;
		padding-right:1em;
 	}
	.footer_right {
		float:right;
		width: 50%;
		display:block;
		position:relative;
		height: 72px;
	}
	.footer_right .menu {
	float: left;
	padding-right: 1em;
	}
	.footer_right .menu a strong{
		color:#FFF; 	 	
		font-size: 3em;
		font-weight:bolder; 
	}
	.footer_right .menu p {
	font-size: 8pt; 
	color: #FFFFFF; 	line-height: 1.4em;
	}
	.footer_right .menu a {
	font-size: 8pt; 
	color: #C1B49A; 
	text-decoration:none; 
	}
	.footer a:hover {
	color: #FBAF3F;
	}
    .footer_right .menu i {
	font-size: 8pt; 
	color: #FFFFFF; 
	}
	.footer .engage{
	float:left;  
	} 
	.footer .engage p{
	font-size: 8pt; 
	color: #FFFFFF; 
	line-height: 2.2em;
	} 
	.footer .engage img{
	width: 22px; padding: 0px 4px 0 0;
	} 
	.footer .engage a{
	font-size: 11pt; 
	color: #A1C1E6; 
	text-decoration:none;
	line-height: 1.4em;
	}
	.footer .engage a:hover {
	color: #FBAF3F;
	}
	

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 47px;
  height: 47px;
  border: none;
  text-indent: 100%;
  background: url(../images/top-arrow.png) no-repeat;
}

/*--media-quaries-starts--*/
}
@media (min-width:1800px){
.cbp-spmenu-left.cbp-spmenu-open {
  left: 52%;
}
}
@media (max-width:1440px){
.cbp-spmenu-left.cbp-spmenu-open {
  left: 45.7%;
}
button#showRightPush {
  	right: 9.1%;
}
button#showLeftPush {
  	right: 9.19%;
}
.cbp-spmenu-left.cbp-spmenu-open {
  	left: 47.3%;
  	top: 25px;
}
.banner {
	background-size:cover;
}
button#showLeftPush {
  	right: 9.19%;
}
}
@media (max-width:1366px){
.cbp-spmenu-left.cbp-spmenu-open {
  left: 44%;
}

.banner-bottom p {
  	font-size: 1em;
	margin-top: -40px;
}
.banner-bottom img {
  width:50%;
}
.dwn-arw {
	padding-top:0;
  	margin: 0 auto;
}

.about-left h3 {
  	font-size: 3.35em;
}
.about-right img {
  	width: 42%;
}
.about-top {
  	margin-top: 8.2%;
}
.about {
  	min-height: 647px;
}
.abt-us {
  	padding: 4em 0px;
}
.collections {
  	margin-top: 30px;
}
.collections-bottom {
  	margin-top: 20px;
}
.collections-one h4 a:hover{
	color: #FBCA00;
}
.collections-one a img {
  width:100%;
}
}

@media (max-width:1280px){
button#showLeftPush img {
  	width: 85%;
}
button#showLeftPush {
  	right: 3.65%;
}
.cbp-spmenu-left.cbp-spmenu-open {
  left: 45%;
  margin-right: 20px;
}

.banner-bottom h1 {
  	font-size: 3.1em;
}	
.banner {
  	min-height: 800px;
}
.dwn-arw {
  	margin: 0 auto;
	padding-top:2em;
}
.about-main h3, .about-top h3, 
 .collections-top h3, .contact-top h3 {
  	font-size: 1.95em;
}
.dwn-arw a img, {
  	width: 80%;
  	text-align: center;
}
.about-left h3 {
  	font-size: 3em;
}
.about-left p {
  	font-size: 16px;
  	margin-top: 12px;
  	word-spacing: 1px;
  	padding-right: 19%;
}
.about-right img {
  	width: 37%;
}
.about-top {
  	margin-top: 7.5%;
}
.about {
  	min-height: 580px;
}
.about-btn a {
  	font-size: 20px;
}
.collections {
  	padding: 4em 0px;
}
.collections-top p {
  	width: 32%;
  	margin: 1.5em auto 0;
}
.collections-one a img {
  	width: 100%;
}
.collections-bottom {
  	margin-top: 2.7em;
}

}
@media (max-width:1024px){
button#showLeftPush img {
  width: 80%;
}
button#showLeftPush {
  right: 2.2%;
}
.cbp-spmenu-vertical a {
  padding: 13px 12px;
}
.cbp-spmenu a {
  font-size: 1.1em;
}
.cbp-spmenu-left.cbp-spmenu-open {
  left: 45%;
}
.banner-bottom img {
  width:60%;
}
.banner-bottom p {
  padding-top: 4em; 
}
.dwn-arw{
	padding-top: .7em;
}
.banner {
  min-height: 760px;
}
.about-left h3 {
  font-size: 2.35em;
}
.about {
  min-height: 495px;
}
.about-top .col-md-6.text-right {
  width: 50%; float: right;
}
.col-md-6.about-left {
  width: 50%; float: left;
}
.collections {
  padding: 3.2em 0px;
}
.collection-center {
 	width: 100%;
}
.collections-left {
  width: 33.3%; float:left; 
}
.collections-one a img {
  width: 100%;
}

.footer{
  height: 200px;
}
.footer_left{
  width: 50%;
}
.footer_right{
  width: 50%;
}
.footer_left .logo img{
  width: 80px;
  padding-bottom: 1em;
}
.footer_left .logo{
  width: 21%; float:left; position:relative;
}
.footer_left .address{
  width:: 20%; 
}

}
@media (max-width:900px){
.cbp-spmenu-left.cbp-spmenu-open {
  left: 35%;
}
	
}
@media (max-width:768px){
button#showLeftPush img {
  width: 70%;
}
button#showLeftPush {
  right: 0.3%;
  top: 22px;
}
.cbp-spmenu-left.cbp-spmenu-open {
  left: 35%;
  top: 10px;
}
.cbp-spmenu a {
	font-size: .9em;
}
.cbp-spmenu-left {
	top: 10px;
}

.dwn-arw a img{
	width: 70px;
}
.banner {
  min-height: 800px;
}
.banner-bottom img {
  padding-top: 2em;
  width:70%;
}
.banner-bottom p {
  font-size: 14px;
  padding-top: 4em; 
}
.centre{
  margin: 0 auto;
  display: block;
  display:block;
  width: 100%;
 }
#toTop {
  width: 40px;
  height: 40px;
  background-size: 100%;
}
.about-top{
	width:100%;
}
.about-top .col-md-6.text-right {
  width: 50%; float: right;
}
.col-md-6.about-left {
  width: 50%; float: left;
}
.collections {
  padding: 2.5em 0px;
}
.collection-center {
 	width: 100%;
}
.collections-left {
  width: 33.3%; float:left; 
}
.collections-one a img {
  width: 100%;
}

.footer{
  height: 200px;
}
.footer_left{
  width: 54%;
}
.footer_right{
  width: 45%;
}
.footer_left .logo img{
  width: 80px;
  padding-bottom: 1em;
}
.footer_left .logo{
  width: 21%; float:left; position:relative;
}
.footer_left .address{
  width:: 20%; 
}
}

@media (max-width:640px){
button#showLeftPush img {
  width: 62%;
}
button#showLeftPush {
  right: 0%;
  top: 19px;
}
.cbp-spmenu-vertical a {
  padding: 10px 10px;
}
.cbp-spmenu a {
  font-size: .8em;
}
.cbp-spmenu-left {
	top: 12px;
}
.cbp-spmenu-left.cbp-spmenu-open {
  left: 35%;
  top: 12px;
}

.banner {
  min-height: 760px;
}
.banner-bottom p {
  font-size: 16px;
}
.banner-bottom {
  margin: 0 auto;
  width: 100%;
  padding-top: 4em;
}
.banner-bottom img {
  padding-top: 3em;
  width:75%;
}
.about-main h3, .collections-top h3, .contact-top h3 {
  font-size: 1.3em;
}
.dwn-arw a img {
  width: 35%;
}
.about-left h3 {
  font-size: 1.6em;
}
.about-top{
	width:100%;
}
.col-md-6.about-left {
  width: 100%; float: left;  padding: 0px;
}
.about-top .col-md-6.text-right {
  width:100%; float: left;  padding: 0px; margin-top: 15px;
}
.about-top .col-md-6.text-right img {
  width: 280px;
}

.collections {
  padding: 2.5em 0px;
}
.collection-center {
 	width: 100%;
	margin-left: 16%;
}
.collections-left {
  width: 33.3%; float:left; 
}
.collections-one a img {
  width: 100%;
}

#toTop {
  width: 35px;
  height: 35px;
}
.contact {
  top: 42px;
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	.footer {
		min-height: 250px;
 	}
	.footer .container{
		width: 110%;
 	}
	.footer_left {
		width: 60%;
		padding-top:0em;
		margin-left: -18px;
	}
	.footer_left .address p{
		float: left; position:relative; padding-top: 5px;
	}
  .footer_left .logo{
	  float: left; position:relative;
}
	.footer_left .logo img{
		width:80px; padding-bottom: 7px; margin-left: 5px;
 	}
	.footer_right {
		width: 40%; padding-right: 10px;
	}
	.footer_right .menu {
		width: 100%;  
	}
	.footer_right .menu a strong{
		font-size: 2em;
	}
	.footer_right .menu p {
	font-size: 8pt; 
	color: #FFFFFF; 
	}
	.footer_right .menu i {
	font-size: 6pt; 
	}
	.footer .engage{
	padding-top:6px;
	} 
	.footer .engage img{
	width: 20px; padding: 0px 4px 10px 0; 
	} 
	.footer .engage a{
	font-size: 8pt;
	}
}

@media (max-width:570px){	
.cbp-spmenu-left.cbp-spmenu-open {
  left: 20%;
}
}

@media (max-width:480px){
button#showLeftPush img {
  width: 55%;
}
button#showLeftPush {
  top: 12px;
}	
.cbp-spmenu-vertical a {
	font-size: .8em;
  padding: 10px 8px;
}
.cbp-spmenu-left {
	top: 6px;
}

.cbp-spmenu-left.cbp-spmenu-open {
  left: 2px;
  top: 6px;
}

	
.about-top h3{
  font-size: 1.2em;
}
.banner-bottom{
  padding-top: 3em;
  width: 100%;
}
.banner-bottom .banner-btm img{
  width: 90%;
}
.banner-bottom p {
  font-size: 14px;
}
.dwn-arw {
  width: 18%;
}
.banner {
  min-height: 650px;
}
.collections-top{
}
.col-md-4 {
  width: 100%;
  margin: 0 auto;
}
.collection-center {
 	width: 100%;
	margin-left: 0%;
}
.collections-one {
  padding-bottom: 4%;
}
.collections-bottom {
  margin-top: 1em;
}
.collections {
  padding: 2em 0px;
}
.about-main h3,.collections-top h3, .contact-top h3 {
  font-size: 1.17em;
}
.about-main img, .collections-top img, .contact-top img {
  margin-top: 0px;
}
.about-left h3 {
  font-size: 1.11em;
}
.about-left p {
  margin-top: 9px;
  padding-right: 0%;
  overflow: hidden;
  height: 45px;
  line-height: 1.5em;
}
.col-md-6 {
  margin: -10px auto 30px;
  width: 100%;
}
.about-top .col-md-6.text-right{
  width: 100%;
}
.about {
  min-height: 245px;
}

	#contact{
	margin-bottom:150px;
	}
	#contact  .reg{
	width: 100%; 
	}
	#contact .reg ul li{
	width: 100%;
	} 
	#contact .reg ul li table{
	width: 100%;  font-size: .8em; margin-left: 0px;
	} 
	
	form input[type="submit"]{
			font-size: 1.2em;
			position:absolute; top:0em; display:block;
			background-color:  #0098A9;
			border: 0; width: 100%;
			border-radius: .8em;
			color: #fff;
			cursor: pointer;
			display: inline-block;
			height: 3em;
			line-height: 3em;
			padding: 0 1.5em 0 1.5em;
			text-align: center;
			text-decoration: none;
			margin-bottom: 5em;
		}
				
		
	/* Form */

	form {
		position: relative;
		margin-top:5%; 	
	}

	input,textarea,option,tr,td {
		font-size: 1em;;
		line-height: 1em;
		color: #999;
	}

	form label {
		display: block;
	}
	form select {
		margin-bottom: .3em; line-height: 1.2em;
	}
	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea {
			 	font-size:.9em;
				padding: .3em;	
				display: block;
				width: 100%;
				background: none;
				border: solid 2px rgba(185,186,187,0.25);
				color: inherit;
				border-radius: 0.5em;
				outline: none;

				-moz-appearance: none;
				-webkit-appearance: none;
				-o-appearance: none;
				-ms-appearance: none;
				appearance: none;

				-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
			}


			form input[type="text"],
			form input[type="email"],
			form input[type="password"], {
				line-height: .5em;
			}
			form textarea {
				min-height: 8em;
			}
	
	/* Table */

		table {
			margin: 1% 10%; 
		}

				table.default td {
					padding: 0em; 
				}

				table.default th {
					text-align: left;
					padding: 0.5em 1em 0.5em 1em;
				}

				table.default tbody { 
				}
				

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	.footer {
		position: static;
		bottom: 0px;
		min-height: 300px;
 	}
	.footer .container{
		width: 110%;
 	}
	.footer_left {
		width: 49%;
		padding-top:0em;
		margin-left: -18px;
	}
	.footer_left .address p{
		margin: 0 auto;
		width: 100%; 
		text-align:center; 	font-size:7pt; 
	}
  .footer_left .logo{
	  	width: 100%;
		display:block;
		position: relative;
}
.footer_left .logo img{
	 margin-left: 32%;
 	}
	.footer_right {
		width: 52%;
		padding-top:20px;
	}
	.footer_right .menu {
		float:left;
		padding-right: 3px;
		width: 100%;  
	}
	.footer_right .menu a strong{
		color:#FFF; 	 	
		font-size: 1.8em;
		font-weight:bolder; line-height: 1.2em;
	}
	.footer_right .menu p {
	font-size: 8pt; 
	color: #FFFFFF; 
	}
	.footer_right .menu i {
	font-size: 6pt; 
	}
	.footer .engage{
	padding-top: 15px;
	} 
	.footer .engage p{
	} 
	.footer .engage img{
	width: 30px; padding: 0px 4px 10px 0; 
	} 
	.footer .engage a{
	font-size: 7pt;
	}
	
}

@media (max-width:320px){

}
/*--media-quaries-ends--*/
