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

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer https://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * https://necolas.github.com/normalize.css/ and Blueprint
 * https://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
/* Reset default browser CSS. Based on work by Eric Meyer: https://meyerweb.com/eric/tools/css/reset/index.html
/* Reset default browser CSS. Based on work by Eric Meyer: https://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;

}
ol, ul {
  list-style: none;
}
blockquote {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: '';
  content: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img { border: none; }




/* =Fonts
-------------------------------------------------------------- */

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

body,
input,
textarea {
  color: #eee;
  font-size: 12px;
  line-height: 18px;
}
hr {
  background-color: #E7E7E7;
  border:0;
  height: 1px;
  margin-bottom: 18px;
  clear:both;
}

/* Text elements */
p {
  margin-bottom: 12px;
}
ul {
  list-style: square;
  margin: 0 0 18px 1.5em;
}
ol {
  list-style: decimal;
  margin: 0 0 18px 1.5em;
}
ol ol {
  list-style:upper-alpha;
}
ol ol ol {
  list-style:lower-roman;
}
ol ol ol ol {
  list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom:0;
}
dl {
  margin:0 0 24px 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 18px;
}
strong {
  font-weight: bold;
}
cite,
em,
i {
  font-style: italic;
}
big {
  font-size: 131.25%;
}
ins {
  background: #ffc;
  text-decoration: none;
}
blockquote {
  font-style: italic;
  padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
  font-style: normal;
}
pre {
  background: #f7f7f7;
  color: #222;
  line-height: 18px;
  margin-bottom: 18px;
  padding: 1.5em;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
input[type="text"],
textarea {
  padding: 2px;
  background: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}

.cnt_inner3_left h2
{
  font-size: 22px;
  color:#CA2029;
  line-height: 30px;

}

.cnt_inner3_left h3
{
  font-size: 18px;
  color:#CA2029;
  line-height: 25px;

}

table {
  border: 1px solid #e7e7e7;
  text-align: left;
  margin: 0 -1px 24px 0;
  width: 100%;
}
tr th,
 thead th {
  color: #888;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  padding: 9px 24px;
}
 tr td {
  border-top: 1px solid #e7e7e7;
  padding: 6px 24px;
}
 tr.odd td {
  background: #F2F7FC;
}




.attachment img {
  max-width: 900px;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft,
 img.alignright,
 img.aligncenter {
  margin-bottom: 12px;
}
 .wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
  padding: 4px;
}
 .wp-caption img {
  margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
  margin: 5px;
  color: #888;
  font-size: 12px;
}
.wp-smiley {
  margin:0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
  clear: both;
}
#comments .navigation {
  padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
}
h3#comments-title {
  padding: 24px 0;
}
.commentlist {
  list-style: none;
  margin: 0;
}
.commentlist li.comment {
  border-bottom: 1px solid #e7e7e7;
  line-height: 24px;
  margin: 0 0 24px 0;
  padding: 0 0 0 56px;
  position: relative;
}
.commentlist li:last-child {
  border-bottom:none;
  margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
  margin-bottom: 18px;
}
#comments .comment-body p:last-child {
  margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
  margin-bottom: 24px;
}
.commentlist ol {
  list-style: decimal;
}
.commentlist .avatar {
  position: absolute;
  top: 4px;
  left: 0;
}
.comment-author {
}
.comment-author cite {
  color: #000;
  font-style: normal;
  font-weight: bold;
}
.comment-author .says {
  font-style: italic;
}
.comment-meta {
  font-size: 12px;
  margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
  color: #888;
  text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
  color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
  font-size: 12px;
  padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
  color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
  color: #FF4B33;
}
.commentlist .children {
  list-style: none;
  margin: 0;
}
.commentlist .children li {
  border: none;
  margin: 0;
}
.nopassword,
.nocomments {
  display: none;
}
#comments .pingback {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
  margin-top: -6px;
}
#comments .pingback p {
  color: #888;
  font-size: 12px;
  line-height: 18px;
  display:block;
  margin: 0;
}
#comments .pingback .url {
  font-style: italic;
  font-size: 13px;
}



