*{margin: 0; padding: 0; outline:0;}
body{ margin:0; padding:0; line-height:1; font:14px 'PT Sans',san-serif; color:#2e2e2e; background-color:#fcfcfc; }
img{border:0; padding:0; margin:0; max-width:100%; }
a{text-decoration:none; color:#b40000;}
a:hover{text-decoration:none;}
blockquote p{padding:0; margin:0; }
blockquote{color:#777; font-style:italic; line-height:1.5; padding:20px 15px; margin:15px 0 20px; background:#f6f6f6; position:relative;}
p{line-height:1.5; margin:5px 0 15px;}
h1, h2, h3, h4, h5, h6 { color:#2e2e2e; line-height:1.5; -ms-word-wrap: break-word; word-wrap: break-word; font-weight:600; margin-bottom:20px;}
h1{font-size:38px; line-height:38px;}
h2{font-size:24px; line-height:32px;}
h3{font-size:22px; line-height:30px;}
h4{font-size:20px; line-height:22px;}
h5{font-size:16px; line-height:20px;}
h6{font-size:14px;}
.map-holder{
	overflow: hidden;
	max-width: 100%; 
}

 body {
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0 0 1em 0;
    background-image: url(images/backgreen.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
}
/* ny */


.card {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  position: absolute;
  left: calc(45% - 175px);
  top: calc(14% - 250px);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-delay: initial;
  transition-delay: initial;
  -webkit-transform: rotate(-10deg) translate(0, 0);
  transform: rotate(-10deg) translate(0, 0);
  -webkit-animation: cardIn 1s alternate cubic-bezier(0.87, -0.41, 0.19, 1.44);
  animation: cardIn 1s alternate cubic-bezier(0.87, -0.41, 0.19, 1.44);
}

@media (max-width: 767px) {
  .card {
    left: calc(59% - 115px);
    top: calc(9% - 164.5px);
  }
}

@media (max-width: 479px) {
  .card {
    left: calc(59% - 75px);
    top: calc(10% - 98px);
  }
}

.card:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 50px #000;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.card.is-opened {
  -webkit-transform: rotate(0deg) translate(175px, 0);
  transform: rotate(0deg) translate(175px, 0);
}

@media (max-width: 767px) {
  .card.is-opened {
    -webkit-transform: rotate(0deg) translate(115px, 0);
    transform: rotate(0deg) translate(115px, 0);
  }
}

@media (max-width: 479px) {
  .card.is-opened {
    -webkit-transform: rotate(0deg) translate(75px, 0);
    transform: rotate(0deg) translate(75px, 0);
  }
}

.card.is-opened .cart-page-front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

@-webkit-keyframes cardIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-10deg) translate(0, -100%);
    transform: rotate(-10deg) translate(0, -100%);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-10deg) translate(0, 0);
    transform: rotate(-10deg) translate(0, 0);
  }
}

@keyframes cardIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-10deg) translate(0, -100%);
    transform: rotate(-10deg) translate(0, -100%);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-10deg) translate(0, 0);
    transform: rotate(-10deg) translate(0, 0);
  }
}

.card, .card-page {
  width: 250px;
  height: 380px;
}

@media (max-width: 767px) {
  .card, .card-page {
    width: 230px;
    height: 329px;
  }
}

 

@media (max-width: 479px) {
  .card, .card-page {
    width: 125px;
    height: 214px;
  }
}

.card-page {
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  cursor: pointer;
  position: absolute;
  outline: 1px solid transparent;
}

.cart-page-front {
  -webkit-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-20deg);
  transform: rotateY(-20deg);
  z-index: 2;
}

.cart-page-outside, .cart-page-inside {
  position: absolute;
  -webkit-backface-visibility: hidden;
}

.cart-page-outside {
  border: 10px solid #fbfbfb;
  background:   url("front-bg.png") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .cart-page-outside {
    border: 5px solid #fbfbfb;
  }
}

.cart-page-inside,
.cart-page-bottom {
  background-color: #fbfcfd;
  background-image: url("pattern.png");
  border: 10px solid #fbfcfd;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  text-align: center;
}
.cart-page-bottom{
  flex-direction: column;
}
.card-page__title{
  font-size: 20px;
  color: #D50000;
}
@media (max-width: 767px) {
  .cart-page-inside,
  .cart-page-bottom {
    border: 10px solid #d4d1d0;
  }
}

.cart-page-inside {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  border-right: none !important;
  background-position: 0px 80px;
}

@media (max-width: 767px) {
  .cart-page-inside {
    background-position: 0px 30px;
  }
}

@media (max-width: 479px) {
  .cart-page-inside {
    background-position: 0px 30px;
  }
}

.cart-page-bottom {
  z-index: 1;
  border-left: none !important;
  background-position: -22px 80px;
}

