/*
Theme Name: Twenty Thirteen
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

@charset "utf-8";
/* CSS Document */
body { margin: 0; padding: 0; background:url(images/home-bg.jpg) top center repeat-x; font-size:16px;	line-height:normal; color: #373737; -webkit-font-smoothing: subpixel-antialiased; font-family: 'helvetica_neueregular'; font-weight:normal;  }

#inner-bg { background:url(images/inner-bg.jpg) top repeat-x; }

@font-face {
    font-family: 'enamelaregular';
    src: url('fonts/enamela-condensed-webfont.eot');
    src: url('fonts/enamela-condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/enamela-condensed-webfont.woff') format('woff'),
         url('fonts/enamela-condensed-webfont.ttf') format('truetype'),
         url('fonts/enamela-condensed-webfont.svg#enamelaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'enamelabold';
    src: url('fonts/enamela-condensedbold-webfont.eot');
    src: url('fonts/enamela-condensedbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/enamela-condensedbold-webfont.woff') format('woff'),
         url('fonts/enamela-condensedbold-webfont.ttf') format('truetype'),
         url('fonts/enamela-condensedbold-webfont.svg#enamelabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'enamelaregular';
    src: url('fonts/enamela-condensedmedium-webfont.eot');
    src: url('fonts/enamela-condensedmedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/enamela-condensedmedium-webfont.woff') format('woff'),
         url('fonts/enamela-condensedmedium-webfont.ttf') format('truetype'),
         url('fonts/enamela-condensedmedium-webfont.svg#enamelaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'enamelabold_italic';
    src: url('fonts/enamela-condensedbolditalic-webfont.eot');
    src: url('fonts/enamela-condensedbolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/enamela-condensedbolditalic-webfont.woff') format('woff'),
         url('fonts/enamela-condensedbolditalic-webfont.ttf') format('truetype'),
         url('fonts/enamela-condensedbolditalic-webfont.svg#enamelabold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helvetica_neueregular';
    src: url('fonts/helveticaneue-medium-webfont.eot');
    src: url('fonts/helveticaneue-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneue-medium-webfont.woff') format('woff'),
         url('fonts/helveticaneue-medium-webfont.ttf') format('truetype'),
         url('fonts/helveticaneue-medium-webfont.svg#helvetica_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

*::selection{ background: #df4117; color: #fff; }
*::-moz-selection{ background: #df4117; color: #fff; }
.clearfix {
	*zoom:1;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix:after {
    clear: both;
}

.left-sec .bnr-nnr {
    padding: 0 2%;
}
.left-sec .bnr-nnr img {
    width: 100%;
   /* height: auto;*/
}
.wpcf7-not-valid-tip {position: relative !important;}

/*This css style will prevent skype from formatting the numbers in web-page*/
span.skype_pnh_container {display:none !important;}
span.skype_pnh_print_container, span[class^="skype_pnh_print_container"] {display:inline !important;} 

a[href^=tel]{color:#df4117; text-decoration:none;}
a[href^=tel]:hover{color:#df4117; text-decoration:none;}

/*Default CSS*/
:focus { outline:0; }
img{ border: none;  outline: none;  }
a{ color: #df4117;  text-decoration: none; outline: none; -moz-transition:all 0.8s ease; -webkit-transition:all 0.8s ease; transition:all 0.8s ease; }
a:hover { color: #373737; text-decoration: none; }
a:active { outline:none; }
a img { outline: none; filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0; -khtml-opacity: 1.0;}
a img:hover{ filter:alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8; -khtml-opacity:0.8;}

ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; margin:0px; padding:0px; }
caption th tr td { text-align:left; font-weight:normal; margin:0px; padding:0px;}
blockquote:before,blockquote:after,q:before,q:after { content:""; }
#menu-content ul li.current-menu-item a{ color: #FFFFFF; text-decoration: none;}
h1, h2, h3{ font: 1.2em Arial, Helvetica, sans-serif; font-weight:bold; margin: 0px; padding: 0px; }
h1{margin:0px; font-family: 'enamelaregular'; font-size:45px; color:#df4117; font-weight:bold; text-transform:uppercase; line-height:45px;} 
h2{ margin:0px; font-family: 'enamelaregular'; font-size:28px; color:#df4117; font-weight:bold; font-style:italic; text-transform:uppercase; line-height:28px;}
h3{	 margin:0px; font-size:16px; color:#df4117; font-family: 'Fjalla One', sans-serif; font-weight:normal; padding: 0px 0px 10px 0px;}
h4{	 margin:0px; font-size:16px; color:#df4117; font-family: 'enamelaregular', sans-serif; text-transform:uppercase; font-weight:normal; padding: 0px 0px 10px 0px;}

ul{	padding: 0px; margin: 0px; }
li{	line-height: 21px; list-style:none; /*background:url(images/bullet.jpg) no-repeat 0px 9px;*/ padding-left:15px; outline: none; padding-bottom: 5px;}
.menu-footer-container ul.menu li{	line-height: 21px; list-style:none; background:url(images/bullet.jpg) no-repeat 0px 9px; padding-left:0px; outline: none; padding-bottom:0px;}
p{	margin: 0px; line-height: 25px; padding:5px 0;}

.cleardiv{clear: both; height:1px;}
.imgleft{width: auto; float: left; margin-right: 10px; margin-bottom:0px;}
.imgright{ width: auto; float: right; margin-left: 10px;}

.top-sec { width:1170px; margin:0 auto; padding:26px 0;}
.logo {float:left; margin:0px;}
.ie8 .logo {float:left; margin:0px; height:58px; width:300px;}
.call-sec {float:right; margin:0px; text-align:right; font-family: 'enamelaregular'; font-size:24px; color:#333333; font-weight:normal; font-style:italic;
	text-transform:uppercase; line-height:31px; }
.call-sec span { font-size:42px; color:#df4117; font-weight:bold;}

/*Navigation*/
#menubar{ width:1170px; margin:24px auto 0; padding:0px; border:none;}
#menu-content { padding: 0;}
#menu-content ul { margin: 0; padding: 0px; }
#menu-content ul {
	*zoom:1;
}
#menu-content ul:before, #menu-content ul:after {
    content: "";
    display: table;
    line-height: 0;
}
#menu-content ul {
    clear: both;
}

#menu-content li { float: left; list-style-type: none; margin: 0px; padding: 0px; position:relative; border-left:1px solid #4E4E4E }
#menu-content li a { display:block; font: 19px  'enamelaregular'; font-weight:normal; text-transform:uppercase; color: #9e9d9d; text-decoration: none;   padding: 8px 40px 12px; margin-left:0px; -moz-transition:all 0.8s ease; -webkit-transition:all 0.8s ease; transition:all 0.8s ease;   }
#menu-content li.menu-item-22{
	border-right: 1px solid #4E4E4E;
}
#menu-content li a:hover { color:#fff; text-decoration: none; }
#menu-content li a.current { color:#fff; text-decoration: none; }
.menu-line { width:1px; height:51px; float:left; background:#4e4e4e; display:none;}

.banner-sec { width:1170px; margin:5px auto 0;}
.banner-left { width:560px; float:left;}
.banner-right { width:350px; float:left; padding:80px 0 0;
	font-family: 'enamelaregular'; font-size:30px; color:#df4117; font-weight:bold; font-style:italic; text-transform:uppercase; line-height:60px; }

.banner-left img {  height: 459px;}
.col-wht { color:#fff; }
.banner-right p { font-size:42px; font-weight:normal; padding:40px 0 0;}
.banner-right img { float:left; margin:100px 0 0; }

.middle-sec{ width:1170px; margin:23px auto 0;
	font-family: 'enamelaregular'; font-size:28px; color:#df4117; font-weight:bold; font-style:italic; text-transform:uppercase; line-height:28px; }
.middle-sec a { color:#df4117; text-decoration:none; display:block;}
.middle-sec a:hover { color:#000; text-decoration:none; }
.middle-sec img { margin:0 0 20px; }
.mid-1 { width:210px; float:left; margin:0px; text-align:center; }
.mid-2 { width:210px; float:left; margin:0 0 0 30px; text-align:center; }
.mid-3 { width:210px; float:left; margin:0 0 0 30px; text-align:center; }
.mid-4 { width:210px; float:left; margin:0 0 0 30px; text-align:center; }
.mid-5 { width:210px; float:right; margin:0px; text-align:center; }

.divider { width:100%; height:1px; background:#c3c3c3; margin:30px 0; }

.content-home { width:1170px; margin:20px auto 0; }
.left-home { width:480px; float:left; padding:10px 0 0; }
.right-home { width:620px; float:right; }
.right-home ul { margin:0px; padding:10px 0 0; }
.right-home ul li { padding:0 0 0 20px; background:url(images/tick-img.jpg) no-repeat 0px 15px; list-style:none; line-height:40px;
font-family: 'helvetica_neueregular'; font-size:17px; color:#000; font-weight:normal; }
.right-home ul li a { color:#000; text-decoration:none; }
.right-home ul li a:hover { color:#df4117;}
.right-home-list { width:50%; float:left; margin:0px; }

.ad-sec { width:1138px; margin:30px auto 10px; padding:15px 0px 10px 30px; border:1px solid #dadada; }
.ad-left { width:500px; float:left; }
.ad-txt1 { margin:0px; font-family: 'enamelaregular'; font-size:36px; color:#df4117; font-weight:bold; font-style:italic; text-transform:uppercase; line-height:45px; }
.ad-txt2 { margin:0px; padding:0px; font-family: 'helvetica_neueregular'; font-size:20px; color:#414042; font-weight:normal; }
.book-btn { float:left; margin:15px 0 0 30px; }
.logo-btn { float:left; margin:0px 0 0 32px; }
.logo-btn img { float:left; margin:0 25px 0 0; }

#footer-b#menu-content li a {
  color: #9e9d9d;
  display: block;
  font: 19px "enamelaregular";
  margin-left: 0;
  padding: 8px 40px 12px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.8s ease 0s;
}lock { width:100%; background:#3e3e3e; margin:0px 0 0; padding:30px 0 20px; }
.footer-sec { width:1170px; margin:0 auto; font-family: 'helvetica_neueregular'; font-size:12px; color:#878789; font-weight:normal; line-height:22px; }
.footer-sec a { color:#878789; text-decoration:none; }
.footer-sec a:hover { color:#df4117; text-decoration:none; }
.footer-left { width:300px; float:left; }
.footer-mid { width:595px; float:left; }
.footer-mid a { color:#fff; line-height:30px;}
.footer-right { width:275px; float:right; line-height:18px; }
.font15 { font-size:15px; }
.like-btn { float:left; margin:30px 0 0 0; }
.in-btn { float:left; margin:20px 0 0 20px; }

.direct_click{ background:#373737; height:150px; position:relative; }
.direct_inner{ width:1170px; margin:0 auto; padding: 42px 0 0; }
.direct_left{ width:60%; float:left; }
.direct_left p{ color:#878789; line-height: 15px; margin:0px; padding:0px; font-size:11px; }
.direct_left span { color:#fff; }	
.direct_right{ text-align:right; float:right; padding: 20px 0 0; }
.bottom_arrow{ position: absolute; right: 13px; top: 108px; }
	
.page_part { padding:0 0 30px 0; }
.page_part_inner{ width:1170px; margin:0 auto; padding:30px 0 0 0; }

.main_page{ border-bottom: 1px solid #C3C3C3; border-top: 1px solid #C3C3C3; margin: 0 0 40px; }
.main_page_inner{ width:1170px; margin:0 auto; }
.main_page_inner p { margin:0px; padding:10px 0; }


.left-sec { float:left;width: 70%; background-color: #ededed; background-position: center center; margin-top: 15px;}
    .leftcon
    {
	padding: 10px 2%;
    }
    .bnr-nnr img{
	max-width: 100%;
    }
.right-sec { width:27%; float:right; padding-top: 15px; }
.right-sec ul { margin:0px; padding:10px 0 0; }
.right-sec ul li { padding:0 0 0 20px; background:url(images/tick-img.jpg) no-repeat 0px 7px; list-style:none; line-height:25px;
font-family: 'helvetica_neueregular'; font-size:15px; color:#000; font-weight:normal; }
.right-sec ul li a { color:#000; text-decoration:none; }
.right-sec ul li a:hover { color:#df4117;}

.video { margin:10px auto; text-align:center; }
.blog-left { width:70%; float:left;width: 70%; background-color: #ededed; background-position: center center;}
.blog-right { width:24%; float:right; padding: 15px; background:#e4e4e4; }
.search-input { width:96%; background:#fff; border:1px solid #CCC; padding:4% 2%; font-family: 'helvetica_neueregular';}
.search-btn { width:92px; height:42px; float:left; background:url(images/search-btn.jpg) no-repeat; cursor:pointer; border:none; margin:10px 0; text-indent: -999px; }
.blog-right ul { margin:0px; padding:0px 0 0; }
.blog-right ul li { padding:0 0 0 20px; background:url(images/blog-tick.jpg) no-repeat 0px 8px; list-style:none; line-height:25px;
font-family: 'helvetica_neueregular'; font-size:15px; color:#000; font-weight:normal; }
.blog-right ul li a { color:#000; text-decoration:none; }
.blog-right ul li a:hover { color:#df4117;}
.blog-right h2{ margin:10px 0; font-family: 'enamelaregular'; font-size:20px; background:#3e3e3e; color:#fff; font-weight:normal; font-style:normal; text-transform:uppercase; line-height:22px; padding:5px 0 8px 8px; width:95%;}
.left-sec .rest-list li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    list-style: outside none disc !important;
    padding: 1px;
}


/* for contact form 7 */
.alert-box, .wpcf7-response-output {
	/*padding:20px 20px 20px 90px !important;*/
	font-size:.91em;
	line-height:1.4em;
	border:1px solid #dbdbdb;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	padding: 7px 0 16px 11px !important;
    width: 270px;
	}
	.error-box, .wpcf7-mail-sent-ng {
		border-color:#ff9999;
		color:#c31b00;
		background-color:#ffcccc;width: 204px;
		}
	.attention-box, .wpcf7-validation-errors, .wpcf7-spam-blocked {
		border-color:#e6c555;
		color:#9e660d;
		background-color:#fdebae; width:250px !important;
		}
	.notice-box {
		border-color:#68a2cf;
		color:#2e6093;
		background:url(images/icon-info.png) no-repeat 20px 50% #bfe4f9;
		}
	/*.approved-box, .wpcf7-mail-sent-ok {
		border-color:#a3c159;
		color:#5e6f33;
		background:url(images/icon-download.png) no-repeat 20px 50% #ccff99;
		}*/
.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 #F3B7B7 !important;
    border: 1px solid red !important;
    color: red !important;
    left: 0px !important;
    padding: 6px 0 5px 10px !important;
    position: absolute;
    top: 0px !important;
    width: 274px !important;
}

span.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form h3 {
    color: #333333;
    font-family: 'ProximaNovaBold';
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: -11px;
}
.input-txt {
    background: url(images/form_bg.jpg) repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #BDBCBD;
    color: #000;
    font-size: 16px;
	
    height: 21px;
    margin-bottom: 6px;
    padding: 6px 10px;
    width: 264px;
}
.right-sec .input-txt {
      padding: 6px 2%;
    width: 96%;
    border: none;
	height:30px;
}

.right-sec .textarea{
      padding: 6px 2%;
    width: 96%;
    border: none;
	height:120px;
	color: #000; 
}


.testi-lft
{
    float: left;
    width: 65%;
}
.testi-ryt
{
float: right;
    width: 30%;
}
.testimonial {
    float: right;
    width: auto;
    text-align: right;
}
.marquee1 > div{
    width:98% !important;
}
.left-sec img
{
    max-width: 100%;
}

.left-sec article.post {
    border-bottom: 1px dashed #df4117;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.right-sec .send-btn1
{
  text-transform: uppercase;
    background:#df4117;
        text-indent: 0;
}
.right-sec .attention-box, .right-sec .wpcf7-validation-errors, .right-sec .wpcf7-spam-blocked
{
     margin: 20px 0 0 !important;
    padding: 3% !important;
    width: 92% !important;
}
.right-sec span.wpcf7-not-valid-tip
{
    width: 95% !important;
}
.main_page .main_page_inner
{
    display: none;
}
.rytcontact-div{
    background: none repeat scroll 0 0 #3e3e3e;
    color: #fff;
    padding: 30px 4%;
}

select, input, textarea, input[type="text"], input[type="email"] {
    box-shadow: none;
    color: #222222;
    font-family: 'ProximaNovaRegular';
    font-size: 13px;
}

textarea {
    padding: 6px 10px;
    resize: none;
    width: 264px;
}
.textarea {
    border: 1px solid #BDBCBD;
    color: #AFAFAF;
    font-size: 16px;
    height: 100px;
    margin-bottom: 6px;
    padding: 6px 10px;
    width: 264px;
}

.send-btn1 {  background: url("images/submit.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #3E3E3E;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'helvetica_neueregular';
    font-size: 18px;
    padding: 9px 30px;
    text-indent: -999px;
    width: auto;
    height: 40px;
    padding: 5px !important;
}

.blog-right .cat-item{ background: url("images/blog-tick.jpg") no-repeat scroll 0 8px rgba(0, 0, 0, 0);
    color: #000000;
    font-family: 'helvetica_neueregular';
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
    list-style: none outside none;
    padding: 0 0 0 20px; }
	.blog-right .cat-item a{color: #000000;} 
	.blog-right .cat-item a:hover{color: #DF4117;}
	.entry-header h1{ font-size:24px; font-weight:normal;}
	.date {
    margin-right: 10px;
}

.categories-links {
    margin-right: 10px;
}
.author.vcard {
    margin-right: 10px;
}
.archive-title {
    margin-bottom: 20px;
}    

#wpcf7-f55-t1-o1{   padding-left: 34px;
    width: 403px;}
	
	
	.custom .my-paginated-posts {
font-size:10px; font-weight:normal; font-family:arial; }

.custom .my-paginated-posts p { font-size:1.4em; }

.custom .my-paginated-posts p a {
background:#E8E8E8; color:#000; margin-left:0.6em; margin-right:0.6em;
padding:0.5em 0.7em; text-decoration:none; }

.custom .my-paginated-posts a:hover { color:#fff; background:#7F1315; }
.navi{ margin-top: 10px;  font-size: 15px;}


.slicknav_menu{ display:none; padding:0px;}
.slicknav_btn{ display:none}
.ie8 .cycloneslider-slide img{ display:none;}
.ie8 .blog-right .cat-item {background: url("images/blog-tick.jpg") no-repeat scroll 0 8px ;}
.col-wht1 { color:#fff; }
.footer-mid p{ padding:0px; width:90%; }
.left-sec1 { width:30%; float:left; }
.right-sec1 { width:60%; float:right; padding-top: 15px;line-height: 24px; }
.nav-links a {  margin-left: 20px;}
.cycloneslider-slide img{ display:none\0/IE9;}

.mapecode {font-weight: bold;line-height: 0;margin-bottom: 5px;margin-top: 10px;}
.mapecodetext {padding-bottom: 5px; padding-top: 0;}
.testimonial{ margin-bottom:25px;}
#menu-content .menu li ul.sub-menu{ display:none;}
#menu-content .menu li:hover ul.sub-menu{ display:block;}
#menu-content .menu li ul.sub-menu{ position:absolute; left:0; top:47px; z-index:999; width:363px; background:#313131;}
#menu-content .menu li ul.sub-menu li{ display:block;float:none;border-left:0px;}
#menu-content .menu li ul.sub-menu li a {	padding:2px 0px 2px 15px;}
.resident li {line-height: 13px;}
.resident { margin-left: 60px;  margin-top: 20px;}
.marquee1 { height: 167px !important; margin-top: -23px;}
.marquee0 {height: 200px !important; width: 99%; border: 1px solid #DADADA; padding-top:5px;}
.right-sec2{width:22%; float:right; padding-top: 15px;}
.left-sec10 { float: left; width: 65%; min-height:400px;}
.altimg {float: left;width: auto;}
.downlode > p {font-size: 12px;background: url(images/pdf-icon.png) no-repeat 4% 10%;padding-top: 0px;background-size: 19px;padding-left: 35px;padding-right: 10px;word-break: break-word;line-height: 25px;}
.altimg p a img {max-width: 240px;padding-left: 10px;}
.left-sec10 ul li{ list-style:disc; margin-left: 31px;}
.downlode{margin-top: 70px;width: 99%;border: 1px solid #DADADA; min-height:200px;padding-top: 0px;}
.downlode span{ padding-left:53px;}
#menu-content ul li ul.sub-menu li a{color:#9E9D9D;}
#menu-content ul li ul.sub-menu li a:hover{ color: #FFFFFF;}
#menu-content .menu li ul.sub-menu li.current-menu-item a{color: #FFFFFF;}

.testimonial > span {
    color: #DF4117;
}
.bordretesti{    border-bottom: 1px solid #ddd;
    margin-bottom: 23px;}

.marquee1 div p a {display:inline-block; margin:0 5px;}
.page-id-119 table#erstable img{width:150px !important;}
table#erstable {font-size:14px !important;width:100%; }
table#erstable td{width:150px !important;padding-bottom:30px;vertical-align: top;padding-top: 10px;}

#productleft-sec10{width:70%;width: 70%; background-color: #ededed; background-position: center center; margin-top: 15px;}
table#erstable{margin:60px 0px; max-width:none;}
table#erstable td.downlode{border:0;}

#gallery-1 .gallery-item {
    padding-right: 15px;
}

.entry-content img {
    max-width: 100%;
}

.graybg{background: none repeat scroll 0 0 #ededed;
    padding-bottom: 50px;}
    
.left-sec li {
    background: url("images/tick-img.jpg") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
}

.service-image {
    border: 1px solid black;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
}
.gallery-list h4 {
    display: none;
}
.title-area h2{
    display: none;
} 
.gallery-list {
    margin: 40px 0 !important;
    padding: 0 10px;
}
.maps iframe{
    pointer-events: none;
}
.rest-list {
    margin-top: -3px;
}

.banner-last {
    float: right !important;
    padding: 80px 0 0;
}
.restricted-btn {
    background-color: #df4117;
    border: 1px solid #df4117;
    color: #fff;
    height: 35px;
  
}

.g-recaptcha { 
    margin-bottom: 1rem; 
	transform:scale(0.90); 
	-webkit-transform: scale(0.90); 
	transform-origin:0 0; 
	-webkit-transform-origin:0 0; 
}

.gallery-img img {
	width: 100%;
	transition: transform 0.3s ease-in-out 0s;
	-moz-transition: -moz-transform 0.3s ease-in-out 0s;
	-webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
	-o-transition: -o-transform 0.3s ease-in-out 0s;
	-ms-transition: -ms-transform 0.3s ease-in-out 0s;
	height: 150px;
}
#footer-block {
    padding: 15px;
}

@media only screen and (max-width: 640px) {
.footer-mid p {
    padding: 0 19px;
    width: 100%;
}
.direct_left p{text-align: center;}
.footer-sec{text-align: center;}
.top-sec {
  padding: 50px 0;
}
.logo img {
  margin-top: -6px !important;
}
}
@media only screen and (max-width: 568px) {
    .top-sec {
  padding: 13px 0;
}
.call-sec {
  margin: 19px 0 0 !important;
}
.logo img {
  margin-top: 0 !important;
}
}
@media only screen and (max-width: 670px) {
    .restricted-btn {
          font-size: 13px;
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	.left-sec .rest-list li 
	{
		background: url("images/bulletPoint.png") no-repeat scroll 0 8px / 5px auto rgba(0, 0, 0, 0);
		padding: 1px;
		padding-bottom: 5px;
		padding-left: 10px;
	}
}

.logo img {
  margin-top: -17px;
}
