/* 
	Project CSS by: d-engine.nl
	Author: Jerome Bohg - fuel@d-engine.nl
	Date: 07-06-2012
*/

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font: 14px "Trebuchet MS", Helvetica, sans-serif;
	color: #000;
	background: #fff;
}

input, textarea {
	font: 15px  "Trebuchet MS", Helvetica, sans-serif;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,h2,h3,h4, .qfont {
 font-family: "Trebuchet MS", Helvetica, sans-serif;
 font-weight: normal;
 color: #e2166f;
 line-height: 1.4em;
 text-transform: uppercase;
}


h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }

.menutitle {
 display: block;
 font-family: "Trebuchet MS", Helvetica, sans-serif;
 font-size: 32px;
 color: #e2166f;
 margin-bottom: 20px;
 text-transform: uppercase;
}


p, footer ul {
 line-height: 1.6em;
}

b, strong {font-weight: bold;}
italic {font-style: italic;}

.hide { display: none; }
.clear { clear: both; }

.br {

}

hr {
 clear: both;
 display: block;
 height: 0px;
 border: none;
}
a { color: #ee7600;
	cursor: pointer; }

.align-center {
 text-align: center;
}

.left {
 float: left;
}
.right {
 float: right;
}
.uc {
 text-transform: uppercase;
}
/* @end */


