/* ---------------------------------------------------------------------------------------
	RESET
--------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, cite,
del, dfn, em, font, q, s, samp,
strike, strong,
ol, ul, li,
fieldset, form, label, legend,
tbody, tfoot, thead, tr {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 72.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background: #fff url(images/hlavicka.png) no-repeat center top;

}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote:before, q:before,
blockquote:after, q:after {
	position: absolute;
	font-family: "Times New Roman", Arial, Helvetica;
	font-weight: bold;
	font-size: 70px;
	line-height: 0px;
}
blockquote:before, q:before {
	content: '\201D';
	left: 18px;
	top: 55px;
}
blockquote:after, q:after {
	content: '';
}
blockquote, q {
	position: relative;
	display: block;
	color: #FFF;
	background: #0069b4;
	padding: 25px 25px 25px 70px;
	margin-bottom: 20px;
}
blockquote p:last-child {
	margin-bottom: 0;
}
blockquote cite a,
q cite a {
	color: #fff;
}
blockquote cite:before,
q cite:before {
	content: "- ";
}
dt {
	font-weight: bold;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}
.clearboth {
	width: 100%;
	clear: both;
	display: block;
}
.clear { width:100%; height:0px; font-size:0px; line-height:0px; clear:both; }
.screen-reader-text {	
}

/* ---------------------------------------------------------------------------------------
	GLOBAL
--------------------------------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #3d3d3d;	
	font-family: Open Sans, Helvetica, Arial;
	font-size: 13px;
	line-height: 1.8;
	word-wrap: break-word;
}



#body-core {
	/*background: white;*/
	min-width: 320px;
	overflow: hidden;
}

/* Responsive screen width */
body.layout-fixed,
body.layout-fixed #body-core,
body.layout-fixed #site-header,
body.layout-fixed #header-sticky,
body.layout-fixed #notification { 
	min-width: 960px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	color: #232323;
	clear: both;
	margin: 0 0 0.8em;
	font-family: Open Sans, Helvetica, Arial;
	line-height: 1.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 4px solid #eeeeee;
}


/* Text elements */
p {
	margin-bottom: 20px;
}
ul, ol {
	margin: 0 0 20px 20px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}

/* Tables */
table {
	text-align:   center;
	margin:       0 0 25px;
	width:        100%;
	border-left:  1px solid #ddd;
	border-right: 1px solid #ddd;
	border-collapse:collapse;
}
caption {
	font-size:  0.875rem;
	font-style: italic;
	color:      #888;
}
th,
td {
	font-size:   0.9em;
	padding:     4px 2%;
	border:      1px solid #ddd;
	border-left: none;
}
th {
	font-weight: bold;
}
td {
	border-top: none;
}
#footer table,
#footer th,
#footer td {
	border-color: #353433;
}

/* Links */
a {
	color: #0069b4;
	cursor: pointer;
	text-decoration: underline;
	outline: 0 none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover,
a:focus {
	color: inherit;
	text-decoration: underline;
}
a,
a:visited {
	text-decoration: underline;	
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 20px auto;
}


/* ---------------------------------------------------------------------------------------
	STRUCTURE
--------------------------------------------------------------------------------------- */
#pre-header-core, 
#header-core,
#content-core, 
#footer-core, 
#sub-footer-core,
#sub-footer-widgets,
#sub-footer-close,
#notification-core,
#intro-core,
#introaction-core,
#outroaction-core {
	display: block;
	max-width: 960px;
	margin: 0 auto;
}
#content,
.main-navigation,
.site-title,
.site-description {
    margin: 0 auto;
}
#content {
	clear: both;
	margin: 0;
	padding: 0;
	margin-top: 10px;
    min-height:700px;
} 

#content-hr{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Boxed layout */
body.layout-boxed #body-core,
body.custom-background #body-core {
	max-width: 990px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
body.layout-boxed #pre-header,
body.layout-boxed #header,
body.custom-background #pre-header,
body.custom-background #header {
	max-width: 990px;
}

/* ---------------------------------------------------------------------------------------
	MEDIA
--------------------------------------------------------------------------------------- */
.entry-content img,
.entry-content iframe {
	display: block;
}
img {
	max-width: 100%;
	height: auto;
}
embed,
iframe,
object,
.wp-caption {
	max-width: 100%;
}
iframe.twitter-tweet {
	margin: 0 !important;
	width: 100%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 12px;
	font-style: italic;
}
#content .gallery a img {
	border: none;
}


