/**
 *
 * -------------------------------------------
 * 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: 15px;
	line-height: 1.5;
	min-height: 100%;
	padding: 0 10px 0 10px;
}
body img{display:block};
body.boxed, body.page-template-template-boxedpage-php { padding:20px 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: #fff solid 2px;
}
.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: #13a7d7;
}

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: #13a7d7;
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #213344;
	font-weight: 700;
	margin: 0 0 0.6em 0;
	line-height:1.3em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}
p {
	-ms-word-wrap: break-word;
	    word-wrap: break-word;
	margin: 0 0 20px 0;
}
.page-title {
	font-size: 35px;
	margin: 0 0 35px 0;
}

ul {
	list-style-type: disc;
}

ul li,
ol li {
	line-height: 1.5em;
}
ul li li {padding:0;}
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 {
	margin: 0;
	padding: 0 0 0 20px;
}
/* Style Flush bottom*/

.box.flush-bottom {
	margin-bottom: 0!important;
}

/* 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: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 3px 10px 3px 12px;
	font-size:15px;
	color:#213344!important;
	border:1px solid #d5d5d5; 
	
}
.readon:hover {color:#213344!important;}
.readon span:after {content: '\ea17';
	font-family: 'fontello';
	font-size:15px;
	padding-left:12px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	}
.readon:hover span:after {
	padding-left:18px;
	}
	
.readon1 {
	display: inline-block;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	background-color: transparent;
	border: 1px solid #ff4e00;
	padding:0 20px;
	height:28px;
	line-height:28px;
	font-size:16px;
	color:#ff4e00!important;
	font-family: 'Patua One', cursive;
}

.readon1:hover {color:#ff4e00!important}
.readon1 a {color:#ff4e00!important;}
.readon1:hover a {}

.readon2 {
	display: inline-block;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	background-color: transparent;
	border: 1px solid #13A7D7;
	padding:0 20px;
	height:28px;
	line-height:28px;
	font-size:16px;
	color:#13A7D7!important;
	font-family: 'Patua One', cursive;
}

.readon2:hover {color:#13A7D7!important}
.readon2 a {color:#13A7D7!important;}
.readon2:hover a {}

.dp-readon {
	display: inline-block;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	background-color: transparent;
	border: 1px solid #e8e8e8;
	padding:0 11px;
	height:28px;
	line-height:28px;
	font-size:15px;
	color:#213344!important;
	font-family: 'Patua One', cursive;
	
}
.dp-readon span:after {
	font-family: "fontello";
	content: '\e8c3';
	padding-left:15px;
	font-weight:200;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
	}
.dp-readon:hover {color:#213344!important}
.dp-readon:hover span:after {padding-left:20px;} 
.dp-readon a {color:#213344!important;}
.dp-readon:hover a {}

.dp-readon1 {
	display: inline-block;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	background-color: transparent;
	border: 1px solid #ffffff;
	border: 1px solid rgba(255,255,255,0.4);
	padding:0 31px 0 11px;
	height:28px;
	line-height:28px;
	font-size:15px;
	color:#ffffff!important;
	font-family: 'Patua One', cursive;
	position:relative;
	overflow:hidden;
		

}
.dp-readon1 span { margin-left:-100px;
-webkit-transition: all 0.4s ease-out;
	   -moz-transition: all 0.4s ease-out;
	    -ms-transition: all 0.4s ease-out;
	        transition: all 0.4s ease-out; }
.dp-readon1:hover span { margin-left: 0; }
.dp-readon1 span:after {
	font-family: "fontello";
	content: '\e8c3';
	position:absolute;
	right:25px;
	font-weight:200;
	-webkit-transition: all 0.4s ease-out;
	   -moz-transition: all 0.4s ease-out;
	    -ms-transition: all 0.4s ease-out;
	        transition: all 0.4s ease-out;
	}
.dp-readon1:hover {color:#ffffff!important;
	border: 1px solid #ffffff;
}
.dp-readon1:hover span:after {right:10px;} 
.dp-readon1 a {color:#ffffff!important;}
.dp-readon1: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-navigation-wrapper {width:100%;}
#dp-slideshow #dp-navigation-wrapper{ position:absolute; top:0; left:0px; }
#dp-slideshow {
position:relative;
margin: 0 -10px;}
#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: visible;
	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-bar {
	background: transparent;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position:absolute;
	width:100%;
}
#dp-top-bar .box { margin-bottom:0}


/* 3.2. Header
==================================== */
#dp-head-wrap {background:transparent; position:relative;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	z-index:400;
	}
.page-template-template-contact-php #dp-head-wrap.semi-transparent  {
	
	background-color: rgba(33, 51, 68, 0.9)!important;}
