/*
Theme Name: Supreme Glass
Theme URI: http://wordpress.org/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	overflow-x:hidden;
	font-family: 'Raleway', sans-serif;	
}	

h1, h2, h3, h4, h5, h6, input, form, p, select, textarea, ul{
	margin:0;
	padding:0;	
}

ul li{
	list-style:none;	
}

a{
	text-decoration:none;	
}

img{
	max-width:100%;	
}

.clr{
	clear:both;	
}

.h_bar{
	background:#444444;
	padding:3px 0;
}

.h_bar_main{
	width:1082px;
	margin:0 auto;
	height:22px;			
}

.bar_rt{
	/*float:right;
	width:56%;*/	
}

.social_ico{
	display:inline-block;
	margin:0 15px 0px 0;	
}

.bar_rt ul{
	float:right;	
}

.bar_rt ul li{
	display:inline-block;
	font-size:20px;
	font-weight:500;
	color:#fff;
	margin:0 0 0 15px;	
}


.bar_rt ul li span {
    vertical-align: top;
}

.bar_rt ul li:last-child span{
	color:#f7b637;	
}

header{
	background:#fff;
	-webkit-box-shadow: 1px 4px 7px -7px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:1px 4px 7px -7px rgba(0, 0, 0, 0.75);
	box-shadow:1px 4px 7px -7px rgba(0, 0, 0, 0.75);
	margin: 0 0 2px;
}

header .h_main{
	width:1116px;
	margin:0 auto;
	position:relative;
	padding: 5px 0 0;
}

.h_rt{
	display:inline-block;
	float:right;
	width:70%;
	padding:7px 0 0 0;
	text-align:right;	
}

header .h_main ul{
    margin: 0;
    padding: 0;	
}

header .h_main ul li{
	display:inline-block;
	font-weight:400;
	font-size:16px;
	padding:0 0 0 35px;
	text-transform:uppercase;
}



header .h_main ul li a{
	color:#000;
	line-height:45px;
	padding:0 15px;
	display:inline-block;	
}

header .h_main ul li a:hover{
	background:#0a387a;
	color:#fff;	
	border-bottom:solid 3px #021b40;
}

header .h_main ul li a.active{
	background:#0a387a;
	color:#fff;	
	border-bottom:solid 3px #021b40;
}

.logo{
	float:left;
	display:inline-block;
}

.banner{
	margin:0 0 36px 0;
	padding:0;	
}

.banner .b_main{
	width:1082px;
	margin:0 auto;
	position:relative;	
}

.banner .b_main .b_con{
	position:absolute;
	top:78px;
	width:100%;	
}

img.full{
	width:100%;	
}

.banner .b_main .b_con .b_left{
	width:42%;
	padding:36px 0 0 0;
	float:left;
}

.banner .b_main .b_con .b_rt{
	width:55%;
	float:right;
	text-align:right;	
}

.banner .b_main .b_con .b_left h2{
	font-size:48px;
	font-weight:700;
	color:#fff;
	padding:0 5px;
	display:inline-block;
	background:rgba(0, 0, 0, .7);
	text-transform:uppercase;
	margin:0 0 10px 0;	
}

.banner .b_main .b_con .b_left h2 span{
	color:#dfa73c;	
}

.banner .b_main .b_con .b_left ul{
	margin:0;
	padding:0;	
}

.banner .b_main .b_con .b_left ul li{
	display:block;
	
	font-weight:700;
	color:#fff;
	padding:0;
	font-size:18px;
	margin:0 0 7px 0;
	text-transform:uppercase;	
}

.banner .b_main .b_con .b_left ul li span{
	background:url("images/arrow.png") no-repeat scroll 3px 6px rgba(0, 0, 0, 0.7);
	padding:0 5px 0 15px;	
}


.lt-arrow {
    left: -71px;
    position: absolute;
    top: 62%;
}


.rt-arrow {
    right: -71px;
    position: absolute;
    top: 62%;
}

.wel_main{
	width: 1082px;
	position:relative;
	margin:0 auto;		
}

.welcome_con{
	width:93%;
	padding:25px 40px;
	background:#fff;
	position: absolute;
    top: -230px;
	-webkit-box-shadow: -1px -1px 6px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    -1px -1px 6px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         -1px -1px 6px 0px rgba(50, 50, 50, 0.75);	
}

.welcome_con h2{
	text-align:center;
	text-transform:uppercase;
	color:#0a387a;
	font-size:36px;
	font-weight:700;
	padding:0 0 17px 0;	
}

