/*Other_Style_css*/
@import url("social_icon.css");
@import url("top.css");
@import url("font-awesome.min.css");
@import url("search.css");

/*Nav_Style_css*/
@import url("webslidemenu.css");

@import url("../source/jquery.fancybox.css");

@font-face {
	font-family: 'Droid Sans';
	src: url('../fonts/DroidSans.eot');
	src: url('../fonts/DroidSans.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DroidSans.woff') format('woff'),
		url('../fonts/DroidSans.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body{
    background-color:#D1ECFF;

}
.top_bg{
    background: url(../images/top_bg.jpg) no-repeat center top;
	}

.phone{
    font-family: 'Droid Sans';
    font-size: 12px;
    color: #000;
    margin-top: 5px;
    text-align: right;
    padding-right: 47px;
}

.email{
    font-family: 'Droid Sans';
    font-size: 16px;
    color: #000;
    margin-top: 30px;
    text-align: right;
}

.nav_bg{
    background-color: #23408e;
    border-top-right-radius: 20px;
     border-bottom-left-radius: 20px;
    margin-top: 30px;
}

.logo{
    position: absolute;
    z-index: 999;
}

.logo>a>img{
    margin-left: auto;
    margin-right: auto;
}

.bg_color1{
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+19,f2f2f2+19,f2f2f2+80,ffffff+80,ffffff+100 */
   background: #ffffff; /* Old browsers */
   background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 19%, #f2f2f2 19%, #f2f2f2 80%, #ffffff 80%, #ffffff 100%); /* FF3.6-15 */
   background: -webkit-linear-gradient(left,  #e20d0d 0%,#ffffff 19%,#f2f2f2 19%,#f2f2f2 80%,#ffffff 80%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(to right,  #d1ecff 0%,#d1ecff 19%,#f2f2f2 19%,#f2f2f2 80%,#d1ecff 80%,#d1ecff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
   margin-top: 20px;
}

.r_img{
    position: absolute;
}

.l_img{
    position: absolute;
}

.h_text{
    text-align: center;
    color: #000;
}

.h_text>span{
     background-color: #23408e;
    color: #fff;
    padding: 2px 5px;
}

.text1{
    font-family: 'Droid Sans';
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: center;
    color: #000;
}
 

#c_img {
  position: relative;
  text-align: center;
  padding: 10px;
}

#c_img img {
  postion: relative;
    margin-left: auto;
    margin-right: auto;
}

#ribbon {
  background-color: #1a1a1a;
  padding: 10px;
  position: relative;
  margin-top: -88px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Shadows Into Light Two', cursive;
  font-size: 20px;
  letter-spacing: 2px;
  color: #ffffff;
  text-align: center;

    -webkit-border-top-left-radius: 50% 20px;
    border-top-left-radius: 50% 20px;
    -webkit-border-top-right-radius: 50% 20px;
    border-top-right-radius: 50% 20px;
}

/*Ribbon Ends*/
#ribbon:before,
#ribbon:after {
  content: "";
  width: 3px;
  bottom: -10px;
  position: absolute;
  display: block;
  border: 16px solid #1a1a1a;
  box-shadow: 0 8px 6px -6px #999999;
  z-index: -2;
}

/*Left Ribbon End*/
#ribbon:before {
  left: -30px;
  border-right-width: 35px;
  border-left-color: transparent;
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);    
}

/*Right Ribbon End*/
#ribbon:after {
  right: -30px;
  border-left-width: 35px;
  border-right-color: transparent;
        -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
}

#ribbon>a{
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.p_box{
    background-color: #fff;
    box-shadow: 0px 0px 4px #ccc;
    padding: 1px 0px 1px 0px;
    margin-bottom: 10px;
    min-height: 228px;
    text-align: center;
}

.p_box>a>img{
    margin-left: auto;
    margin-right: auto;
}

.p_box>h6{
    text-align: center;
    font-family: 'Droid Sans';
}


.bg_color2{
    background-color: #23408e;
    margin-top: 20px;
}

