/*

Theme Name: EURO 2016

Theme URI: http://newmedia.al/

Author: New Media Communications

Author URI: http://newmedia.al/

Description: Theme developed by New Media Communications for EURO 2016

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: _eu16

*/



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

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

# Normalize

# Typography

# Elements

# Forms

# Navigation

	## Links

	## Menus

# Accessibility

# Alignments

# Clearings

# Widgets

# Content

	## Posts and pages

	## Asides

	## Comments

# Infinite scroll

# Media

	## Captions

	## Galleries

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



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

# Typography

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

@font-face {

  font-family: 'ProximaNova-Light';

  src: url('fonts/ProximaNova-Light.otf');

  /*src: url('fonts/ProximaNova-Light.eot');*/

  src: url('fonts/ProximaNova-Light.woff2') format('woff2'),

       url('fonts/ProximaNova-Light.woff') format('woff'),

       url('fonts/ProximaNova-Light.ttf') format('truetype'),

       url('fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg'),

       url('fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype');

  font-weight: 300;

  font-style: normal;

}



@font-face {

  font-family: 'ProximaNova-Regular';

  src: url('fonts/ProximaNova-Regular.otf');

  /*src: url('fonts/ProximaNova-Light.eot');*/

  src: url('fonts/ProximaNova-Regular.woff2') format('woff2'),

       url('fonts/ProximaNova-Regular.woff') format('woff'),

       url('fonts/ProximaNova-Regular.ttf') format('truetype'),

       url('fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg'),

       url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype');

  font-weight: 300;

  font-style: normal;

}



@font-face {

  font-family: 'Gotham Book';

  src: url('fonts/GothamBook.otf');

  src: url('fonts/GothamBook.eot') format('embedded-opentype'),

       url('fonts/GothamBook.woff') format('woff'),

       url('fonts/GothamBook.ttf') format('truetype');

  font-weight: 300;

  font-style: normal;

}



@font-face {

  font-family: 'Gotham-Bold';

  src: url('fonts/gotham-bold.otf');

  src: url('fonts/gotham-bold.eot');

  src: url('fonts/gotham-bold.woff2') format('woff2'),

       url('fonts/gotham-bold.woff') format('woff'),

       url('fonts/gotham-bold.ttf') format('truetype'),

       url('fonts/gotham-bold.svg#gotham-bold') format('svg'),

       url('fonts/gotham-bold.eot?#iefix') format('embedded-opentype');

  font-weight: 300;

  font-style: normal;

}





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

# Normalize

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



html {

	font-family: 'Open Sans', sans-serif;

	font-weight: 400;

	-webkit-text-size-adjust: 100%;

	-ms-text-size-adjust:     100%;

	/*overflow: hidden;*/

}



article,aside,details,figcaption,figure,footer,header,main,menu,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-color: transparent;

}



a,a:hover,a:focus,a:active,a:visited{

    text-decoration:none;

    outline:none;

    color:#474747;

} 



abbr[title] {

	border-bottom: 1px dotted;

}



b,strong {

	font-weight: bold;

}



dfn {

	font-style: italic;

}



mark {

	background: #ff0;

	color: #000;

}



small {

	font-size: 80%;

}



sub,

sup {

	font-size: 75%;

	line-height: 0;

	position: relative;

	vertical-align: baseline;

}



sup {

	top: -0.5em;

}



sub {

	bottom: -0.25em;

}



img {

	border: 0;

}



svg:not(:root) {

	overflow: hidden;

}



figure {

	margin: 1em 40px;

}



hr {

	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;

	box-sizing: content-box;

}



input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-decoration {

	-webkit-appearance: none;

}



fieldset {

	border: 1px solid #c0c0c0;

	margin: 0 2px;

	padding: 0.35em 0.625em 0.75em;

}



legend {

	border: 0;

	padding: 0;

}



textarea {

	overflow: auto;

}



optgroup {

	font-weight: bold;

}



table {

	border-collapse: collapse;

	border-spacing: 0;

}



td,

th {

	padding: 0;

}



button,button:focus,button:active{

  outline:none!important;

}