/* ---------------------------------------------------------------------------------------
	HEADER
--------------------------------------------------------------------------------------- */

/* Custom Header */
.custom-header img {
	display: block;
}

/* =Main
----------------------------------------------------------------------------- */
.site-description {
	color: #E0E0E0;
	font-size: 13px;
	line-height: 13px;	
}
#logo {
	float: left;
	margin-top: 50px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#logo img {
	width: auto;
	max-height: 60px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#logo h1 {
	font-size: 22px;
	line-height: 1.4;
	font-weight: bold;
}

.eshop {
	margin-top: -30px;
	margin-right: 16px;"
}

.eshop a {
	font-size: 17px !important;
}

.eshop a:hover,
.eshop a:focus
{
	text-decoration: none !important;
	/*font-weight:bold !important;*/
}


.logo-title {
	margin-left: 150px;
    padding-left: 10px;
    text-align: center;
    width: 320px;
}

.logo-title  a {
	color:red;
	font-size:14px;
}

/* Logo - Header Style 1 - Bottom */
.header-below #logo {
	margin-top: 15px;
}
.header-below #logo img {
	max-height: 45px;
}

/* Logo - Header Style 2 */
.header-style2 #logo {
	margin-top: 20px;
}
.header-style2 #logo img {
	max-height: 55px;
}
.header-style2 #logo h1 {
	color: #FFF;
}


/* =Menu
----------------------------------------------------------------------------- */

.btn-navbar .icon-bar+.icon-bar {
    margin-top: 3px;
}

/* Site-header */
#site-header {
	line-header: 1.5;
	position: relative;
	z-index: 8000;
}

/* Pre-header */
#pre-header {
	position: relative;
	background: #E7E7E7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#pre-header li {
	float: left;
}
#pre-header .header-links .menu-hover > a,
#pre-header .header-links > ul > li > a:hover {
	color: #0069b4;
}
#pre-header .header-links li a {
	color: #667;
	font-size: 12px;
}
#pre-header .header-links li a {
	padding: 9px 10px;
	display: block
}
#pre-header .header-links > ul > li > a {
	display: inline-block
}
#pre-header .header-links > ul > li:before {
	content: "/";
}
#pre-header .header-links > ul > li.alignright:before,
#pre-header .header-links > ul > li:first-child:before {
	content: "";
	padding: 0;
}
#pre-header .header-links .sub-menu {
	position: absolute;
	display: none;
	background: #E7E7E7;
	z-index: 8000;
	border-top: 2px solid #0069b4;
}
#pre-header .header-links .sub-menu a {
	min-width: 100px;
	padding: 5px 25px 5px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#pre-header .header-links .sub-menu a:hover {
	color: #0069b4;
}
#pre-header-core {
	display: table;
	width: 100%;
}
/* Pre-header - Alignment */
#pre-header li.alignright {
	float: right;
	margin: 0;
}
/* Pre-header - Icon Styling */
#pre-header .header-links i {
	color: #0069b4;
	padding-right: 10px;
	font-size: larger;
}

/* Header */
#header {
	position: relative;
	font-size: 12px;
	padding: 0;
	z-index: 8000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#header-links {
	float: right;
    height:50px;
    padding-top:11px;
}
#header-links-inner {
    padding-top: 15px;
	float: right;
}
#header .header-links li {
	float: left;
}
#header .header-links > ul > li a{
	font-size: 12px;
	color: #232323;
	padding: 7px 5px 7px 15px;
}
#header .header-links > ul > li.menu-parent > a:after {
	position: relative;
	content: "\f107";
	font-family: fontawesome;
	padding-left: 6px;
}
#header .header-links li a {
	display: block;
	padding: 8px 14px;
	margin: 0px;
}
#header .header-links .sub-menu {
	display: none;
	float: left;
	position: absolute;
	z-index: 8000;
	background: #FFF;
	border-top: 2px solid #0069b4;
	border-bottom: 1px solid #E3E3E3;
}
#header .header-links .menu-hover > .sub-menu {
	margin-left: -16px;
}
#header .header-links .sub-menu li {
	float: none;
}
#header .header-links .sub-menu a {
	color: #232323;
	font-size: 12px;
	line-height: 32px;
	min-width: 100px;
	margin: 0;
	padding: 2px 10px;
	font-weight: normal;
}
#header .header-links .sub-menu li:last-child > a {
	border: 0;
}
#header .header-links .sub-menu a:hover,
#header .header-links .sub-menu .current-menu-item a {
	color: #0069b4;
}
#pre-header .sub-menu li,
#header .sub-menu li {
	float: none;
	position: relative;
}
#header .sub-menu li {
	padding: 0 20px;
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
}
#header .menu > li > a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header .menu > li.menu-hover > a,
#header .menu > li.current_page_item > a, 
#header .menu > li.current-menu-ancestor > a,
#header .menu > li > a:hover {
	color: #0069b4;
}
.main-navigation:after {
	clear: both;
	content: "";
	display: block;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation .sub-menu a {
	white-space: nowrap;
}
.main-navigation .sub-menu .sub-menu {
	position: absolute;
	top: -2px;
	left: 100%;
}
.main-navigation ul ul :hover > a {
}
#pre-header .main-navigation ul li:hover > ul,
#header .main-navigation ul li:hover > ul {
	display: block;
}