@media (max-width: 767px) {
  .cart-page-bottom {
    background-position: 85px 30px;
  }
}

@media (max-width: 479px) {
  .cart-page-bottom {
    background-position: 0px 30px;
  }
}

.merry-christmas {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.merry-christmas img {
  width: 320px;
  height: auto;
}

@media (max-width: 767px) {
  .merry-christmas img {
    width: 200px;
  }
}

@media (max-width: 479px) {
  .merry-christmas img {
    width: 140px;
  }
}

.click-icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 20px;
  -webkit-animation: iconAnimation 1s infinite alternate ease-in-out;
  animation: iconAnimation 1s infinite alternate ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}

.click-icon svg {
  width: 96px;
  height: 96px;
}

@media (max-width: 767px) {
  .click-icon svg {
    width: 72px;
    height: 72px;
  }
}

@media (max-width: 479px) {
  .click-icon svg {
    width: 48px;
    height: 48px;
  }
}

.click-icon.is-hidden {
  opacity: 0;
}

@-webkit-keyframes iconAnimation {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  100% {
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
  }
}

@keyframes iconAnimation {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  100% {
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
  }
}

p {
  font-size: 14px;
  line-height: 1.2em;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .card-page__title{
    font-size: 16px;
  }
  p {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .card-page__text{
    display: none;
  }
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}

/* ny */

@media screen and (max-width: 1200px){.contact-box
{ 
display:none;
}}

@media screen and (max-width: 1200px){.facebook
{ 
display:none;
}}


@media screen and (max-width: 1200px){.title-text
{ 
display:none;
font-size:9px;
margin-top:55px;
}}



@media screen and (max-width: 767px){
	.holder .text-block,
	.holder .area{
		float: none !important;
		width: 100% !important;
		margin-bottom: 20px;
	}
	#post-7{
		overflow: auto;
	}
	#post-7 table{width: 767px;}
	
	#post-220{
		overflow: auto;
	}
	#post-220 table{width: 767px;}	
	
	#post-224{
		overflow: auto;
	}
	#post-224 table{width: 767px;}
	
	#post-226{
		overflow: auto;
	}
	#post-226 table{width: 767px;}	
	
	#post-231{
		overflow: auto;
	}
	#post-231 table{width: 767px;}
	
	#post-476{
		overflow: auto;
	}
	#post-476 table{width: 767px;}
	
	#post-564{
		overflow: auto;
	}
	#post-564 table{width: 767px;}
	
	#post-567{
		overflow: auto;
	}
	#post-567 table{width: 767px;}
	
	#post-593{
		overflow: auto;
	}
	#post-593 table{width: 767px;}	
	
	#post-35{
		overflow: auto;
	}
	
	#post-35 table{width: 767px;}
	
	 
	 #post-71{
		overflow: auto;
		
	
	} 
	#post-71 table{width: 767px;}
	
	
	#post-262{
		overflow: auto;
	}
	#post-262  table{width: 767px;}	
	
	#post-87{
		overflow: auto;
	}
	#post-87  table{width: 767px;}	
	
	
	#post-647{
		overflow: auto;
	}
	#post-647  table{width: 767px;}	
	
	#post-587{
		overflow: auto;
	}
	#post-587  table{width: 767px;}	
	
	#post-643{
		overflow: auto;
	}
	#post-643  table{width: 767px;}	
	
	#post-556{
		overflow: auto;
	}
	#post-556  table{width: 767px;}
}
 

 