body,button,input,select,textarea {

	color: #404040;

	font-family: 'Open Sans', sans-serif;

	font-weight: 400;

	font-size: 16px;

	font-size: 1rem;

	line-height: 1.5;

}



h1,h2,h3,h4,h5,h6 {

	clear: both;

}



p {

	margin-bottom: 1.5em;

}



dfn,cite,em,i {

	font-style: italic;

}



blockquote {

	margin: 0 1.5em;

}



address {

	margin: 0 0 1.5em;

}



pre {

	background: #eee;

	font-family: "Courier 10 Pitch", Courier, monospace;

	font-size: 15px;

	font-size: 0.9375rem;

	line-height: 1.6;

	margin-bottom: 1.6em;

	max-width: 100%;

	overflow: auto;

	padding: 1.6em;

}



code,kbd,tt,var {

	font-family: 'Open Sans', "DejaVu Sans Mono", monospace;

	font-size: 15px;

	font-size: 0.9375rem;

}



abbr,acronym {

	border-bottom: 1px dotted #666;

	cursor: help;

}



mark,ins {

	background: #fff9c0;

	text-decoration: none;

}



big {

	font-size: 125%;

}



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

# Elements

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

html {

	box-sizing: border-box;

}



*,

*:before,

*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

	box-sizing: inherit;

}



body {

	background-color: #fff;

	margin:0;

}



blockquote:before,

blockquote:after,

q:before,

q:after {

	content: "";

}



blockquote,q {

	quotes: "" "";

}



hr {

	background-color: #ccc;

	border: 0;

	height: 1px;

	margin-bottom: 1.5em;

}



dt {

	font-weight: bold;

}



dd {

	margin: 0 1.5em 1.5em;

}



img {

	height: auto; /* Make sure images are scaled correctly. */

	max-width: 100%; /* Adhere to container width. */

}



table {

	margin: 0 0 1.5em;

	width: 100%;

}





.rml{

	padding-left:0;

}



.rmr{

	padding-right:0;

}



.rmt{

  padding-top:0;

}



.rmb{

  padding-bottom: 0;

}



.rmlrmr{

	padding-left: 0;

	padding-right:0;

}



.rmp{

  padding:0;

}



.img-cover{

  background-position: center center;

  background-repeat: no-repeat;

  -webkit-background-size: cover;

  -moz-background-size: cover;

  -o-background-size: cover;

  background-size: cover;

}



.center-me{

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.opensans{

	font-family: 'Open Sans', sans-serif;

	font-weight: 400;

}



.opensans-light{

	font-family: 'Open Sans', sans-serif;

	font-weight: 300;

}



.oswald{

	font-family: 'Oswald', sans-serif;

	font-weight: 400;

}



.robotoslab{

	font-family: 'Roboto Slab', serif;

}



.robotoslab-light{

	font-family: 'Roboto Slab', serif;

	font-weight: 300;

}



.proximanova-light{

	font-family: 'ProximaNova-Light', sans-serif;

	font-weight: 300;

}



.gotham-book{

	font-family: 'Gotham Book', sans-serif;

}



.black{

	color:#000;

}



.white{

	color:#fff;

}



.list-inline{

  margin:0;

}



@-webkit-keyframes fadeInMenu{

	from{

		opacity:0;

		-webkit-transform:translate3d(-30%,0,0);

		-moz-transform:translate3d(-30%,0,0);

		-o-transform:translate3d(-30%,0,0);

		-ms-transform:translate3d(-30%,0,0);

		transform:translate3d(-30%,0,0)

	}to{

		opacity:1;

		-webkit-transform:none;

		-moz-transform:none;

		-o-transform:none;

		-ms-transform:none;

		transform:none

	}

}

@keyframes fadeInMenu{

	from{

		opacity:0;

		-webkit-transform:translate3d(-30%,0,0);

		-moz-transform:translate3d(-30%,0,0);

		-o-transform:translate3d(-30%,0,0);

		-ms-transform:translate3d(-30%,0,0);

		transform:translate3d(-30%,0,0)

	}to{

		opacity:1;

		-webkit-transform:none;

		-moz-transform:none;

		-o-transform:none;

		-ms-transform:none;

		transform:none

	}

}

.fadeInMenu{

	-webkit-animation-name:fadeInMenu;

	animation-name:fadeInMenu

}



*::selection, *:before::selection, *:after::selection {

    color: #fff;

    background-color: #2e286e;

}



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

# Forms

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

button,

input[type="button"],

input[type="reset"],

input[type="submit"] {

	border: 1px solid;

	border-color: #ccc #ccc #bbb;

	border-radius: 3px;

	background: #e6e6e6;

	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);

	color: rgba(0, 0, 0, .8);

	font-size: 12px;

	font-size: 0.75rem;

	line-height: 1;

	padding: .6em 1em .4em;

	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);

}