/* Header - Fancy Dropdown */
.header-fancydrop #header .header-links .sub-menu {
	-webkit-box-shadow: #0069b4 0px -4px 0px 0px, rgba(0, 0, 0, 0.15) 1px 1px 2px 0px;
	-moz-box-shadow: #0069b4 0px -4px 0px 0px, rgba(0, 0, 0, 0.15) 1px 1px 2px 0px;
	-ms-box-shadow: #0069b4 0px -4px 0px 0px, rgba(0, 0, 0, 0.15) 1px 1px 2px 0px;
	-o-box-shadow: #0069b4 0px -4px 0px 0px, rgba(0, 0, 0, 0.15) 1px 1px 2px 0px;
	box-shadow: #0069b4 0px -4px 0px 0px, rgba(0, 0, 0, 0.15) 1px 1px 2px 0px;
}

/* Header - Style 1 (Below slider) */
.header-style1.header-below #header {
	border-top: 1px solid #E1E1E1;
}
.header-style1.header-below #header .header-links > ul > li > a {
	padding: 25px 15px;
}
.header-style1.header-below #header-links .sub-menu {
	bottom: 100%;
	border-top: 1px solid #E1E1E1;
	border-bottom: none;
}
.header-style1.header-below.header-below2 #header-links .sub-menu {
	bottom: auto;
	border-top: none;
	border-bottom: 1px solid #E1E1E1;
}

#header-links-inner a {
    text-decoration:none;
}

/* Arrows of menu parents (uses FontAwesome css) */
#pre-header .sub-menu .menu-parent > a:before {
	font-family: FontAwesome;
	font-size: 1.2em;
	text-align: right;
	content: "\f105";
	position: relative;
	left: 10px;
	top: -2px;
	display: inline-block;
	float: right;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#pre-header .sub-menu .menu-parent > a:hover:before {
	left: 15px
}
#header .sub-menu .menu-parent > a:before {
	font-family: FontAwesome;
	font-size: 1.2em;
	text-align: right;
	content: "\f105";
	position: relative;
	left: 10px;
	display: inline-block;
	float: right;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header .sub-menu .menu-parent > a:hover:before {
	left: 15px
}

/* =Bootstrap Menu
----------------------------------------------------------------------------- */
#header-responsive {
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/* =Slider
----------------------------------------------------------------------------- */
#slider {
	position: relative;
}
#slider-core {
	position: relative;
	text-align: center;
}

/* SlideDeck 2 Slider */
#slider .slidedeck-frame {
	margin: 0 auto;
}

/* Responsive ThinkUpSlider */
#slider .slides {
	height: 0;
	margin: 0;
}
#slider .rslides {
	margin: 0;
	overflow: hidden;
}
.rslides li {
	width: 100%;
}
.rslides img {
	width: 100%;
}
#slider .rslides-inner {
	position: relative;
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
	border: 0;
	overflow: hidden;
}
#slider .rslides-inner li {
	height: auto;
	list-style: none;
}
#slider .rslides-container {
	padding: 20px 10px;
}
#slider a.rslides_nav {
	text-align: center;
	line-height: 1;
	width: 60px;
	height: 60px;
	margin: -30px 0 0;
	position: absolute;
	overflow: hidden;
	top: 50%;
	color: rgba(0, 0, 0, 0.8);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
#slider a.rslides_nav.prev {
	left: -60px;
}
#slider a.rslides_nav.next {
	right: -60px;
}
#slider a.rslides_nav.prev:before,
#slider a.rslides_nav.next:before {
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	font-family: FontAwesome;
	font-size: 30px;
	line-height: 60px;
	display: block;
	position: relative;
	z-index: 8000;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