.welcome_con p{
	font-size:18px;
	font-weight:400;
	color:#1f2021;
	padding:0 0 15px 0;
	text-align:center;	
}

.pro_con{
	background: url("images/con_bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 30px 0 15px;
    position: relative;
    top: -2px;
    z-index: 1;	
}

.pro_con .pro_main{
	width:1082px;
	margin:0 auto;
}

.pro_con .pro_main ul{
	margin:0;
	overflow:hidden;
	padding:0;	
}

.pro_con .pro_main ul li{
	float:left;
	background:#fff;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align:center;
	padding:8px 8px 12px 8px;
	width:22.1%;
	margin:0 20px 20px 0;
}

.pro_con .pro_main ul li:nth-child(4n){
	margin-right:0;	
}


.pro_con .pro_main ul li img{
	display:block;
	margin:0 auto 15px auto;
	border:solid 1px #5994e8;	
}

.pro_con .pro_main ul li h3{
	text-transform:uppercase;
	font-size:15px;
	text-align:center;
	font-weight:700;
	color:#0a387a;
	padding:0 0 12px 0;	
}

.pro_con .pro_main ul li p{
	font-size:15px;
	font-weight:400;
	padding:0 0 12px 0;
	text-align:center;	
}

.pro_con .pro_main ul li a.find{
	display:inline-block;
	margin:0 auto;
	width:138px;
	line-height:30px;
	color:#fff;
	font-size:14px;
	font-weight:400;
	background:#9a1623;
	text-align:center;
	text-transform:uppercase;	
}

.testi{
	width:795px;
	margin:0 auto;
	padding:30px 0;	
}

.testi .t_left{
	float:left;
	width:14%;	
}

.testi .t_rt{
	float:right;
	width:81%;
	position:relative;
	padding-bottom:15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:solid 1px #d2d2d2;	
}

.testi .t_rt p{
	padding:15px 15px 0 15px;	
}

.testi .t_rt p span{
	text-align:right;
	color:#9a1623;
	display:block;
	padding:0;	
}


.s_arrow {
    left: -31px;
    position: absolute;
    top: 30px;
}

footer{
	margin:0;
	padding:30px 0 15px 0;
	background:url(images/f_bg.jpg) repeat;	
}

footer .f_main{
	width:1082px;
	margin:0 auto;	
}

footer .f_main .f_left{
	float:left;
	width:234px;
	margin:0 48px 0 0;	
}

footer .f_main .f_left h2{
	font-size:24px;
	font-weight:700;
	color:#febf43;
	padding-bottom:8px;
	margin:0 0 10px 0;
	border-bottom:solid 1px #676767;
	text-transform:uppercase;	
}

footer .f_main .f_left ul{
	margin:0;
	padding:0;	
}

footer .f_main .f_left ul li{
	display:block;
	font-size:16px;
	font-weight:400;
	line-height:30px;
	text-transform:uppercase;	
}

footer .f_main .f_left ul li a{
	color:#c8c8c8;	
}

footer .f_main .f_left ul li a:hover{
	color:#efbf61;
}

footer .f_main .f_left ul li a.active{
	color:#efbf61;	
}

footer .f_main .f_lst{
	margin:0;	
}

footer .f_main p{
	border-top:solid 1px #676767;
	padding:10px 0 0 0;
	font-size:12px;
	color:#fff;
	text-align:center;
	font-weight:400;
	margin:15px 0 0 0;
	text-transform:uppercase;	
}

/*-------------------------------Contact page-------------------------------------*/

.inn_con{
	margin:0 auto;
	padding:20px 0;
	width:1082px;
	border-bottom:solid 4px #d2d2d2;	
}

.contact_page{
	margin:0;
	padding:0;	
}

.contact_page h2{
	font-size:28px;
	text-transform:uppercase;
	font-weight:700;
	color:#0a387a;
	padding:0 0 15px 0;	
}

.contact_page .fom_sec{
	margin:0;
	padding:0;	
}

.contact_page .fom_sec .fom_left{
	float:left;
	width:58%;	
}

.contact_page .fom_sec .fom_rt{
	float:right;
	width:36%;	
}

.contact_page .fom_sec .fom_left label{
	font-size:16px;
	font-weight:400;
	display:block;
	text-transform:uppercase;
	color:#6f6f6f;
	padding:0 0 0px 0;	
}

.contact_page .fom_sec .fom_left input[type='text']{
	width:96%;
	padding:0 2%;
	border:solid 1px #d2d2d2;
	height:40px;
	line-height:40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline:none;
	color:#6f6f6f;
	font-weight:400;
	margin:-10px 0 12px 0;	
}
.contact_page .fom_sec .fom_left input[type='email']{
	width:96%;
	padding:0 2%;
	border:solid 1px #d2d2d2;
	height:40px;
	line-height:40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline:none;
	color:#6f6f6f;
	font-weight:400;
	margin:-10px 0 12px 0;	
}

.contact_page .fom_sec .fom_left select {
     width:98%;
	padding:0 2%;
	border:solid 1px #d2d2d2;
	height:40px;
	line-height:40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline:none;
	color:#6f6f6f;
	font-weight:400;
	margin:-10px 0 12px 0;	
}


.contact_page .fom_sec .fom_left textarea{
	width:96%;
	padding:1% 2%;
	border:solid 1px #d2d2d2;
	height:100px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline:none;
	color:#6f6f6f;
	font-weight:400;
	margin:-10px 0 12px 0;	
}

.contact_page .fom_sec .fom_left input[type='submit']{
	width:auto;
	background:#0a387a;
	padding:0 20px;
	border:none;
	height:40px;
	line-height:40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline:none;
	color:#fff;
	cursor:pointer;
	font-weight:400;
	text-transform:uppercase;
	font-size:18px;
	margin:0;
	display:inline-block;	
}

.contact_page .fom_sec .fom_rt p{
	font-size:16px;
	font-weight:400;
	color:#6f6f6f;
	margin:0 0 30px 0;	
}

.contact_page .fom_sec .fom_rt ul{
	margin:0;
	padding:0;	
}

.contact_page .fom_sec .fom_rt ul li{
	 display:block;
	 padding: 0 0 26px;
}

.contact_page .fom_sec .fom_rt ul li img{
	float:left;
	display:inline-block;
	margin:0 15px 0 0;	
}

.contact_page .fom_sec .fom_rt ul li strong{
	text-transform:uppercase;
	color:#0a387a;	
}

.contact_page .fom_sec .fom_rt ul li span{
	float:left;
	display:inline-block;	
}

.contact_page .fom_sec .fom_rt ul li:last-child{
	padding:0;	
}

.num_d{
	border:solid 1px #d2d2d2;
	padding:20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:#f1f1f1;	
}

.g_map{
	margin:20px 0 0 0;	
}

.g_map iframe{
	width:100%;	
}


.pro_page h2 {
    color: #0a387a;
    font-size: 28px;
    font-weight: 700;
   	border-bottom:dashed 1px #d2d2d2;
	padding:0 0 10px 0;
	margin:0 0 12px 0;	
    text-transform: uppercase;
}

ul.k_p{
	padding:15px 0;	
}

ul.k_p li{
	 margin: 30px 0 0 30px;
	display:inline-block;	
}

ul.k_p li img{
	border:solid 6px #fff;
	-webkit-box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.75);
-moz-box-shadow:   0 0 2px 0 rgba(50, 50, 50, 0.75);
box-shadow:   0 0 2px 0 rgba(50, 50, 50, 0.75);	
}