button:hover,

input[type="button"]:hover,

input[type="reset"]:hover,

input[type="submit"]:hover {

	/*border-color: #ccc #bbb #aaa;

	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);*/

}



button:focus,

input[type="button"]:focus,

input[type="reset"]:focus,

input[type="submit"]:focus,

button:active,

input[type="button"]:active,

input[type="reset"]:active,

input[type="submit"]:active {

	/*border-color: #aaa #bbb #bbb;

	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);*/

}



input[type="text"],

input[type="email"],

input[type="url"],

input[type="password"],

input[type="search"],

textarea {

	color: #666;

	border: 1px solid #ccc;

	border-radius: 3px;

}



input[type="text"]:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="password"]:focus,

input[type="search"]:focus,

textarea:focus {

	color: #111;

}



input[type="text"],

input[type="email"],

input[type="url"],

input[type="password"],

input[type="search"] {

	padding: 3px;

}



textarea {

	padding-left: 3px;

	width: 100%;

}



/* Text meant only for screen readers. */

.screen-reader-text {

	clip: rect(1px, 1px, 1px, 1px);

	position: absolute !important;

	height: 1px;

	width: 1px;

	overflow: hidden;

}



.screen-reader-text:focus {

	background-color: #f1f1f1;

	border-radius: 3px;

	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

	clip: auto !important;

	color: #21759b;

	display: block;

	font-size: 14px;

	font-size: 0.875rem;

	font-weight: bold;

	height: auto;

	left: 5px;

	line-height: normal;

	padding: 15px 23px 14px;

	text-decoration: none;

	top: 5px;

	width: auto;

	z-index: 100000; /* Above WP toolbar. */

}



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

# Alignments

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

.alignleft {

	display: inline;

	float: left;

	margin-right: 1.5em;

}



.alignright {

	display: inline;

	float: right;

	margin-left: 1.5em;

}



.aligncenter {

	clear: both;

	display: block;

	margin-left: auto;

	margin-right: auto;

}



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

# Clearings

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

.clear:before,

.clear:after,

.entry-content:before,

.entry-content:after,

.comment-content:before,

.comment-content:after,

.site-header:before,

.site-header:after,

.site-content:before,

.site-content:after,

.site-footer:before,

.site-footer:after {

	content: "";

	display: table;

}



.clear:after,

.entry-content:after,

.comment-content:after,

.site-header:after,

.site-content:after,

.site-footer:after {

	clear: both;

}



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

# Widgets

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

.widget {

	margin: 0 0 1.5em;

}



/* Make sure select elements fit in widgets. */

.widget select {

	max-width: 100%;

}



/* Search widget. */

.widget_search .search-submit {

	display: none;

}



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

# Content

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

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

## Posts and pages

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

.sticky {

	display: block;

}



.hentry {

	position: fixed;

	width: 100%;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	margin-bottom: 0;

}



.byline,

.updated:not(.published) {

	display: none;

}



.single .byline,

.group-blog .byline {

	display: inline;

}



.page-content,

.entry-summary {

	margin: 1.5em 0 0;

}



.page-links {

	clear: both;

	margin: 0 0 1.5em;

}



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

## Asides

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

.blog .format-aside .entry-title,

.archive .format-aside .entry-title {

	display: none;

}



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

## Comments

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

.comment-content a {

	word-wrap: break-word;

}



.bypostauthor {

	display: block;

}



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

# Infinite scroll

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

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */

	display: none;

}



/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {

	display: block;

}



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

# Media

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

