/*
Theme Name: uniwordpharma
Theme URI: https://wordpress.org/themes/twentyfourteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

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
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */
 
/*
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */
 
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-size: 14px;
	font-family: 'open_sansregular';
}
@font-face {
	font-family: 'open_sanssemibold';
	src: url('font/opensans-semibold_3-webfont.eot');
	src: url('font/opensans-semibold_3-webfont.eot?#iefix') format('embedded-opentype'), url('font/opensans-semibold_3-webfont.woff2') format('woff2'), url('font/opensans-semibold_3-webfont.woff') format('woff'), url('font/opensans-semibold_3-webfont.ttf') format('truetype'), url('font/opensans-semibold_3-webfont.svg#open_sanssemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sansregular';
	src: url('font/opensans-regular-webfont-webfont.eot');
	src: url('font/opensans-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('font/opensans-regular-webfont-webfont.woff2') format('woff2'), url('font/opensans-regular-webfont-webfont.woff') format('woff'), url('font/opensans-regular-webfont-webfont.ttf') format('truetype'), url('font/opensans-regular-webfont-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sansbold';
	src: url('font/opensans-bold-webfont.eot');
	src: url('font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('font/opensans-bold-webfont.woff2') format('woff2'), url('font/opensans-bold-webfont.woff') format('woff'), url('font/opensans-bold-webfont.ttf') format('truetype'), url('font/opensans-bold-webfont.svg#open_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, strong, th {
	font-weight: normal;
	color: #000;
}
h1, h2, h3, h4, th {
	font-family: 'open_sansbold';
}
h5, h6, strong {
	font-family: 'open_sanssemibold';
}
img {
	max-width: 100%;
}
.clear {
	clear: both;
}
/*top*/
.logo {
	float: left;
	width: auto;
	height: auto;
}
.logo a {
	display: block;
}
.top-right {
	float: right;
	width: auto;
	height: auto;
}
.top-right h4 {
	color: #f3bb1e;
	float: right;
	font-size: 24px;
	font-weight: normal;
	text-align: right;
	width: 100%;
}
.top-right {
	float: right;
	height: auto;
	margin-top: 45px;
	width: auto;
}
.top-no {
	float: right;
	width: 97%;
}
.top-no p {
	float: left;
	font-family: "open_sanssemibold";
	font-size: 12px;
	margin-top: 10px;
	text-transform: uppercase;
	width: 73%;
}
.top-no img {
	float: right;
	width: auto;
}
.top-right p .number {
	font-size: 25px;
}
/*nav*/
.nav-back {
	background: #262626 none repeat scroll 0 0;
}
.nav, .nav ul {
	float: left;
	width: 100%;
	height: auto;
}
.nav ul li {
	float: left;
	width: auto;
	background: url(images/saprator.jpg) no-repeat left center;
	margin-right: 2px;
}
.nav ul li:first-child {
	background: none;
}
/*banner*/
.banner {
	position: relative;
}
.banner, .banner ul, .banner ul li, .banner ul li img {
	float: left;
	width: 100%;
}
.postionbanner {
	position: absolute;
	right: 14%;
	top: 31%;
}
.postionbanner p {
	background: rgba(38, 38, 38, 0.8) none repeat scroll 0 0;
	color: #fff;
	font-family: "open_sanssemibold";
	font-size: 39px;
	line-height: 51px;
	margin: 3px 0;
	padding: 0 14px;
	text-transform: uppercase;
}
.banner-text {
	float: right;
	width: auto;
}
.call-today {
	font-size: 29px;
}
.all-your {
	font-size: 16px;
}
.right-box-top {
	background: #ff7410 none repeat scroll 0 0;
	border-radius: 5px;
	float: right;
	margin-left: 2%;
	width: 32%;
	z-index: 990;
}
.right-box-top input[type="text"], input[type="email"], input[type="tel"], textarea {
	width: 100% !important;
	border-radius: 5px;
}
.contact-page-form li input[type="text"], li input[type="email"], li input[type="tel"], li textarea {
	width: 100% !important;
	border-radius: 5px !important;
	background: #fff !important;
	color: #000 !important;
}
.contact-page-form li {
	margin-top: 5px;
}
.right-box-top ul {
	width: 80%;
	margin-left: 10%;
}
.right-box-top ul li {
	margin-top: 5px;
}
.right-box-top .title_heading {
	margin-top: 10px!important;
}
.right-box-top .title_heading span {
	margin-left: 10%!important;
	color: #fff!important;
}
.right-box-products {
	width: 100%;
	float: left;
}
.right-box-products {
	width: 100%;
	float: left;
}
.right-box-products li {
	width: 100%;
	float: left;
	line-height: 30px;
}
.right-box-products li a {
	width: 100%;
	float: left;
	border-bottom: solid 1px #ff7410;
}
/*callback*/
.call-back {
	background: url("images/call-back.jpg") no-repeat #404040;
	border-top: 3px solid #f3bb1e;
	padding: 33px 0;
}
.call-back p {
	color: #f3bb1e;
	font-size: 22px;
	float: left;
	width: 100%;
	font-family: "open_sanssemibold";
}
.call-back p span {
	color: #fff;
	float: left;
	font-family: "open_sansregular";
	font-size: 16px;
	margin-top: 6px;
	width: 100%;
}
.form-box {
	float: left;
	height: auto;
	margin-top: 16px;
	width: 100%;
	position: relative
}
.form-box div.wpcf7-response-output {
	bottom: -30px;
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: 0.2em 1em;
	position: absolute;
}
.form-box span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 10px;
	text-transform: capitalize;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
	background: #fff;
	border: 1px solid #6b6a6a;
	border-radius: 3px;
	margin-right: 8px;
	padding: 10px;
	text-indent: 5px;
	/*width: 309px;*/
	font-family: "open_sansregular";
	font-size: 12px;
}
textarea {
	height: 120px;
	resize: none;
}
input[type="submit"] {
	background: #000000;
	border: 2px solid #6b6a6a;
	border-radius: 23px;
	color: #fff;
	padding: 10px 20px;
	text-transform: uppercase;
	width: auto;
	cursor: pointer;
}
input[type="submit"]:hover {
	background: #f78e1e;
	color: #000;
}
/*text-box*/
.text-box {
	padding: 20px 0 0;
}
.left-box h2, .left-box p, .listbox, .listbox li, .heading-text, .cta-img, .address, .address ul, .address ul li, .mapbox, .mapbox p, .map, .testimonial-back h3, .testimonial-back ul {
	float: left;
	width: 100%;
}
.left-box h2 {
	font-size: 26px;
}
.left-box h2, .left-box strong, .heading-text {
	font-family: "open_sanssemibold";
}
.heading-text {
	font-size: 18px;
	margin-bottom: 5px;
}
.text-box .listbox .fa {
	color: #ffa600;
	margin-right: 5px;
}
.margin20 {
	margin-top: 20px;
}
.address {
	background: #262626 url("images/address.jpg") no-repeat scroll 0 0 / 100% auto;
	display: inline-block;
	float: none;
}
.address ul {
	padding: 20px 6%;
	width: 88%;
}
.address li {
	line-height: 28px;
}
.address li, .address li a {
	color: #fff;
	font-size: 17px;
	font-family: "open_sanssemibold";
}
.address li a:hover {
	color: #f78e1e;
}
.mapbox p {
	border-bottom: 2px solid #f3bb1e;
	color: #000;
	font-family: "open_sanssemibold";
	font-size: 16px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.map {
	border: solid 1px #e2dede;
	margin-top: 10px;
}
.map iframe {
	border: medium none;
	float: left;
	height: 347px;
	width: 100%;
}
/*testimonial*/
.testimonial-back {
	background: #4c4c4e url("images/testimonial.jpg") no-repeat scroll 0 0;
	padding: 46px 0;
}
.testimonial-back h3 {
	color: #ffa600;
	font-size: 26px;
	text-transform: uppercase;
	text-align: center;
}
.testimonial-back ul li {
	color: #fff;
	font-size: 17px;
	line-height: 24px;
	margin: 0 auto;
	text-align: center;
	width: 786px;
}
.name, .review-text {
	width: 100%;
	float: left;
	;
}
.review-text {
	margin-top: 34px;
}
.name {
	font-size: 18px;
	margin-top: 10px;
	text-transform: uppercase;
}
/*callout-box*/
.callout-box {
	background: #f3bb1e;
	padding: 12px 0;
	color: #000;
}
.callout-box p {
	float: left;
	font-size: 22px;
	margin-top: 7px;
	width: auto;
}
.callout-box p span {
	font-size: 26px;
	font-family: "open_sanssemibold"
}
.callout-box a {
	background: #000;
	border: 1px solid #fff;
	color: #fff;
	float: right;
	font-size: 22px;
	padding: 10px 20px;
	text-transform: uppercase;
	width: auto;
}
.callout-box a:hover {
	background: #16b2e1;
}
/*footer*/
.footer {
	background: #262626;
	padding: 30px 0 14px;
}
.nav-footer:first-child {
	margin-left: 0;
}
.nav-footer p, .nav-footer ul, .nav-footer ul li, .copyright {
	float: left;
	width: 100%;
}
.nav-footer p {
	border-bottom: 1px solid #fff;
	font-size: 18px;
	padding-bottom: 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: "open_sanssemibold"
}
.nav-footer ul li {
	line-height: 26px;
	color: #ff7410;
}
.nav-footer ul li a {
	color: #ff7410;
}
.nav-footer ul li a:hover, .copyright a:hover {
	color: #ff7410;
}
.nav-footer ul li a:hover .social-icon {
	background: #f3bb1e;
}
.social-icon {
	background: #a2a2a2 none repeat scroll 0 0;
	border-radius: 52px;
	float: left;
	height: 32px;
	margin: 2px 7px 2px 0;
	text-align: center;
	width: 32px;
}
.social-icon img {
	padding: 9px 0 0;
}
.icon-text {
	float: left;
	margin-top: 4px;
	width: auto;
}
.copyrightout {
	padding: 14px 0;
	background: #191919;
}
.copyright {
	text-align: center;
}
.copyright p {
	color: #ff7410;
	font-size: 12px;
	margin-top: 4px;
}
.copyright a {
	color: #ff7410;
}
.left-box .formbox p {
	margin-top: 14px;
	font-family: 'open_sanssemibold';
}
div.wpcf7-response-output {
	float: left;
}
span.wpcf7-not-valid-tip {
	color: #f00;
	display: block;
	font-size: 10px;
	position: absolute;
	right: 6%;
	top: 0;
}
.call-back .form-box p span {
	width: auto;
}
.cta-img > img {
	max-width: 100%;
}
.postionbanner p.fontsize {
	font-size: 41px;
	text-align: center;
}
.slideshowlink {
	display: none;
}
/**START**/
.wrapper {
	float: left;
	width: 100%;
}
.wrapper-in {
	margin: 0 auto;
	width: 1140px;
}
.topbox {
	background: #f2f2f2;
	border-bottom: 1px solid #dadada;
	padding: 4px 0;
}
.lefttop {
	float: right;
	width: auto;
}
.socialtop {
	float: right;
	width: auto;
}
.topbox ul {
	float: left;
	margin-top: 2px;
	width: auto;
}
.topbox li {
	display: inline;
}
.lefttop li {
	float: left;
	margin-right: 10px;
	width: auto;
}
.socialtop a, .lefttop span {
	background: #f3bb1e none repeat scroll 0 0;
	border-radius: 30px;
	display: block;
	padding: 4px;
	text-align: center;
	width: 24px;
}
.lefttop span {
	float: left;
	margin-right: 5px;
	margin-top: -2px;
}
.socialtop a {
	float: left;
	margin: 0 0 0 4px;
}
.socialtop a img {
	width: 60%;
}
.socialtop a:hover {
	background: #16b2e1;
}
.lefttop ul {
	margin-top: 4px;
}
.top-no p {
	float: right;
	font-family: "open_sanssemibold";
	font-size: 12px;
	margin-top: 2px;
	text-transform: uppercase;
	width: auto;
}
.top {
	padding: 2px 0;
	background: #fff;
	border-bottom: 2px solid #b8b8b9;
}
.logo {
	float: left;
	height: auto;
	width: auto;
}
.nav-back {
	background: #16b2e1;
}
.nav ul li a {
	color: #000;
	display: block;
	font-family: "open_sanssemibold";
	font-size: 13px;
	margin: 0 1px;
	padding: 2px 11px 4px;
}
.nav ul li a:hover, .nav ul li.current-menu-item > a {
	background: #ff7410 none repeat scroll 0 0;
	border-radius: 14px;
	color: #fff;
}
.nav ul li {
	background: url("images/saprator.jpg") no-repeat left 3px;
	float: left;
	margin-right: 1px;
	width: auto;
}
/*SUMENU*/
.nav ul li {
	position: relative;
}
.nav li ul {
  background: #ff7410;
  display: none;
  left: 0;
  padding: 0;
  position: absolute;
  top: 22px;
  width: 300px;
  z-index: 9;
}
.nav li:hover ul {
	display: block;
}
.nav li ul li {
	width: 100%;
	border-top: solid 1px #dfa70a;
	background: none;
	float:left;
}
.nav li ul li a {
  color: #fff;
  display: block;
  float: left;
  font-family: "open_sanssemibold";
  font-size: 14px;
  line-height: 0;
  margin: 0;
  padding: 16px 4%;
  width: 100%;
}
.nav li ul li a:hover {
	background: #b44b00;
	border-radius: 0;
	color: #fff;
}
.nav li ul li.current-menu-item a {
	background: #ff7410;
}
.nav li ul li.current-menu-item a:hover {
	background: #b44b00;
}
.banner {
	height: auto;
	overflow: hidden;
	position: relative;
}
.postionbanner p {
	border-radius: 3px;
	color: #fff;
	font-family: "open_sanssemibold";
	font-size: 39px;
	line-height: 51px;
	margin: 3px 0;
	padding: 0 14px;
	text-transform: uppercase;
}
.postionbanner p.yellow {
	background: rgba(243, 187, 29, 0.8);
}
.postionbanner p.blue {
	background: rgba(22, 178, 225, 0.8);
}
.postionbanner p.white {
	background: rgba(0, 0, 0, 0.8);
}
.call-back {
	border-top: 3px solid #f3bb1e;
	background: none;
	font-family: 'open_sansbold';
	padding: 20px 0;
}
.callleft {
	background: #ff7410 url("images/leftproduct.jpg") no-repeat scroll right center;
	width: 35%;
	float: left;
}
.callright {
	background: rgba(0, 0, 0, 0) url("images/rightproduct.jpg") no-repeat scroll right center;
	border: 1px solid #dadada;
	float: right;
	width: 55%;
}
.callleft, .callright {
	border-radius: 4px;
	height: auto;
	padding: 50px 2% 38px;
}
.call-back span {
	float: left;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 5px;
	text-transform: uppercase;
	width: 100%;
}
.call-back a {
	background: #000 none repeat scroll 0 0;
	border-radius: 2px;
	color: #fff;
	float: left;
	margin: 5px 0 0;
	padding: 6px 14px;
	width: auto;
	border: solid 1px #000;
}
.call-back a:hover {
	background: #ff7410;
}
.bluecolor {
	color: #16b2e1;
}
.title_heading, h1 {
	border-bottom: 1px solid #dadada;
	float: left;
	font-family: "open_sansbold";
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	width: 100%;
	text-transform: uppercase;
}
h1 span {
	text-transform: none;
}
.featuredproducts {
	overflow: hidden;
}
.featuredproducts .bx-wrapper .bx-prev {
	background: #000 url("images/leftimage.png") no-repeat scroll center center;
	left: auto;
	right: 28px;
}
.featuredproducts .bx-wrapper .bx-next {
	background: #000 url("images/rightimage.png") no-repeat center;
	right: 0;
}
.featuredproducts .bx-controls-direction a {
	border-radius: 3px;
	height: auto;
	padding: 2px 10px;
	top: 4px;
	width: auto;
}
.featuredproducts li, .featuredproducts li span, .featuredproducts li a {
	text-align: center;
}
.featuredproducts li {
	margin-bottom: 16px;
}
.featuredproducts li span, .featuredproducts li a {
	width: 100%;
	padding: 0 2%;
	height: auto;
	float: left;
}
.right-box a, .featuredproducts li a, .left-box li a {
	color: #16b2e1;
	margin: 3px 0 0;
}
.featuredproducts li a, .left-box li a {
  color: #000;
  font-family: "open_sansbold";
  font-size: 16px;
  margin: 3px 0 0;
  text-transform: uppercase;
}
.featuredproducts li a:hover, .left-box li a:hover {
	color: #ff7410;
}
.left-box {
	color: #052525;
	float: right;
	height: auto;
	width: 26%;
}
.right-box {
	float: left;
	height: auto;
	margin-top: 0;
	width: 71%;
}
.right-box p {
	line-height: 24.5px;
	margin-top: 6px;
}
.right-box ul {
	margin: 8px 0 14px;
}
.right-box li {
	background: rgba(0, 0, 0, 0) url("images/arrow.png") no-repeat scroll 0 6px;
	line-height: 24px;
	text-indent: 16px;
	padding-left: 4px;
}
.left-box ul, .left-box ul li {
	width: 100%;
	height: auto;
	float: left;
}
.left-box li img {
	float: left;
	margin-right: 5%;
	max-width: 34%;
}
.left-box li .productname {
	float: left;
	margin: 32px 0 3px;
	width: 60%;
}
.footer {
	background: #191919;
	margin-top: 20px;
}
.copyrightout {
	background: #000;
	padding: 8px 0;
}
.testimonial-back h3 {
	color: #ff7410;
	font-size: 26px;
	text-align: center;
	text-transform: uppercase;
}
.callout-box {
	background: #ff7410 none repeat scroll 0 0;
	color: #000;
	margin-top: 16px;
	padding: 12px 0;
}
.footer .widthbox {
	width: 334px;
}
.footer .widthlink {
	width: 230px;
}
.bottomimages, .bottomimages a span {
	width: 100%;
	height: auto;
	float: left;
}
.bottomimages {
	margin-top: 16px;
}
.bottomimages .homebox {
	color: #000;
	float: left;
	margin: 7px;
	width: 32%;
}
.bottomimages .homebox img {
	max-width: 100%;
	border: 3px solid #dadada;/**
	transform: rotate(0deg);
	transition: all 0.25s ease-in-out 0s;**/
}
/**
.bottomimages .homebox:hover img {
	transform: scale(1.2) rotate(-10deg);
	transition: all 1s ease 0s;
}
**/
.mainspan {
	position: relative;
	border-radius: 6px;
	height: auto;
	overflow: hidden;
	width: 100%;
	float: left;
}
.textbox {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	bottom: 13px;
	left: 0;
	margin: 0 3%;
	padding: 24px 5%;
	position: absolute;
	text-align: center;
}
.bottomimages a span.textbox {
	width: 94%;
	border-radius: 2px;
}
.texttitle {
	float: left;
	font-family: "open_sansbold";
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	width: 100%;
}
.textdescription {
	line-height: 22px;
	min-height: 112px;
}
.nav-footer {
	float: left;
	margin-left: 80px;
	width: 232px;
	float: left;
	margin-left: 36px;
	width: 232px;
}
.nav-footer, .nav-footer ul li, .nav-footer ul li a, .copyright p, .copyright a {
	color: #dedddc;
}
.copyright p, .copyright a {
	font-size: 11px;
	margin-top: 4px;
}
.copyright p:first-child {
	float: left;
}
.copyright p {
	float: right;
}
.testimonial-back {
	background: #4c4c4e url("images/testimonial.jpg") no-repeat scroll 0 0;
	overflow: hidden;
	padding: 46px 0;
}
.callout-box a {
	background: #000 none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #fff;
	float: right;
	font-size: 22px;
	padding: 10px 20px;
	text-transform: uppercase;
	width: auto;
}
.formbox {
	background: #f2f2f2 none repeat scroll 0 0;
	border-radius: 3px;
	float: left;
	height: auto;
	margin: 18px 0 0;
	padding: 10px 3% 20px;
	width: 80%;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #c9c9c9;
	border-radius: 3px;
	font-family: "open_sansregular";
	font-size: 12px;
	margin-right: 8px;
	padding: 10px;
	text-indent: 5px;/*width: 390px;*/
}
input[type="submit"] {
	background: #000;
	border: 1px solid #000;
	border-radius: 2px;
	color: #fff;
	float: left;
	margin: 5px 0 0;
	padding: 6px 32px;
	width: auto;
	font-family: "open_sansbold";
}
input[type="submit"]:hover {
	background: #ff7410;
	color: #000;
}
.footer_form {
	position: relative;
}
.footer_form input[type="text"], .footer_form input[type="email"], .footer_form input[type="tel"], .footer_form textarea {
	margin: 2px 0;
	padding: 5px 1%;
	width: 100%;
}
.footer_form textarea {
	height: 44px;
}
.footer_form input[type="submit"] {
	background: #ff7410;
	border: 1px solid #ff7410;
	color: #000;
	float: right;
	margin: 2px 0 0;
	padding: 4px 12px;
	font-family: "open_sansbold";
}
.footer_form input[type="submit"]:hover {
	background: #000;
	border: 1px solid #ff7410;
	color: #ff7410;
}
.footer_form .wpcf7-response-output {
	bottom: 0;
	font-size: 11px;
	left: -121px;
	margin: 0;
	padding: 3px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.footer strong {
	color: #fff;
}
.right-box table {
	border-collapse: collapse;
	float: left;
	width: 100%;
}
.right-box table th, .right-box table td {
	padding: 10px;
	border: solid 1px #fff;
}
.right-box table tr:nth-child(2n+1) {
	background-color: #a8d9e8;
}
.right-box table tr:nth-child(2n) {
	background-color: #c7f2ff;
}
.right-box p, span.proheading, .sideform {
	width: 100%;
	float: left;
}
span.proheading {
	background: #ff7410 none repeat scroll 0 0;
	font-family: "open_sansbold";
	font-size: 24px;
	line-height: 26px;
	margin: 20px 0 0;
	padding: 10px;
	text-align: center;
}
.bx-wrapper .bx-loading {
	height: auto !important;
	min-height: auto !important;
}
.bx-wrapper img {
	border-bottom: 2px solid #b8b8b9;
	border-radius: 2px;
	max-width: 100%;
}
.sideform input[type="text"], .sideform input[type="email"], .sideform input[type="tel"], .sideform textarea {
	margin: 2px 0;
	padding: 5px 1%;
	width: 100%;
}
.sideform input[type="submit"] {
	float: right;
}
.sideform {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	color: #052525;
	float: right;
	height: auto;
	padding: 20px;
}
.fixedbox {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.right-box table th {
	text-align: left;
}
.ngg-galleryoverview {
	z-index: 99;
	position: relative;
}
.wpcf7-form-control-wrap, .bannerslider li {
	float: left;
	position: relative;
	width: 100%;
}
.uniwordcontact {
	color: #fff;
	float: left;
	font-size: 26px;
	font-weight: bold;
	padding: 0 3% 22px;
	text-align: center;
	width: 100%;
}
.sidebtn {
	position: fixed;
	left: 0;
	top: 50%;
	z-index: 99;
}
.sidebtn:hover {
	left: -3px;
}
.bannerslider {
	float: left;
	height: auto;
	text-align: center;
	width: 66%;
}
.bannerslider li span {
	position: absolute;
	top: 0;
}
.bannerbox {
	background: rgba(0, 0, 0, 0) url("images/bannerfix.jpg") no-repeat scroll 0 0 / 100% 100%;
	padding: 40px 0;
}
.right-box-top {
	position: static;
}
.bannerslider {
	color: #fff;
	padding: 0;
}
.sitetagline {
	float: left;
	font-family: "open_sansbold";
	font-size: 50px;
	line-height: 57px;
	text-transform: uppercase;
	width: 100%;
}
.shortline {
	font-size: 34px;
}
.shortline img {
	margin-top: 20px;
}
.banner_in .right-box-top {
	text-align: center;
}
.banner_in .right-box-top ul, .banner_in .right-box-top li, .sideform-banner-top {
	float: left;
	width: 100%;
}
.banner_in .right-box-top ul {
	margin-left: 0;
	padding: 10px 20px;
}
.banner_in .right-box-top li {
	margin: 2px 0;
}
.shortline {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	float: left;
	font-size: 22px;
	height: auto;
	line-height: 34px;
	margin: 30px 6%;
	padding: 10px 5%;
	width: 88%;
}
.banner_in input[type="submit"] {
	margin: 5px 0 0;
	padding: 10px 0;
	width: 100%;
}
#mark12 > img {
	padding: 7px;
	width: 222px;
	vertical-align: middle;
}
/******************
                   Media
				        *******************/
@media(min-width:0px) and (max-width:799px) {
.wrapper-in, .right-box, .left-box, .copyright p {
	width: 100%;
}
.right-box-top {
	position: relative;
	z-index: 0;
	float: left;
	background: #ff7410;
	width: 100%;
	margin-right: 0px;
	border-radius: 2px;
}
.wrapper-in {
	max-width: 480px;
}
.wrapper-in {
	padding: 0 2%;
}
.featuredbox {
	display: none;
}
.lefttop ul, .copyright p {
	text-align: center;
}
.lefttop li {
	float: none;
	margin: 3px 10px 3px 0;
	width: auto;
	display: inline-block;
}
.banner {
	height: auto;
}
.top {
	text-align: center;
}
.logo {
	display: inline-block;
	float: none;
}
.left-box {
	margin: 14px 0;
}
.bottomimages .homebox {
	width: 97%;
}
.nav-footer {
	margin-top: 10px;
	margin-bottom: 10px;
}
.nav-footer, .footer .widthlink, .footer .widthbox {
	width: 100%;
	margin: 0;
	padding: 10px 8%;
}
.left-box {
	display: none;
}
.right-box table th {
	display: none;
}
.right-box table th, .right-box table td {
	width: 100%;
	float: left;
}
.banner {
	text-align: center;
}
.right-box-top {
	display: inline-block;
	float: none;
	margin: 20px 0;
	position: static;
	right: 0;
	width: 300px;
	text-align: left;
}
.sidebtn {
  width: 24px;
}
.bannerslider {
  width: 100%;
}
.sitetagline {
  font-size: 28px;
  line-height: 36px;
}
.shortline {
  font-size: 14px;
  line-height: 24px;
  margin: 14px 6%;
  padding: 10px 5%;
}
.banner_in {
  text-align: center;
}
}
@media(min-width:800px) and (max-width:979px) {
.wrapper-in {
	width: 100%;
}
.wrapper-in {
	max-width: 800px;
}
.wrapper-in {
	padding: 0 1%;
}
.top, .bottomimages, .footer {
	text-align: center;
}
.logo, .top-right, .nav-footer, .bottomimages .homebox {
	float: none;
	display: inline-block;
}
.top-right {
	margin-top: 22px;
}
.right-box {
	width: 65%;
	padding: 0 1%;
}
.left-box {
	width: 34%;
}
.bottomimages .homebox {
	width: 47%;
}
.footer .widthlink {
	width: 226px;
}
.footer .nav-footer {
	text-align: left;
	margin-left: 0;
	margin-right: 36px;
	width: 42%;
}
.minheight {
	min-height: 200px;
	margin-top: 16px;
}
.footer {
	display: none;
}
.banner {
	text-align: center;
}
.right-box-top {
	display: inline-block;
	float: none;
	margin: 20px 0;
	position: static;
	right: 0;
	width: 300px;
	text-align: left;
}
.bannerslider {
  padding-right: 3%;
  width: 61%;
}
.nav li ul {
  text-align: left;
}
}
@media(min-width:980px) and (max-width:1139px) {
.wrapper-in {
	width: 100%;
}
.wrapper-in {
	max-width: 980px;
}
.wrapper-in {
	padding: 0 1%;
}
.logo {
	width: 272px;
	margin: 7px 0;
}
.bottomimages .homebox {
	margin: 7px 1%;
	width: 31%;
}
.footer .widthbox {
	width: 238px;
}
.nav-footer {
	margin-left: 16px;
	width: 232px;
}
.footer .widthlink {
	width: 226px;
}
.nav-footer {
	width: 218px;
}
.footer {
	display: none;
}
textarea {
	height: 60px;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
	padding: 6px;
}
}

@media only screen and (max-width: 1024px) {
    .mob-menu-header-holder {
        background-color: #ff7410!important;
        height: 44px!important;
    }
}
@media only screen and (max-width: 1024px) {
    .mobmenul-container {
        top: 7px!important;
    }
}
@media only screen and (max-width: 1024px) {
    .headertext span {
        line-height: 42px!important;
    }
}
