@import url(http://fonts.googleapis.com/css?family=Pontano+Sans);


.pro_heading
{
    background-color:#2268AA;
    padding-top:5px;
    padding-bottom:5px;
    letter-spacing: 1px;
    padding-left:5px;
}
.ask_price
{
    cursor:pointer;
     width:150px; height:40px;  margin-top:25px;
    background:url(../images/ask_price.png);
}
.ask_price:hover
{
    cursor:pointer;
    width:150px; height:40px;
    background:url(../images/ask_price_h.png);
}
.interested
{
    cursor:pointer;
    opacity:0.9;
}
.interested:hover
{
    cursor:pointer;
    opacity:1;
}
.call
{
    font-size:13px; float:right; margin-right:30px; 
}
.call tbody tr td
{
    padding:0;
}
.left_img
{
    border: 5px solid #DDDFE3;
    padding-top: 10px;
    padding-bottom: 5px;
    box-shadow: 0px 0 10px #000;
    width:230px; height:230px;
    vertical-align:middle;
    overflow:hidden;
    background-color: #fff;
    cursor:pointer;
    
}
.left_img2
{
    border: 5px solid #DDDFE3;
    padding-top: 10px;
    padding-bottom: 5px;
    box-shadow: 0px 0 10px #000;
    width:300px; height:300px;
    vertical-align:middle;
    overflow:hidden;
    margin-top:20px;
    background-color:#fff;
    
}

/* #p1, #p2, #p3, #p4, #p5, #p6, #p7, #p8, #p9, #p10, #p11, #p12, #p13, #p14, #p15, #p16, #p17, #p18, #p19, #p20, #p21, #p22, #p23, #p24, #p25, #p26, #p27, #p28, #p29, #p30, #p31
{
    border: 1px solid #DDDFE3;
    background-color: #F1F2F4;
}
 */
.position {
  
  position: absolute;
  z-index: 999;
  padding: 4px !important;
  
}
#top-bar {
    float: left;
    background-color: rgba(255,255,255,0.9);
    margin: -8px 0px 0px;
    z-index: 1;
    position: absolute;
}
#top-bar li {
    float: left;
    margin-right: 73px;
    padding: 12px 0 12px;
    color: #444444;
    font-family: 'Roboto',sans-serif;
    font-size: 12px;
    list-style: none outside none;
}
a .read
{
    position:absolute; width:100px; margin:12px 0 0 -157px; font-size:13px; color:#fff; 
}
a .read:hover
{
    color:#FDD818; text-decoration:underline;
}
a .enq
{
   position:absolute; width:100px; margin:12px 0 0 3px; font-size:13px; color:#fff;
}
a .enq:hover
{
    color:#FDD818; text-decoration:underline;
}
* {
	margin:0;
	padding:0;
}

/** element defaults **/
table {
	text-align: left;
}
/**
th, td {
	padding: 13px 0 12px 0px;
}  **/

th {
	color: #fff;
	background: #799AC0 none repeat-x scroll left top;
}

/** td {
	border-bottom: 1px dashed #ccc;
}  **/
.li_bdr
{
    margin-left:5px;
}
.li_bdr li
{
    list-style:none;
    border:1px solid #ccc;
    margin-top:2px;
    width:49.5%;
    float:left;
    margin-left:2px;
    padding-bottom:2px;
    padding-top:0px;
}



fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}