.page-content .wp-smiley,

.entry-content .wp-smiley,

.comment-content .wp-smiley {

	border: none;

	margin-bottom: 0;

	margin-top: 0;

	padding: 0;

}



/* Make sure embeds and iframes fit their containers. */

embed,iframe,object {

	max-width: 100%;

}



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

## Captions

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

.wp-caption {

	margin-bottom: 1.5em;

	max-width: 100%;

}



.wp-caption img[class*="wp-image-"] {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.wp-caption .wp-caption-text {

	margin: 0.8075em 0;

}



.wp-caption-text {

	text-align: center;

}



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

## Custom style

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



.site-header{

	position: absolute;

	width: 100%;

	min-height: 105px;

	z-index: 500;

	background: rgba(255, 255, 255, .93);

}



.site-branding{

	background: rgba(255, 255, 255, .93);

}



.site-branding, 

.site-branding > .container{

	height:125px;

}



.navbar-default{

	background-color: transparent;

	border: none;

	margin-bottom: 0;

	min-height: 100%;

}



.navbar-default .navbar-nav > li{

	padding:0 16px;

}



.navbar-default .navbar-nav > li:last-child{

	padding-right:0;

}



.navbar-default .navbar-nav > li > a{

	color:#4c4c4e;

	font-size: 14.7px;

	padding:2px 15px;

	-webkit-transition:all 0.3s ease-in;

	-moz-transition:all 0.3s ease-in;

	-o-transition:all 0.3s ease-in;

	transition:all 0.3s ease-in;

}



.navbar-default .navbar-nav > .active > a, 

.navbar-default .navbar-nav > .active > a:focus, 

.navbar-default .navbar-nav > .active > a:hover,

.navbar-default .navbar-nav > li > a:hover,

.navbar-default .navbar-nav > li > a:focus,

.navbar-default .navbar-nav > li > a:active,

.navbar-default .navbar-nav > li > a:visited{

	background-color: transparent;

	color: #ed1c2a;

}



.navbar-default .navbar-nav > li:last-child > a{

	padding-right: 0

}



.navbar-default .navbar-nav > .active > a{

	font-weight: 700;

}



.navbar-toggle{

	margin-right:0;

	margin-left:25px;

}



.navbar-default .navbar-toggle .icon-bar{

	background-color:#fff;

}



.search-n-socials{

	height: 50px;

	background-color: rgba(237,28,42,.95);

}



.search-n-socials div{

	height: 100%;

}



.search-n-socials .socials{

	display: table;

	float: left;

}



.search-n-socials .socials .inner{

	display: table-cell;

	vertical-align: middle;

}



.site-header .social-icon{

	padding:0;

	margin:0 6px;

}



.site-header .social-icon a{

	color:rgba(237,28,42,.95);

	background-color: #fff;

	border-radius: 50%;

	font-size: 15px;

	text-align: center;

	display: inline-block;

	width:22px;

	height: 22px;

}



.site-header .social-icon i{

	line-height: 22px

}



.search-n-socials .title{

	font-weight: 700;

	font-size: 12.7px;

	color: #fff;

	line-height: 23px;

	margin-right: 10px;

}



.search-n-socials .fa-search{

	border: 1px solid #fff;

	border-radius:0;

	background: transparent;

	box-shadow: none;

	text-shadow: none;

	outline: none!important;

	color:#fff;

	display: inline;

	font-size: 16px;

	padding: 10px 13px;

	margin: 7px 0 0 10px;

}

.home-slider{

	height: calc(100vh - 135px);

}

.home-slider .carousel-inner{

	display: none;

}

.home-slider {

	text-align: center;

	position: relative;

	background-color: #ed1c2a;

}



.home-slider .slide-image{

	height: calc(100vh - 135px);

}



.home-slider .slick-slide:after{

	content:'';

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	height: 40%;

	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.44) 40%, rgba(0,0,0,0.65) 65%);

	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.44) 40%,rgba(0,0,0,0.65) 65%);

	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.44) 40%,rgba(0,0,0,0.65) 60%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );

	/*background-color: rgba(0,0,0,0.2);*/

	background-blend-mode: multiply;

}



