/*  
Theme Name: Dietel  
Author: Mohanty  
Author URI: http://www.mohanty.de/
Template: genesis  
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */
*, input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ## Float Clearing
--------------------------------------------- */
.author-box:before, .clearfix:before, .entry-header:before, .entry:before, .entry-content:before, .entry-meta:before, .footer-widgets:before, .genesis-nav-menu:before, .genesis-nav-menu li.search-form li:before, .nav-primary:before, .nav-secondary:before, .pagination:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .wrap:before {
	content: " ";
	display: table;
}
.author-box:after, .clearfix:after, .entry-header:after, .entry:after, .entry-content:after, .entry-meta:after, .footer-widgets:after, .genesis-nav-menu:after, .genesis-nav-menu li.search-form li:after, .nav-primary:after, .nav-secondary:after, .pagination:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */
body {
	color: #333;
	font-family: 'Cabin', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.47;
	background: #004899 url(images/body-bg.jpg) no-repeat right top;
}
button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
::-moz-selection {
	background-color: #333;
	color: #fff;
}
::selection {
	background-color: #333;
	color: #fff;
}
a {
	color: #009fe3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	outline: none;
}
p {
	margin: 0 0 28px;
	padding: 0;
}
ol, ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
b, strong {
	font-weight: 700;
}
blockquote, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 40px;
}
blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	color: #009fe3;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}

/* ## Objects
--------------------------------------------- */
embed, iframe, img, object, video, .wp-caption {
	max-width: 100%;
}
img {
	height: auto;
}
iframe {
	border: none;
}