/* @group default links */
a:link,a:active,a:visited { 
 color: #5b7813;
 text-decoration: none;
 outline:none;
}
a:hover {color: #000;}
.noclick {cursor: default;}

a.goto {
 display: none;
}
/* @end */


/* @group header */
body {
 padding-top: 100px;
}

header {
	 background: #f8f8f8 url(../de_img/bgwhite90xx.png);
	 border-bottom: 1px solid #ddd;
	 width: 100%;
	 height: 100px;
	 position: fixed;
	 top: 0;
	 left: 0;
	 z-index: 200;
	 
	}
	header .container {
	 position: relative;
	 z-index: 100;
	 padding-top: 13px;
	 height: 80px;
	 background: transparent;
	}

	header h1 {
	 display: block;
	 float: left;
	 margin: 0;
	 padding: 0;
	 position: relative;
	 z-index: 300;
	}
	header h1 img {
	 height: 75px;
	}



.nav-std {
 	 float: left;
 	 width: 100%;
 	 position: absolute;
 	 bottom: 17px;
 	 left: 0;	
	}
	.nav-std .mainnav {
 	 margin: 0;
 	 padding: 0;
 	 float: right;
	}
	.nav-std .mainnav>li {
	 float: left;
	 margin: 0;
	 padding: 0;
	 margin-left: 10px;
	 position: relative;
	}
	.nav-std a {}
	.nav-std .mainnav>li>a {
	 display: block;
	 float: left;
	 color: #e2166f;
	 font-size: 16px;
	 text-transform: uppercase;
	 line-height: 30px;
	 padding: 0 10px;
	 text-align: center;
	 border: 2px solid #f8f8f8;
	 border-radius: 5px;
	}
	.nav-std .mainnav>li:hover>a,
	.nav-std .mainnav>li.active>a {
	 color: #fff;
	 background: #e2166f;
	 border-color: #e2166f;
	}
	
	.nav-std .mainnav>li.hasub:hover>a {
	 color: #fff !important;
	 background: #e2166f;
	 -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	 box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	}
	
	.nav-std .mainnav>li.hasub:hover ul {
	 display: block;
	}


.nav-std .mainnav ul {
	 display: none;
	 width: 230px;
	 background: #e2166f;
	 position: absolute;
	 left: 0;
	 top: 30px;
	 z-index: 5;
	 margin: 0;
	 padding: 10px 0;
	 border-radius: 0 5px 5px 5px;
	 
	 -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	 box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	}
	.nav-std .mainnav ul li {
	 margin: 0;
	 padding: 0;
	} 
	.nav-std .mainnav ul a {
	 display: block;
	 color: #fff;
	 padding: 5px 10px;
	 margin-bottom: 1px;
	 font-size: 14px;
	}
	.nav-std .mainnav ul a:hover, .nav-std .mainnav ul a.active {
	 color: #fff;
	 background: #cc1464;
	}
	
	.mainnav ul ul {
	 display: none !important;
	}
		
	
	
.nav-std .mainnav li.fullsub {
	 position: static;
	}
	.nav-std .fullsub ul { 
	 width: 940px;
	 position: absolute;
	 left: 0;
	 top: 40px;
	}		
	.nav-std .fullsub ul li {
	 width: 25%;
	 float: left;
	} 
/* @end */


/* @group royal slider */
.royalSlider.uniSlider img {
 width: 100% !important;
}

.royalSlider.uniSlider .boxwrap {
	 margin: 35% 0 0 0;
	 width: 100%;
	 text-align: center;
	}
	.royalSlider.uniSlider .boxwrap h2 {
	 font-size: 36px;
	 line-height: 1;
	 margin: 0;
	 color: #fff;
	 text-shadow: 1px 1px 1px #000;
	}
	.royalSlider.uniSlider .boxwrap h3 {
 	 font-size: 24px;
 	 line-height: 0.85em;
 	 margin: 0 0 10px 0;
 	 color: #fff;
 	 text-shadow: 1px 1px 1px #000;
	}
	.royalSlider.uniSlider .boxwrap .button {
 	 text-transform: none;
 	 font-size: 16px;
 	 margin-top: 20px;
 	 box-shadow: 1px 1px 1px #000;
	}
	.royalSlider.uniSlider .stripe {
	 display: block;
	 width: 100px;
	 height: 10px;
	 border-bottom: 1px solid #fff;
	 margin: 0 auto 10px;
	}
/* @end */



/* @group body */
.body {
 padding-top: 30px;
 padding-bottom: 0;
}
/* @end */

/* @group page */
.page {
 position: relative;
}
/* @end */



/* @group breadcrumbs */
div.crumbs {
	 text-transform: uppercase;
	 position: relative;
	 font-size: 13px;
	 margin-top: -8px;
	 margin-bottom: 20px;
	 
	 padding: 6px 0 4px;
	 border-top: 1px solid #eee;
	 border-bottom: 1px solid #eee;
	}
	div.crumbs .path {
	 margin-left: -3px;
	}
	div.crumbs a {
	 display: inline-block;
	 padding: 0 3px;
	 color: #ee9602;
	}
	div.crumbs a:hover {
	 /*color: #442a19;*/
	 text-decoration: none;
	}
/* @end */


/* @group home */
.hometop {
 padding-top: 40px;
}
/* @end */


/* @group home-section */
.home-section {
 clear: both;
}
.home-section .content article {
 margin-bottom: 30px;
}

/* @end */



/* @group side box */
.box.products {
	 
	}
	.box.products h3 {
	 font-size: 24px;
	 padding-bottom: 5px;
	 border-bottom: 1px solid #aaa;	 
	}
/* @end */


/* @group modules */
.modules-bottom {
}

.module {
 margin-bottom: 20px;
 border: 1px solid #ddd;
 border-radius: 5px;
}

.module-post h2,
.module-post h3,
.module-post h4 {
 color: #e2166f !important;
}
aside .module-post h2 {
 font-size: 18px;
 margin-top: 10px;
}
.module-post h3 {
 font-size: 16px;
}

.module-post .inner {
 padding: 5px 15px;
 color: #000;
}
.module-post article {
 margin-bottom: 30px !important;
}
.module-post article:last-child {
 margin-bottom: 0;
}
.module-post article ul {
 list-style: disc;
 line-height: 1.4em;
 margin: 0 0 15px 20px;
}
.module-post article .button {
 font-size: 12px;
}

.module-post-list article {
 padding: 10px 15px 20px;
 margin: 0 !important;
 border-bottom: 1px solid #ddd;
}
.module-post-list article:last-child {
 border: none;
}



aside .module-post {
 background: #f5f5f5;
}


aside .module-twitter {
 background: #f5f5f5;
}
aside .module-twitter .inner {
 padding: 15px;
}
/* @end */






/* @group subnav */
.subnav {
	 font-family: titil, arial;
	 padding-top: 5px;
	}
	.subnav>li {
	 margin-bottom: 1px;
	}
	.subnav>li>a {
	 background: #584056;
	 color: #fff;
	}
	.subnav a, .box a.sale {
	 display: block;
	 font-size: 16px;
	 line-height: 1.6em;
	 background: #f5f5f5;
	 text-transform: uppercase;
	 padding: 4px 0 4px 10px;
	}
	.subnav .isopen>a, .subnav a:hover, .subnav a.active { 
	 color: #fff !important; 
	 background: #7d4646;
	}

	
	.subnav ul {
		 display: none;
		}
		.subnav ul a {
		 display: block;
		 font-size: 12px;
		 line-height: 1.4em;
		 padding-left: 10px;
		 color: #000;
		 background: #fcfcee;
		 border-top: 1px solid #fff;
		}
		.subnav ul a:hover, .subnav ul a.active {
		 background: #d14b37;
		}

	.subnav ul ul a {
	 padding-left: 50px;
	 background: #f5f5f5;
	}
	
	.subnav a:hover { 
	 color: #fff !important; 
	 background: #7d4646;
	}
/* @end */



/* @group poll */
aside .poll {
	 background: #893941;
	 color: #fff;
	}
	aside .poll h2,
	aside .poll h3 {
	 color: #fff;
	}
	aside .poll .inner {
	 padding: 5px 15px 15px;
	}
	
.poll .table-vote {
	 width: 100%;
	 border-top: 1px solid #eee;
 	 border-bottom: 1px solid #eee;
 	 margin-bottom: 10px;
	}
	.poll .table-vote td {
	 padding: 5px 3px;
	}
	.poll td.first {
	 width: 30px;
	 padding-right: 15px;
	 text-align: right;
	}
	aside .table-vote td {
	 font-size: 12px;
	}
	.poll .votes {
	 
	}
	
aside.content p {
 margin-bottom: 15px;
}

.ivote {
 border-top: 1px solid #eee;
 border-bottom: 1px solid #eee;
 padding: 10px 0 5px;
 margin-bottom: 10px !important;
}
.ivote label {
 display: block;
 width: 100%;
 overflow: hidden;
 line-height: 1.6em;
}
.ivote label input {
 float: left;
 margin-right: 14px;
 margin-top: 4px;
}

/* @end */


/* @group content-top */
.content-top {
}
.content-top .module .inner {
 padding: 30px 0;
}
.content-top .module h2 {
}
.content-top .module h3 {
}
/* @end */



/* @group icons */
.icn span {
 padding-right: 25px;
 background: url('../de_img/icns.png') right center no-repeat;
}
/* @end */



/* @group layout */
.column-left {}
.column-right { padding-top: 15px; }

.ticker {
 clear: both;
 padding: 5px 3px;
 margin: 5px 0;
 border-top: 1px solid #ff5a96;
 border-bottom: 1px solid #ff5a96;
 overflow: hidden;
}
/* @end */


.column-right .htitle {
 padding-bottom: 10px;
 margin-bottom: 15px;
 border-bottom: 1px solid #ddd;
}

.column-right p,
.column-right ul li {
 font-size: 13px;
}


/* @group top utils */
.utils {
	 display: block;
	 color: #666;
	 position: absolute;
	 top: 10px;
	 right: 0;
	}
	.utils a {
	 display: inline-block;
	 color: #666 !important;
	 font-size: 14px;
	 text-transform: uppercase;
	 font-family: titillium, arial;
	}
	.utils a:hover {
	 color: #ed2625 !important;
	}
	
	.utils.p-left { left: 0; }
	.utils.p-right { right: 0; }
/* @end */





/* @group languages */
.languages {
	 position: absolute;
	 top: 10px;
	 right: 0;
	}
	.languages img {
	 width: 22px;
	}
/* @end */

/* @group quicksearch */
.quicksearch {
	 margin-bottom: 20px;
	}
	.quicksearch .top {
	 color: #fff;
	 background-color: #ee7600;
	}
	.quicksearch .top h2 {
	 color: #fff;
	 margin: 13px 0 10px 10px;
	}
	.quicksearch .form {
	 margin-top: 10px;
	 padding: 10px;
	 background: #eee;
	}
	.quicksearch .form em {
	 color: #000;
	 font-family: titillium, arial;
	 font-style: normal;
	 font-size: 16px;
	 text-transform: uppercase;
	}
	.quicksearch .form h3 {
	 color: #ee7600;
	 font-size: 26px;
	 margin-top: 2px;
	 padding-bottom: 5px;
	 border-bottom: 1px solid #ddd;
	}
	.quicksearch form {
	 margin: 10px 0 0 0;
	}
	.quicksearch form select {
	 width: 100%;
	}
	.quicksearch form .loader {
	 text-align: right;
	 padding-top: 10px;
	 margin: 0;
	 border-top: 1px solid #ddd;
	}
	.quicksearch form .loading {
	 background-image: url(../de_img/loader-grey.gif);
	}
/* @end */


/* @group widget */
.wdg {}
	.wdg .img {
	 background: #e9e9e9 url(../de_img/bgfooter.gif) top center;
	}
	.wdg .info {
	 padding: 5px 10px 10px;
	 background: #ee7600;
	 color: #fff;
	 margin: -50px 15% 0 0;
	 position: relative;
	 z-index: 5;
	}
	.wdg h3 {
	 color: #fff;
	 font-size: 36px;
	 text-transform: none;
	}
/* @end */


/* @group htmlblock */
.htmlblock {
 margin-bottom: 30px;
}
.htmlblock .inner {
}
.htmlblock .inner h2, .htmlblock .inner h3, .htmlblock .inner h4 {
 color: #009ede;
 margin-bottom: 3px;
}
.htmlblock .inner h2 { 
	font-size: 22px; 
	margin: 0 0 10px 0;
	color: #262626;
}
.htmlblock .inner h3 { font-size: 18px; }


.htmlblock.badge {
 
}
.htmlblock.badge .inner {
 background: #f4f4f4;
 padding: 10px 15px 1px;
 border-radius: 3px;
}

/* @end */


/* @group content */
.float-left {
 float: left;
 margin: 10px 15px 0 0 !important;
}

.postbox {
 padding-bottom: 30px;
}

.page {
 padding-bottom: 60px;
}


.content {
	 overflow: hidden;
	}
	.content article {
	 margin-bottom: 50px;
	}
	.content .mainimage {
	 display: block;
	 margin: 0 0 20px 0;
	}
	
	.content h1 {
	 margin-bottom: 20px;
	}
	.content h2 {
	 margin-bottom: 10px;
	 margin-top: 30px;
	}
	.content h3 {}
	
	.content p {
	 margin: 0 0 20px 0;
	 line-height: 1.6em;
	}
	
	.content .posted {
	 display: block;
	 font-style: italic;
	 color: #bbb;
	 margin: -5px 0 10px 0;
	 font-size: 11px;
	}
	
	.content ol, .content ul {margin: 15px 0;}
	.content ol li {list-style: decimal;line-height: 1.6em;margin-left: 25px;}
	.content ul li {list-style: disc;line-height: 1.6em;margin-left: 25px;}
	
	.clean-ul ul { margin: 0; }
	.clean-ul ul li { list-style: none;line-height: 1.6em;margin-left: 0; }
	
	
	.content a:link, .content a:active, .content a:visited { 
	 color: #e2166f;
	 text-decoration: none;
	 outline:none;
	}
	.content a:hover {color: #222;}
	
	.content img, .content object {display: inline-block;}

.splitter {
	 display: block;
	 text-indent: -9999px;
	 height: 30px;
	}
	
	
.sidebyside {
 overflow: hidden;
}	
.sidebyside p {
 width: 33%;
 float: left;
}
	
/* @end */


/* @group bgblue */
.bluesection {
 overflow: hidden;
 margin-top: -80px;
 position: relative;
 z-index: 999;
}

.border-top-blue {
 border-bottom: 80px solid #009ede; 
 border-left: 1600px solid transparent;
}


.bgblue *,
.bgblue h1,
.bgblue h2,
.bgblue h3,
.bgblue p {
 color: #fff;
}
/* @end */


/* @group Video contaiiner */
.video-container {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* @end */


/* @group standard table */
.tabel {
	 border: 1px solid #ccc;
	 margin-bottom: 20px;
	 border-collapse: collapse;
	 color: #333;
	}
	.tabel thead {
	 background: #333;
	 color: #fff;
	}
	.tabel th {
	 text-align: left;
	 padding: 7px 5px;
	 text-transform: uppercase;
	}
	
	.tabel tr {
	 border-bottom: 1px solid #ccc;
	}
	.tabel td {
	 padding: 7px 5px;
	 background: #f8f8f8;
	}
	.tabel tr.even td {
	 background: #e8e8e8;
	}
/* @end */



/* @group images */
.images {
	 overflow: hidden;
	 width: 98%;
	 padding-left: 5px;
	 margin-left: -5px;
	 margin-bottom: 20px;
	}
	.images a, .images img {
	 display: block;
	 float: left;
	}
	.images a {
	 margin: 5px 5px 5px 0;
	}
	.images a:hover {
	 border-color: #fff;
	}
/* @end */


/* @group files */
.files {
	 margin-bottom: 20px;
	}
	.files h3 {
	 color: #000;
	 border-bottom: 1px solid #ddd;
	}
	.files a {
	 display: block;
	 line-height: 1.5em;	
	}
	.files.small {
	 font-size: 11px;
	}
/* @end */


/* @group home news */
.news-home {

	}
/* @end */


/* @group list */
.resultstitle {
 border-bottom: 1px solid #eee;
 padding-bottom: 10px;
 margin-bottom: 20px;
}

.list {}
	.list article {
	 border-bottom: 1px solid #eee;
	 padding-bottom: 20px;
	 margin-bottom: 20px;
	}
	.list article p {
	 margin-bottom: 20px;
	}
/* @end */


/* @group bloglist */
.bloglist {
	 overflow: hidden;
	 padding-bottom: 24px;
	}
	.bloglist .datum, .datum {
	 font-family: sansbold, arial;
	 font-size: 46px;
	 line-height: 1.2em;
	}
	.bloglist h1 {
	 margin-bottom: 0;
	}
	.bloglist h1 a:link, 
	.bloglist h1 a:visited {
	 color: #e2166f;
	 font-size: 22px;
	}
	.bloglist h2 {
	 margin: 5px 0 15px;
	 font-size: 24px;
	}
	
	.bloglist .thumb {
	 display: block;
	 float: left;
	 margin: 5px 15px 0 0;
	}
	.bloglist .thumb img {
	}
	
	.bloglist .item {
	 margin-bottom: 10px;
	}
	
	.line {
	 clear: both;
	 padding-bottom: 24px;
	 border-bottom: 1px solid #ddd;	
	 margin-bottom: 24px;
	}
	
	a.readmore {
	 display: inline-block;
	 color: #000 !important;
	 font-weight: bold;
	 text-transform: uppercase;
	 line-height: 14px;
	}
	a.readmore i {
	 float: right;
	 margin-top: -1px;
	}
	
.blog {
	margin-bottom: 24px;
}	
/* @end */






/* @group filters */
.filters {
 padding: 6px 0 4px;
 border-top: 1px solid #eee;
 border-bottom: 1px solid #eee;
 margin-top: 20px;
 margin-bottom: 20px;
}
.filters select {
 width: auto;
}
/* @end */


/* @group .gridview */
.gridview article {
	 margin-bottom: 20px;
	 position: relative;
	}
	.gridview a.button {
	 display: block;
	 max-width: 80%;
	 position: absolute;
	 padding: 5px 10px;
	 font-size: 14px;
	 line-height: 1.4em;
	 bottom: 5%;
	 left: 0;
	 border-radius: 0;
	 
	 color: #ee7600 !important;
	 background: url(../de_img/bgwhite90.png);
	}
	
	.gridview a.button.hover {
	 background: #442a19;
	 color: #fff !important;
	}
/* @end */


/* @group shares */
.shares {
	 overflow: hidden;
	 text-transform: uppercase;
	 font-size: 11px;
	 padding: 10px 0 0 0;
	 border-top: 1px solid #eee;
	}
	.shares span, .shares a {
	 display: block;
	 float: left;
	 color: #fff !important;
	 background-color: #ee7600;
	 padding: 4px 8px 3px;
	 margin-right: 2px;
	}
	.shares a:hover {
	 background: #422918;
	}
	.shares span {
	 background: #422918;
	}
/* @end */


/* @group user */
.users h1 {
 clear: both;
 margin-bottom: 10px;
}
.users article {
	}
	.users article {
	 margin-bottom: 20px;
	}
	.users article .inner {
	 padding: 10px;
	 border: 1px solid #eee;
	 border-radius: 5px;
	 background: #f9f9f9;
	 min-height: 380px;
	}
	.users article:hover .inner {
	 border-color: #ddd;
	}
	.users article img {
	 transition: all 0.6s ease-out 0s;
	}
	.users article:hover img {
	 -webkit-transform: scale(1.05);
	 transform: scale(1.05);
	}
	.users article h2 {
	 font-size: 18px;
	 color: #009ede;
	 margin: 15px 0 2px;
	}
	.users article em {
	 display: block;
	 font-style: normal;
	 font-size: 14px;
	 color: #666;
	 margin-bottom: 10px;
	 min-height: 45px;
	 border-bottom: 1px solid #eee;
	}
	.users article p {
	 margin-bottom: 0;
	}
/* @end */


/* @group buttons */
.buttons {
 clear: both;
 overflow: hidden;
 margin-bottom: 12px;
}

.align-right { text-align: right; }
.align-center { text-align: center; }

button, .button {
 font-size: 22px;
 border: none;
 border-radius: 2px;
 font-family: Calibri, Candara, Arial, sans-serif;
}

.button {
	 display: inline-block;
	 cursor: pointer;
	}
	.button {
	 display: inline-block;
	 line-height: 1;
	 padding: 8px 30px 8px;
	 background: #e2166f;
	 color: #fff !important;
	 text-transform: uppercase;
	}
	.button:hover, .button.hover {
	 background: #87026d;
	}
	.button.small {
	 font-size: 14px;
	}
	
	.button.reversed {
	 background-color: #87026d;
	}
	.button.reversed:hover, .reversed.hover {
	 background-color: #e2166f;
	}
	
.buttons.agree .button {
 margin-left: 15px;
}
/* @end */


/* @group table list */
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	margin-bottom: 16px;
}
table.list td {
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
table.list thead td {
	background: #eeeeee;
	padding: 0px 6px;
	text-transform: uppercase;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	float: none;
	text-align: left;
	padding: 7px;
}
table.list .right {
	float: none;
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: middle;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
table.radio label {
	width: 100%;
	height: 15px;
	display: inline-block;
}
/* @end */








/* @group notifications */
.notification {
 color: #000;
}
.warning {
	background: #ffdeea;
	padding: 12px;
	margin-bottom: 12px;
	text-transform: uppercase;
	text-align: center;
}
.success {
	background: #daf4d7;
	padding: 12px;
	margin-bottom: 12px;
	text-transform: uppercase;
	text-align: center;	
}
.error {
	color: #fc0000;
}
/* @end */


/* @group info popup */
#infopopup {width: 550px;padding: 15px;background: #fff;max-height: 550px;}
#infopopup h1 {font-size: 20px;}
#infopopup p {line-height: 1.4em;margin: 10px 0;}
/* @end */

/* @group contact */
.outermap {
	 box-shadow: inset 0px 3px 5px #444;
	}
	.gmap {
	 height: 400px;
	}
	.gmap img {
	 max-width: none;
	}

.std {
	 margin-top: 15px;
	}
	.std p {
	 margin: 0 0 5px 0;
	}
	.std p.divider {
	 margin-bottom: 25px;
	}
	.std label {
	 display: block;
	 width: 30%;
	 float: left;
	 margin-right: 10px;
	 line-height: 32px;
	}
	
	.std input.txt, .std textarea {
	 width: 66.3%;
	 padding: 7px 5px;
	 border: none;
	 background: #f4f4f4;
	 border: 1px solid #ddd;
	}
	.std.clearme input.txt,
	.std.clearme textarea {
	 width: 97%;
	}
	
	.std textarea {
	 height: 150px;
	}
	.std select {
	 width: 67%;
	}
	.std .loader {
	 margin-top: 20px;
	}
	
	form .loader {
	 display: inline-block;
	 width: 100%;
	 text-align: right;
	}
	form .loading {
	 background: url(../de_img/loader.gif) 5px center no-repeat;
	}

/* infield labels */
form.infield p.inlabel { position: relative; margin: 10px 0;}
form.infield p.inlabel label { position: absolute; top: 0; left: 10px; color: #333;line-height: 34px;}
form.infield p.inlabel br {display: none;}
/* @end */



/* @group inline alerts */
#inline_alert {
 min-height: 150px;
 min-width: 500px;
 max-width: 650px;
 padding: 0 10px 20px;
 margin-bottom: 2px;
 margin-top: 5px;
 line-height: 1.6em; color: #555;
}
#inline_alert h4 {
 font-size: 20px;
 color: #000;
 margin-bottom: 15px;
}
/* @end */


/* @group formpanel */
.formpanel {
 text-align: center;
}
.formpanel .button.big {
 font-size: 28px;
}
.formpanel .formwrap {
 display: none;
 text-align: left;
 
 margin-top: 30px;
 padding: 15px;
 background: #f8f8f8;
 border-radius: 4px;
 border: 1px solid #eee;
}
.formpanel .formwrap h2 {
 margin-top: 0;
}
.formpanel input.txt, 
.formpanel textarea {
 border: 2px solid #eee;
 background: #fff;
}
/* @end */




/* @group infonav */
.infonav {
	 width: 175px;
	 float: left;
	}
	.infonav a {
	 display: block;
	 font-family: titillium, arial;
	 font-size: 18px;
	 line-height: 1.5em;
	}
	.infonav a.active {
	 color: #000;
	}

/* @end */


/* @group pagination */
.pages {
	  text-align: right;
	  padding: 15px 0 0 0;
	  overflow: hidden; }
	
	.pages .links {
	  display: block;
	  padding-left: 5px;
	  margin-left: 5px; 
	  text-align: center;
	}
	
	.pages .links a, .pages b, .pages .hellip {
	  display: inline-block;
	  margin: 2px;
	  color: #fff;
	  text-align: center;
	  width: 36px;
	  line-height: 36px;
	  border-radius: 3px;
	  background: #ddd; 
	  transition: background-color 0.2s ease-out 0s;
	}
	
	.pages .hellip {
	  background: #555;
	  padding: 10px; }
	
	.pages b, .pages .links a:hover {
	  background: #db2b5d; }
/* @end */


/* @group footer */
.footer {
	 clear: both;
	 background: #f8f8f8;
	 border-top: 1px solid #ddd;
	}
	.footer .container {
	 padding: 30px 0 30px;	
	 color: #888;
	 font-size: 14px;
	}
	.footer p {
	 margin: 0;
	}
	
	.footer .credits {
	 color: #000;
	 font-size: 12px;
	 text-transform: uppercase;
	 text-align: center;
	}
	.footer a {
	 color: #000;
	}
	.footer a:hover {
	 color: #e2166f;
	}
	
	
	.footer h3 {
	 font-size: 28px;
	 color: #000;
	}
	.footer .box p {
	 font-size: 14px;
	}
/* @end */	


/* @group Fontello */
@font-face {
  font-family: 'mycons';
  src: url('../de_fonts/mycons.eot?19496911');
  src: url('../de_fonts/mycons.eot?19496911#iefix') format('embedded-opentype'),
       url('../de_fonts/mycons.woff?19496911') format('woff'),
       url('../de_fonts/mycons.ttf?19496911') format('truetype'),
       url('../de_fonts/mycons.svg?19496911#mycons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'mycons';
    src: url('../font/mycons.svg?19496911#mycons') format('svg');
  }
}
*/
 
 [class^="icn-"]:before, [class*=" icn-"]:before {
  font-family: "mycons";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icn-heart-1:before { content: '\e800'; } /* '' */
.icn-heart-empty-1:before { content: '\e801'; } /* '' */
.icn-phone:before { content: '\e802'; } /* '' */
.icn-mail-alt:before { content: '\e803'; } /* '' */
.icn-cog:before { content: '\e804'; } /* '' */
.icn-user:before { content: '\e805'; } /* '' */
.icn-facebook:before { content: '\e806'; } /* '' */
.icn-twitter:before { content: '\e807'; } /* '' */
.icn-linkedin:before { content: '\e808'; } /* '' */
.icn-gplus:before { content: '\e809'; } /* '' */
.icn-rss:before { content: '\e80a'; } /* '' */
.icn-location:before { content: '\e80b'; } /* '' */
.icn-search-1:before { content: '\e80c'; } /* '' */
.icn-login:before { content: '\e80d'; } /* '' */
.icn-left-open-big:before { content: '\e80e'; } /* '' */
.icn-right-open-big:before { content: '\e80f'; } /* '' */
.icn-left-open:before { content: '\e810'; } /* '' */
.icn-right-open:before { content: '\e811'; } /* '' */
.icn-user-1:before { content: '\e812'; } /* '' */
.icn-users:before { content: '\e813'; } /* '' */
.icn-user-add:before { content: '\e814'; } /* '' */
.icn-logout:before { content: '\e815'; } /* '' */
.icn-comment:before { content: '\e816'; } /* '' */
.icn-twitter-1:before { content: '\e817'; } /* '' */
.icn-facebook-1:before { content: '\e818'; } /* '' */
.icn-pinterest:before { content: '\e819'; } /* '' */
.icn-cancel:before { content: '\e81a'; } /* '' */
.icn-check:before { content: '\e81b'; } /* '' */
.icn-pencil:before { content: '\e81c'; } /* '' */
.icn-edit:before { content: '\e81d'; } /* '' */
.icn-tag:before { content: '\e81e'; } /* '' */
.icn-search:before { content: '\e81f'; } /* '' */
.icn-basket:before { content: '\e820'; } /* '' */
.icn-quote-left:before { content: '\e821'; } /* '' */
.icn-quote-right:before { content: '\e822'; } /* '' */
.icn-quote-right-1:before { content: '\e823'; } /* '' */
.icn-quote-left-1:before { content: '\e824'; } /* '' */
.icn-chat:before { content: '\e825'; } /* '' */
.icn-comment-empty:before { content: '\e826'; } /* '' */
.icn-chat-empty:before { content: '\e827'; } /* '' */
.icn-ok:before { content: '\e828'; } /* '' */
.icn-mirror-v:before { content: '\e829'; } /* '' */
.icn-mirror-h:before { content: '\e82a'; } /* '' */
.icn-scissors:before { content: '\e82b'; } /* '' */
.icn-star:before { content: '\e82c'; } /* '' */
.icn-star-empty:before { content: '\e82d'; } /* '' */
.icn-thumbs-up:before { content: '\e82e'; } /* '' */
.icn-thumbs-up-alt:before { content: '\e82f'; } /* '' */
.icn-attention:before { content: '\e830'; } /* '' */
.icn-attention-circled:before { content: '\e831'; } /* '' */
.icn-attention-alt:before { content: '\e832'; } /* '' */
.icn-alert:before { content: '\e833'; } /* '' */
.icn-info-circled:before { content: '\e834'; } /* '' */
.icn-reply-1:before { content: '\e835'; } /* '' */
.icn-info:before { content: '\e836'; } /* '' */
.icn-docs:before { content: '\e837'; } /* '' */
/* @end */




/* @group Responsive */


/* tablets */
@media (max-width: 979px) {
	
	
}


/* tablets */
@media (min-width: 768px) and (max-width: 979px) {

	.std.clearme input.txt,
	.std.clearme textarea {
	 width: 96%;
	}
	
}




/* minitablets - phones */
@media (max-width: 767px) {
		
	
	/* mobile menu */
	header {
	 position: absolute;
	}
	header h1 {
	 margin-left: 20px;
	}
	
	header .nav-mob {
	 width: 100%;
	 position: absolute;
	 top: 70px;
	 left: 0;
	 z-index: 999;
	}
	
	header .nav-mob .toggle {
	 display: block;
	 line-height: 32px;
	 background: url(../de_img/icon-menu.png) center right no-repeat;
	 text-indent: 20px;
	 font-size: 16px;
	 color: #000 !important;
	}
	.nav-mob .toggle span {
	 display: block;
	 text-align: right;
	 padding-right: 40px;
	 text-transform: uppercase;
	}
	
	.nav-mob .mainnav {
	 display: none;
	 position: relative;
	 top: 0;
	}
	
	.nav-mob .mainnav, .nav-mob .mainnav li {
	 margin: 0;
	 padding: 0;
	}
	.nav-mob .mainnav {
	 background: #f8f8f8;
	 box-shadow: 0 4px 4px rgba(0,0,0,0.4);
	}
	.nav-mob .mainnav a {
	 display: block;
	 padding: 10px 10px 8px 20px;
	 font-size: 16px;
	 color: #000;
	 border-bottom: 1px solid #ddd;
	}
	.nav-mob .mainnav a:hover, .nav-mob .mainnav a.active {
	 background: #e2166f;
	 color: #fff;
	}
	.nav-mob .mainnav ul {
	 margin: 0;
	 padding: 0;
	 border-bottom: 1px solid #ddd;
	}
	
	.nav-mob .mainnav ul a {
	 padding-left: 30px;
	 border: none;
	}

}


@media (max-width: 600px) {

	.std.clearme input.txt,
	.std.clearme textarea {
	 width: 96%;
	}

}


@media (max-width: 550px) {
 


}


@media (max-width: 480px) {



}
/* @end */