.home-slider .slide-caption{

	position: absolute;

	bottom:30px;

	left: 0;

	width: 100%;

	padding: 20px;

	z-index: 20;

}



.home-slider .slide-caption span{

	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);

	display: block;

	width: auto;

	padding:5px 5px 5px 5px;

	z-index: 40;

}



.home-slider .slide-caption .main-title{

	font-size: 4.8em;

  	line-height: 1.2em;

}



.home-slider .slide-caption .subtitle{

	font-size: 1.8em;

	line-height: 1.2em;

	color: #ed1c2a;

	display: inline-block;

	padding-left: 50px;

	padding-right: 50px;

	position: relative;

}



.home-slider .subtitle:before,

.home-slider .subtitle:after{

	position: absolute;

	top:45%;

	content:'';

	height:1px;

	width:30px;

	background-color: #ed1c2a;

}



.home-slider .subtitle:before{

	left:0;

}



.home-slider .subtitle:after{

	right:0;

}



.home-slider .slick-dots{

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	text-align: center;

	color:#fff;

	list-style-type: none;

	margin-bottom: 13px;

}



.home-slider .slick-dots li{

	display: inline;

	padding:7px;

	cursor: pointer;

}



.home-slider button {

	border: none;

	background: transparent;

	box-shadow: none;

	text-shadow: none;

	outline: none!important;

	font-size: 0;

	font-family: FontAwesome;

	text-rendering: auto;

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

	padding:0;

}



.home-slider .slick-dots li:not(.slick-active) button:before{}



.home-slider .slick-dots button:before{

	content: "\f1db";

	opacity: .9;

	filter: alpha(opacity=90);

	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);

	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';

}



.home-slider .slick-dots li.slick-active button:before{

	content: "\f111";

}



.home-slider .slick-prev{

	left: 3%;

	text-align: left;

}



.home-slider .slick-next{

	right: 3%;

	text-align: right;

}



.home-slider button:before{

	font-size: 12px;

	color: #fff;

}



.home-slider .slick-prev:before {

	content:'\f053';

}



.home-slider .slick-next:before {

	content:'\f054';

}



.countdown .container{

	padding:30px 0;

}



body.home .widget-area{

	position: absolute;

	z-index: 999;

	top: 4%;

	width: 100%;

}



.more-link{

	display: block;

	text-align: right;

	font-family: 'Montserrat',sans-serif;

	font-weight: 400;

	color:#dc291e;

	padding-right:15px;

	-webkit-transition:transform 0.4s linear;

	-moz-transition:transform 0.4s linear;

	-o-transition:transform 0.4s linear;

	transition:transform 0.4s linear;

}



.more-link:before{

	content:'\f105';

	display: inline-block;

	font: normal normal normal 14px/1 FontAwesome;

	font-size: inherit;

	text-rendering: auto;

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

	margin-right:5px;

}



.more-link:hover,

.more-link:active,

.more-link:focus,

.more-link:visited{

	color:#dc291e;

}



.more-link:hover{

	-webkit-transform:translateX(15px);

	-moz-transform:translateX(15px);

	-o-transform:translateX(15px);

	-ms-transform:translateX(15px);

	transform:translateX(15px);

}



.site-footer{

	background-image:url(images/bg.jpg);

	background-position: 50% 20%;

	background-repeat: repeat;

	background-attachment: fixed;

}



.para-footer{

	border-top: 1px solid #d5d5d5;

	border-bottom: 1px solid #d5d5d5;

	padding:44px 0;

	background-color: rgba(255,255,255,.4);

}



.footer-item{

	float: left;

	width:25%;

	font-family: 'ProximaNova-Light',sans-serif;

	padding:0 15px;

	font-size: 14px;

	color:#4b575a;

}



.footer-item:nth-child(3){

	width:50%;

	padding-left:12.5%;

}



.footer-item .widget-title{

	margin-bottom: 25px;

}



.footer-item .menu{

	padding-left:23px;

	overflow: auto;

}



.footer-item .menu-item{

	padding-left:6px;

	color:#2d3033;

	margin:5px 0;

}