/* ## Gallery
--------------------------------------------- */
.gallery {
	overflow: hidden;
}
.gallery-item {
	float: left;
	margin: 0 0 5px;
	padding: 0 1%;
	text-align: center;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 32.2%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

/* ## Forms
--------------------------------------------- */
label {
	cursor: pointer;
}
.site-inner input, .site-inner select, .site-inner textarea {
	background-color: #fff;
	border: 2px solid #e6e6e6;
	color: #595959;
	font-size: 16px;
	font-weight: 500;
	padding: 8px 16px;
	width: 100%;
}
.site-inner input:focus, .site-inner textarea:focus {
	border: 2px solid #009fe3;
	outline: none;
}
.site-inner input:focus[type="submit"] {
	border: none;
}
input[type="checkbox"], input[type="image"], input[type="radio"] {
	width: auto;
	border: none;
}
::-moz-placeholder {
	color: #595959;
	font-weight: 500;
	opacity: 1;
}
::-webkit-input-placeholder {
	color: #595959;
	font-weight: 500;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button {
	background-color: #009fe3;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	padding: 16px 0;
	text-transform: uppercase;
}
button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover {
	background-color: #e6e6e6;
	color: #595959;
}
.button {
	display: inline-block;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 28px;
	width: 100%;
}
tbody {
	border-bottom: 1px solid #e6e6e6;
}
td, th {
	text-align: left;
}
td {
	border-top: 1px solid #e6e6e6;
	padding: 6px 0;
}
th {
	font-weight: 500;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */
.site-inner, .wrap {
	margin: 0 auto;
	max-width: 1015px;
	padding: 0 22px;
}
.site-inner {
	padding-bottom: 55px;
}
body.home .content-sidebar-wrap {
	padding-top: 22px;
}

/* ## Column Widths and Positions
--------------------------------------------- */
.content {
	float: right;
	width: 65.9%;
}
.content-sidebar .content {
	float: left;
}
.full-width-content .content {
	width: 100%;
}
.sidebar-primary {
	float: right;
	width: 31.9%;
}
.sidebar-content .sidebar-primary {
	float: left;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}
.one-half, .three-sixths, .two-fourths {
	width: 48.717948717948715%;
}
.one-third, .two-sixths {
	width: 31.623931623931625%;
}
.four-sixths, .two-thirds {
	width: 65.81196581196582%;
}
.one-fourth {
	width: 23.076923076923077%;
}
.three-fourths {
	width: 74.35897435897436%;
}
.one-sixth {
	width: 14.52991452991453%;
}
.five-sixths {
	width: 82.90598290598291%;
}
.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */
.avatar {
	float: left;
}
.alignleft .avatar, .author-box .avatar {
	margin-right: 24px;
}
.alignright .avatar {
	margin-left: 24px;
}
.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
	margin-bottom: 37px;
	background: #fff;
	padding: 13px 0 12px;
	font-size: 15px;
	color: #009fe3;
}
.breadcrumb span {
	padding: 0 24px;
	position: relative;
	bottom: 1px;
}
.archive-description, .author-box {
	background-color: #fff;
	margin-bottom: 37px;
	padding: 23px 20px;
}
.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}
.archive-description p:last-child, .author-box p:last-child {
	margin-bottom: 0;
}

/* ## Titles
--------------------------------------------- */
body.archive .entry-title, body.page-template-page_blog-php .entry .entry-title {
	font-size: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #009fe3;
}
body.archive .entry-title {
	margin-bottom: 10px;
}
body.post-type-archive .entry-title, body.tax-download_categories .entry-title {
	font-size: 26px;
	padding: 0;
	margin: 0;
	border: none;
	float: left;
	width: 55%;
	text-transform: none;
}
body.cat-last .entry-title {
	width: 100%;
}
.site-footer h1 {
	text-transform: none;
	font-size: 20px;
	margin-bottom: 15px;
}
body.single .entry-title, .pdf-title .entry-title {
	float: left;
	width: 70%;
}
.archive-title {
	font-size: 20px;
}
.subpage-widget h2, .subpage-list h2 {
	line-height: normal;
	padding: 20px;
	font-size:21px;
}
.content .widget_text h2, .blog-cat-title {
	font-size: 30px;
	border: none;
	color: #fff;
	padding: 0 80px 0 0;
	background: url(images/title.png) no-repeat right 7px;
}
.blog-cat-title {
	margin: 40px 0 20px;
}
.widgettitle {
	font-size: 26px;
	padding: 22px 20px;
}
.sidebar .widget_text .widgettitle {
	border-bottom: 1px solid #e6e6e6;
	padding: 16px 20px;
	margin-bottom: 25px;
	font-size: 22px;
}
.info-box h2, .info-box h3, .sidebar .pages-box .widgettitle {
	font-size: 21px;
	padding: 0 0 10px;
	border-bottom: 1px solid #009fe3;
	margin-bottom: 12px;
	line-height: normal;
}
.sidebar .widget_text h6 {
	font-size: 15px;
	font-weight: 400;
	text-transform: none;
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
	display: block;
	margin: 0 auto;
}
a.alignnone {
	display: inline-block;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft, a.alignnone, a.alignright {
	max-width: 100%;
}
img.centered, .aligncenter {
	display: block;
	margin: 0 auto 24px;
}
img.alignnone, .alignnone {
	margin-bottom: 24px;
}
a.alignleft, img.alignleft, .wp-caption.alignleft {
	margin: 0 24px 24px 0;
}
.info-image a.alignleft {
	margin: 0;
}
body.archive img.alignleft, body.page-template-page_blog-php img.alignleft {
	margin: 0;
	width: 36.5%;
}
a.alignright, img.alignright, .wp-caption.alignright {
	margin: 0 0 24px 24px;
}
.wp-caption-text {
	font-size: 12px;
	font-weight: 500;
	text-align: center;
}
.entry-content p.wp-caption-text {
	margin-bottom: 0;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
	word-wrap: break-word;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td, .widget_calendar th {
	text-align: center;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	background: url(images/header.png) repeat-x bottom;
}
.site-header .widget-area .wrap {
	max-width: none;
	padding: 0;
}
.header-image .site-header .wrap {
	padding-left: 0;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
	float: left;
	width: 300px;
	padding: 40px 0 80px;
}
.header-image .title-area {
	width: 254px;
	height: 191px;
	padding: 40px 0 0 22px;
	background: url(images/logo-bg.png) no-repeat;
}
.header-full-width .title-area {
	width: 100%;
}
.site-title {
	font-weight: 500;
	line-height: 1.2;
}
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}
.site-title a {
	color: #fff;
	text-decoration: none;
}
.header-image .site-title a {
	display: block;
	width: 208px;
	height: 124px;
	background: url(images/logo.png) no-repeat;
}
.site-description {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
}
.header-image .site-description {
	display: none;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.site-header .widget-area {
	float: right;
	text-align: right;
}
.genesis-nav-menu {
	clear: both;
	float: right;
	font-size: 13px;
	line-height: 1;
	text-transform: uppercase;
	padding-top: 30px;
	background: url(images/menu-bottom.png) repeat-x bottom;
}
.genesis-nav-menu .menu-item {
	float: left;
	text-align: left;
	padding: 0 15px;
}
.genesis-nav-menu .home {
	padding-left: 0;	
}
.genesis-nav-menu a {
	color: #b8c3da;
	display: block;
	padding-bottom: 19px;
	text-decoration: none;
}
.site-header .genesis-nav-menu .home a {
	width: 11px;
	height: 14px;
	text-indent: -9999px;
	position: relative;
	bottom: 2px;
	background: url(images/home.png) no-repeat;	
}
.genesis-nav-menu li.menu-item-has-children:hover > a, .genesis-nav-menu li.login-link:hover a, .genesis-nav-menu li.login-link-active, .genesis-nav-menu li.search-form:hover a {
	background: url(images/nav-hover.png) no-repeat center bottom;	
} 
.genesis-nav-menu .sub-menu, .genesis-nav-menu .login-sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	z-index: 201;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 240px;
	background: #009fe3;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 239px;
}
.genesis-nav-menu .sub-menu .menu-item, .genesis-nav-menu .login-sub-menu .menu-item {
	padding: 0;
	border-bottom: 1px solid #4eb5ea;
	text-transform: none;
	width: 100%;
}
.genesis-nav-menu .sub-menu .menu-item:last-child {
	border: none;
}
.genesis-nav-menu .sub-menu a, .genesis-nav-menu .login-sub-menu a {
	font-size: 16px;
	padding: 14px 31px;
	position: relative;
	width: 240px;
	color: #fff;
}
.genesis-nav-menu .sub-menu li:hover > a {
	background: none;	
} 
.genesis-nav-menu .menu-item:hover {
	position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.slicknav_menu {
	display: none;
}

/* ## Login & Search forms, Language switcher
--------------------------------------------- */
.genesis-nav-menu .sub-menu .login-form, .genesis-nav-menu .login-sub-menu .login-form, .genesis-nav-menu li.search-form li {
	color: #fff;
	padding: 8px;
	font-size: 12px;
}
.login-form p {
	margin-bottom: 10px;
}
.login-form p.lost-password {
	margin: 0;
	padding-left: 13px;
}
.slicknav_nav .login-form p.lost-password {
	padding: 0;
	text-align: center;
}
.login-form label {
	display: block;
	margin-bottom: 5px;
}
.login-form input[type="text"], .login-form input[type="password"], .genesis-nav-menu li.search-form input[type="search"] {
	border: none;
	font-size: 18px;
	color: #009fe3;
	padding: 11px 13px;
}
.slicknav_nav .login-form input[type="text"], .slicknav_nav .login-form input[type="password"], .slicknav_nav li.search-form input[type="search"], .slicknav_nav .login-form input[type="submit"] {
	font-size: 15px;
	padding: 5px;
}
.slicknav_nav .login-form input[type="text"] {
	float: left;
	width: 49%;
}
.slicknav_nav .login-form input[type="password"] {
	float: right;
	width: 49%;
}
.slicknav_nav .login-remember {
	clear: both;
	padding-top: 10px;
}
.login-form ::-moz-placeholder, .search-form ::-moz-placeholder {
	color: #009fe3;
}
.login-form ::-webkit-input-placeholder, .search-form ::-webkit-input-placeholder {
	color: #009fe3;
}
.login-form input[type="submit"] {
	font-size: 24px;
	border: 1px solid #fff;
	padding: 12px 0;
	width: 100%;
}
.genesis-nav-menu .sub-menu .lost-password a, .genesis-nav-menu .login-sub-menu .lost-password a {
	font-size: 12px;
	display: inline;
	position: static;
	padding: 0;
	width: auto;
}
.genesis-nav-menu li.search-form {
	padding: 0;
	width: 14px;
	background: url(images/search.png) no-repeat center top;
}
.genesis-nav-menu li.search-form a {
	width: 22px;
	height: 32px;
	padding: 0;
	text-indent: -9999px;
}
.genesis-nav-menu li.search-form .sub-menu {
	width: 360px;
	margin-left: -243px;
}
.genesis-nav-menu li.search-form input[type="search"], .slicknav_nav li.search-form input[type="search"] {
	float: left;
	width: 81%;
}
.genesis-nav-menu li.search-form input[type="submit"] {
	float: right;
	width: 16.5%;
	font-size: 24px;
	border: 1px solid #fff;
	padding: 6px 0;
}
.slicknav_nav li.search-form input[type="submit"] {
	float: left;
	width: auto;
	font-size: 15px;
	padding: 7px;
	margin-left: 10px;
}
.genesis-nav-menu .language-select {
	padding-right: 0;
}
.genesis-nav-menu a.language-link, #lang_sel_list img.iclflag {
	display: none;
}
.genesis-nav-menu #lang_sel_list {
	height: auto;
}
.genesis-nav-menu #lang_sel_list a, .genesis-nav-menu #lang_sel_list a:visited {
	padding: 0;
	text-indent: -9999px;
	width: 27px;
	height: 18px;
}
.genesis-nav-menu #lang_sel_list .icl-de a {
	background: url(images/de-flag.gif) no-repeat;
}
.genesis-nav-menu #lang_sel_list .icl-cs a {
	background: url(images/cs-flag.gif) no-repeat;
}
.genesis-nav-menu #lang_sel_list .icl-cs a.lang_sel_sel, .genesis-nav-menu #lang_sel_list .icl-de a.lang_sel_sel {
	background-position: bottom;
	margin-right: 16px;
}