#slider a.rslides_nav.prev:hover:before,
#slider a.rslides_nav.next:hover:before {
	color: #333;
	background: #fff;
}
#slider a.rslides_nav.prev:before {
	content: "\f104";
}
#slider a.rslides_nav.next:before {
	content: "\f105";
}
#slider .rslides-inner:hover a.rslides_nav {
	opacity: 1;
}
#slider .rslides-inner:hover a.rslides_nav.prev {
	left: 0px;
}
#slider .rslides-inner:hover a.rslides_nav.next {
	right: 0px;
}
#slider .rslides_tabs {
	position: absolute;
	z-index: 99;
	text-align: center;
	width: 100%;
	bottom: 10px;
	margin: 0;
}
#slider .rslides_tabs li {
	list-style: none;
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
}
#slider .rslides_tabs li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.4);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
#slider .rslides_tabs li a:hover,
#slider .rslides_tabs li.rslides_here a {
	background: #333;
	background: rgba(0, 0, 0, 0.7)
}

/* Vary style for full-width and boxed slider */
.slider-boxed #slider .rslides-content {
	padding: 0 30px;
}
.slider-boxed #slider .rslides-inner {
	width: 1130px;
}
.slider-boxed #slider .rslides-inner {
	-webkit-box-shadow: 0 0 0 5px #FFF, 0 0 0 6px #DDD;
	-moz-box-shadow: 0 0 0 5px #FFF, 0 0 0 6px #DDD;
	-o-box-shadow: 0 0 0 5px #FFF, 0 0 0 6px #DDD;
	box-shadow: 0 0 0 5px #FFF, 0 0 0 6px #DDD;
}
#header-core {
	max-width: 960px; 
    height:113px;
}
#header-links {
	border-bottom: none;
}
#slider  .rslides-inner {
	width: 100%;
	position: relative;
}
#slider .rslides-container {
	padding: 0;
}

/* Responsive ThinkUpSlider - Content */
#slider .rslides-content {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#slider .rslides-content-inner {
	display: table;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
#slider .featured {
	display: table-cell;
	vertical-align: middle;
}
#slider .featured-title {
	margin-bottom: 20px;
}
#slider .featured-title span {
	display: inline-block;
	color: #FFF;
	font-size: 50px;
	font-weight: 300;
	line-height: 1;
}

#slider .featured-excerpt p {
	margin-bottom: 25px;
}
#slider .featured-excerpt span {
	display: inline-block;
	color: #FFF;
	font-size: 24px;
	line-height: 35px;
	font-weight: 300;
}
#slider .featured-link a {
	display: inline-block;
	color: #FFF;
	font-size: 18px;
	padding: 5px 20px;
	border: 1px solid #FFF;
}
#slider .featured-link a:hover {
	background: #F33F3F;
	border-color: #F33F3F;
}

/* Animate slide content */
#slider .featured-title,
#slider .featured-excerpt,
#slider .featured-link {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateY(35px);
	-moz-transform: translateY(35px);
	-ms-transform: translateY(35px);
	-o-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#slider .rslides1_on .featured-title,
#slider .rslides1_on .featured-excerpt,
#slider .rslides1_on .featured-link {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
}
#slider .rslides1_on .featured-title {
	-webkit-transition-delay: 1.0s;
	-moz-transition-delay: 1.0s;
	-ms-transition-delay: 1.0s;
	-o-transition-delay: 1.0s;
	transition-delay: 1.0s;
}
#slider .rslides1_on .featured-excerpt {
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	-ms-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
#slider .rslides1_on .featured-link {
	-webkit-transition-delay: 1.4s;
	-moz-transition-delay: 1.4s;
	-ms-transition-delay: 1.4s;
	-o-transition-delay: 1.4s;
	transition-delay: 1.4s;
}



/* ---------------------------------------------------------------------------------------
	08. FOOTER
--------------------------------------------------------------------------------------- */
#footer {
	font-size: 12px;
	background: #1D1D1F;
	padding: 75px 10px 50px;
}
#footer-core,
#footer-core p {
	color: #888;
}
#footer-core a,
#footer-core .widget li > a:before {
	color: #0069b4;
}
#footer-core a:hover,
#footer-core .widget li > a:hover:before {
	color: #888;
}

/* Sub Footer */
#sub-footer {
	position: relative;
	padding: 20px 10px;
}
#sub-footer {
	/*background: #131832;*/
}