.footer-item .menu a{

	font-family: 'ProximaNova-Regular';

	/*color: #4b575a;*/

	color: #000;

	font-size: 14px;

	text-transform: uppercase;

	color:#4b575a;

	padding-left:0;

	line-height: 25px;

	-webkit-transition:padding-left 0.3s ease-in;

  	transition: padding-left 0.3s ease-in;

}



.footer-item .menu-item a:hover{

	padding-left:5px;

}



.footer-item .widget-title,

.footer-item .menu .current-menu-item,

.footer-item .menu .current-menu-item a{

	color:#ed1c2a;

}



.footer-item:nth-child(3) .textwidget p:first-child{

	margin-bottom: 0;

	font-size: 18px;

	line-height: 23px;

}



.footer-item .socials{

	margin-left:-10px;

	margin-top:-10px;

}



.footer-item .socials,

.footer-item .socials .inner{

	overflow: auto;

}



.footer-item .socials .title,

.footer-item .social-icon:nth-child(3){

	clear:left;

}



.footer-item .social-icon{

	float:left;

	padding:0;

	text-align: center;

	position: relative;

	font: normal normal normal 14px/1 FontAwesome;

	font-size: inherit;

	text-rendering: auto;

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

	overflow: hidden;

	border:10px solid transparent;

}



.footer-item .social-icon::before{

	position: absolute;

	bottom:100%;

	overflow: hidden;

	color:#fff;

	width:50px;

}



.footer-item .social-icon a{

	display: inline-block;

	font-size: 20px;

	width:50px;

	color:#fff;

}



.footer-item .social-icon i,

.footer-item .social-icon::before{

	font-size: 24px;

	line-height: 50px;

}



.footer-item .social-icon:nth-child(odd)::before{

	left:0;

}



.footer-item .social-icon:nth-child(-n+2) a{

	margin-top:0;

}



.footer-item:nth-child(3){

	float: left;

	width: 20%;

	padding-left: 0;

}

.site-footer .widget_nav_menu{

	float: left;

	width: 45%;

}

.site-footer ul.menu li{

	float: left;

	width: 50%;	

}

@media(max-width: 480px){

	.site-footer ul.menu li{

		width: 100%;

	}

}

.footer-item .social-icon.facebook a{

	background-color: #3b5998;

}



.footer-item .social-icon.facebook:before{

	content: "\f09a";

}



.footer-item .social-icon.twitter:before{

	content: "\f099";

}



.footer-item .social-icon.youtube-play:before{

	content: "\f167";

}



.footer-item .social-icon.instagram:before{

	content: "\f16d";

}



.footer-item .social-icon.twitter a{

	background-color: #00a0d1;

}



.footer-item .social-icon.youtube-play a{

	background-color: #c4302b;

}



.footer-item .social-icon.instagram a{

	background-color: #825c48;

}

.site-footer .send-message{

	box-shadow: none;

	text-shadow: none;

	border:none;

	outline: 0;

	font-family: 'ProximaNova-Regular';

	font-size: 14px;

	color: #ffffff;

	background-color: #ed1c2a;

	padding: 10px;

}



.site-footer ._cp{

	background-color: #181a1c;

	padding-top:20px;

}



.site-footer ._cp img{

	max-width: 300px;

}



.site-footer ._cp p{

	color: #4b575a !important;

	margin:0;

	padding:10px 0;

	font-size: 10px;

	color:#fff;

	opacity: .5

	filter: alpha(opacity=50);

	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);

	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';

}



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

*	Article Content

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

.entry-header{

	padding:0 15px;

}



.entry-title{

	font-size: 26px;

	color: #585858;

	margin-top: 0px;

	font-weight: 400;

	text-transform: uppercase;

	padding-bottom: 12px;

	letter-spacing: 1px;

}



.entry-content{

	height: 100%;

	display: block;

	background: rgba(255,255,255,0.95);

	position: fixed;

	right: 0;

	top: 0;

	z-index: 0;

	padding-top: 147px;

	overflow-y: scroll;

}



.entry-content .article-content{

	font-size: 16px;

	font-weight: 400;

	color: #919191;

	z-index: 99;

	line-height: 26px;

}



.entry-content .article-content h1,

.entry-content .article-content h2,