/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary .genesis-nav-menu {
	background: none;
	font-size: 18px;
}
.nav-secondary .genesis-nav-menu .menu-item {
	padding: 0 24px;
}
.nav-secondary .genesis-nav-menu .sub-menu .menu-item {
	padding: 0;
}
.nav-secondary .genesis-nav-menu .menu-item:first-child {
	padding-left: 0;
}
.nav-secondary .genesis-nav-menu .menu-item:last-child {
	padding-right: 0;
}
.nav-secondary .genesis-nav-menu a {
	color: #fff;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */
body.single .entry-header, body.page .entry-header {
	margin-bottom: 20px;
}
body.post-type-archive .entry-header, body.tax-download_categories .entry-header {
	background: #fff;
	margin-bottom: 20px;
	padding: 17px 20px;
}
body.page-template-page_blog-php .entry .entry-header {
	margin-bottom: 10px;
}
.pdf-link {
	float: right;
	width: 22.8%;
	border: 1px solid #009fe3;
	height: 28px;
	line-height: 28px;
	padding: 0 4px 0 33px;
	margin-top: 5px;
	font-size: 12px;
	background: url(images/pdf-small.gif) no-repeat 5px 5px;
}
.entry, .page-entry {
	margin-bottom: 20px;
	padding: 22px 20px;
	background: #fff;
}
body.archive .entry, body.page-template-page_blog-php .entry {
	padding: 0;
	color: #666;
}
body.post-type-archive .entry, body.tax-download_categories .entry {
	display: table;
	width: 100%;
	background: none;
}
body.post-type-archive .no-posts, body.tax-download_categories .no-posts {
	padding: 22px 20px;
	margin: 0;
	background: #fff;
}
body.archive .entry-content, body.page-template-page_blog-php .entry-content {
	padding: 20px;
}
body.archive .has-post-thumbnail .entry-content, body.page-template-page_blog-php .has-post-thumbnail .entry-content {
	float: right;
	width: 63.5%;
}
body.post-type-archive .has-post-thumbnail .entry-content, body.post-type-archive .entry-content, body.tax-download_categories .has-post-thumbnail .entry-content, body.tax-download_categories .entry-content {
	display: table-row;
	float: none;
	width: 100%;
	background: #fff;
}
body.archive .entry-content p, body.page-template-page_blog-php .entry-content p, .entry-content p:last-child {
	margin-bottom: 0;
}
.download-thumb {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 0 5px 5px;
}
.download-thumb img {
	max-width: none;
	display: block;
}
.download-title {
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	color: #666;
	padding: 5px 20px;
	width: 70%;
}
.download-size {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	font-size: 12px;
	color: #666;
	padding: 5px 15px 5px 0;
	white-space: nowrap;
}
.download-link {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 20px 5px 44px;
	background: url(images/pdf.gif) no-repeat left center;
}
.download-link a {
	display: block;
	width: 40px;
	height: 40px;
	background: url(images/download.gif) no-repeat;
}
.download-sep {
	height: 2px;
}
.entry-header .genesis-nav-menu {
	float: right;
	clear: none;
	width: 41.6%;
	padding: 0;
	text-transform: none;
}
.entry-header .genesis-nav-menu .menu-item {
	float: none;
	padding: 0;
	position: relative;
}
.entry-header .genesis-nav-menu a.level-1 {
	color: #009fe3;
	padding: 7px 18px;
	font-size: 20px;
	border: 1px solid #009fe3;
	background: url(images/download_arrow.gif) no-repeat right center;
}
.entry-header .genesis-nav-menu .sub-menu {
	width: 100%;
}
.entry-content ol, .entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}
.entry-content ol > li {
	list-style-type: decimal;
}
.entry-content ul > li {
	list-style-type: disc;
}
.entry-content ol ol, .entry-content ul ul {
	margin-bottom: 0;
}
.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Accordion
--------------------------------------------- */
.entry-content .wpcmsdev-accordion {
	border: 2px solid #e6e6e6;
	border-bottom: 0;
}
.entry-content .wpcmsdev-accordion .accordion-item-title .fa {
	float: right;
	margin: 2px 0 0;
	font-size: 20px;
}
.entry-content .wpcmsdev-accordion .accordion-item-title a, .entry-content .wpcmsdev-accordion .accordion-item-title a:hover {
	background: #fff;
	padding: 7px 18px;
}
.entry-content .wpcmsdev-accordion .accordion-item-title {
	border-bottom: 2px solid #e6e6e6;
	font-size: 15px;
	font-weight: 700;
}
.wpcmsdev-accordion .active .accordion-item-title {
	border-color: #fff;
}
.entry-content .wpcmsdev-accordion .accordion-item.active .accordion-item-title, .entry-content .wpcmsdev-accordion .accordion-item-title a:active, .entry-content .wpcmsdev-accordion .accordion-item-title a:focus, .entry-content .wpcmsdev-accordion .accordion-item-title a:hover {
	background: #fff;
}
.entry-content .wpcmsdev-accordion .accordion-item-content {
	border-bottom: 2px solid #e6e6e6;
	padding: 5px 18px 15px;
}

