/**
 *
 * -------------------------------------------
 * Basic template CSS file
 * -------------------------------------------
 *
 **/
 
/*
 *
 * 1. Global elements
 *
 *
------------------------------------ */
 
/* 1.1. Base document elements
==================================== */

* {
	outline: none!important;
}

html {
	border-bottom: 1px solid transparent; /* with min-height cause showing always the scrollbar */
	-webkit-font-smoothing: antialiased; /* Fixes Webkit GPU rendering */
	min-height: 100%;
}

body { 
	background: #fff;
	color: #555;
	font-size: 13px;
	line-height: 1.7;
	min-height: 100%;
	padding: 0 10px 0 10px;
}
body img{display:block};
body.boxed, body.page-template-template-boxedpage-php { padding:20px 0}
#dp-top {margin: 30px 0;}
.dp-page + #dp-top,
.dp-page + .dp-page-wrap {
	margin-left: -10px!important;
	margin-right: -10px!important;
	padding-left: 10px;
	padding-right: 10px;
}
.dp-page + #dp-top,
.dp-page + .dp-page-wrap {
	margin-left: -10px!important;
	margin-right: -10px!important;
	padding-left: 10px!important;
	padding-right: 10px!important;
}
#dp-page-box {margin:0}
#dp-page-box .dp-page {
	padding-left: 0px;
	padding-right: 0px;
}
.boxed #dp-page-box, .page-template-template-boxedpage-php #dp-page-box {
	background:#fff;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
	-moz-background-clip: border;     /* Firefox 3.6 */
	-webkit-background-clip: border;  /* Safari 4? Chrome 6? */
	background-clip: border-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	border: #0F3 solid 5px;
}
.boxed .expand15, .page-template-template-boxedpage-php .expand15{ 
	margin-left: -15px!important;
	margin-right: -15px!important;
	padding-left: 15px;
	padding-right: 15px;
}
.boxed #dp-header.expand15, .page-template-template-boxedpage-php #dp-header.expand15{ 
	margin-left: -15px!important;
	margin-right: -15px!important;
	padding-left: 0px;
	padding-right: 0px;
	width:auto;
}
/* 1.2. Base typography elements
==================================== */

a {
	color: #333;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-ms-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}

article section.content a,
article section.intro a {
	color: #E24F3D;
}

article section.content a:active,
article section.content a:focus,
article section.content a:hover,
article section.intro a:active,
article section.intro a:focus,
article section.intro a:hover {
	color: #111;
}

a:active,
a:focus,
a:hover {
	color: #E24F3D;
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-weight: 300;
	margin: 0.3em 0 0.6em 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-transform: uppercase;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}
p {
	-ms-word-wrap: break-word;
	    word-wrap: break-word;
}
.page-title {
	font-size: 32px;
	line-height: 32px;
	margin: 0 0 30px 0;
}

ul, 
ol {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}

ul li,
ol li {
	line-height: 2.8;
}

img {
	height: auto;
	max-width: 100%;
}

.box ul li,
.box ol li {
}

.box ul li:first-child,
.box ol li:first-child {
	border-top: none;
}

.box ul ul,
.box ol ol {
	border-top: 1px solid #eee;
	margin: 0;
	padding: 0 0 0 20px;
}

/* 1.3. Base form elements
==================================== */

/* buttons */
button,
a.dp-button,
input[type="button"],
input[type="submit"] {
	display: inline-block;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	color: #333333!important;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled],
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:active,
input[type="button"]:active,
input[type="submit"]:active,
button.disabled,
input[type="button"].disabled,
input[type="submit"].disabled,
a.dp-button:hover,
a.dp-button:active,
a.dp-button.active,
a.dp-button.disabled,
a.dp-button[disabled] {
  background-color: #e6e6e6;
}

.btn:active,
.btn.active,
button:active,
a.dp-button:active,
a.dp-button.active
input[type="button"]:active,
input[type="submit"]:active {
  background-color: #cccccc;
}

.btn:first-child,
button:first-child,
a.dp-button:first-child,
input[type="button"]:first-child,
input[type="submit"]:first-child {
  margin-left: 0;
}

.btn:hover,
button:hover,
a.dp-button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus,
button:focus,
a.dp-button:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active,
button:active,
a.dp-button:active,
input[type="button"]:active,
input[type="submit"]:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled],
button.disabled,
a.dp-button:disabled,
a.dp-button[disabled],
input[type="button"].disabled,
input[type="submit"].disabled {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

/* input fields */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="www"],
input[type="tel"]  {
	background: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	font: normal 12px Arial, Helvetica, sans-serif;
	height: 32px;
	line-height: 32px;
	padding: 0 9px;
}
.readon {
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #E24F3D;
	padding: 3px 9px 3px 9px;
	font-size:10px;
	color:#fff!important; text-transform:uppercase;
}
.readon:hover {background-color:#333;color:#fff!important}
.readon a {color:#fff!important; text-transform:uppercase;}
.readon:hover a {}
textarea {
	background: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 23px;
	padding: 10px;
	text-transform: none;
}

label {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 4px 0;
}

select {
	max-width: 100%;
}

/* 1.4. Base other elements
==================================== */

article {
	margin: 0 0 30px 0;
}

.tag-page article,
.category-page article,
.search-page article {
	margin: 0px 0 40px 0;
}

/* 1.5. Base CSS classes
==================================== */

/*
 *
 * 2. Template containers
 *
 *
------------------------------------ */
.dp-page-wrap {
	padding-top: 45px;
}
.dp-page .dp-page-wrap,
.dp-page + #dp-top {
	border-top: 1px solid #e5e5e5;
	padding-top: 45px;
}
#dp-slideshow {overflow:hidden;}
#dp-slideshow .box {margin:0!important;padding:0!important}
#dp-header + .dp-page-wrap {
	padding-top: 20px;
}

.dp-page {
	margin: 0 auto;
	width: 100%; 
}
#dp-mainbody {padding:0 10px;}
#dp-mainbody-columns {
	display: block;
	overflow: hidden;
	width: 100%;
}