.entry-content .article-content h3,

.entry-content .article-content h4,

.entry-content .article-content h5,

.entry-content .article-content h6,

.entry-content .article-content strong{

	font-family: 'Oswald',sans-serif;

	text-transform: uppercase;

	color: #545454;

	letter-spacing: 1px;

	font-size: 15px;

}



.entry-content .schedule li{

	overflow: auto;

}



.entry-content .schedule span.days{

	font-family: 'Oswald',sans-serif;

	color: #f8190e;

	font-size: 13px;

	letter-spacing: 1px;

	text-transform: uppercase;

}



.gallery-collection .single-media{

	position: relative;

	cursor: pointer;

}



.gallery-collection .single-media .img-cover{

	padding-top: 55%;

}



.wpcf7-form input,

.wpcf7-form textarea{

	width: 100%;

	line-height: 45px;

	padding-left: 10px;

	font-size: 16px;

	color: #a5a5a5;

	background: rgba(0,0,0,0.1);

	border: transparent;

	border-radius: 3px;

}



.wpcf7-form input{

	height: 48px;

}



.wpcf7-form textarea{

	height: 145px;

}



input.wpcf7-submit{

	border-style: none;

	font-size: 13px;

	height: 40px;

	line-height: 40px;

	display: block;

	width: auto;

	padding: 0px 20px;

	cursor: pointer;

	text-transform: uppercase;

	position: relative;

	outline: none;

	clear: both;

	color: #FFFFFF;

	background: #f32a2a;

	box-shadow: none;

	text-shadow:none;	

}



@media(min-width: 1200px){



}



@media(min-width: 992px){

	.container {

	    padding:0;

	}



}



@media(min-width: 768px){

	.site-branding > .container{

		display: table;

	}



	.site-branding > .container > div{

		float:none;

		display: table-cell;

		vertical-align: middle;

	}



	.brand-n-nav .navbar-default{

		display: table;

 		width: 100%;

	}



	.navbar-collapse.collapse{

		display: table-cell;

	}



	.navbar-default .navbar-nav > li > a{

		padding:0;

		padding-top: 50px;

		border-top:20px solid transparent;

	}



	.navbar-nav > li.current-menu-item > a{

		border-top:20px solid #ed1c2a;

	}

}



@media(min-width: 992px) and (max-width: 1192px){



}



@media(min-width: 768px) and (max-width: 991px){



}



@media(min-width: 600px) and (max-width: 767px){



}



@media(max-width: 1199px){

	.navbar-default .container{

		position: relative;

	}



	.search-header{

		position: absolute;

		right:15px;

		top:0;

	}

}



@media(max-width: 991px){

	.site-branding .brand{

		width:100%;

	}



	.site-branding .container{

		position: relative;

	}



	.lang-sw{

		position: absolute;

		right:15px;

		top:0;

	}



	.home-news .latest-text{

		float:none;

	}



	.latest-news-slick .item a{

		white-space: normal;

	}



	.latest-news-slick .slick-prev, 

	.latest-news-slick .slick-next{

		bottom: 10px;

		top:auto;

		padding: 7px 11px;

	}



	.navbar-default .navbar-nav > li > a{font-size: 12px}

	.fshf-logo{padding-right:0;}

}