/* ## Entry Meta
--------------------------------------------- */
body.archive .entry-content p.entry-meta, body.page-template-page_blog-php .entry-content p.entry-meta {
	margin: 10px 0 0;
}
.entry-header time, .entry-meta time {
	font-size: 14px;
	color: #8c8c8c;
	border: 1px solid #8c8c8c;
	padding: 1px 12px;
}
.entry-header time {
	float: right;
	margin-top: 6px;
}
.entry-meta time {
	float: left;
}
.entry-meta a, a.info-more, .more-from-category > a {
	float: right;
	font-size: 16px;
	padding-right: 37px;
	background: url(images/more.gif) no-repeat right;
}
.more-from-category > a {
	margin-top: 15px;
}

/* ## Slider
--------------------------------------------- */
body .tp-bullets.simplebullets.round .bullet {
	margin-left: 9px;
	background-image: url(images/slider-nav.gif);
}
.slider {
	margin: 0 -20px 20px;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin-top: 24px;
}
.adjacent-entry-pagination {
	margin-bottom: 0;
}
.archive-pagination li {
	float: left;
	margin-right: 2px;
}
.archive-pagination li a {
	background-color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	padding: 6px 12px;
}
.archive-pagination li a:hover, .archive-pagination .active a {
	background-color: #009fe3;
	color: #fff;
	text-decoration: none;
}