.nav_sec {
    float: right;
    width: 70%;
}
.social {
    display: inline-block;
    margin: 0 15px 0 0px;
}
.cnss-social-icon img {
    margin-right: 3px;
}
.alignleft {
	float: left;
	margin: 0 10px;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#primary .pro_con {
background:none;
}
/*-------------------------nov-3------------------------------------------------------------*/

.win_con {
    margin-bottom: 130px;
}
.one_third {
    float: left;
    width: 360px;
	margin-top:10px;
	margin-bottom:15px;
}
  .list-1 { 
  margin: 5px 0 5px 0px;
    overflow: hidden;
    position: relative;
	width:347px;
	display:inline-block;
	}
	
ul.list-1 li {
    padding-left:25px;
    background: url("images/tick-green.png") no-repeat scroll 0 3px transparent;
	
}
.nav_sec ul li ul.sub-menu{
	 width:252px;
	 padding:10px;
	 position:absolute;
	 display:none;
	 top: 44px;
	 background:#eee;
	 z-index:999;
}
.nav_sec ul li ul.sub-menu li{
	text-align:justify;
	}

.nav_sec ul li:hover ul.sub-menu{
	display:block;
}



.nav_sec ul li:hover ul.sub-menu li{
	display:block;
   }

.nav_sec ul li:hover ul.sub-menu li a{
	 color:#000;
	 padding-bottom:0;
	 background:none;
}
/*------------------------------------------------------Responsive------------------------------------------------*/