@media(max-width: 767px){

	.header-top ul,

	.header-top .row-item{

		border:none;

	}



	.header-top .container{

		padding:0 5px;

	}



	.header-contacts {

		display: table;

		padding-left:0;

	}



	.header-contacts .row-item{

		display: table-cell;

		float: none;

		text-align: center;

		padding:0 0.5em;

	}



	.header-contacts .row-item i{

		margin-right: 6px

	}



	.site-description{

		font-size: 15px;

	}



	.site-description a{

		display: block;

		line-height: 20px;

	}



	.navbar-default .navbar-toggle{

		border: none;

		background: transparent;

		box-shadow: none;

	}



	.navbar-default .navbar-toggle:hover,

	.navbar-default .navbar-toggle:focus {

	    background-color: transparent;

	}

	

	.navbar-default .navbar-toggle .icon-bar{

		width:23px;

		-webkit-transition: all 0.4s linear 0s;

		-moz-transition:all 0.4s linear 0s;

		-o-transition:all 0.4s linear 0s;

  		transition: all 0.4s linear 0s;

	}



	.navbar-default .navbar-toggle .icon-bar:nth-child(2), 

	.sideMenuCollapser .icon-bar:nth-child(2){

		opacity: 1;

	}



	.navbar-default.toggled .navbar-toggle .icon-bar:first-child, 

	.sideMenuCollapser[aria-expanded="true"] .icon-bar:first-child{

		-webkit-transform:rotate(45deg);

		-webkit-transform-origin: left top;

		-moz-transform:rotate(45deg);

		-moz-transform-origin: left top;

		-ms-transform:rotate(45deg);

		-ms-transform-origin: left top;

		-o-transform:rotate(45deg);

		-o-transform-origin: left top;

		transform:rotate(45deg);

		transform-origin:left top;

	}

	

	.navbar-default.toggled .navbar-toggle .icon-bar:nth-child(2),

	.sideMenuCollapser[aria-expanded="true"] .icon-bar:nth-child(2){

		opacity: 0;

	}



	.navbar-default.toggled .navbar-toggle .icon-bar:last-child,

	.sideMenuCollapser[aria-expanded="true"] .icon-bar:last-child{

		-webkit-transform:rotate(-45deg);

		-webkit-transform-origin: left bottom;

		-moz-transform:rotate(-45deg);

		-moz-transform-origin: left bottom;

		-ms-transform:rotate(-45deg);

		-ms-transform-origin: left bottom;

		-o-transform:rotate(-45deg);

		-o-transform-origin: left bottom;

		transform:rotate(-45deg);

		transform-origin:left bottom;

	}



	.navbar-default.toggled .navbar-toggle .icon-bar+.icon-bar,

	.sideMenuCollapser[aria-expanded="true"] .icon-bar+ .icon-bar {

    	margin-top: 6px;

	}



	.navbar-default .navbar-collapse{

		clear: both;

		margin: 0;

		width: 100%;

		margin-left: 20px;

	}



	.navbar-nav{

		margin:0;

	}



	.navbar-default .navbar-nav li{

		padding:8px 0;

		-webkit-transition:background-color 0.3s ease-in;

		-moz-transition:background-color 0.3s ease-in;

		-o-transition:background-color 0.3s ease-in;

		transition:background-color 0.3s ease-in;

	}



	.navbar-default .navbar-nav > li > a{

		border-left:none!important;

	}



	.navbar-default .navbar-nav > li > a:hover,

	.navbar-default .navbar-nav >.active >a, 

	.navbar-default .navbar-nav > .active > a:focus, 

	.navbar-default .navbar-nav > .active > a:hover{

		background-color: transparent;

	}



	.navbar-default .navbar-nav > li:hover,

	.navbar-default .navbar-nav >.active{

		background-color: #20409a;

	}





	/******* slider *******/

	.home-slider .slick-dots{padding-left: 0}



	/******* footer *******/

	.footer-item .menu{list-style-type: none;padding: 0;}

	.footer-item .menu-item{padding: 0}

	.footer-item .socials{margin-left: 0}

	.footer-item .social-icon{border: 4px solid transparent;}

	.footer-item{padding:0 }

	.site-footer ._cp img{width: 100%}



	/******* video page *******/

	

	.img-responsive{width:100%;}

	.video-scroll{ border-left: solid #ccc 1px;padding: 20px 0 0 0!important;}

	.video-scroll .video-item{padding: 0 10px;}

	.video-scroll .video-item:last-child{margin-bottom: 0px;}

}





@media(max-width: 600px){

	.site-branding .brand .row-item,

	.site-branding .brand a{

		display: block;

		text-align: center;

	}



	.site-description{

		padding:0;

		margin:0;

	}



	.site-title{

		margin:0;

	}



	.site-description a{

		border:none;

		padding:3px 0 10px 0;

	}

}



@media(max-width: 480px){

	.site-description{

		font-size: 14px;

	}



	.site-title{

		padding-top:30px;

	}



	.site-title img{

		max-height: 75px;

	}

}









/*historiku*/