/* ## Contact Form
--------------------------------------------- */
.content .gform_wrapper {
	margin: 0;
	max-width: none;
}
.content .gform_wrapper .gform_heading {
	width: 100%;
	margin-bottom: 25px;
}
.content .gform_wrapper h3.gform_title {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	font-size: 26px;
}
.content .gform_wrapper ul li.gfield {
	clear: none;
	float: left;
	width: 49%;
	margin-bottom: 10px;
}


.content .gform_wrapper .top_label input.medium, .content .gform_wrapper .top_label textarea.textarea {
	width: 100%;
	padding: 8px 16px;
	font-size: 16px;
}
.content .gform_wrapper .gform_footer {
	padding: 0;
	margin-top: 5px;
}
.content .gform_wrapper .gform_footer input.button, .content .gform_wrapper .gform_footer input[type=submit] {
	font-size: 18px;
}


/***** mohanty Thomas *******/


/*form 1 */
#gform_1 #field_1_2,#gform_1 #field_1_4,#gform_1 #field_1_6 {
	float: right;
}
#gform_1 #field_1_7 {
	width: 100%;
}

/*form 2*/

#field_2_24 ,#field_2_38, #field_2_27, #field_2_28, #field_2_39{
	float: right;
}

#field_2_14 ,#field_2_20, #field_2_19{
	width: 100%;
}