fieldset legend {
	font-weight: bold;
	font-size: 13px;
	padding-right: 10px;
	color: #333;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}

form input, form select, form textarea {
	padding: 2px;
	color: #333333;
	border: 1px solid #ddd;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

form input.formbutton {
	border: none;
	background: #DE2D3A;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

form.searchform input {
  font-size: 15px;
    padding: 6px;
}

form.searchform p {
	margin: 5px 0;
}


span.required {
	color: #ff0000;
}



/*accordian*/

.ac-container{
	text-align: left;
}
.ac-container label{
    position: relative;
    z-index: 20;
    display: block;
    height: 30px;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    letter-spacing: 0.5px;
    padding-top: 4px;
    padding-left: 4px;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 1px 0px 0px 0px rgba(0, 117, 255, 0.9) inset, 0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
	background: #025273;
}
.ac-container label a:
{
  color:#000;  
}
.ac-container label a:hover
{
    color:#fff; 
}
.ac-container input:checked + label a
{
    text-decoration: none;
    letter-spacing: 0.4px;
    font-size: 13px;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #025273;
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
		padding-top: 5px;
    padding-left: 5px;
}
.ac-container label:after,
.ac-container input:checked + label:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: -3px;
	top: 7px;
}
.ac-container input:checked + label:after{
}
.ac-container input{
	display: none;
}
.ac-container article{
	margin-top: 1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: 165px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 118px;
}
.ac-container input:checked ~ article.ac-large{
	height: 112px;
}




#popup {
		visibility: hidden;
		opacity: 0;
		margin-top: -689px;
	}

	#popup:target {
		visibility:visible;
		opacity: 1;
		background-color: #000000c2;
		position: fixed;
		top:0;
		left:0;
		right:0;
		bottom:0;
		margin:0;
		z-index: 99999999999;
		-webkit-transition:all 1s;
		-moz-transition:all 1s;
		transition:all 1s;
	}

	@media (min-width: 768px){
		.popup-container {
			width:200px;
		}
	}
	@media (max-width: 767px){
	 
		.popup-container {width:300px;}
		#popup{ margin-top:-350px;}
		}
 
		.popup-container { position: relative;margin: 13% auto; padding: 7px 31px;background:#444444; border-radius: 0px;width:360px;box-shadow: 0 0 2px 2px #8B8B8B;border-radius: 15px;    border: 4px solid #0474ff;}
		a.popup-close {position: absolute;top:3px;right:3px;border:0;outline:none;}
     	a.popup-close img{border:0;outline:none;}
        .popup-form p {margin-bottom: 5px; font-size: 20px; color:white;text-align:center}
        .popup-form{width: 100%;}

	   
		.popup-form h2 {
			margin-bottom: 5px;
			font-size: 20px;
			/*margin-top:-20px;*/
		}
		.popup-form .input-group {
			margin:10px auto;
		}
			.popup-form .input-group input {
				padding: 5px;
    margin-bottom: 10px;
    border-radius: 12px;
    font-size: 14px;
    display: block;
    width: 110%;
    border: 1px solid #ccc;
			}
			.popup-form .input-group input:focus {
				 border: 1px solid #FB8833; 
				 outline:none;
			}
			.popup-form .input-group input[type="email"] {
				border:0px;
				position: relative;
			}
			.popup-form .input-group input[type="submit"] {
				background-color: #FB8833;
				color: #fff;
				border: 0;
				cursor: pointer;
			}
			.popup-form .input-group input[type="submit"]:focus {
				box-shadow: inset 0 3px 7px 3px #ea7722;
			}
				
.call {font-size: 13px;float: right; margin-right: 30px;margin-top: -11px;}
.call {text-decoration:underline;}
.call tbody tr td img{ border:0; outline:none;margin-top: 11px;}
			

.web_dialog420 {
    position: fixed;
    top: 25%;
    left: 50%;
    margin-left: -320px;
    margin-top: -100px;
    background-color: #ffffff;
    box-shadow: 0 0 5px 5px #8B8B8B;
    padding: 0px;
    z-index: 9991;
    font-family: Verdana;
    font-size: 10pt;
}
.img-replace {
  
  display: inline-block;
  overflow: hidden;
  text-indent: 100%; 
  color: transparent;
  white-space: nowrap;
}
.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  z-index: 9999;
}

.bts-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: black;
  border-radius: none; 
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bts-popup-container img {
  padding: 20px 0 0 0;
}
.bts-popup-container p {
	color: white;
  padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
	display: inline-block;
  margin-bottom: 10px;
}

.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}






.bts-popup-container .bts-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 16px;
  height: 3px;
  background-color: white;
}
.bts-popup-container .bts-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.bts-popup-container .bts-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
  top: 13px;
}
.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}




@media only screen and (min-width: 1170px) {
  .bts-popup-container {
    margin: 8em auto;
  }
}
  
@media (max-width: 768px) {
#popup {
		visibility: hidden;
		opacity: 0;
		margin-top: -505px;
	}
.is1{max-width:16%}
.header.shrink .is1{max-width:16%;    margin: 0px 0px 0px 158px;}
.header {height: 53px;    margin: 0px 0px 0px 158px;}
.header.shrink {height: 50px;    margin: 0px 0px 0px 0px;}
.header.shrink h1 {font-size: 15px;}



}
@media only screen and (max-width:480px) 
{
 #popup {
		visibility: hidden;
		opacity: 0;
		margin-top: -439px;
	}
	
.is1{max-width:23%;margin: 0px 0px 0px 75px;}
.header.shrink .is1{max-width:23%;margin: 0px 0px 0px 75px;}
.header {height: 53px;margin: 0px 0px 0px 0px;}
.header.shrink {height: 50px;}
.header.shrink h1 {font-size: 15px;}
	
}