#sub-footer, 
#sub-footer a {
	font-size: 13px;
}

/* Sub Footer - Close */
#sub-footer-close {
	position: relative;
	text-align: center;
}
#sub-footer-close-core {
    position: absolute;
    background: #171719;
    top: -49px;
    right: 0;
    display: block;
    height: 34px;
    width: 39px;
}

/* Post-footer - Align copyright and social media */
#sub-footer-core {
	display: table;
	width: 100%;
}

#sub-footer {
        color: #999999;
}

/* ---------------------------------------------------------------------------------------
	WIDGETS & SIDEBAR
--------------------------------------------------------------------------------------- */

/* =Sidebar
--------------------------------------------------------------------------------------- */
#sidebar .widget { 
	margin-bottom: 45px; 
}
#sidebar h3.widget-title {
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#sidebar .rev_slider_wrapper {
	padding: 3px;
	border: 1px solid #ddd;
}



/* SLIDER
------------------------------------------------------------------ */

.rslides-sc .rslides-inner li {
}
.rslides-sc a.rslides_nav {
	opacity: 1;
	text-align: center;
	position: absolute;
	top: 50%;
	z-index: 8000;
	width: 60px;
	height: 60px;
	line-height: 1;
	margin: -25px 0px 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.rslides-sc a.rslides_nav.prev {
	left: -60px;
}
.rslides-sc a.rslides_nav.next {
	right: -60px;
}
.rslides-sc a.rslides_nav.prev:before, 
.rslides-sc a.rslides_nav.next:before {
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	font-family: FontAwesome;
	font-size: 30px;
	line-height: 60px;
	display: block;
	position: relative;
	z-index: 8000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.rslides-sc a.rslides_nav.prev:hover:before,
.rslides-sc a.rslides_nav.next:hover:before {
	color: #333;
	background: #fff;
}
.rslides-sc .rslides-inner:hover a.rslides_nav {
	opacity: 1;
}
.rslides-sc .rslides-inner:hover a.rslides_nav.prev {
	left: 0px;
}
.rslides-sc .rslides-inner:hover a.rslides_nav.next {
	right: 0px;
}


/* ---------------------------------------------------------------------------------------
	IE STYLES
--------------------------------------------------------------------------------------- */
#ie8 .entry-content img,
#ie8 .widget img,
#ie8 .wp-caption img {
	width: auto;
}
#ie8 .content-core {
    zoom:1;
}


/* ---------------------------------------------------------------------------------------
	SAFARI STYLES
--------------------------------------------------------------------------------------- */

/* Fix 100% table width issue on Safari */
.wrap-safari {
	display: block; 
	height: 100%; 
	max-width: 960px; 
	margin: 0 auto;
}


/* ---------------------------------------------------------------------------------------
	MISC
--------------------------------------------------------------------------------------- */

.hidden {
    display: none;
}


.thumb-nail img {
    width:210px !important;
    height:110px !important;
    border:1px solid #ddd;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.055);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.055);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.055);
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}


/* ----------------------------------------------------------------------------------
	RESPONSIVE LAYOUTS
---------------------------------------------------------------------------------- */

/* Desktop / Laptop */
@media only screen and (max-width: 1140px) {
	#slider .rslides-content {
		padding: 0 70px;
		box-sizing:border-box;
	}
	#logo {
		margin-left: 15px;
	}
}
@media only screen and (max-width: 960px) {
}
	