/* form 9*/

#field_9_14, #field_9_20, #field_9_19{
	width: 100%;
}
#field_9_33, #field_9_38, #field_9_27, #field_9_28, #field_9_39{
	float: right;
}


/* form 4*/
#field_4_14, #field_4_44, #field_4_20, #field_4_19{
	width: 100%;
}
#field_4_15, #field_4_27, #field_4_28, #field_4_39, #field_4_33{
	float: right;
}


/* custom form styles */
.check_2 label {
	display: block !important; 
}
.dropdown_2{
	width:100% !important	
}
.dropdown_2 select{
	width: 49% !important	
}

.dropdown_2 label {
	display: block !important; 
}





/* ## Comments
--------------------------------------------- */
.comment-respond, .entry-comments, .entry-pings {
	background-color: #fff;
	margin-bottom: 20px;
}
.comment-respond, .entry-pings, .entry-comments {
	padding: 22px 20px;
}
.form-submit, .entry-comments .comment-author {
	margin: 0;
}
li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}
.comment-content {
	clear: both;
}
.comment-list li {
	margin-top: 20px;
	padding: 32px;
}
.comment-list li li {
	margin-right: -32px;
}
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
	width: 50%;
}
.comment-respond label {
	display: block;
	margin-right: 12px;
}
.entry-comments .comment-header {
	font-size: 13px;
}
.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 13px;
	padding: 20px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar .widget {
	background-color: #fff;
	margin-bottom: 20px;
}
.sidebar p:last-child, .sidebar .textwidget p:last-child {
	margin-bottom: 0;
}
.sidebar li {
	font-size: 19px;
	border-top: 1px solid #d9d9d9;
	padding: 10px 22px;
}
.sidebar li a {
	color: #666;
}
.sidebar li a:hover, .sidebar li.current-menu-item a, .sidebar li.current-download_categories-ancestor a, .sidebar li.current_page_item > a, .sidebar li.current_page_ancestor > a {
	color: #009fe3;
	text-decoration: none;
}
.info-box {
	background: #fff;
	color: #666;
	margin-bottom: 22px;
}
.info-image img, .subpage-widget img {
	display: block;
}
.info-box p {
	margin-bottom: 15px;
}
.home-top .info-box {
	float: left;
	width: 31.9%;
	margin-right: 2.06%;
}
.home-top .info-box:last-child {
	float: right;
	margin: 0;
}
.info-box .inside, .sidebar .pages-box .inside {
	padding: 14px 21px 20px;
}
.image-left .inside, .image-alignleft .inside {
	padding: 14px 21px 20px;
	float: right;
	width: 51.6%;
}
.image-left .info-image, .image-alignleft .info-image {
	float: left;
	width: 48.4%;
}
.subpage-widget {
	position: relative;
}
.subpage-widget a {
	position: absolute;
	width: 60px;
	height: 40px;
	top: 109px;
	right: 0;
	background: url(images/more-2.gif) no-repeat;
}
.menu-hide {
	display: none;
}
.subpage-list .children li {
	border: none;
}
.subpage-list .children li li {
	font-size: 14px;
	padding: 5px 16px;
}
.menu-slide {
	position: relative;
}
.subpage-list .menu-open {
	background: #f2f2f2;
}
.menu-slide span {
	position: absolute;
	width: 15px;
	height: 11px;
	top: 17px;
	right: 22px;
	cursor: pointer;
	background: url(images/open.gif) no-repeat;
}
.menu-open span {
	background-image: url(images/close.gif);	
}
.content .widget_text {
	background: none;
	margin-top: 50px;
}
.gform_widget {
	padding: 15px 28px 19px;
}
.sidebar .textwidget {
	padding: 0 20px 20px;
}
.sidebar .textwidget p {
	margin-bottom: 20px;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	color: #666;
	background-color: #fff;
	padding: 40px 0;
}
.site-footer .widget {
	margin-bottom: 50px;
}
.site-footer .widget p:last-child {
	margin-bottom: 0;
}
.footer-left {
	float: left;
	font-size: 13px;
	color: #009fe3;
}
.footer-left li {
	float: left;
}
.footer-left li:after {
	content: '/';
	margin: 0 15px;
}
.footer-left li:last-child:after {
	content: '';
	margin: 0;
}
.footer-left p {
	margin-bottom: 10px;
}
.footer-right {
	float: right;
}
.footer-right li {
	float: left;
	margin-left: 11px;
}
.footer-right a {
	display: block;
	width: 34px;
	height: 34px;
	text-indent: -9999px;
	background: url(images/social-icons.gif) no-repeat;
}
.footer-right .twitter a {
	background-position: center;
}
.footer-right .google a {
	background-position: right;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1000px) {

	.nav-secondary .genesis-nav-menu .menu-item {
		padding: 0 10px;
	}
	.nav-secondary .genesis-nav-menu {
		font-size: 15px;
	}

}