@media (max-width: 1300px){
.h_bar_main{
	width:98%;	
}

header .h_main{
	width:98%;	
}

.banner .b_main{
	width:98%;	
}
header .h_main ul li{
	padding:0 0 0 10px;	
}

.wel_main{
	width:98%;	
}

.welcome_con{
	padding:2%;
	width:96%;
	position:relative;
	top:0;	
}

.banner .b_main .b_con .b_left h2{
	font-size:30px;	
}

.banner {
    margin: 0 0 -10px;
    padding: 0;
}

.pro_con .pro_main{
	width:98%;	
}

.testi{
	width:94%;	
}

footer .f_main{
	width:98%;	
}

footer .f_main .f_left {
    margin: 0 20px 0 0;
    width: 22%;
}

footer .f_main .f_left h2{
	font-size:18px;	
}

footer .f_main .f_left ul li{
	font-size:13px;	
}

.inn_con{
	width:98%;	
}	


ul.k_p li {
    width: 42%;
}



}

@media (max-width: 1024px){
header .h_main ul li{
	padding:0 0 0 4px;	
}

.banner .b_main .b_con{
	top:20px;	
}

.pro_con .pro_main ul li{
	margin: 0 6px 20px 0;	
}

.pro_con .pro_main ul li h3{
	font-size:11px;	
}

.pro_con .pro_main ul li p{
	font-size:13px;	
}

	
}

@media (max-width: 980px){
	
}


@media (max-width: 850px){
.b_rt .attachment-post-thumbnail.wp-post-image {
    height: auto;
}	
}

@media (max-width: 768px){
	
}

@media (max-width: 767px){
.logo{
	display: block;
    float: none;
    margin: 0 auto;
    text-align: center;	
}

.h_rt{
	width:100%;
	text-align:center;	
}
.social
{
margin-left:80px;
}
.b_rt .attachment-post-thumbnail.wp-post-image {
    height: auto;
}

.banner .b_main .b_con .b_left{
    padding: 0px 0 0;
}


.banner .b_main .b_con .b_left h2{
    font-size: 14px;
	margin: 0 0 3px;
}


.banner .b_main .b_con .b_left ul li{
    font-size: 9px;
    font-weight: 400;
	margin-bottom: 1px;
}

.welcome_con h2{
	font-size:19px;
	padding: 0 0 2px;	
}

.welcome_con p{
	font-size:13px;	
}

.bar_rt ul{
	float:none;	
}

.bar_rt ul li{
	font-size:11px;	
}

.banner .b_main .b_con .b_left{
	width:45%;	
}

.pro_con .pro_main ul li {
    float: none;
    margin: 0 auto 15px;
    width: 75%;
}


.pro_con .pro_main ul li:nth-child(4n) {
    margin: 0 auto 15px;
}

footer .f_main .f_left{
	float:none;
	width:96%;
	margin:0 auto 15px auto;	
}


.testi .t_left {
    float: none;
    margin: 0 auto 10px auto;
    width: 30%;
}

.testi .t_rt{
	float:none;
	margin:0 auto;	
}

.nav_sec{
	float:none;
	width:auto;	
}

.social_ico{
	margin:0;
	display: block;	
}

header .h_main ul li a{
	display:block;	
}

header .h_main ul li a:hover{
	border:none;	
}

header .h_main ul li a.active{
	border:none;	
}

header .h_main ul li{
	padding:0;	
}

ul.k_p li {
    width: 70%;
	margin:0 auto 15px auto;
	display: block;
}
.nav_sec ul li ul.sub-menu{
	 width:200px;
	 padding:10px;
	 position:absolute;
	 display:none!important;
	 top: 44px;
	 left:0;
	 background:#c89b95;
	 z-index:999;
}

.nav_sec ul li:hover ul.sub-menu{
	display:block!important;
}

.nav_sec ul li:last-child:hover ul.sub-menu{
	left:0;
	width:200px;	
}

.nav_sec ul li:hover ul.sub-menu li{
	display:block;
}

.nav_sec ul li:hover ul.sub-menu li a{
	 color:#fff;
	 padding-bottom:0;
	 background:none;
}

.nivo-controlNav{
	display:none;	
}

	
.contact_page .fom_sec .fom_left{
	width:96%;
	float:none;
	margin:0 auto 15px auto;	
}

.contact_page .fom_sec .fom_rt{
	width:96%;
	margin:0 auto;
	float:none;	
}
.win_con {
    margin-bottom: 10px;
}
.list-1 { 
width:100%;
}
}