/* iPad & Tablet */
@media only screen and (max-width: 768px) {

    /* Header */
    #header,
    #pre-header {
        position: static !important;
    }

    #header-links {
        display: none;
    }

    #pre-header {
        padding: 0 20px;
    }

    #logo {
        float: none;
        position: static;
        text-align: left;
        margin: 10px 0;
    }

        #logo img {
            max-height: 45px;
        }

        #logo img,
        #logo h1 {
            margin: 0;
            float: left;
        }

    #header-core {
        display: table;
        width: 100%;
        padding: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

    #logo,
    #header-nav {
        display: table-cell;
        vertical-align: middle;
    }

    #header-nav {
        z-index: 1;
        position: relative;
    }

    #header-responsive {
        display: block;
        width: 100%;
        background: #292929;
        padding: 0 20px;
    }

        #header-responsive ul {
            margin: 0;
        }

        #header-responsive .sub-menu li {
            padding: 0;
            border: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            -ms-box-shadow: none;
            -o-box-shadow: none;
            box-shadow: none;
        }

        #header-responsive li a {
            color: #AAA;
            display: block;
            border-bottom: 1px dotted #505050;
            padding: 10px 20px;
        }

            #header-responsive li.current_page_item > a,
            #header-responsive li a:hover {
                color: white;
            }

    #header .menu > li.menu-hover > a,
    #header .menu > li.current_page_item > a,
    #header .menu > li.current-menu-ancestor > a,
    #header .menu > li > a:hover {
        color: inherit;
        background: none;
    }

    .btn-navbar .icon-bar {
        display: block;
        width: 20px;
        height: 3px;
        margin: 0 0 0 auto;
        background-color: #292929;
    }

    .nav-collapse.collapse {
        -webkit-transition: height 0.35s ease;
        -moz-transition: height 0.35s ease;
        -ms-transition: height 0.35s ease;
        -o-transition: height 0.35s ease;
        transition: height 0.35s ease;
        position: relative;
        overflow: hidden;
        height: 0;
    }

    /* Featured Slider */
    #slider .featured-title span {
        font-size: 25px !important;
    }

    #slider .featured-excerpt span {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    #slider .featured-link a {
        font-size: 12px !important;
        padding: 5px 10px !important;
    }

    /* Slider */
    #slider .videoBG video {
        top: -25% !important;
    }

    /* Intro / Outro */
    .action-text.action-teaser h3,
    .attention_text h3 {
        margin-top: 0px;
    }
}

/* Small Tablets & Larger Phones */
@media only screen and (max-width: 685px) {

    /* Main */
    #pre-header-links-inner,
    #intro #breadcrumbs,
    #sidebar,
    #footer-menu,
    .meta-author {
        display: none !important;
    }

    #main-core {
        margin-left: 0px !important;
    }

    #main {
        width: 100% !important;
    }

    #main-core {
        margin: 0px !important;
    }

    /* Featured Slider */
    #slider .featured-excerpt {
        display: none !important;
    }
}

/* Retina Display */
@media only screen and 
        (-webkit-min-device-pixel-ratio: 1.5), only screen and 
        (-o-min-device-pixel-ratio: 3/2), only screen and 
        (min-device-pixel-ratio: 1.5) {
}


/* ----------------------------------------------------------------------------------
	CATEGORY
---------------------------------------------------------------------------------- */

.category-post {
    margin-bottom: 10px;

}

/* ***************************************************************** */
/* ****        CURRENT THEME SPECIFIC          ********************* */
/* ***************************************************************** */

/* HEADER */
#header-caption{
    font-size: 20px;
	color:black;
}
#header-contact{
	float:right;
	color:white;
	font-size:12px;
}

#header-contact a {
	color:white;
	font-size:11px;
	text-decoration: none;
}
#header-contact a:hover,
#header-contact a:focus {
	text-decoration: underline;
}

#header-contact .header-contact-num {
	font-size:16px;
	font-weight:bold;
}
#header-main-links {
    width:100%;
    text-align:center;
}
#header-main-links .main-caption {
    color:#0069b4;
    font-size:200%;
}
#header-main-links .other-links {
    font-size:150%;
}

.other-links a {
    color: black;
    margin: 0 15px
}

.other-links a:before {
  background-image: url('images/link_arrow.png');
  background-size: 13px 15px;
  display: inline-block;
  width: 13px;
  height: 15px;
  content: "";
  position: relative;
  top: 2px;
  right: 5px;
}



/* INDEX */
.index-item {
    margin: 0 0 30px 0;
}

.index-item-links:not(.index-caption-link) {
    font-size:125%;
}

.index-item-links a:not(.index-caption-link) {
    margin-left: 9px;
    font-size:100%;
}

.index-item-links a:not(.index-caption-link):before {
    background-image: url('images/link_arrow.png');
    background-size: 13px 15px;
    display: inline-block;
    width: 13px;
    height: 15px;
    content: "";
    position: relative;
    top: 2px;
    right: 5px;
}

.index-caption-link
{
    color:black;
}

.index-item img {
    height:150px;
    margin-bottom:15px;
}

#index-hr{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 30px;
}

/* FOOTER */

#footer-logo {
    width:200px;
}

#facebook-logo {
    width:200px;
}

#footer-text {
    width: 150px;
}

.center-footer-content {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7px;
}

#facebook-logo-text{
    font-size: large;
    font-weight: bold;
    padding-left: 7px;
}