/* Comments form */
input[type=submit] {
  color: #333;
}
#respond {
  margin: 24px 0;
  border-top: 1px solid #e7e7e7;
  overflow: hidden;
  position: relative;
}
#respond p {
  margin: 0;
}
#respond .comment-notes {
  margin-bottom: 1em;
}
.form-allowed-tags {
  line-height: 1em;
}
.children #respond {
  margin: 0 48px 0 0;
}
h3#reply-title {
  margin: 18px 0;
}
#comments-list #respond {
  margin: 0 0 18px 0;
}
#comments-list ul #respond {
  margin: 0;
}
#cancel-comment-reply-link {
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
}
#respond .required {
  color:#FF4B33;
  font-weight:bold;
}
#respond label {
  color: #888;
  font-size: 12px;
}
#respond input {
  margin:0 0 9px;
  width:98%;
}
#respond textarea {
  width:98%;
}
#respond .form-allowed-tags {
  color: #888;
  font-size: 12px;
  line-height: 18px;
}
#respond .form-allowed-tags code {
  font-size: 11px;
}
#respond .form-submit {
  margin: 12px 0;
}
#respond .form-submit input {
  width: auto;
  font-size: 14px;
}

/**************************************************************************************/
.clear_0 {clear:both; font-size:0px; line-height:0px; display:block;}
.last {margin:0 !important;}
.pad_last{padding:0 !important;}
.no_bg {background:none !important;}
/**************************************************************************************/
a                     { color:#000; text-decoration:none; outline:0 none;}
a:hover                   { color:#000; text-decoration:none;}
h1
  { background: none repeat scroll 0 0 #ca2029;
    color: #fff;
    display: inline;
    font-family: 'Open Sans';
    font-size: 30px;
    font-weight: bold;
    line-height: 66px;
    padding: 12px 30px;
    text-align: left;}
h1.big__txt {
	display: block;
}
h2                      { font-size:22px;}
h3                      { font-size:18px;}
h4                      { font-size:16px;}
h5                      { font-size:14px;}
h6                      { font-size:12px;}
/*----------------------------------------------------------------------------------*/
html                    { }
body                    { color:#b1b1b1; font-family:"Arial", Verdana, Tahoma; font-size:12px; background:#f4f4f4;}
.flt_Lt                   { float:left; display:inline;}
.flt_Rt                   { float:right; display:inline;}
/* ---------------------------------------------------------------------------------*/


/* ----------------------- layout ----------*/
.wrapper                  { margin:0 auto;}
.container                  { width:1097px; margin:0 auto; }
/*-------------------------------------------*/

/* ------------------------- HEADER HERE -------------------*/
.header                   {padding: 1px 0 0px 0; border-bottom:41px solid #e1dcdc;}
.header .logo               { float:left;}


/* --------- NAVIGATION HERE ----------*/
.header .heder_menu               { padding:93px 0 0 0; float:right; }
.header .heder_menu ul              { margin:0;}
.header .heder_menu .nav            { background:#fff; border:none;}
.header .heder_menu .nav li           { border:none;}
.header .heder_menu .nav li a:hover       { color:#ca2029;}
.header .heder_menu .nav li:first-child a   { background:none;}
.header .heder_menu .nav li a         { font-family: 'Open Sans'; font-size:14px; font-weight:bold; line-height:16px; color:#3f3e3e; background:url(/wp-content/themes/Hoyer/images/ullibrd.jpg) no-repeat left 6px;}
.header .heder_menu .nav li a.active      { color:#ca2029;}
.header .heder_menu .nav li:last-child a    { /*background:url(/wp-content/themes/Hoyer/images/ullibrd.jpg) no-repeat #e7decd left 6px;*/}
.heder_menu .nav li li a            { background:#e7decd; border:none;}


.heder_menu .nav li li a.active         { color:#ca2029;}
.heder_menu .nav li li:first-child a      { background:none !important;}
.heder_menu .nav li li a            { background:url(/wp-content/themes/Hoyer/images/ullibrd.jpg) no-repeat left 6px !important;}

.heder_menu .nav li li              { display:inline-block; float:left; }
.heder_menu .nav li ul              {width: 500px;  margin-top:10px;}
.heder_menu .nav li ul li ul          { width: 500px;}
.head_inner2                  { border:none;}

.current-menu-item ul             {left:0 !important;}
.toggleMenu                 { display:none; /*background:#666; padding:10px 15px; color:#fff;*/}
.nav                    { list-style: none; *zoom: 1; background:#175e4c;}
.nav:before,.nav:after            { content: " ";  display: table; }
.nav:after                  { clear: both;}
.nav ul                     { list-style:none; width:9em;}
.nav a                    { padding:10px 15px; color:#fff;}
.nav li                     { position: relative;}
.nav > li                   { float:left; border-top:1px solid #104336;}
.nav > li > .parent               { background-image:url("/wp-content/themes/Hoyer/images/downArrow.png"); background-repeat:no-repeat; background-position:right;}
.nav > li > a                 { display: block;}
.nav li  ul                   { position: absolute; left: -9999px;}
.nav > li.hover > ul              { left: -9999px;}
.nav li li.hover ul               { left: 100%; top: 0;}
.nav li li a                  { display:block; background:#1d7a62; position:relative; z-index:100; border-top:1px solid #175e4c;}
.nav li li li a                 { background:#249578; z-index:200; border-top:1px solid #1d7a62;}




/* ---------------------------------------------------------*/
/* ------------------------ MAIN CONTENT HERE --------------*/

.attachment-post-thumbnail {max-width: 100%; height: auto;}

.main_content                     { margin:13px 0 0 0; padding:0 0 64px 0; background:#fff;}
.main_content .content                  { border-bottom:15px solid #E7DFDD;}
.content .content_left                  { float:left; max-width:340px;}
.content .content_left ul               { margin:0px;}
.content .content_left ul li.stilling_img {max-width: 100%; height: auto; padding-left:15px;}
.content .content_left ul li              { list-style:none; padding:0 0 0 33px;}
.content .content_left ul li:nth-child(2)       { padding:0 0 0 33px; }


.content_left .left_text                { padding:0;}
.content_left .left_text h4 a             { font-family: 'Open Sans'; font-size:13px; font-weight:600; line-height:25px; color:#ca2029;}
.content_left .left_text span             { font-family: 'Open Sans'; font-size:14px; font-weight:600; line-height:25px; color:#170304;}

.content .content_right                 { float:right; width:638px; padding:130px 50px 0 0;}
.content .content_right h1                { font-family: 'Open Sans'; font-size:17px; font-weight:600; line-height:25px; color:#ca2029;}
.content .content_right p               { font-family: 'Open Sans'; font-size:13px; line-height:20px; color:#393939; margin:0px; padding:29px 0 0 0;}
.content .content_right a               { display:block; text-align:right; padding:100px 0 0 0;}

.cnt_inner3_full .cnt_inner3_full_sub { padding: 15px 0 75px 29px; width: 92%; }

/* ---------------------------------------------------------*/


/* ------------------ FOOTER HERE --------------------------*/
.main_footer                          { background:#e1dcdc; padding:40px 0 53px 0; }
.main_footer .footer                      { width:987px; margin:0 auto;}
.main_footer .footer .ftr_left                  { float:left;}
.main_footer .footer .ftr_left h3 a               { font-family: 'Open Sans'; font-size:28px; font-weight:bold; line-height:47px; color:#393939; text-shadow:1px 1px #ccc; text-align:left; display:block;}
#social-widget-2
{
font-family: 'Open Sans'; font-size:28px; font-weight:bold; line-height:47px; color:#393939; text-shadow:1px 1px #ccc; text-align:left; display:block;
}
.smw_left {
text-align: left;
margin-bottom: 25px !important;
}
.main_footer .footer .ftr_left ul               { margin:0 0 0 4px; padding:25px 0 38px 0;}
.main_footer .footer .ftr_left ul li              { list-style:none; display:inline; padding:0 5px 0 0;}

.main_footer .footer .ftr_mid                 { float:right; width:221px; padding:0 40px 0 0; color: #393939; font-size: 12px;}
.main_footer .footer .ftr_mid h3 a                { color: #393939;}







.main_footer .footer .ftr_right                 { float:right; width:190px;}
/*
.main_footer .footer .ftr_right input[type='text']        { width:130px; height:23px; background:#ebe9dd; border:none; padding:0 0 0 10px; margin:7px 0; font-family: 'Open Sans'; font-size:14px; font-weight:normal; line-height:16px; color:#393939;}

.main_footer .footer .ftr_right textarea            { width:180px; height:103px; background:#ebe9dd; border:none; padding:0 0 0 10px; font-family: 'Open Sans'; font-size:14px; font-weight:normal; line-height:16px; color:#393939;}

.main_footer .footer .ftr_right input[type="submit"]      { width:75px; height:30px; padding:5px 0; font-family: 'Open Sans'; font-size:14px; font-weight:normal; line-height:21px; color:#393939; border:none; border-radius:5px; margin:5px 0 0 0}

*/


.copy                   { }
/* ---------------------------------------------------------*/





/* ---------------------------------------Inner1 Css Start------------------*/
.inner1                         { padding:0 0 100px 0;}
.content .inner_cnt_left                { float:left;}
.content .inner_cnt_left h1 a             { font-family: 'Open Sans'; font-size:32px; font-weight:bold; line-height:35px; color:#fff; width:246px; text-align:center; padding:25px 0; background:#ca2029; display:block; margin:30px;}
.content .inner_cnt_left h1 a:hover           { background:#E7DFDD;}

.inner_cnt_left .inr_cnt_lft_sub            { padding:47px 0 36px 25px;}
.inner_cnt_left .inr_cnt_lft_sub a            { display:block;}
.inr_cnt_lft_sub .cnt_lft_img             { float:left; padding:18px 0 0 12px;}
.inr_cnt_lft_sub .cnt_lft_img a             { display:block; padding:0 !important;}
.inr_cnt_lft_sub .cnt_lft_text              { float:right; padding:22px 8px 0 0;}
.inr_cnt_lft_sub .cnt_lft_text h3 a           { font-family: 'Open Sans'; font-size:14px; font-weight:bold; line-height:17px; color:#393939; text-align:right; padding:0 0 5px 0;}
.inr_cnt_lft_sub .cnt_lft_text h4 a           { font-family: 'Open Sans'; font-size:14px; font-weight:normal; line-height:17px; color:#393939; text-align:right; padding:0;}

.content .inner_cnt_right               { float:right; width:470px; padding:40px 50px 0 0; position:relative;}

.content .inner_cnt_right h1 a              { font-family: 'Open Sans'; font-size:13px; font-weight:600; line-height:25px; color:#393939; padding:0 0 30px 0; display:block;}
.content .inner_cnt_right p               { font-family: 'Open Sans'; font-size:13px; font-weight:normal; line-height:26px; color:#393939; margin:0; padding:0 0 22px 0;}
.content .inner_cnt_right img             { position:absolute; top:105px; right:70px;}

.content .inner_cnt_right1                { padding-top:60px;}
.content .inner_cnt_right1 img              { top:38px;}
.content .cnt-rght-inner1bg               {  position:absolute; bottom:15px; right:-15px;}

.inner_cnt_left .inner_cnt_left1 a            { padding-top:52px; display:block;}
.cnt-rght-inner1bg                    { position:absolute; bottom:20px; right:26px;}



/* ---------------------------------------Inner1 Css End------------------*/

/* ---------------------------------------Inner2 Css Start------------------*/


/*-----------------------------------------Slider CSS Start-------------------------------*/

#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }

.rslides {
  position: relative;
  height: 0;
  padding-bottom: 31.9052% !important; /* Banner images are 1097x350px, 350 / 1097 = 31.9052% */
}

.rslides li,
.rslides img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rslides_tabs {
  list-style: none;
  padding: 0;
  margin:0;
  max-width: 300px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 7px;
  }

.rslides_tabs a {
  width:10px;
  height:12px;
  line-height:0px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  font-size:0px;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }

a {
  color: #000;
  text-decoration: none;
  }

#download {
  background: #333;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 60px auto;
  max-width: 500px;
  padding: 20px;
  }

#download:hover {
  background: rgba(255,255,255,.15);
  }

.footer {
  font-size: 11px;
  }

.events {
  list-style: none;
  }

.callbacks_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }
#slider3 .caption {background-attachment: scroll;background-clip: border-box;background-color: #ca2029;background-image: none;background-origin: padding-box;background-position: 0 0;background-repeat: repeat;background-size: auto auto;bottom: 5px;color: #fff;display: block;font-family: `Open Sans`;font-size: 26px;font-weight: bold;left: 0;line-height: 14px;margin-bottom: 0;margin-left: 0;margin-right: 0;margin-top: 0;max-width: 718px;padding-bottom: 30px;padding-left: 30px;padding-right: 30px;padding-top: 30px;position: absolute;text-shadow: none;z-index: 2;}

#slider3 .caption{
background-attachment: scroll;background-clip: border-box;background-color: #ca2029;background-image: none;background-origin: padding-box;background-position: 0 0;background-repeat: repeat;background-size: auto auto;bottom: 5px;color: #fff;display: block;font-family: `Open Sans`;font-size: 26px;font-weight: bold;left: 0;line-height: 14px;margin-bottom: 0;margin-left: 0;margin-right: 0;margin-top: 0;max-width: 718px;padding-bottom: 30px;padding-left: 30px;padding-right: 30px;padding-top: 30px;position: absolute;text-shadow: none;z-index: 2;}

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("/wp-content/themes/Hoyer/themes/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}

#slider3-pager a {
  padding: 0;
}

@media screen and (max-width: 600px) {
  h1 {
    font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
  .callbacks_nav {
    top: 47%;
    }
  }

.banner              { position:relative; padding:10px 0 0 0; background:#f4f4f4;}
.banner ul li             { list-style:none; }
#slider3-pager li a           { background:url(/wp-content/themes/Hoyer/images/sliderimg.png) no-repeat center top;  box-shadow:none;   width:10px; height:12px; }
#slider3-pager li.rslides_here a    { background:url(/wp-content/themes/Hoyer/images/slideractimg.png) no-repeat center top;  box-shadow:none;  width:10px; height:12px; }


.rslides_tabs             { position:absolute; top:522px; right:20px; margin:0; z-index:9999; }
/*-----------------------------------------Slider CSS END-------------------------------*/
.inner2                     { padding:0; overflow: hidden;}


.main_content .inner2_main_left         { width:352px; background:url(/wp-content/themes/Hoyer/images/brder-inner3.jpg) no-repeat #E7DFDD right 3px; padding:36px 0 23px 0;  float:left; text-align:center;min-height: 395px !important;}
.main_content .conct_inner2left         { width:270px; margin:0 auto}

.main_content .conct_inner2left h4 a      { font-family: 'Open Sans'; font-size:24px; font-weight:bold; line-height:47px; color:#393939; padding:0 0 20px 0; display:block; text-shadow:2px 2px #e0e0e0; }
.main_content .conct_inner2left ul        { margin:0; padding:25px 0 27px 0; color: #393939; }
.main_content .conct_inner2left ul li     { list-style:none; }
.main_content .conct_inner2left ul li a     { display:block; text-align:left; background:url(/wp-content/themes/Hoyer/images/arrow.png) no-repeat left 10px; padding:0 0 0 10px;  font-family: 'Open Sans'; font-size:12px; font-weight:normal; line-height:28px; color:#393939; }
.main_content .conct_inner2left h2        { width:126px; margin:0 auto;}
.main_content .conct_inner2left h2 a      { display:block; font-family: 'Open Sans'; font-size:14px; font-weight:600; line-height:16px; color:#fff; text-align:center; background:#ca2029; padding:8px 0 5px 0; }



.main_content .inner2_main_left1          { width:375px;}
.main_content .inner2_main_left1 .conct_inner2left  { width:284px;}

.main_content .inner2_main_left1 p, .inner2_main_left ul          { font-family: 'Open Sans'; font-size:13px; font-weight:normal; line-height:20px; color:#393939; margin:0; text-align:left; padding:32px 0 42px 0;}
.inner2_main_left ul li {
	border-bottom: 1px solid rgb(233, 229, 230); padding: .2rem 0;
}

.main_content .inner2_main_left2          { width:370px; background:#E7DFDD;}
.main_content .inner2_main_left2 p          { font-family: 'Open Sans'; font-size:13px; font-weight:normal; line-height:20px; color:#393939; margin:0; text-align:left; padding:32px 0 42px 0;}
.main_content .inner2_main_left2 .conct_inner2left  { width:284px;}


.cnt_end_inner2 .cnt_end_inner2_left        { float:left; width:497px; padding:40px 0px 23px 43px;}
.cnt_end_inner2 .cnt_end_inner2_left_sub      { width:450px; border-right:1px solid #E7DFDD;  padding:0px 46px 0px 0px;}

.cnt_end_inner2 .cnt_end_inner2_left h5 a     { font-family: 'Open Sans'; font-size:28px; font-weight:bold; line-height:30px; color:#393939; padding:0 0 18px 0; display:block;}
.cnt_end_inner2 .cnt_end_inner2_left p        { font-family: 'Open Sans'; font-size:13px; font-weight:normal; line-height:20px; color:#393939; padding:0px 0 17px 0; margin:0;}


.cnt_end_inner2 .cnt_end_inner2_right       { float:left; padding:40px 50px 23px 40px; width:445px;  background:url("/wp-content/themes/Hoyer/images/innr2_bgimg1.png") no-repeat scroll 271px 75px rgba(0, 0, 0, 0); }
.cnt_end_inner2 .cnt_end_inner2_right_sub     {}
.cnt_end_inner2 .cnt_end_inner2_right h5 a      { font-family: 'Open Sans'; font-size:28px; font-weight:bold; line-height:30px; color:#393939; padding:0 0 18px 0; display:block;}
.cnt_end_inner2 .cnt_end_inner2_right p       { font-family: 'Open Sans'; font-size:13px; font-weight:normal; line-height:20px; color:#393939; padding:0px 0 17px 0; margin:0; }

.cnt_end_inner2_right_sub .inner2_rght        { float:right; padding:20px 0 0 0;}
.cnt_end_inner2_right_sub .inner2_rght span a   { font-family: 'Open Sans'; font-size:14px; font-weight:bold; line-height:16px; color:#393939; display:block;  text-align:right; padding:0px 0 5px 0;}
.cnt_end_inner2_right_sub .inner2_rght span     {font-family: 'Open Sans'; font-size:13px; font-weight:normal; line-height:15px; color:#393939; display:block; text-align:right; }
.cnt_end_inner2_right_sub .inner2_rght a      { }
.cnt_end_inner2_right_sub .inner2_rght a img    { vertical-align:middle; }
.inner2_rght .inner2_rght_text            { float:left; padding:0 10px 0 0;}
.inner2_rght .inner2_rght_img           { float:right;}

/* ---------------------------------------Inner2 Css END------------------*/

/* ---------------------------------------Inner3 Css Start------------------*/
.main_content .main_cnt_inner3            { border-bottom:11px solid #f4f4f4;}
.main_content .cnt_inner3_left            { float:left; }
.main_content .cnt_inner3_left h1 a         { font-family: 'Open Sans'; font-size:30px; font-weight:bold; line-height:66px; color:#fff; text-align:left; padding-top:12px; padding-bottom:12px; padding-right:30px; padding-left:30px; background:#ca2029; display:inline; text-align:left;  }

.main_content .cnt_inner3_left h2 a         { font-family: 'Open Sans'; font-size:17px; font-weight:600; line-height:25px;  color:#ca2029; display:block;}

.cnt_inner3_left .cnt_inner3_left_sub       { padding:15px 0 75px 29px; width:678px; }
.cnt_inner3_left .cnt_inner3_left_sub  p       { font-family: 'Open Sans'; font-size:13px; font-weight:normal; line-height:21px;  color:#393939; padding:8px 0 0 0;}
.cnt_inner3_left .cnt_inner3_left_sub h3 a      { font-family: 'Open Sans'; font-size:17px; font-weight:600; line-height:25px;  color:#ca2029; display:block;}
.cnt_inner3_left .cnt_inner3_left_sub span      { font-family: 'Open Sans'; font-size:13px; font-weight:normal; line-height:25px;  color:#393939; padding:15px 0 0 0;}
.cnt_inner3_left .cnt_inner3_left_sub ul      { margin:0; padding:0 0 0 0;}
.cnt_inner3_left .cnt_inner3_left_sub ul li     { list-style:none; font-family: 'Open Sans'; font-size:13px; font-weight:normal; line-height:18px;  color:#393939; padding:15px 0 0 20px; background:url(/wp-content/themes/Hoyer/images/arrow.png) no-repeat left 19px;}
.cnt_inner3_left .cnt_inner3_left_sub ul li a   { font-family: 'Open Sans'; font-size:13px; font-weight:normal; line-height:25px;  color:#393939; padding:15px 0 0 20px; background:url(/wp-content/themes/Hoyer/images/arrow.png) no-repeat left 19px;}
.main_content .cnt_inner3_right           { float: right;
    padding: 119px 30px 0 0;}
.main_content .cnt_inner3_right a           { display:block; padding:0 0 25px 0;}
.cnt_inner3_full .cnt_inner3_full_sub  p       { font-family: 'Open Sans'; font-size:13px; font-weight:normal; line-height:21px;  color:#393939; padding:8px 0 0 0;}


/* ---------------------------------------Inner3 Css End------------------*/


#text-2 > a {
font-family: 'Open Sans';
font-size: 28px;
font-weight: bold;
line-height: 47px;
color: #393939;
text-shadow: 2px 2px #e0e0e0;
text-align: left;
}
 .nav li ul.sub-menu      { }
.current_page_ancestor ul
{
  display: block !important;
  left: 0px !important;
}


.banner ul.callbacks_tabs             { position:absolute; bottom:20px; margin:0; right:148px; z-index:2147483647;  }

.callbacks_tabs li                  { display: inline-block; background:url(/wp-content/themes/Hoyer/images/sliderimg.png) no-repeat center top;  box-shadow:none;   width:10px; height:12px;  padding:0px 5px; }
.callbacks_tabs li a                { font-size:0px; line-height:0px;}
.callbacks_tabs li.callbacks_here         {  background:url(/wp-content/themes/Hoyer/images/slideractimg.png) no-repeat center top;  box-shadow:none;  width:10px; height:12px; }


span.wpcf7-not-valid-tip {
color: #EFC !important;
font-size: 1em;
display: block;
}








.image_section
{
width: 37%;
float: left;
}
.images_content
{
width: 50%;
float: left;
}
.image_section > img {
    padding: 32px;
}

.images_content {
    float: left;
    padding: 33px;
    width: 49%;
}
.content_left img {
  
}



/* ---------------------------------------Inner4 Css Start------------------*/

.main_content .cnt_inner4_left h1 a               { width:100%;}
.main_content .cnt_inner4_right                 { padding:94px 51px 0 0;}


.main_content .styropack_inner4                 { padding:0 50px 70px 29px;}
.main_content .styropack_inner4 h3 a              { font-family: 'Open Sans'; font-size:17px; font-weight:600; line-height:25px; color:#ca2029;}
.main_content .styropack_inner4 span              { font-family: 'Open Sans'; font-size:13px; font-weight:normal; line-height:25px; color:#393939;}

.custom_tax_ja .main_content .styropack_inner4 span {display: none;}

.main_content .styropack_inner4 p               { font-family: 'Open Sans'; font-size:13px; font-weight:normal; line-height:20px; color:#393939; }
.cnt_inner4_left .cnt_inner4_left_sub             { padding-bottom:0px;}
.main_content .styropack_inner4 ul                { margin:0; padding:15px 0;}
.main_content .styropack_inner4 ul li             { list-style:none;}
.main_content .styropack_inner4 ul li a             { background: url("/wp-content/themes/Hoyer/dddimages/arrow.png") no-repeat scroll left 19px;    color: #393939;    font-family: 'Open Sans';    font-size: 13px;    font-weight: normal;    line-height: 25px;  padding: 15px 0 0 20px;}


.main_content .styropack_inner4 a.stilling                { display:block; width:200px; text-align:center; background:#ca2029; font-family: 'Open Sans'; font-size:30px; font-weight:bold; line-height:47px; color:#fff;  margin:57px 0 0 0;}
/* ---------------------------------------Inner4 Css End--------------------*/
.cnt_inner3_right.cnt_inner4_right img {
padding-right: 11px;
width: 305px;
}
.cnt_inner4_left h1
{

font-family: 'Open Sans';
font-size: 30px;
font-weight: bold;
line-height: 66px;
color: #fff;
text-align: left;
padding-top: 12px;
padding-bottom: 12px;
padding-right: 30px;
padding-left: 30px;
background: #ca2029;
display: inline;
text-align: left;


}


h1.red {
font-family: 'Open Sans';
font-size: 30px;
font-weight: bold;
line-height: 66px;
color: #fff;
text-align: left;
padding-top: 12px;
padding-bottom: 12px;
padding-right: 30px;
padding-left: 30px;
background: #ca2029;
display: inline;
text-align: left;
}


/* Hjemmesider */
.aside__kontakt {
  color: #393939;
}
.current-menu-item > a {
    color: #ca2029 !important;
}
.content .content_right h2
{
   color: #ca2029;
    font-family: 'Open Sans';
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
}

.job__form {
  margin: 0 5em 3em 5em;
  padding: 2em;
  border-radius: 3px;
  background: #f2f2f2;
  color: #393939;
  border: 1px solid #ddd;
  overflow: hidden;
  clear: both;
  display: none;
}
.job__form input {
  outline: none;
}
.job__form ul {
  margin: 0;
  padding: 0 0 2em 0;
  overflow: hidden;
}
.job__form li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  line-height: 2em;

}
.job__form ul.halv li {
  float: left;
  width: 50%;
}
.job__form ul li.accept {
  width: 100%;
  font-weight: bold;
  font-size: 120%;
  color: #2c3e50;
  border-top: 1px solid #2c3e50;
  margin-top: 1em;
  }
.job__form ul.halv.billag li b {
  width: 115px;
  float: left;
  }
.job__form ul.hel li {
  float: left;
  width: auto;
  padding-right: 2em;
  }

.job__form ul.birth li {
  float: left;
  width: 10%;
}
.job__form ul.birth li:nth-child(2) {
  width: 17%;
  }
.job__form ul.birth li:nth-child(3) {
  width: 12%;
  }
ul.birth li .aar {
  float: right;
}
ul.birth li .aar input {
  padding: 2px !important;
}
input[type=text], input[type=tel], input[type=email], textarea {
   -webkit-appearance: none;
   width: 100%;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   outline: none;
   background: transparent;
   padding: 0.5em;
   border: 1px solid #ddd;
   box-shadow: none;
   border-radius: 3px;
}
input:focus {
  background: #ecf0f1;
}
.job__form input[type=submit] {
  line-height: 2em;
  height: 2em;
  width: 200px;
  float: right;
  border: 1px solid #2c3e50;
  font-size: 1.5em;
  text-transform: uppercase;
  padding: 0;
  background: #27ae60;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
}
.job__form h3 {
  color: #CB2129;
  padding: 0 0 1em 0;
}
.job__form span.wpcf7-not-valid-tip {
  color: red !important;
}
.job__form div.wpcf7-validation-errors {
  border: 1px solid red;
}

@media screen and (max-width: 720px) {
  .job__form ul li {
    width: 100% !important;
  }
  ul.birth li .aar {
  float: none;
  }
}

.helesiden {
  width: 100% !important;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
  overflow: hidden;
  clear: both;
  background: #fff;
}
.job__logo {
  float: right;
  margin: 0 0 2em 2em;
max-width:380px;
}
.job__liste {
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
}
.content.job__liste .content_right {
  padding-top: 2em;
}
.content.job__liste .content_right h1 {
  background: none;
  padding: 1em 0;
}
.content.job__liste .content_right a {
  display: inherit;
  padding: 0;
}
a.read__more {
  background: #CB2129;
  color: #fff;
  line-height: 3em;
  height: 3em;
  display: block;
  padding: 0 2em !important;
  text-transform: uppercase;
  float: right;
  width: auto;
  margin: 1em 0;
}
span.stilling {
  background: #CB2129;
  color: #fff !important;
  line-height: 3em !important;
  height: 3em !important;
  float: left;
  cursor: pointer;
  padding: 0 2em !important;
  text-transform: uppercase;
}
a.read__more:hover {
  background: #9e1c20;
  }
p.footer__title
{
font-family: 'Open Sans' !important; font-size:28px !important; font-weight:bold !important; line-height:47px !important; color:#393939; text-shadow:1px 1px #ccc; text-align:left; display:block;
}

::-webkit-input-placeholder {
   color: #fff;
   font-size: 90%;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff;
   font-size: 90%;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
   font-size: 90%;
}

:-ms-input-placeholder {
   color: #fff;
   font-size: 90%;
}

.main_footer textarea {
  height: 100px;
}
.main_footer input, .main_footer textarea {
  background: #2c3e50;
  color: #fff;
  border-color: #ccc;
}
.main_footer input[type=submit] {
  background: #2c3e50;
  padding: 0;
  line-height: 2em;
  height: 2em;
  color: #fff;
  border: 1px solid #ccc;
  text-transform: uppercase;
  border-radius: 3px;
  float: right;
  width: 50%;
  cursor: pointer;
}
.main_footer input[type=submit]:hover {
  background: #34495e;
}

ul.kontaktpers::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    width: 100%;
}
ul.kontaktpers {
    clear: both;
    margin: 0;
    padding: 2rem 0;
}

ul.kontaktpers li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 33.0%;
	color:#000;
}

@media screen and (max-width: 720px) {
    ul.kontaktpers li {
	width: 100% !important; }
  }


img {max-width: 100%;}