#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:64px;
	width: 155px;
	text-indent: -9999px;
	margin: 35px 5px 10px 0;
	background-size:cover;
}
.dp-sticky-navigation-wrapper #dp-head a.cssLogo {
    background: transparent url('../images/logo.png') no-repeat 0 0;
    display: block;
    height: 64px !important;
    width: 155px;
    text-indent: -9999px;
    /* margin: -20px 5px 10px 0; */
    background-size: cover;
}

#dp-head a.textLogo {
	color: #13a7d7;
	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: 160px;
	height:32px;
	margin: 60px 15px 10px 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-color: #465666;
	margin: 0 -10px;
	padding: 0;
	color:#fff;
	position:relative;
}

#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: 62px 0 0 5px;
	-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;
	height:25px;
	background: #13a7d7;
	border-radius:50%;
	text-align:center;
	vertical-align:middle;		
}

#dp-logout:before {
	content: '\efc6';
	font-family: 'fontello';
	color:#ffffff;
	font-size:13px;
	display:block;
	line-height:25px;
	
}
#dp-login:before {
	content: '\ed06';
	font-family: 'fontello';
	color:#ffffff;
	font-size:12px;
	display:block;
	line-height:25px;
}
#dp-header-search:before {
	content: '\ecfb';
	font-family: 'fontello';
	color:#ffffff;
	font-size:13px;
	display:block;
	line-height:25px;
}
	
#dp-login:hover:before, #dp-logout:hover:before, #dp-header-search:hover:before {color:#fff;}

#dp-header-search-form {width:300px; height:35px;position:absolute;
bottom:36px;
right:46px;
display:none;
z-index:1000;}

.arrow_box {
	position: relative;
	background: #ffffff;
	border: 2px solid #13a7d7;
	width: 300px;
	height: 45px;
	-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 {
}

.arrow_box:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent #fff;
	display: block;
	width: 0;
	z-index: 1;
	right: -10px;
	top: 12px;
}
.arrow_box:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 11px 0 11px 11px;
	border-color: transparent #13A7D7;
	display: block;
	width: 0;
	z-index: 0;
	right: -13px;
	top: 11px;
}

#dp-header-search-form #s {width:270px; border:none;line-height:45px;}
#cancel-search {float:right; width:20px;height:100%; cursor:pointer; }
#cancel-search i {color:#13a7d7;font-size:18px; line-height:45px}


.dp-subheader-wraper {
	background: #213344;
	margin: 0 -10px;
	padding: 5px 0 25px 0;
	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 5px 10px; font-size:50px; line-height:50px;font-weight:400;}
.dp-subheader .sub-title {margin:0; padding:0 0 0 10px; font-size:15px; font-weight:400; opacity:0.6;}
.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. Featured
=================== */
#dp-featured-wrap{ margin: 0 -10px;position:relative; overflow:hidden;}
#dp-featured-inner-wrap {padding:40px 0 10px 0}
#dp-top-wrap{ margin: 0 -10px;position:relative; background-color:#f8f8f8;}


/* 3.4. Content
==================================== */

section.intro {
	font-size: 110%;
	padding: 0;
	margin-bottom:50px;
}
article::after,
.box::after,
#dp-featured::after,
#dp-top::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:0 0 40px 70px;
position:relative;
font-size:14px;
line-height:14px;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 5px 2px 0;
text-decoration:none;
line-height:25px;
text-align:center;
width:25px;
color:#9f9f9f!important;
background: #fbfbfb;
border:1px solid #d3d3d3;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.pagination a:hover, .pagination .current{
color:#fff!important;
background: #13a7d7;
border:1px solid #13a7d7;

}

/* 3.5. Sidebar
==================================== */

/* 3.6. 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 0 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:0; margin: 0 -10px 0 -10px;position:relative;}
#dp-footer-wrap-bgimage {padding: 40px 0 0 0;}
#dp-bottom1, #dp-bottom2  {
	margin: 0 auto;
	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
==================================== */
.dvd { position:absolute; background: url('../images/dvd.png'); height:2px; width:100%; }
#dp-copyright {
	clear: both;
	color: #fff;
	font-size: 13px;
	padding: 0 10px!important;
}
#dp-copyright-inner {	padding: 0 10px!important;}

#dp-copyright-first-line {padding-bottom:10px; position:relative; overflow:hidden;}
#dp-copyright a {
	color: #aaa;
}

#dp-copyright a:active,
#dp-copyright a:focus,
#dp-copyright a:hover {
	color: #13a7d7;
}

#footer-menu {
	float: right;
	line-height: 32px;
	margin: 0;
	list-style:none;
}

#footer-menu li {
	float: left;
	padding-left: 30px;
	font-size:15px;
}

#footer-menu ul {
}

#dp-copyright .dp-copyrights {
	border-top: 1px solid #13a7d7;
	line-height: 15px;
	padding: 20px 0 20px 0;

	
}

#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: #13a7d7; }

/*
 *
 * 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: 24px;
	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-bar.box,
#dp-top1 .box,
#dp-featured .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;
}
.scroll-down-button{
display:none;
}
#dp-login{
display:none !important;
}