@media only screen and (max-width: 800px) {

	.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
		margin: 0;
		width: 100%;
	}
	h1, h2, .info-box h2, .info-box h3, .widgettitle, .sidebar .pages-box .widgettitle, .content .gform_wrapper h3.gform_title {
		font-size: 22px;
	}
	.content, .sidebar, .footer-left, iframe {
		width: 100%;
	}
	.nav-primary, .nav-secondary {
		display: none;
	}
	.slicknav_menu {
		display: block;
	}
	.home-top .info-box {
		width: 49%;
		margin: 0;
	}
	.home-top .info-box:nth-child(2) {
		float: right;
	}
	.home-top .info-box:last-child {
		width: 100%;
		margin: 22px 0;
	}
	.breadcrumb span {
		padding: 0 10px;
	}
	.footer-right {
		margin-top: 20px;
	}

}


@media only screen and (max-width: 600px) {

	body.post-type-archive .entry-title,
	body.tax-download_categories .entry-title,
	.entry-header .genesis-nav-menu,
	body.archive .has-post-thumbnail .entry-content,
	body.page-template-page_blog-php .has-post-thumbnail .entry-content,
	.image-left .info-image, .image-left .inside,
	.image-alignleft .info-image,
	.image-alignleft .inside,
	.home-top .info-box,
	.content .gform_wrapper ul li.gfield,
	body.single .entry-title,
	.pdf-title .entry-title {
		width: 100%;
	}

	.image-left .inside a.info-more,
	.sidebar .pages-box .inside a.info-more,
	.more-from-category > a {
		float: left;
	}

	.alignleft, .alignright {
		float: none;
		width: auto;
	}

	body.archive .has-post-thumbnail .entry-content,
	body.page-template-page_blog-php .has-post-thumbnail .entry-content {
		padding: 20px;
	}

	.download-link {
		background: none;
		padding-right: 5px;
		padding-left: 5px;
	}

	.download-link a {
		width: 20px;
		height: 20px;
		background-size: contain;
	}

	.download-title {
		font-size: 15px;
	}

	.home-top .info-box {
		margin-top: 22px;
	}

	.home-top .info-box:first-child {
		margin: 0;
	}
}

