body{
	background:#e1e6e9;
}
footer{
	background:#181818;
	min-height:60px;
	color:#fff;
}
ul.detail-1,ol.detail-1{
	margin-right:10px;
}
nav ul a{
	display:block;
	padding-left:20px !important;
	padding-right:20px !important;	
	line-height:30px !important;
	color:#fff;
}
p{
	padding:10px;
}
 .product h4{
	padding-left:10px;
 }
p.introduce{
	font-size:1.2em;	
}
.clear{
	clear:both;
	height: 10px;
}
.content{	
	min-height:400px;
    background: #fff;
    margin: auto;
    padding-top: 30px;
    font-family: helvetica, arial, sans-serif;
	margin-bottom:10px;
}
.right{
	background:#fff;
	min-height:200px;
	border:1px solid #d9d9d9;
	margin-bottom:10px;
}
.right h5{
	padding-left: 10px;
}
.title{
	display:block;	
	height:100px;	
}
.title-2{
	font-size:1.4em;
	font-weight:300;
}
.sr-title{
	display: none;
}
.logo img{
	float:right;
	padding-top:15px;
}
.content h1, .content h2 {		 
	background: #3a6d98; /* Old browsers */
	background: -moz-linear-gradient(top,  #3a6d98 0%, #4aabbf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a6d98), color-stop(100%,#4aabbf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3a6d98 0%,#4aabbf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3a6d98 0%,#4aabbf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3a6d98 0%,#4aabbf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3a6d98 0%,#4aabbf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a6d98', endColorstr='#4aabbf',GradientType=0 ); /* IE6-9 */

     padding: 10px 10px;
     margin-left: -20px;
     margin-top: 0;
     position: relative;
     width: 70%;	 
    -moz-box-shadow: 1px 1px 3px #2B5170;
    -webkit-box-shadow: 1px 1px 3px #2B5170;
    box-shadow: 1px 1px 3px #2B5170;
 
    color: #fcfcfc;
    text-shadow: 0 1px 0 white;
}
 .arrow {
    width: 0; height: 0;
    line-height: 0;
    border-left: 20px solid transparent;
    border-top: 10px solid #8FCAD8;
    top: 104%;
    left: 0;
    position: absolute;
}
 .arrow-right {
 	position: absolute;
    width: 0; height: 0;
    line-height: 0;
    border-right: 10px solid transparent;
    border-top: 5px solid #8FCAD8;
    top: 104%;
    right: 0;     
}
.right h5{
	background: #3a6d98; /* Old browsers */
	background: -moz-linear-gradient(top,  #3a6d98 0%, #4aabbf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a6d98), color-stop(100%,#4aabbf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3a6d98 0%,#4aabbf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3a6d98 0%,#4aabbf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3a6d98 0%,#4aabbf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3a6d98 0%,#4aabbf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a6d98', endColorstr='#4aabbf',GradientType=0 ); /* IE6-9 */

     padding: 10px 10px;
     margin-right: -10px;
     margin-top: 10px;
     position: relative;     	 
    -moz-box-shadow: 1px 1px 3px #2B5170;
    -webkit-box-shadow: 1px 1px 3px #2B5170;
    box-shadow: 1px 1px 3px #2B5170;
 
    color: #fcfcfc;
    text-shadow: 0 1px 0 white;
}
.right__content p{
	padding: 10px;
	margin: 0px;
}
/*pop up*/
#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:99998;
	background-color: #4D4D4D;
	display:none;

}  
#boxes .window {
	position:absolute;
	left:0;
	top:0;
	width:50%;
	height:50%;
	display:none;
	z-index:99999;
	padding:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #333333;

	-moz-box-shadow:4px 4px 30px #130507;
	-webkit-box-shadow:4px 4px 30px #130507;
	box-shadow:4px 4px 30px #130507;
	-moz-transition:top 800ms;
	-o-transition:top 800ms;
	-webkit-transition:top 800ms;
	transition:top 800ms;
}
#boxes #dialog {
	width:50%; 
	height:50%;
	padding:0px;
	background-color: #FFFFFF;
}

/*back to top*/
#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    right: 10px; /* padding from the left side of the window */
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px; /* height of link element */
    right: 10px; /* padding from the left side of the window */
}

/*bootstrap overide*/
.table{
	width:98%;
	margin-left:5px;
	margin-right:5px;
}
.navbar{
	margin-bottom: 0px !important;
}
.navbar-toggle{
	background-color: #E1E6E9 !important;
}
.navbar-toggle .icon-bar{
	color:#000 !important;
	font-weight: bold;
}

/*==========  Non-Mobile First Method  ==========*/
    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
    	.content h1, .content h2 {		 
		     width: 100%;

		}
		.title{
			display: none;
		}
		.sr-title{
			display: inline;
			color:#fff;
			font-size: 16px;
			font-weight: bold;
			float: left;
			padding-left: 10px;
			padding-top: 10px;
		}
		#boxes .window {			
			width:80%;
			height: 100%;			
		}
		#boxes #dialog {
			width:80%;
			height:100%;
		}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
    	.content h1, .content h2 {		 
		    width: 100%;
		}
		.title{
			display: none;
		}
		.sr-title{
			display: inline;
			color:#fff;
			font-size: 16px;
			font-weight: bold;
			float: left;
			padding-left: 10px;
			padding-top: 10px;
		}
		#boxes .window {			
			width:80%;			
		}
		#boxes #dialog {
			width:80%; 			
		}
   	}        
  
 /*==========  Non-Mobile First Method  ==========*/   