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

body{
	margin:0px;
}

header{
	background:url(../images/top-strip.jpg) repeat-x top;
	height:90px;
}

.logo{
	margin:14px 0px 0px 0px;
}

.navbar {
	position:relative;
	min-height:86px;
	margin-bottom:20px;
	border:1px solid transparent;
	float:right;
	
}

.navbar-inverse .navbar-nav>li>a {
	color:#000000;
	padding:32px 18px 32px 18px;
	border-right:1px solid #CBC9C9;
	
}

.navbar-inverse .navbar-nav>li:hover 
{
	color:#ffffff;
	background-color:#254aa3;
}
.navbar-inverse .navbar-nav>li:focus
{
	color:#ffffff;
	background-color:#254aa3;
}
.navbar-inverse {
	
	
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color:#ffffff;
	background-color:#254aa3;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	color:#ffffff;
	background-color:#254aa3;
}

.banner{
	width:100%;
	height:435px;
	background:url(../images/banner.jpg) no-repeat top;
	
}
.banner .inner{
	
	height:auto;
	position:relative;
}
.welcom{
	margin:-60px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}.loginf{
	margin:-60px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.welcom h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:20px;
	font-weight:bold;
	
}
.welcom p{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:13px;
	color:#999;
	text-align:justify;
	
}
.content-bg{
	background:url(../images/content-bg.jpg) repeat-x top;
	width:100%;
}
.productsbox{
	position:relative;
	top:-70px;
	background:url(../images/product-bg.png) no-repeat top;
	  height: 341px;
}
.products{
	position:absolute;
}

.form-login {
    background:url(../images/product-bg.jpg) no-repeat top;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 75px;
    padding-right: 75px;
    border-radius: 15px;
  
    border-width: 5px;
    box-shadow:0 1px 0 #cfcfcf;
	height:400px;
	
}
.form-login p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
}
	


.form-login h4 { 


 padding-bottom:10px;
 text-align: left;
 margin-top:20px !important;
 color:#fff !important;
}

.form-control {
    border-radius: 10px;
}


 

img { max-width:100%; max-height:300px; }

a {
    -webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease; 
	}
    a:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
        filter: alpha(opacity=50); /* IE7 */
        opacity: 0.9;
        text-decoration: none;
    }




/* Page Header */
.page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #999;
    text-transform: uppercase;
    }
    .page-header h3 {
        line-height: 0.88rem;
        color: #000;
        }



/* Thumbnail Box */
.caption h4 {
   
    color: #444;
    }
    .caption p {
       
        color: #999;
        }
        .btn.btn-mini {
            
            }


/* Carousel Control */
.control-box {
    text-align: right;
    width: 100%;
	display:none;
    }
    .carousel-control{
        background: #666;
        border: 0px;
        border-radius: 0px;
        display: inline-block;
        font-size: 34px;
        font-weight: 200;
        line-height: 18px;
        opacity: 0.5;
        padding: 4px 10px 0px;
        position: static;
        height: 30px;
        width: 15px;
        }
		
		.footer{
			width:100%;
			background:#494646;
			height:30px;
		}




