@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700);

	@font-face {
		font-family: 'Swis721CnBTRoman';
		src: url('../fonts/Swis721%20Cn%20BT%20Roman.ttf');
	}
	
	 body
	 {
	 font-family: 'Swis721CnBTRoman';
	 }
	 .tophead
	 {
		 background-color:#cc0033;
		 height:3px;
	 }
	 .logoimg
	 {
		margin-top:10px;
		margin-bottom:10px; 
	 }
	 .navbar-default 
	 {
			background-color: transparent;
			border-color: transparent;
	 }
	.nav > li > a 
	{
    position: relative;
    display: block;
    padding: 0px 30px;
    color:#666666 !important;
	font-size:15px;
	border-right:1px solid #666666;
	margin-top:30px;
    }
    .navbar {
    position: relative;
    min-height: 40px;
    margin-bottom: 0px;
	margin-top:10px;
    border: 1px solid transparent;=
    -webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
    }
    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
		color: #cf0c0d !important;
		background-color: #fff;
		
	}
	.navbar-collapse {
		padding-right:15px;
		padding-left: 15px;
	}
	.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus
	 {
	    color: #cf0c0d !important;
		background-color:#fff;
		outline:none;
		
	 }
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover 
	{
		color: #cf0c0d !important;
		background-color:#fff;
	}
   	.navbar-default .navbar-nav  > li:hover a
	{
		color: #cf0c0d  !important ;
		background-color: #fff;
		
	}
    
	.navbar-default .navbar-nav .dropdown-menu > li:hover a
	{
		color:#cf0c0d ;
		background-color: #fff;
	}
	
	.navbar-default .navbar-nav  .dropdown-menu > li > a
	{
		color:#222222 !important;
		background-color: #fff;
		text-transform: uppercase;
		display: block;
		border-bottom: 1px solid #e2e3e4;
		font-size:12px;
	}
	.navbar-default .navbar-nav  .dropdown-menu > li > a:focus, .navbar-default .navbar-nav  .dropdown-menu > li > a:hover
	 {
		color:#cf0c0d !important;
		text-decoration: none;
		background-color: #fff;
	 }
	 .navbar-default .navbar-nav  .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav  .dropdown-menu > .active > a:hover
	 {
		color:#cf0c0d !important;
		text-decoration: none;
		background-color: #fff;
	 }
	.navbar-default .navbar-nav li ul li a 
	{
		line-height: 20px !important;
		padding: 6px 20px 6px 20px !important;
	}
	
	.dropdown-menu
	{
	border: 0px solid #ccc;
	border: 0px solid rgba(0,0,0,.15);
	}
    .dropdown-menu {
    min-width: 200px;
    width: auto;
    border: 1px solid #e0e1e2;
    box-shadow: 0 4px 10px rgba(0,0,0,0.33);
    border-radius: 2px;
    left: 0;
    top: 36px;
    right: auto;
	}
	.dropdown-menu::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: -16px;
    left: 15%;
    margin-left: -7px;
    background: url(../../images/arrow.png) no-repeat center bottom;

	}
	.navbar-nav > li > .dropdown-menu {
		margin-top: 0px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	
	}
	
	.dropdown:hover .dropdown-menu
	 {
		display: block;
		
		
	 }
   .cl-effect-13 a 
   {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
   }
	.cl-effect-13 a::before {
	position: absolute;
	top: 100%;
	left: 47%;
	color: transparent;
	content: '•';
	text-shadow: 0 0 transparent;
	font-size: 1.2em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
	
	}

	.cl-effect-13 a:hover::before,
	.cl-effect-13 a:focus::before {
		color: #cc0033;
		text-shadow: 7px 0 #cc0033, 14px 0 #cc0033, -7px 0 #cc0033 ;
	}
	
	.cl-effect-13 .active > a::before {
		color: #cc0033;
		text-shadow: 7px 0 #cc0033, 14px 0 #cc0033, -7px 0 #cc0033 ;
		
		
	}
	.cl-effect-13 a:hover,
	.cl-effect-13 a:focus {
		color: #ba7700;
	}

	.btn-default 
	{
		color: #fff;
		background-color: #cc0000;
		border-color: #cc0000;
		margin-top:15px;
		padding:8px 25px;
		
	}
	 .btn-default:hover,.btn-default:focus
	{
		color: #cc0000;
		background-color: #fff;
		border-color: #cc0000;
	}
	
	.carousel-control{top:50%;}
	
	.carousel-fade .carousel-inner .item {
	  -webkit-transition-property: opacity;
	  transition-property: opacity;
	}
	.carousel-fade .carousel-inner .item,
	.carousel-fade .carousel-inner .active.left,
	.carousel-fade .carousel-inner .active.right {
	  opacity: 0;
	}
	.carousel-fade .carousel-inner .active,
	.carousel-fade .carousel-inner .next.left,
	.carousel-fade .carousel-inner .prev.right {
	  opacity: 1;
	}
	.carousel-fade .carousel-inner .next,
	.carousel-fade .carousel-inner .prev,
	.carousel-fade .carousel-inner .active.left,
	.carousel-fade .carousel-inner .active.right {
	  left: 0;
	  -webkit-transform: translate3d(0, 0, 0);
			  transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-control {
	  z-index: 2;
	}
	
	.arrowleft
	{
			width: 40px;
			height: 40px;
			border: 1px solid rgba(0,0,0,0.3);
			border-radius: 0%;
			padding-top: 2.5%;
			margin-left: 5%;
			background-color: rgba(0,0,0,0.3);
			font-size:25px;
	}
	.arrowright
	{
			width: 40px;
			height: 40px;
			border: 1px solid rgba(0,0,0,0.3);
			border-radius: 0%;
			padding-top: 2.5%;
			margin-left: 75%;
			background-color: rgba(0,0,0,0.3);
			font-size:25px;
	}
	.arrowright:hover:after{
		color: #fff;
		-webkit-animation: nextArrow 0.3s forwards;
		-moz-animation: nextArrow 0.3s forwards;
		animation: nextArrow 0.3s forwards;
	}
	.arrowleft:hover:after{
		color: #fff;
		-webkit-animation: prevArrow 0.3s forwards;
		-moz-animation: prevArrow 0.3s forwards;
		animation: prevArrow 0.3s forwards;
	}
	.arrowright:hover,
	.arrowleft:hover{
		background:none /*rgba(0, 0, 0, 0) linear-gradient(to right, #0e419a 0%, #2b70be 100%) repeat scroll 0 0*/;
		-webkit-box-shadow: 0 0 0 0.25em rgba(255,255,255,0.3);
		-moz-box-shadow: 0 0 0 0.25em rgba(255,255,255,0.3);
		box-shadow: 0 0 0 0.25em rgba(255,255,255,0.3);
	}
	@-webkit-keyframes nextArrow {
		49% { -webkit-transform: translate(100%); }
		50% { opacity: 0; -webkit-transform: translate(-100%); }
		51% { opacity: 1; }
	}
	@-moz-keyframes nextArrow {
		49% { -moz-transform: translate(100%); }
		50% { opacity: 0; -moz-transform: translate(-100%); }
		51% { opacity: 1; }
	}
	@keyframes nextArrow {
		49% { transform: translate(100%); }
		50% { opacity: 0; transform: translate(-100%); }
		51% { opacity: 1; }
	}
	@-webkit-keyframes prevArrow {
		49% { -webkit-transform: translate(-100%); }
		50% { opacity: 0; -webkit-transform: translate(100%); }
		51% { opacity: 1; }
	}
	@-moz-keyframes prevArrow {
		49% { -moz-transform: translate(-100%); }
		50% { opacity: 0; -moz-transform: translate(100%); }
		51% { opacity: 1; }
	}
	@keyframes prevArrow {
		49% { transform: translate(-100%); }
		50% { opacity: 0; transform: translate(100%); }
		51% { opacity: 1; }
	}
	.slidercap
	{
	     position:absolute;
	     top:37%;
	     z-index:1000;
	     width:100%;
	}
	.captionbg
	{
		background-color:rgba(255,255,255,0.75);
		padding-top:10px;
		padding-bottom:10px;
		margin-right: 20px;
		margin-left: 20px;
	}
	.captionbg h1
	{
		color:#333333;
		font-size:33px;
		text-align:right;
		margin-top:10px;
		letter-spacing:0.3px;
		margin-bottom:0px;
	}
	.captionbg h3
	{
		color:#cc0033;
		font-size:20.5px;
		text-align:right;
		margin-top:10px;
		letter-spacing:0.3px;
		font-style:italic;
		margin-top:5px;
		text-align:center;
	}
	.welcomehead
	{
		color:#666666;
		font-size:30px;
		margin-top:30px;
		text-align:center;
		margin-bottom:10px;
	}
	.welcomehead span
	{
		color:#cc0000;
	}
	.welcomepara
	{
		color:#333333;
		font-size:18px;
		font-weight:300;
		text-align:center;
		line-height:22px;
		padding-top:10px;
		font-family: 'Roboto', sans-serif;
	}
	.profeturebg
	{
	    background-color:#f5f5f5;
	    margin-top:30px;
		padding-bottom:25px;
	}
	.profeturebg h2
	{
	   color:#333333;
	   font-size:30px;
	   text-align:center;
	   margin-bottom:25px;		
	}
	.featureiconbg
	{
	   background-color:#fff;
	   border-radius:10px;
	   padding-top:20px;
	   padding-bottom:20px;
	   border:1px solid #ccc;
	   margin-bottom:25px;
	}
	.featureiconbg:hover
	{
		background-color:#ff3333;
	}
	.featureiconbg:hover h4
	{
		color:#ffffff;
	}
	.featureiconbg h4
	{
	   font-size:20px;
	}
	.servicelist
	{
		margin-left:0px;
	}
	.servicelist li
	{
		font-family: 'Roboto', sans-serif;
		font-size:20px;
		font-weight:300;
		list-style:url(../../images/arrow.png);
		color:#999999;
		padding-top:10px;
		padding-bottom:10px;
	}
	.servicelist li:hover
	{
		color:#cc0000;
		list-style:url(../../images/arrowhover.png);
	}
	.footersect 
	{
		padding-bottom:25px;
	}
	.footernav
	{
		margin-left:-25px;
	}
	.footernav li
	{
		padding-top:5px;
		padding-bottom:5px;
		list-style:url(../../images/arrows.png);
	}
	.footernav li a
	{
		font-size:15px;
		font-family: 'Roboto', sans-serif;
		font-weight:300;
		color:#333333;
		
	}
	.footernav li a:hover
	{
		text-decoration:none;
		color:#cc0000;
	}
	.footernav li:hover
	{
		list-style:url(../../images/arrowshover.png);
	}
	.footernav li:hover a
	{
		color:#cc0000;
	}
	.footersect h4
	{
	  margin-bottom:15px;
	  margin-top:30px;	
	}
	.footersect p
	{
	  margin-bottom:3px;
	  color:#333333;
	  font-size:15px;
	  font-family: 'Roboto', sans-serif;
	  font-weight:300;
	}
	.footersect p:hover
	{
		color:#cc0000;
	}
	.footbgs
	{
		background-color:#cc0000;
		color:#fff;
		padding-top:10px;
		padding-bottom:10px;
		
	}
	.footbgs p
	{
	  font-size:15px;
	  font-family: 'Roboto', sans-serif;
	  font-weight:300;
	  margin-bottom:0px;
	}
	#breadcrumb_wrapper {
    width: 100%;
    padding: 5px 0 5px 0px;
    text-align:left;
    color: #fff;
	padding-left:15px;
	background-color:rgba(255,255,255,0.4)
   
    }
	div#breadcrumb_wrapper h2 
 	 {
		text-transform: uppercase;
		font-size: 33px;
		letter-spacing:0.5px;
		margin-bottom: 10px;
		font-family: 'Roboto Condensed', sans-serif;
		color:#fff;
	 }
	div#breadcrumb_wrapper h6
	 {
		color: #fff;
		font-style: normal;
		font-size: 15px;
		font-weight: 400;
		letter-spacing: 2px;
	 }
	div#breadcrumb_wrapper h6 a
	 {
		color: #cc0000;
		font-style: normal;
		font-size: 15px;
		font-weight: 400;
		letter-spacing: 2px;
	 }
	
	 .abouthead
	{
		color:#666666;
		font-size:30px;
		margin-top:30px;
		margin-bottom:15px;
	}
	 
	.abouthead span
	{
		color:#cc0000;
	}
	
	 .aboutsec
	 {
		 padding-bottom:40px; 
	 }
	 .aboutsec p
	 {
	  font-size:15px;
	  font-family: 'Roboto', sans-serif;
	  font-weight:300; 
	  text-align:justify;
	 }
	  .aboutsec h5
	  {
		  color: #cc0000;
		  font-size:18px;
		  font-family: 'Roboto', sans-serif;
	  	  font-weight:500;
		  margin-top: 20px;
	  }
	  .aboutsec ul
	  { 
		  margin-left:-25px;  
	  }
	  
	   .aboutsec ul li
	  { 
	   font-size:15px;
	   font-family: 'Roboto', sans-serif;
	   font-weight:300; 
	   padding-top:3px;
	   padding-bottom:3px;
	   list-style:url(../../images/arrows.png);
	  }
	  
	  .struhed {
		color: #777;
		margin-bottom: 20px;
		font-family: 'Roboto', sans-serif;
	}
	.contus
	{
		padding-bottom:30px;
	}
	.contus P
	{
		font-size:15px;
	    font-family: 'Roboto', sans-serif;
	    font-weight:300; 
	}
	
	.contus a
	{
	  color:#333333;
	}
	.contus a:hover
	{
		color:#cc0000;
	}
	.google-maps
	 {
        position: relative;
        padding-bottom: 48%; // This is the aspect ratio
        height: 0;
		margin-top:20px;
        overflow: hidden;
     }
    .google-maps iframe 
	{
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
	.styled-form input[type="text"], .styled-form input[type="password"], .styled-form textarea 
	{
    background-color: #fff;
    width: 100%;
    padding: 6px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	font-family: 'Roboto', sans-serif;
   
	}
	.form-control:focus {
		border-color: #cc0000;
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(204, 0, 0,.6);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(204, 0, 0,.6);
	}
	.styled-form  label
	{
		color:#333333;
		margin-top:5px
		font-size:15px;
	   	font-family: 'Roboto', sans-serif;
	  	font-weight:300; 
	}
	.form-control {
		height: 40px;
		color: #333333;
	}
	.submitbutton
	{
		background-color:#fff;
		color:#ff000f;
		border-color:#ff000f;
		margin-top:10px;
		padding:7px 20px;
	}
	.submitbutton:hover
	{
		background-color:#ff000f;
		color:#fff;
	}
	.prodclassi ul
	{
		margin-left:-25px;
	}
	.prodclassi ul li
	{
		font-size:18px;
		padding-top:10px;
		padding-bottom:10px;
		color:#000;
		font-weight:600;
		list-style:url(../../images/arrows1.png)
	
		
	}
	.prodclassi ul li ul
	{
		margin-left:-5px;
		margin-top:10px;
	}
	.prodclassi ul li ul li
	{
		list-style:circle;
		padding-top:5px;
		padding-bottom:5px;
		color:#333;
		font-weight:300;
		font-size:16px;
	}
@media (min-width: 320px) and (max-width: 480px) {
	.abouthead 
	{
      font-size: 25px;
	}
	.abouthead::after
	{
    left: 5%;
    top: 4%;
	}
	.struhed {
    margin-top: 15px;
	}
	footbgs p {
    text-align: center;
	}
	.pull-right {
    float: none !important;
	}
	.welcomehead 
	{
       font-size: 22px;
	}
	.welcomepara
	{
    font-size: 14px;
    text-align: justify;
	}
	.arrowleft 
	{
    width: 30px;
    height: 30px;
    padding-top: 3.5%;
    margin-left: 15%;
    font-size: 20px;
	}
	.arrowright {
    width: 30px;
    height: 30px;
    padding-top: 2.5%;
    margin-left: 0%;
    font-size: 20px;
}
.carousel-control {
    top: 40%;
}
.servicelist li
{
	font-size:14px;
}
.prodclassi ul li ul {
    
    margin-top: 0px;
}
}
@media screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation : landscape)
{
}
@media screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation : Portrait)
{
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation : Landscape)  {
	.captionbg h1
	 {
       font-size: 25px;
	 }
	.captionbg h3
	 {
	  font-size: 16px;
	 }
	 .featureiconbg h4
	 {
       font-size: 16px;
	 }
	 .servicelist li
	  {
        font-size: 15px;
        list-style: url(../../images/arrow1.png);
	  }
	  .welcomepara 
	  {
       font-size: 15px;
	  }
	  .servicelist li:hover
	  {
		list-style:url(../../images/arrowhover1.png);
	  }
	  .arrowright
	  {
		margin-left: 70%;
	  }
	 
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation : Portrait) {
	 .captionbg h1 
	  {
		color: #333333;
		font-size: 18px;
	  }
	  .captionbg h3
	  {
		color: #cc0033;
		font-size: 11px;
	  }
	
	}
@media (min-width: 980px) and (max-width: 1280px) and (orientation : Portrait) {
	}