.h_text2{
    font-family: 'Droid Sans';
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.h_text22{
    font-family: 'Droid Sans';
    color: #fff;
    text-transform: uppercase;
    line-height: 11px;
    position: relative;
    
}

.marquee{
  font-family: 'Droid Sans';
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
}

.f_menu{
	font-family: 'Droid Sans';
	}
	
.f_menu>ul{
	padding:0px;
	margin:0px;
	}	
	
.f_menu>ul>li{
	list-style:none;
	}
	
.f_menu>ul>li>a{
	text-decoration:none;
	color:#fff;
	font-size: 12px;
	letter-spacing: 1px;
	}
	
.f_menu>ul>li>a:hover{
	text-decoration:underline;
	}

.text2{
	font-family: 'Droid Sans';
	color:#fff;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	}
	
.text2>i{
	color:#fff;
	}

.sing_form {
    clear:both;margin-top:10px;
width: 52%;
vertical-align: bottom;
    
}

.SigInput {font-family: 'Droid Sans';background:#fff;height:36px;padding:0px 5px;font-size:14px;color:#000;float:left;width: 79%;box-shadow:none;outline:none;border: 1px solid #fff;border-radius: 2px;}

.SigInput::-webkit-input-placeholder {
   color: #000;
}

.SigBtn {
    background: #4c95da;
    color: #fff;
    font-size:16px;
    height:36px;
    float:right;
    border:none;
    border-radius:3px;
    transition: all 0.5s ease-in-out 0s;
    padding: 5px 10px;
    font-family: 'Droid Sans';
}
.SigBtn:hover {
    box-shadow: 0 10px 20px rgb(255, 255, 255), 0 6px 6px rgba(0,0,0,.23);
cursor:pointer;
}	

.f_link{
    text-align: center;
    font-family: 'Droid Sans';
    font-size: 12px;
    color: #000;
    padding: 10px 0px;
}

.f_link>a{
    text-decoration: underline;
    color: #000;
}
.mrg{
    margin-top: 10px;
    border-top:1px solid white;
    padding-top:10px;
    padding-bottom:20px;
}

/*==================================================
=            detaile page   style                =
==================================================*/

	.Pagination { 
	clear:both; 
	margin-bottom:10px;
	}
	
	.Pagination a {
	background:#f3f3f3; 
	padding:3px 6px; 
	font-size:14px; 
	font-family:'robotomedium'; 
	text-decoration:none; 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px; 
	-khtml-border-radius:3px; 
	color:#000 !important;
	}
	
	.Pagination a:hover, .Pagination a.paging_act {
	background:#2B1C13;
	color:#fff !important;
	}

	.ProDetailsCon { 
	float:left; 
	padding:15px; 
	margin-left:0px; 
	padding-right:0px;
	width:100%;
	}
	
	.ProDetailsCon h1 { 
	color:#000; 
	font-size:18px;
	font-family: 'oswaldmedium'; 
	font-weight:normal; 
	text-transform:uppercase;
	}
	
	.DetailArt {
	border:1px solid #fff;
	padding:7px 5px; 
	font-size:12px; 
	color:#000;
	font-size:14px; 
	font-family: 'oswaldmedium';
	margin:8px 0 10px; 
	box-shadow:0px 0px 2px #000; 
	}
	
	.DetailArt span { 
	color:#000;
	}
	
	.DetailsCon {
	border:1px solid #fff; 
	padding:7px 5px; 
	min-height:100px;
	margin-bottom:10px; 
	color:#333;
	box-shadow:0px 0px 2px #000;
	font-family: 'oswaldmedium';
	}
	
	.DetailsCon span {
	color:#000; 
	font-size:16px; 
	font-family: 'oswaldmedium';
	}
	
	
	.ProdOpt { 
	border:1px solid #fff;
	padding:7px 5px;
	margin-bottom:8px; 
	box-shadow:0px 0px 2px #000;
	}
	
	.ProdOpt span {
	width:100px; 
	font-size:14px; 
	font-family: 'oswaldmedium'; 
	color:#000; 
	display:inline-block;
	}
	
	.ProdOpt select {
	border:1px solid #ccc;
	padding:2px; 
	color:#666;
	background:#f7f7f7;
	}
	
	.ProdOpt input {
	border:1px solid #ccc;
	width:50px; 
	padding:2px;
	color:#666;
	background:#f7f7f7;
	}
	
	.Button { 
	background:#fff; 
	padding:8px 10px; 
	color:#000; 
	transition: 
	all 0.5s ease-in-out 0s; 
	font-family: 'oswaldmedium';
	font-size:14px; 
	text-transform:uppercase;  
	margin:8px 0 10px 0px;
	box-shadow:0px 0px 2px #000;
	border: 1px solid;
	}
	
	.Button:hover { 
	background:#2B1C13; 
	cursor:pointer; 
	color:#fff; 
	}
	
		
	
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

    /*==========  Mobile First Method  ==========*/


@media only screen and (max-width: 480px) {
	
    .logo{
        position: relative;
        z-index: inherit;
    }
    
    .phone{
        display: none;
    }  
    
     .email{
        display: none;
    }   
    
    .r_img{
        display: none;
    }
    
     .l_img{
        display: none;
    }
    
    .bg_color1{
        background:#f2f2f2;
    }   
    
.SoicalBox {
    margin-top: 50px;
    text-align: center;
}    
    
    .nav_bg{
        background-color: none;
        margin-top: 10px;
    }
	
	}				
.add-on .input-group-btn > .btn {
  border-left-width:0;left:-2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
 box-shadow:none;
 -webkit-box-shadow:none; 
 border-color:#cccccc; 
}
					













			