#dp-mainbody-columns > section {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
	padding: 0;
}

#dp-mainbody-columns > aside {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
	padding: 0 0 0 20px;
}

#dp-mainbody-columns.dp-sidebar-left > section {
	float: right;
}

#dp-mainbody-columns.dp-sidebar-left > aside {
	float: left;
	padding: 0 20px 0 0;
}
#dp-content-wrap {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
	width:100%;
}
#dp-content-wrap,
#dp-mainbody > div
 {
	float: left;
}

#dp-mainbody-columns.dp-sidebar-left > section
{
	float: right;
}

.expand10 {}
/*
 *
 * 3. Template structure
 *
 *
------------------------------------ */
 
/* 3.1. Top
==================================== */
#dp-top-panel {
	background: #333333;
	margin: 0 -10px;
	overflow: hidden;
	padding: 0;
}

/* 3.2. Header
==================================== */
#dp-head-wrap {background:#ffffff; margin:0 -10px; position:relative; box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.2);
	z-index:400;
	}
#dp-head {
	position: relative;padding: 0 10px;
}

#dp-head:after {
	clear: both;
	content: "";
	display: table;
}

#dp-head h1 {
	float: left;
	margin: 0;
}

#dp-head a.cssLogo {
	background: transparent url('../images/logo.png') no-repeat 0 0;
	display: block;
	height: 80px;
	width: 225px;
	text-indent: -9999px;
	margin: 10px 15px 10px 0;
	background-size:cover;
}

#dp-head a.textLogo {
	color: #E24F3D;
	display: block;
	font-size: 18px;
	line-height: 22px;
	padding: 7px 0 0 10px;
}

#dp-head a.textLogo small {
	color: #333;
	display: block;
	font-size: 12px;
	line-height: 12px;
}

#dp-head a.imageLogo {
	display: block;
	width: 225px;
	height:80px;
	margin: 5px 0;
}

#dp-head a.imageLogo img {
display: block;
width: auto;
height: auto;
max-height: 100%;
height : 100%\9; /*hack: fixes ie8 logo*/
}


#main-menu-mobile {
	border: 1px solid #000;
	height: 48px;
	left: -9999px;
	position: absolute;
	top: 0px;
	width: 160px;
}



.dp-header-wrapper {
	background: #333;
	margin: 0 -10px;
	padding: 0;
	border-bottom:1px solid #d1d1d1;
}

#dp-header {padding:20px 0}
#dp-header .box {margin-bottom:0}

#dp-button-area {
	float: right;
	margin-left: 10px;
}

#dp-button-area a {
	display: block;
	float: right;
	margin: 21px 0 0 4px;
	-webkit-transition: background-color .3s ease-out;
	   -moz-transition: background-color .3s ease-out;
	    -ms-transition: background-color .3s ease-out;
	        transition: background-color .3s ease-out;
	width:25px;
	text-align:center;		
}

#dp-logout:before {
	content: '\e881';
	font-family: 'fontello';
	color:#d1d1d1;
	font-size:24px;
	display:block;
	line-height:40px;
	
}
#dp-login:before {
	content: '\e80c';
	font-family: 'fontello';
	color:#d1d1d1;
	font-size:22px;
	display:block;
	line-height:40px;
}
#dp-header-search:before {
	content: '\e804';
	font-family: 'fontello';
	color:#d1d1d1;
	font-size:18px;
	display:block;
	line-height:40px;
}
	
