@import url(http://fonts.googleapis.com/css?family=Pontano+Sans);

 

.flat a, .flat a:after {
	background: whitesmoke;
	color: black;
	transition: all 0.5s;
}
.flat a:before {
	background: white;
	box-shadow: 0 0 0 1px #ccc;
}
.flat a:hover, .flat a.active, 
.flat a:hover:after, .flat a.active:after{
	background:#e50202;
}




.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;
    
}


.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-container { position: relative;margin: 13% auto; padding: 11px 20px;background: #cce0f0; border-radius: 0px;width:300px;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:#000;text-align:center}
.popup-form{width: 100%;}
.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;}

#popup {
		visibility: hidden;
		opacity: 0;
		margin-top: -702px;
	}
	#popup:target {
		visibility:visible;
		opacity: 1;
		background-color:#1010108c;
		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 {
			 
		}
	}
	@media (max-width: 767px){
		.popup-container {
			width:100%;
		}
	}
	.popup-container {
		position: relative;
    margin: 13% auto;
    padding: 8px 19px;
    background: none repeat scroll 0 0 #eff8fe;
    border-radius: 3px;
    width: 300px;
    box-shadow: 0 0 2px 2px #8B8B8B;
     
    box-shadow: inset 0 5px 8px 1px #cae2f0,inset 0 -5px 8px -1px #cae2f0;
	}

	a.popup-close {
		position: absolute;
		top:3px;
		right:3px;
		
	}

	 


	
		.popup-form h2 {
			margin-bottom: 5px;
			font-size: 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: 92%;
    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;
			}
			
			
			/* inquiry popup Start */
			
			.web_dialog_overlay
        {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            height: 100%;
            width: 100%;
            margin: 0;
            padding: 0;
            background: #000000;
            opacity: .7;
            filter: alpha(opacity=15);
            -moz-opacity: .55;
            z-index: 101;
            display: none;
        }
        .web_dialog
        {
    display: none;
    position: fixed;
    top: 20%;
    left: 25%;
    margin: 0 auto;
    /* margin-top: -100px; */
    background-color: #ffffff;
    box-shadow: 0 0 5px 5px #8B8B8B;
    padding: 0px;
    z-index: 9991;
    font-family: Verdana;
    font-size: 10pt;
        }
        .web_dialog1
        {
                display: none;
    position: fixed;
    top: 35%;
    left: 53%;
    margin-left: -320px;
    margin-top: -100px;
    background-color: #ffffff;
    box-shadow: 0 0 5px 5px #8B8B8B;
    padding: 0px;
    z-index:9999;
    font-family: Verdana;
    font-size: 10pt;
    border:2px solid #444444;
    border-radius:5px;height:200px; width:600px; text-align:center;
        }
        .web_dialog_title
        {
           padding-bottom: 7px;
    color: #000;
    font-weight: bold;
    font-size: 14px;
        }
        .web_dialog_title a
        {
            color: White;
            text-decoration: none;
        }
        .align_right
        {
            text-align: right;
        }
        #btnSubmit
        {
            border:0; outline:none; background:url(../images/icons/btns.png);width:181px; height:40px;padding: 0px 100px 0px 50px;
        }
         #btnSubmit:hover
        {
            border:0; outline:none; background:url(../images/icons/btns_h.png);width:181px; height:40px; cursor:pointer;
        }
        .tbl
        {
            width: 100%; border: 0px; padding:12px;
        }
        .tbl tbody tr td
        {
           border-bottom:0; 
        }
        
       .message1 {
    width: 95%;
    background-color: #fff;
    height: 127px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
    color: #00A80C;
    font-family: Trebuchet MS,arial,sans-serif;
    text-align: center;
    line-height: 14px;
    margin-top: 9px;
    margin-left: 15px;
    padding-top:40px;
    
}

.img_left {
    width: 317px;
    height: 322px;
    display: table-cell;
    vertical-align: middle;
    border: 1px #cccccc solid;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 0px 1px 0px #B5B5B5;
}
.form_right {
    padding: 8px;
    box-shadow: 0px 0px 5px #d1d1d1;
    border: 1px solid #b7b7b7;
    background-color: #cce0f0;
    width: 97%;
    height: 100%;
    margin-left:5px;
    vertical-align: top;
    padding-top: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.form_top
{
    margin-top:-10px;font: 700 17px Arial, Helvetica, sans-serif;
    color: #6D6D6D;
    background-color: #ffffff;
    width: 100%;
    height: 28px;
    line-height: 0px;
    padding:12px;
    text-align: center;
}
.thank_pannel
{
     height:50px; width:100%; font-size:16px; font-weight:bold; border-bottom:2px solid #000;padding:10px 0 0 20px;
}


/* .btn {
    display: inline-block;
    padding: 1px 5px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
} */


.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 {
  /* replace text with an image */
  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 only screen and (max-width:768px) 
{
	.web_dialog {
   display: none;
    position: fixed;
    top: 4%;
    left: 0px;
    margin: 0 auto;
    margin-left: 24px;
    margin-top: 0px;
    background-color: #ffffff;
    box-shadow: 0 0 5px 5px #8B8B8B;
    padding: 0px;
    z-index: 9991;
    font-family: Verdana;
    font-size: 10pt;
}
}

 
@media only screen and (max-width:480px) 
{
	.web_dialog {
   display: none;
    position: fixed;
    top: 4%;
    left: 0px;
    margin: 0 auto;
    margin-left: 4px;
    margin-top: 0px;
    background-color: #ffffff;
    box-shadow: 0 0 5px 5px #8B8B8B;
    padding: 0px;
    z-index: 9991;
    font-family: Verdana;
    font-size: 10pt;
}	 
}

 
 	@media (max-width: 767px){
		 
		#popup{ margin-top:-521px;}
	}
	@media (max-width: 480px){
	 
		#popup{ margin-top:-445px;}
	}