/* Mohanty changes 26.01.2015 */

.icl-cs {
	display: none; /* Mohanty only for language no display remove after Language ready */
}


.subpage-widget h2 { font-size: 20px; letter-spacing: 0.03rem; }
.accordion-item .gallery-item .gallery-icon img, .entry-content .gallery-item .gallery-icon img { border: 1px solid #eee; }
.accordion-item .gallery-item .wp-caption-text, .entry-content .gallery-item .wp-caption-text { font-size: 12px; font-weight: 500; }
@media only screen and (min-width: 501px) and (max-width: 800px) { .accordion-item .gallery-item { width: 50%; } }
@media only screen and (max-width: 500px) { .accordion-item .gallery-item, .entry-content .gallery-item { width: 100%; } }


/* mohanty changes 17.03.2015 */

article > a {
	margin: 0 !important;
}

section .info-box {
	margin-bottom:0 !important;
}

section article {
		margin: 0 !important;
		
}

.info-box.clearfix > h3 {
    float: right !important;
    max-width: 288px !important;
	padding-top: 12px !important;
	margin-right: 21px !important;
}

section article  .entry-content  p {
    float: right !important;
    max-width: 288px !important;
margin-right: 21px !important;

}

section article {
    padding: 0 !important;
	border: none !important;
}

.entry-image.attachment-post {
    float: left !important;
}


/* deckerweb changes 08.08.2016 */

.caldera-grid div.row {
	margin-top: 20px;
}

.caldera-grid h2 {
	font-size: 1.3em;
	font-weight: 700;
}

.caldera-section-break {
	border-bottom: 1px solid #ccc;
	clear: both;
	/* margin: 1.8em 0; */
	margin-bottom: 10px;
	padding: 0 0 .5em;
	width: 100%;
}

.caldera-grid .btn-default {
	background-color: #009fe3;
	border: none 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	padding: 16px 0;
	text-transform: uppercase;
}

.caldera-grid .form-control:focus {
	border: 2px solid #009fe3;
	box-shadow: none;
	/* outline: none; */
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #595959;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #595959;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #595959;
}
:-moz-placeholder { /* Firefox 18- */
	color: #595959;
}

.caldera-mail-break {
	display: none !important;
}