code{color:#b40000; font-family:pt sans;}
h1.entry-title{ font-size:22px; text-transform:uppercase; margin-bottom:10px;display:none;}
.clear{clear:both;}
.right{float:right;}
.left{float:left;}
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.text-justify{text-align:justify;}
.alignleft{float:left; margin:5px 20px 5px 0;}
.alignright{float:right; margin:0 0 5px 20px;}
.aligncenter{margin:5px auto; text-align:center;}
.alignnone{float:none; display:block;}
 hr{background:url(images/hr.png) repeat-x center top; border:none; height:8px; padding:10px 0; clear:both;}
.wrapper_main{width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    min-height: 885px;
    
    background: #fdfcfc;}
.container{width:1100px; margin:0 auto;}
.header{ background: url(images/visual2splus.png)no-repeat center top;padding:0; z-index:101; border-bottom:1px solid #dddddd;}
.head_fix{ padding-top:80px;}
.mobile_nav a{background-color:#222222; border:1px #ccc solid; margin-top:10px; padding:12px 20px; display:none; color:#fff;}
.mobile_nav a:hover{ color:#f4e7e7;}
#logo{ margin-top:29px;float:left;  max-width: 240px;}
#logo h2{ text-transform:uppercase; margin:0; font:36px 'PT Sans',san-serif;}
#logo h2 a{ color:#b40000;}
#logo span{ display:block; font-size:13px;}
.header_right{float:right;}
nav{ font:16px 'PT Sans',san-serif;}
.mobile_nav a{ border:1px solid #cccccc;}
.blog-title{ font:700 25px 'PT Sans',san-serif; color:#2e2e2e; text-align:center; padding:30px 0;}




@media screen and (max-width: 1630px) and (min-width: 900px){
#logo img {
    margin-left:260px;margin-top:-60px;
}}


#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer h1 span, #footer h2 span, #footer h3 span, #footer h4 span, #footer h5 span, #footer h6 span{ color:#ffffff;}
.social-icons .icon{ background-color:#a4a4a4;}
.social-icons .icon:hover{ background-color:#b40000;}
.welcome_text{ background-color:#f1f1f1;}
.welcome_text .one_fourth:hover {
    background-color: #2e2e2e;
}
.welcome_text .one_fourth:hover .thumbox, .welcome_text .one_fourth .thumbox {
    background-color: #db0000;
}
.welcome_text .one_fourth:hover h4 {
    color: #fff;
}
.welcome_text .one_fourth:hover p {
    color: #ffffff;
}
.welcome_text .one_fourth.last_column{display: none;}

.phone_email{ float:right; padding:30px 0 0;}
h4.phone{font-size: 16px; background:url(images/icon_phone.png) no-repeat left 2px; padding:0 0 0 30px; font-weight:600; float:right; color:#28282a;}
h4.phone span{ color:#b40000;}

.col_one_half, .col_one_third, .col_one_fourth, .col_one_fifth{float:left;}
.col_one_half{width:48%; margin-right:4%;}
.col_one_third{width:31%; margin-right:3%;}
.col_one_fourth{width:22%; margin-right:3%;}
.col_one_fifth{width:18%; margin-right:2%;}

.welcome_text{}
.welcome_text img{vertical-align:top;}
.welcome_text .one_fourth a{ color:#2e2e2e;}
.welcome_text .one_fourth{width:30.3%; padding:15px 8px; margin-bottom:15px; background-color:none; text-align:center; margin-right:11px; cursor:pointer;}
.welcome_text .one_fourth:hover{cursor: default; }
.welcome_text .one_fourth a:hover{text-decoration:none; color:#fff;}
.welcome_text .one_fourth h4{font-size:19px; margin:5px 15px; text-transform:capitalize; font-weight:bold;}
.welcome_text .one_fourth:hover h4{color:#fff;}
.welcome_text .one_fourth .read{ font-size:14px; padding:0 20px 0 0; color:#b92626; background:url(images/readmore-icon.png) no-repeat right; display:inline-block;}
.welcome_text .one_fourth:hover .read{background:url(images/readmore-icon_hover.png) no-repeat right; color:#fff;}
.welcome_text .one_fourth p{ line-height:24px;}
.welcome_text .one_fourth:hover p{}
.welcome_text .one_fourth .thumbox{ width:40px; height:40px; line-height:35px; padding:5px; border-radius:50%; margin:0 auto;}
.welcome_text .one_fourth:hover .thumbox{}
.welcome_text .one_fourth .thumbox img{ vertical-align: middle; max-width:70%;}


.readmore{ color:#000; background:transparent; border:2px #7d7d7d solid; padding:5px 10px; margin:10px 0; display:inline-block;}
.readmore:hover{color:#711112;}
section ul{list-style:none; line-height:1.5;}
section ol, .content-area ol{margin-left:15px;}

.banner{
	position: fixed;
	top: 170px;
	right: 0;
	background: #f1f1f1;
	width: 200px;
	font-size: 18px;
	text-align: center;
	padding: 5px;
	z-index: 50;
	transition: all 0.5s ease;
}
.banner:hover a{
	color: #2e2e2e;
	transition: all 0.5s ease;
}
.banner a{display: block; transition: all 0.5s ease;}
@media only screen and (max-width:1024px){
	.banner{display: none;}
}
.post-comment{float:left;}
.post-date{float:left;}
.post-categories{float:left;}
.post-tags{float:left;}
img{height:auto;}

.pagination{padding:15px 0 5px; display:table;}
.pagination ul{list-style:none;}
.pagination ul li{list-style:none; background-image:none; padding:0; margin-right:5px; display:inline; float:left; margin-top:5px;}
.pagination ul li a, .pagination ul li span{display:inline-block; padding:5px 10px; color:#fff; background-color:#333;}
.pagination ul li span.current, .pagination ul li:hover a {background-color:#711112;}
#sidebar{margin-top:10px;}
#sidebar aside{margin-bottom:25px;}
#sitemain.nosidebar{margin-left:auto; margin-right:auto; float:none;}
.nav-previous{float:left;}
.nav-next{float:right;}
.postmeta{margin-bottom:15px;}
.post-navigation{padding-bottom:15px;}
.image-navigation .nav-next, .image-navigation .nav-previous{padding:15px 0;}
dd, dt{padding:5px 0; line-height:1.5;}
.wp-caption, .gallery-caption{max-width:100%; background:#f6f6f6; text-align:center; margin-bottom:10px;}
.wp-caption-text{text-align:center; color:#333; padding-bottom:10px; display:block; margin-bottom:0;}
.post-password-form input[type=password]{border:1px #ccc solid; padding:2px;}


/* woocommerce */
a.added_to_cart{background:#711112; padding:5px; display:inline-block; color:#fff; line-height:1;}
a.added_to_cart:hover{background:#000000;}
a.button.added:before{content:'' !important;}
#bbpress-forums ul li{padding:0;}
/*#subscription-toggle{float:left; padding:4px 0 0 15px;}*/
#subscription-toggle a.subscription-toggle{padding:5px 10px; display:inline-block; color:#711112; margin-top:4px;}
textarea.wp-editor-area{border:1px #ccc solid;}
article.type-post{margin-bottom:10px;}

.cf_text{width:400px; padding:5px; border:1px #ddd solid;}
.cf_textarea{width:400px; padding:5px; border:1px #ddd solid;}
.cf_captcha{width:278px; padding:5px; border:1px #ddd solid;}
.cf_button{padding:5px 15px; background:#711112; border:none; color:#fff; cursor:pointer;}
.cf_button:hover{background:#373838;}
.error_msg{color:#e00; padding-left:10px; vertical-align:top;}
.success_msg{color:#070; padding:5px 0 15px;}
.webicon{font-size:22px; padding:15px 0;}

/* =Editable Css
-------------------------------------------------------------- */
section#home_slider{ padding:0;}

.content-part{ width:630px; float:left;}
.page-content{ padding:0 25px;}
.sidebar-left img, .front-left img{ float: left; margin:5px 12px 5px 0;}
.sidebar-right{ width:290px; float:right; position:relative;}
.widget-area{ margin-bottom:20px;}
h3.widget_title{ font-size:22px;  margin:0 0 10px; padding:0 0 5px; border-bottom:1px solid #ddd;}
.sidebar-area ul{ list-style:none;}
.sidebar-area ul li{  padding:0; }
.sidebar-area ul li a{ background:url(images/category-arrow.png) no-repeat left 10px; display:block; text-decoration:none; color:#3f3f3f; padding:6px 0 6px 18px; }
.sidebar-area ul li a:hover{background:url(images/category-arrow-hover.png) no-repeat left 10px; color:#751313;}

.front-left{ float:left;}
.front-right{ width:22%; float:right; position:relative;}
.front-center{ padding:0 25px;}


.blog-post h3.entry-title{ border-top:1px solid #d9d9d9; line-height:30px; padding:8px 0 12px 0; margin:0;}
.blog-post .postmeta{border-top:1px dotted #cdcdcd; border-bottom:1px dotted #cdcdcd; line-height:22px; margin-bottom:15px; color:#555e58!important; font-size:12px; }
.entry-date{float:right;}
.post-thumb img{ float:left; margin:5px 15px 5px 0; }
footer.entry-meta{ clear:both;}
ol.comment-list{ list-style:none;}


.page_wrapper{ padding:20px 20px 1px; min-height: 600px; overflow:hidden; background:#e0e0e0;}
@media screen and (max-width: 479px){.page_wrapper{min-height: 10px;}h2{font-size:25px; line-height:28px;}}


.blog-post-repeat{ margin-bottom:20px;}
.sidebar-area{position:relative; margin-bottom:20px; padding:15px;}

#footer{ background:url(images/footerbg.jpg) repeat left top; color:#eeeeee; padding:20px 0 20px;}
#footer h3{ font-size:18px; margin:0 0 15px 0;}
#footer a, #copyright a{color:#fff;}
#footer a:hover, #copyright a:hover{color:#711112;}
#footer aside.widget{float:left; min-height:190px; width:20%; padding-right:3%; margin-right:3%; }
#footer aside.widget.first{ width:33%;}
#footer aside.widget.second{ width:24%;}
#footer aside.widget.third{ width:29%;}
#footer aside.widget.last{width:22%; padding-right:0; margin-right:0; border:none;}
#footer aside.widget ul{ list-style:none;}
#footer aside.widget ul li{ list-style:none;}
#footer aside.widget ul li a{ line-height:24px;}
#copyright{background:#2e2e2e; color:#fff; padding:15px 0; font-size:12px;}
#copyright a{padding:0 3px;}

#copyright ul{}
#copyright ul li{ list-style:none; display:inline-block;}
#copyright ul li a{ display:block; padding:0 6px;}
#copyright ul li:hover a, #copyright ul li.current_page_item a{color:#b40000;}

.social_icons a{background-image:url(images/social_icon.png); background-repeat:no-repeat;  height:22px; display:inline-block; padding:10px 2px 4px 45px; margin:0 0 7px 0; }
.social_icons a.fb{background-position:0 0;}
.social_icons a.fb:hover{background-position:0 -36px;}
.social_icons a.tw{background-position:0 -72px; padding-bottom:5px;}
.social_icons a.tw:hover{background-position:0 -109px;}
.social_icons a.in{background-position:0 -146px;}
.social_icons a.in:hover{background-position:0 -182px;}
.social_icons a.rss{background-position:0 -219px;}
.social_icons a.rss:hover{background-position:0 -255px;}


/* =social icon Css
-------------------------------------------------------------- */
.social-icons a{ color:#eeeded; display:block; clear:both; line-height:35px;}
.social-icons a:hover{ color:#7bb302; }
.social-icons .icon{width:100%; padding:5px; width:25px; height:25px; border-radius:50%; background-repeat:no-repeat; background-position:center center; float:left; margin:0 10px 5px 0; }

.social-icons .fb{background-image:url(images/social/fb-icon.png);}
.social-icons .twitt{background-image:url(images/social/twitt.png);}
.social-icons .gplus{background-image:url(images/social/gplus.png);}
.social-icons .linkedin{background-image:url(images/social/linkedin.png);}


.feature-pro{ padding-bottom:20px;}
.feature-pro h3{font-size:22px; margin:0; padding:0 0 10px; text-transform:uppercase;}
.feature-pro .post-box{width:270px; margin:0 15px 20px 0; padding:0; float:left;}
.feature-pro .post-box img:hover{opacity:0.8;}
.feature-pro .post-box h6{ color:#b40000; margin:0;}
.feature-pro .post-box p{ line-height:18px; margin:0 0 5px; }
.feature-pro .post-box .more{ background:url(images/service-arrow.png) no-repeat left 9px; padding:0 0 0 20px; } 
.feature-pro .post-box a:hover{text-decoration:none;}



.entry-content ul, .entry-content ol{ margin:0 0 15px 20px;}
.entry-content ul li ul, .entry-content ol li ol{ margin-bottom:0;}

/* Mobile Portrait View */
@media screen and (max-width: 479px){
body{min-width:320px; max-width:479px;}	
.layout_wide{ width:100% !important; margin-top:0 !important;}
.layout_wide .header{width:100%;}
.layout_box .header{width:320px;}
.left, .right{float:none; display:block;}
#copyright{text-align:center;}
#copyright .right{padding-top:15px;}
.wrapper_main{width:auto;}
.container{width:300px;}
.socials .container{width:258px;}
.no-margin-right{}
#logo{text-align:center; padding:10px 0 0 0; margin: 0 auto;}
#logo img{max-height:160px;}
#logo, .header_right{float:none;}
#footer aside.widget{float:none; width:100% !important; border-right:none; padding-bottom:25px; padding-right:0; margin-right:0; min-height:inherit !important;}
.features .col_one_third{margin-left:auto; margin-right:auto; padding-bottom:10px; float:none;}
.col_one_half, .col_one_third, .col_two_third, .col_one_fourth, .col_three_fourth, .col_one_fifth{float:none; margin-right:0; width:100%;}
.features_more ul{margin-left:0;}
.lead_text{width:100%;}
nav{display:none;}
.mobile_nav, .header_right nav{width:100%; padding: 10px 0;}
#sitemain{width:100%; float:none; display:block; margin-bottom:30px;}

#container{padding:10px;}
.title-404{font-size:28px; padding:10px 0 5px; font-style:italic; font-weight:bold; color:#e1472f; text-transform:none; text-align:center;}
.title-404 strong{font-size:55px; padding-right:10px;}
.text-404{color:#e1472f; font-size:21px; text-align:center; line-height:1.25; padding-bottom:30px;}
.one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .four_fifth{float:none; display:block; width:100%; margin-right:0;}
.error_msg{display:block;}
.highlight{margin-top:10px !important;}
.front-left, .front-right{ float:none; width:100% !important}
.content-part{float:none; width:100% !important; padding:0 0 20px 0 !important}
.contact-form p{ margin-bottom:15px !important}
.cf_text, .cf_textarea{ width:95% !important;}
.cf_captcha{width:45% !important;}
.socials .cols-4{ width:96% !important; float:none !important; margin:0 0 15px 0 !important;}
.sidebar-left{ width:auto !important; float:none !important;}
.sidebar-right{ width:auto !important; float:none !important;}

h4.phone{ float:none; margin:10px 0 10px; text-align: center;}
.contact_info{ float:none; width:auto;}
.contact_left iframe{ width:285px !important;}
#footer ul li{ display:block }
#footer ul li a{ border-right:none; padding:5px;}
.welcome_text .one_fourth{ width:auto !important; margin-right:0 !important;}
.welcome_text .last_column{ width:auto !important; margin-right:0 !important;}
.welcome_text .one_fourth .read{ display:-moz-box;}
.about_wrap .one_half, .about_wrap .one_fourth{ background:none; width:100% !important; margin-right:0; padding-right:0;}
.social_icons a{ display:block;}
.about_left, .about_right, .feature-pro .post-box{ float:none; width:100%; margin-right:0;}
.sidebar-area{ padding:0;}
}

/* Mobile Landscape View */
@media screen and (min-width: 480px) and (max-width: 767px){
body{min-width:480px; max-width:767px;}
.layout_wide{ width:100% !important; margin-top:0 !important;}
.layout_wide .header{width:100%;}
.layout_box .header{width:480px;}
body.admin-bar .fixed_header{top:46px;}
.left, .right{float:none; display:block;}
#copyright{text-align:center;}
#copyright .right{padding-top:15px;}
.wrapper_main{width:auto;}
.container{width:460px;}
.socials .container{width:416px;}
.no-margin-right{}
#logo{text-align:center; padding:10px 0 0 0; margin: 0 auto;}
#logo img{max-height:80px;}
.phone_email{ float:none; padding:15px 65px 0;}
#logo, .header_right{float:none;}



#footer aside.widget{float:none; width:100% !important; border-right:none; padding-bottom:25px; padding-right:0; margin-right:0; min-height: inherit !important;}
.features .col_one_third{margin-left:auto; margin-right:auto; padding-bottom:10px; float:none;}
.col_one_half, .col_one_third, .col_two_third, .col_one_fourth, .col_three_fourth, .col_one_fifth{float:none; margin-right:0; width:100%;}
.features_more ul{margin-left:0;}
.lead_text{width:100%;}
.mobile_nav, .header_right nav{width:100%; padding: 10px 0;}
#sitemain{width:100%; float:none; display:block; margin-bottom:30px;}
#sidebar{width:100%; float:none; display:block;}
.hdr_buy_link{text-align:center; padding:10px 0 5px;}

#container{padding:10px;}
.title-404{font-size:28px; padding:10px 0 5px; font-style:italic; font-weight:bold; color:#e1472f; text-transform:none; text-align:center;}
.title-404 strong{font-size:55px; padding-right:10px;}
.text-404{color:#e1472f; font-size:21px; text-align:center; line-height:1.25; padding-bottom:30px;}
.one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .four_fifth{float:none; display:block; width:100%; margin-right:0;}
.error_msg{display:block;}
.highlight{margin-top:10px !important;}
.front-left, .front-right{ float:none; width:100% !important}
.content-part{float:none; width:100% !important; padding:0 0 20px 0 !important}
.contact-form p{ margin-bottom:15px !important}
.cf_text, .cf_textarea{ width:95% !important;}
.cf_captcha{width:65% !important;}
.socials .cols-4{ width:96% !important; float:none !important; margin:0 0 15px 0 !important;}
.sidebar-left{ width:auto !important; float:none !important;}
.sidebar-right{ width:auto !important; float:none !important;}


.head_fix{ padding-top:0px; height:auto;}
h4.phone{ float:none; margin:10px 0 10px; text-align: center;}

.contact_info{ float:none; width:auto;}
.contact_left iframe{ width:435px !important;}

.welcome_text .one_fourth{ width:auto !important;}
.welcome_text .last_column{ width:auto !important;}
.welcome_text .one_fourth .read{ display:-moz-box;}
.about_wrap .one_half, .about_wrap .one_fourth{ background:none; width:100% !important; margin-right:0; padding-right:0;}
.social_icons a{ display:block;}
.about_left, .about_right, .feature-pro .post-box{ float:none; width:100%; margin-right:0;}
.sidebar-area{ padding:0;}
}

/*Resposive menu css*/
@media screen and (max-width: 999px){
nav{display:none; background:#6c6d6c;}
.header_right nav{padding:10px 0; margin-top:-1px; margin-right:0; line-height:1.25;}
nav ul{list-style:none; }
nav ul li{float:none; display:block; position:relative; border-top:1px #888 solid;}
nav ul li ul li{ border-bottom:none !important;}
nav ul li a{display:block; padding:8px 10px; border-right:none !important; font-size:14px !important; font-weight:300; color:#fff !important}
nav ul li ul li a:before{content:"\00BB  ";}
nav ul li ul li ul li a:before{content:"  \00BB  ";}
nav ul li ul li a{padding-left:20px;}
nav ul li ul li ul li a{padding-left:30px;}
nav ul li ul li ul li ul li a{padding-left:40px;}
}
#menu-item-44 {
	margin: 0;
	color: white;
	background:red;
	}
.contact-box {
	background: #19047b;
	/* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzNhOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZGMxYzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); */
	position:relative;
	width:215px;
	z-index:50;
	top: 65px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
	padding: 10px;
	height: 300px;
}
.form-connectivity input.btn-send{
	width: 70%;
	margin:15px auto 5px;
	background: #fffe00;
	border: none;
	display: block;
	color: #000;
	float: none;
	padding: 7px 4px;
	font-weight: bold;
}
.form-connectivity textarea{
	border:1px solid #b6985a;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:0 2px;
	margin:10px 0 15px;
	width:91% !important;
	outline:none;
	min-height: 45px;
	max-height:200px;
}
.form-connectivity input {
    padding: 4px 2px;
    margin: 6px 1px;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: none;
    outline: none;
    width: 95%;
}
/* Tablet ----------- */
@media only screen and (min-width: 768px) and (max-width: 999px) {
body{min-width:768px; max-width:999px;}
.layout_wide{ width:100% !important; margin-top:0 !important;}
.layout_wide .header{width:100%;}
.layout_box .header{width:768px;}
body.admin-bar .fixed_header{top:32px;}
.wrapper_main{width:auto; box-shadow:none;}
.container{width:750px;}
.no-margin-right{margin-right:0px;}
#footer .search-form .search-field{width:120px;}
#footer .search-form{width:210px;}
.features_more ul{margin-left:0;}
.features .col_one_third{margin-left:40px;}
#sitemain{width:55%; float:left; }
#sitemain.right{ float:right;}
h4.phone{ margin:0; float:none;}

#container{padding:20px;}

.title-404{font-size:32px; padding:20px 0 10px; font-style:italic; font-weight:bold; color:#e1472f; text-transform:none; text-align:center;}
.title-404 strong{font-size:77px; padding-right:20px;}
.text-404{color:#e1472f; font-size:24px; text-align:center; line-height:1.25; padding-bottom:30px;}
.content-part{ width:55% }
.contact_info{ width:35%;}
.front-right{width:40% !important;}

.nivo-caption h1{ font-size:30px !important; margin:0 !important; line-height:30px !important;}
.slide_info{ margin-bottom:0 !important;}
.nivo-caption p{ margin:0 !important; line-height:14px !important;}
.theme-default a.nivo-nextNav{ right:1% !important;}
.theme-default a.nivo-prevNav{ left:1% !important;}

.socials .cols-4{ width:22% !important ;}
.widget-area .cf_text, .widget-area .cf_textarea{ width:95% !important;}
.widget-area .cf_captcha{width:64% !important;}
.sidebar-left{ width:290px !important;}
.sidebar-right{ width:290px !important; }
.contact_info iframe{ width:300px !important;}
.welcome_text .one_fourth{ width:21%;}
.about_wrap .one_half{ width:42%;}
.about_left{ width:320px;}
.about_right{ width:390px;}
.services_panel .post-box{ width:172px;}
.error_msg{ display:block;}

}
/*Computer*/
@media only screen and (min-width:1000px) {

body{min-width:1000px;}
.no-margin-right{margin-right:0 !important;}
.layout_wide{ width:100% !important; margin-top:0 !important;}
.layout_box{box-shadow:0 0 22px rgba(0,0,0,0.75); -moz-box-shadow:0 0 22px rgba(0,0,0,0.75); -webkit-box-shadow:0 0 22px rgba(0,0,0,0.75);}
.layout_wide .header{width:100%;}
.layout_box .header{width:980px;}
body.admin-bar .fixed_header{top:32px;}
#sitemain{width:630px; float:left;}
#sitemain.right{float:right;}
.hdr_buy_link{text-align:right; padding:5px 0;}

#container{padding:20px; width:680px; float:left;}
.title-404{font-size:32px; padding:30px 0 20px; font-style:italic; font-weight:bold; text-transform:none; text-align:center;}
.title-404 strong{font-size:77px; padding-right:20px;}
.text-404{ font-size:24px; text-align:center; line-height:1.25; padding-bottom:40px;}

/* =Menu
-------------------------------------------------------------- */
.header_right nav{ margin-top:78px;float:right; clear:right; padding: 10px 0;}
nav{height:35px; line-height:28px;}
nav ul{list-style:none; color:#fff;background: #fff;
 	background: -moz-linear-gradient(top,  #0066a4 0%, #2abbc7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0066a4), color-stop(100%,#2abbc7));
	background: -webkit-linear-gradient(top,  #0066a4 0%,#2abbc7 100%);
	background: -o-linear-gradient(top,  #0066a4 0%,#2abbc7 100%);
	background: -ms-linear-gradient(top,  #0066a4 0%,#2abbc7 100%);
	background: linear-gradient(to bottom,  #0066a4 0%,#2abbc7 100%);
  position: relative;}
nav ul li{float:left; display:inline-blok; position:relative; }
nav ul li a{display:block; padding:0px 8px 0; font-weight:600; margin:0 5px 0 0; color:#2e2e2e; }
nav ul li:hover, nav ul li.current-menu-item, nav ul li.current-menu-ancestor{}
nav ul li a:hover, nav ul li.current_page_item a, nav ul li.current_page_parent a.parent { color:#fff; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px background: #fff;
 	background: -moz-linear-gradient(top,  #0066a4 0%, #2abbc7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0066a4), color-stop(100%,#2abbc7));
	background: -webkit-linear-gradient(top,  #0066a4 0%,#2abbc7 100%);
	background: -o-linear-gradient(top,  #0066a4 0%,#2abbc7 100%);
	background: -ms-linear-gradient(top,  #0066a4 0%,#2abbc7 100%);
	background: linear-gradient(to bottom,  #0066a4 0%,#2abbc7 100%);
  position: relative;}
nav ul li:last-child a{border-right:none;margin-right:0;color:white;}
nav ul li ul{display:none; width:220px; z-index:99;}
nav ul li:hover ul{display:block; position: absolute; box-shadow:5px 5px 5px rgba(0,0,0,0.5); -moz-box-shadow:5px 5px 5px rgba(0,0,0,0.5); -webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.5);}
nav ul li:hover ul li{ }
nav ul li:hover ul li a{ line-height:30px; font-size:16px; color:#fff;}
nav ul li:hover ul li:hover{}
nav ul li.current-menu-item ul li{position:relative; }
nav ul li ul li a, nav ul li ul li, nav ul li.current-menu-item ul li a,  nav ul li.current-menu-item ul li, nav ul li.current-menu-item ul li a { display:block; float:none; border-right:none; }
nav ul li.current-menu-item ul li a{}
nav ul li ul li:hover, nav ul li ul li.current-menu-item { background:none;}
nav ul li ul li a:hover, nav ul li ul li.current-menu-item a {}
nav ul li:hover ul li ul, nav ul li:hover ul li:hover ul li ul{display:none;}
nav ul li:hover ul li:hover ul, nav ul li:hover ul li:hover ul li:hover ul{display:block; position:absolute; left:220px; top:0;}
nav ul li ul li a:hover, nav ul li ul li.current-menu-item a{background:transparent}
//nav ul li a:hover, nav ul li.current_page_item a, nav ul li.current_page_parent a.parent, nav ul li:hover ul li:hover, nav ul li:hover ul{ background-color:#b40000;}
nav ul li:hover ul li:hover{ background: #fff;
 	background: -moz-linear-gradient(top,  #0066a4 0%, #2abbc7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0066a4), color-stop(100%,#2abbc7));
	background: -webkit-linear-gradient(top,  #0066a4 0%,#2abbc7 100%);
	background: -o-linear-gradient(top,  #0066a4 0%,#2abbc7 100%);
	background: -ms-linear-gradient(top,  #0066a4 0%,#2abbc7 100%);
	background: linear-gradient(to bottom,  #0066a4 0%,#2abbc7 100%);
  position: relative;} 
}

/* new form 
--------------------------------------------------------------*/
.form-connectivity5 input{              1330
	padding:4px 2px;
	margin:6px 1px;
	border:none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	 
	outline:none;
	width:80%;
}
.form-connectivity5 label{color: #000;}

.form-connectivity5 input.btn-send{
	width: 70%;
	margin:15px auto 5px;
	background: #f9e000;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZTFjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmODgwMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f9e000 0%, #f9e000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9e000), color-stop(100%,#f9e000));
	background: -webkit-linear-gradient(top,  #f9e000 0%,#f9e000 100%);
	background: -o-linear-gradient(top,  #f9e000 0%,#f9e000 100%);
	background: -ms-linear-gradient(top,  #f9e000 0%,#f9e000 100%);
	background: linear-gradient(to bottom,  #f9e000 0%,#f9e000 100%);
	border: none;
	display: block;
	color: #000;
	float: none;
	padding: 7px 4px;
	font-weight: bold;
}

.form-connectivity5 textarea{
	border:1px solid #b6985a;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:0 2px;
	margin:10px 0 15px;
	width:91% !important;
	outline:none;
	min-height: 45px;
	max-height:200px;
}

.form-connectivity5 .row{
	height:1%;
}

.form-connectivity5 .row:after{
	content:'';
	display:block;
	clear:both;
}
/* new form 
--------------------------------------------------------------*/