#dp-login:hover:before, #dp-logout:hover:before, #dp-header-search:hover:before {color:#9c9c9c;}

#dp-header-search-form {width:300px; height:35px;position:absolute;
bottom:-15px;
right:0;
display:none;
z-index:1000;}

.arrow_box {
	position: relative;
	background: #ffffff;
	border: 2px solid #E24F3D;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 4px 4px 10px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    4px 4px 10px rgba(50, 50, 50, 0.4);
box-shadow:         4px 4px 10px rgba(50, 50, 50, 0.4);
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 8px;
	left: 94%;
	margin-left: -8px;
}
.arrow_box:before {
	border-color: rgba(209, 209, 209, 0);
	border-bottom-color: #E24F3D;
	border-width: 11px;
	left: 94%;
	margin-left: -11px;
}

#dp-header-search-form #s {width:270px; border:none;line-height:35px;}
#cancel-search {float:right; width:20px;height:100%; cursor:pointer; }
#cancel-search i {color:#E24F3D;font-size:18px; line-height:35px}

.dp-subheader-wraper {
	background: #f9f9f9 url(../images/patterns/light-16.png) ;
	margin: 0 -10px;
	padding: 0;
	height:80px;
	border-bottom:1px solid #e5e5e5;
}
.dp-subheader-wraper.bgimage {height:140px}
.dp-subheader {position:relative; height:100%}
.dp-subheader .main-title {margin:0; padding:20px 0 0 10px; font-size:28px; line-height:28px;font-weight:400;}
.dp-subheader .sub-title {margin:0; padding:0 0 0 10px; font-size:15px; font-weight:400;}
.dp-subheader .dp-breadcrumbs {position:absolute;right:20px;bottom:7px;}
.bgimage .dp-subheader  .main-title {padding:45px 0 0 10px;}
.bgimage .dp-subheader  .main-title, .bgimage .dp-subheader  .sub-title, .bgimage .dp-subheader #dp-breadcrumb-fontsize, .bgimage .dp-subheader .dp-breadcrumbs > span,.bgimage .dp-subheader .dp-breadcrumbs a {color:#ffffff;text-shadow:0 1px 1px rgba(0, 0, 0, 0.7);}
.dp-subheader-wraper.bgimage .dp-breadcrumbs {padding:2px 6px; 
background:#000; 
background: rgba(0,0,0,0.5); 	
	-webkit-border-radius: 4px;	
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

/* 3.3. Content
==================================== */

section.intro {
	font-size: 110%;
	padding: 0;
}
article::after,
.box::after,
#dp-top1::after,
#dp-bottom1::after,
#dp-bottom2::after,
#dp-footer1::after,
#dp-footer2:after,
#respond::after,
#dp-mainbody::after,
#dp-mainbody-columns::after {
    clear: both;
    content: "";
    display: table;
}

section.content::after {
    clear: both;
    content: "";
    display: table;
}
#dp-mainbody .box {padding:0;}
.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#444!important;
background: #e5e5e5;

}

.pagination a:hover{
color:#fff!important;
background: #E24F3D;
}

.pagination .current{
padding:6px 9px 5px 9px;
background: #E24F3D;
color:#fff!important;
}

/* 3.4. Sidebar
==================================== */

/* 3.5. Bottom
==================================== */
#dp-bottom1-wrap,#dp-bottom2-wrap{ margin: 0 -10px;position:relative;}
#dp-bottom1-wrap.filled #dp-bottom1-inner-wrap, #dp-bottom2-wrap.filled #dp-bottom2-inner-wrap { padding: 40px 0 10px 0;}
#dp-bottom1-wrap.filled + #dp-bottom2-wrap {margin-top:40px;}
#dp-bottom1-wrap.filled + #dp-bottom2-wrap.filled {margin-top:0;}

#dp-footer-wrap {background: #222222;padding:40px 0 20px 0; margin: 0 -10px 0 -10px;position:relative; overflow:hidden;}
#dp-bottom1, #dp-bottom2  {
	margin: 0 auto;
	overflow: hidden;
	padding:  0;
}
#dp-footer1 ul li,
#dp-footer1 ol li,
#dp-footer2 ul li,
#dp-footer2 ol li {
	line-height: 2.0;
}

#dp-footer1 .box-title, #dp-footer2 .box-title {font-size:15px; letter-spacing:normal; font-weight:700;}