.pinwheelhead{
	position: absolute;
	top:40px;
	left: 510px;
	-webkit-animation:spin 4s linear infinite;
	-moz-animation:spin 4s linear infinite;
	animation:spin 4s linear infinite;
	z-index:9;
	
 
}
.pinwheelhead2{
	position: absolute;
	top:63px;
	left: 800px;
	-webkit-animation:spin 4s linear infinite;
	-moz-animation:spin 4s linear infinite;
	animation:spin 4s linear infinite;
	
}
.pinwheelhead3{
	position: absolute;
	top:246px;
	left: 500px;
	-webkit-animation:spin 4s linear infinite;
	-moz-animation:spin 4s linear infinite;
	animation:spin 4s linear infinite;
	
}
@-moz-keyframes spin{ 100% { 
  -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin{ 100% { 
  -webkit-transform: rotate(360deg); } }
@keyframes spin{ 100% { 
  -webkit-transform: rotate(360deg); transform:rotate(360deg); } 
}

.copy{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:5px 0px 0px 0px;
}
.social{
	margin:4px 0px 0px 0px;
	padding:0px;
}
.social ul{
	margin:0px;
}

.social ul li{
	float:left;
	width:30px;
}




@media (max-width: 767px) {
    .page-header, .control-box {
    text-align: center;
    } 
	
	.navbar-inverse .navbar-nav > li > a
	{
		background:black;
		
	}
	.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
    padding: 5px 20px;
}
.navbar {
	position:relative;
	height:auto !important;
	margin-bottom:20px;
	border:1px solid transparent
}

.banner{
	width:100%;
	height:200px;
}
.form-login {
    background:#eeeeee;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px !important;
  
    border-width: 5px;
    box-shadow:0 1px 0 #cfcfcf;
	height:300px;
	margin-bottom:20px;
	
}
.form-login h4 {
    color: #000 !important;
    margin-top: 20px !important;
    padding-bottom: 10px;
    text-align: left;
}
.welcom{
	margin:0px 0px 0px 0px !important;
	padding:0px 0px 0px 0px;
}.loginf{
	margin:0px 0px 0px 0px !important;
	padding:0px 0px 0px 0px;
}

.carousel-inner {
    margin-left: -20px !important;
    margin-top: 0px !important;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.productsbox {
    background:#fff !important;
    height: 341px;
    position: relative;
    top: -70px;
}

.pinwheelhead{
	position: absolute;
	top:80px;
	left: 25px;
	-webkit-animation:spin 4s linear infinite;
	-moz-animation:spin 4s linear infinite;
	animation:spin 4s linear infinite;
	z-index:0 !important;
	width:50px;
	height:auto;
	
 
}
.pinwheelhead2{
	position: absolute;
	top:10px;
	left: 30px;
	-webkit-animation:spin 4s linear infinite;
	-moz-animation:spin 4s linear infinite;
	animation:spin 4s linear infinite;
	
}
.pinwheelhead3{
	position: absolute;
	top:60px;
	left: 160px;
	-webkit-animation:spin 4s linear infinite;
	-moz-animation:spin 4s linear infinite;
	animation:spin 4s linear infinite;
	
}
@-moz-keyframes spin{ 100% { 
  -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin{ 100% { 
  -webkit-transform: rotate(360deg); } }
@keyframes spin{ 100% { 
  -webkit-transform: rotate(360deg); transform:rotate(360deg); } 
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding-left:0px !important;
	padding-right:0px !important;



}
.footer{
			width:100%;
			background:#494646;
			height:70px;
		}


}
@media (max-width: 479px) 
{
	.col-lg-12 {
  width: 100%;
}
.container {
  width: 100%;
}
    .caption {
    word-break: break-all;
    }
	
	.navbar-nav
	{
		width:300px;
		}
		
		 .imagedropshadow
{
	padding: 2px;
	border: solid 1px #dddcde;
	background-image: url('../images/homeprobg.jpg') ;
	background-repeat:repeat-x ;

	max-width:320px;
	height:auto;
}
.picimg
{
    width:100%;
	max-width:500px;
	height:auto;
   /* max-width:500px;
   max-height:350px;*/
}
.welcom p{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:13px;
	color:#999;
	text-align:justify;
	padding:0 60px 0 0;
	
}


.content-bg{
	background:url(../images/content-bg.jpg) repeat-x top;
	width:100%;
	padding:70px 70px 0 0;
}
.productsbox{
	position:relative;
	top:-70px;
	background:url(../images/product-bg.png) no-repeat top;
	  height: 341px;
}
.products{
	position:absolute;
}



}

 @media (min-width: 768px) and (max-width: 979px) {
	 .navbar-inverse .navbar-nav > li > a {
    color: #000;
    padding: 32px 8px;
	font-size:10px;
}
.pinwheelhead{
	position: absolute;
	top:50px;
	left: 520px !important;
	-webkit-animation:spin 4s linear infinite;
	-moz-animation:spin 4s linear infinite;
	animation:spin 4s linear infinite;
	z-index:0 !important;
	width:100px;
	height:auto;
	
 
}
.pinwheelhead2{
	position: absolute;
	top:160px;
	left: 500px;
	-webkit-animation:spin 4s linear infinite;
	-moz-animation:spin 4s linear infinite;
	animation:spin 4s linear infinite;
	
}
.pinwheelhead3{
	position: absolute;
	top:140px;
	left: 390px;
	-webkit-animation:spin 4s linear infinite;
	-moz-animation:spin 4s linear infinite;
	animation:spin 4s linear infinite;
	
}
@-moz-keyframes spin{ 100% { 
  -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin{ 100% { 
  -webkit-transform: rotate(360deg); } }
@keyframes spin{ 100% { 
  -webkit-transform: rotate(360deg); transform:rotate(360deg); } 
}
.banner{
	width:100%;
	height:435px;
	background:url(../images/banner2.jpg) no-repeat top !important;
	
}
.form-login {
    background: rgba(0, 0, 0, 0) url("../images/product-bg.jpg") no-repeat scroll center top;
    border-radius: 15px;
    border-width: 5px;
    box-shadow: 0 1px 0 #cfcfcf;
    height: 400px;
    padding: 10px 20px;
}
	 
 @media (min-width: 1200px){
.col-lg-12 {
  width: 980px;
}
}
@media (min-width: 1200px){
.container {
  width: 980px;
}
 .imagedropshadow
{
	padding: 2px;
	border: solid 1px #dddcde;
	background-image: url('../images/homeprobg.jpg') ;
	background-repeat:repeat-x ;
	max-height:350px;
	max-width:500px;
	width:100%;
	
}
.picimg
{
	width:100%;
    max-width:500px;
   max-height:350px;
}
}
li { list-style-type:none;}



::selection { background: #bc0707; color: #FFFFFF; text-shadow: 0; }
::-moz-selection { background: #ff5e99; color: #FFFFFF; }