/* 3.6. Footer
==================================== */
#dp-copyright-wrap {background-color: #1c1c1c; margin: 0 -10px; clear:both; position:relative;}
.dvd { position:absolute; background: url('../images/dvd.png'); height:2px; width:100%; }
#dp-copyright {
	clear: both;
	color: #fff;
	font-size: 11px;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
}
.dp-copyright-inner {padding: 0 10px;}
#dp-copyright a {
	color: #aaa;
}

#dp-copyright a:active,
#dp-copyright a:focus,
#dp-copyright a:hover {
	color: #E24F3D;
}

#footer-menu {
	float: right;
	line-height: 32px;
	margin: 0;
}

#footer-menu li {
	float: left;
	margin-right: 6px;
	font-size:12px;
}
#footer-menu li:after { content:'|';
padding-left:6px;}
#footer-menu li:last-child:after {display:none}

#footer-menu ul {
	display: none;
}

#dp-copyright .dp-copyrights {
	float: left;
	line-height: 32px;
	vertical-align: text-top;
	width:450px;
}

#dp-style-area {
	clear: both;
	margin: 10px 0 0 0;
	text-align: center;
}


.dp-copyright-logo {float:left; margin:6px 10px 0 0;display:inline-block;}
.dp-copyright-logo .css {float:left; width:46px; height:20px; }
.dp-copyrights-text {display: inline-block;}


/*	Back to Top */

#back-to-top {
	background: url(../images/back-top.png) no-repeat center center;
	background-color: rgb(22, 22, 21);
	background-color: rgba(22, 22, 21, 0.7);
	bottom: 56px;
	color: transparent;
	display: none;
	font: 0/0 a;
	height: 40px;
	position: fixed;
	right: 20px;
	text-shadow: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	width: 40px;
	z-index: 100;
	cursor:pointer;
}

#back-to-top:hover { background-color: #E24F3D; }

/*
 *
 * 4. Widget styles
 *
 *
------------------------------------ */
 
/* 4.1. Base style
==================================== */

.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	margin-bottom:30px;
}

.box-title {
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 12px 0;
	text-transform:uppercase;
	font-weight: 700;
}
.no-title .box-title {display:none}

/* 4.2. Base style for other areas
==================================== */
#dp-top .box,
#dp-bottom1 .box,
#dp-bottom2 .box,
#dp-footer1 .box,
#dp-footer2 .box,
#dp-top-panel.box,
#dp-top1 .box {
	float: left;
}

.widget-area .col1 { width: 100%; }
.widget-area .col2 { width: 50%; }
.widget-area .col3 { width: 33.3%; }
.widget-area .col4 { width: 25%; }
.widget-area .col5 { width: 20%; }
.widget-area .col6 { width: 16.6%; }

.widget-area .box.last1 { width: 100%; }
.widget-area .box.last2 { width: 50%; }
.widget-area .box.last3 { width: 33.3%; }
.widget-area .box.last4 { width: 25%; }
.widget-area .box.last5 { width: 20%; }

.widget-area .nth1 {
	clear: both;
}

/* 4.3. Device classes
==================================== */

.onlyDesktop {
	display: block!important;
}

.onlyTablets {
	display: none!important;
}

.onlySmartphones {
	display: none!important;
}

.onlyTabltetsAndSmartphones {
	display: none!important;
}

.fluid-width-video-wrapper {width: 100%; position: relative; padding: 0;} 
.fluid-width-video-wrapper iframe,.fluid-width-video-wrapper object,.fluid-width-video-wrapper embed { position: absolute; top: 0; left: 0;width: 100%; height: 100%;}
.box ul {
list-style-type: none;
margin: 0;
float: right;
list-style: none;
}
.box ul li {
line-height: 1.5;
padding: 5px 0;
float: left !important;
margin: 0px 10px !important;
}
.box {
margin-bottom: 0px !important;
}
#main-menu > li.root .menu-title {
line-height: 18px;
}
#dp-mainmenu-collapse {
float: right !important;
}
#main-menu > li.root .menu-title {
letter-spacing: 0px !important; font-weight: 300 !important; text-transform: capitalize !important;
}
#dp-footer1 .box ul li { float: none !important; }
#menu-footer-menu{ float:left;}
.tp-button {
padding: 10px 20px 10px !important;
border-radius: 0px !important;
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
height: auto !important;
cursor: pointer;
color: #fff !important;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
font-size: 3em !important;
line-height: 45px !important;
background-image: none !important;
background-color: #5da64c !important;
font-family: open sans, sans-serif !important;
font-weight: 300 !important;
letter-spacing: 0px !important;
text-decoration: none !important;
}
.tp-button:hover { background-color: #5e478f !important}
#location_search_widget_distance_field{padding: 5px 10px !important; margin-bottom: 10px !important;}