/*
Theme Name: _fan
Theme URI: http://newmedia.al/
Author: New Media Communications
Author URI: http://newmedia.al/
Description: Theme developed by New Media Communications for FSHF Fanzone
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: _fan
Tags:
*/

/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}
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;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: 'Gotham Light';
  src: url('fonts/Gotham-Light.otf');
  src: url('fonts/Gotham-Light.eot') format('embedded-opentype'),
       url('fonts/Gotham-Light.woff') format('woff'),
       url('fonts/Gotham-Light.ttf') format('truetype');
  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') format('embedded-opentype'),
       url('fonts/Gotham-Bold.woff') format('woff'),
       url('fonts/Gotham-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}



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 Light', "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: #fff; /* Fallback for when there is no custom background color defined. */
}

@media (min-width: 1200px){
	.container {
	    padding: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;
  background-size: cover;
}

.center-me{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.black{
	color:#000;
}

.white{
	color:#fff;
}

.list-inline{
  margin-left:0;
}

.gotham-light{
	font-family: 'Gotham Light',sans-serif;
}

.gotham-book{
	font-family: 'Gotham Book', sans-serif;
}

.gotham-bold{
	font-family: 'Gotham Bold',sans-serif;
}

.opensans-light{
	font-family: 'Open Sans',sans-serif;
	font-weight: 300;
}

.opensans{
	font-family: 'Open Sans',sans-serif;
	font-weight: 400;
}

.btn{
	border:0;
	background-color:transparent;
	text-shadow:none;
	box-shadow:none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	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;
}

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;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000;
    border: 1px solid #d2dbe3;
    border-radius: 0px;
}

select {
	border: 1px solid #d2dbe3;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:hover,
a:focus,
a:active,
a:visited {
	color: #535553;
}

a:hover,
a:active,
a:focus {
	outline: 0;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# 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;
	table-layout: fixed;
}

.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%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-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 CSS
--------------------------------------------------------------*/
.site-header{
	background-image: url('images/header-bg.jpg');
	background-repeat: repeat;
	background-size: cover;
}

.site-header .top-bar{
 	background-color: #2d3033;
 	line-height: 45px;
}

.site-header .top-bar ul{
	margin-bottom: 0
}

.site-header .top-bar a,
.site-header .top-bar span, 
.site-header .top-bar i,
.header-contacts a:hover, 
.header-contacts a:active, 
.header-contacts a:visited{
	color:#fff;
}

.header-contacts{
	font-size: 11px;
}

.header-contacts .email{
	margin-left:35px;
}

.header-contacts a:focus{
	outline: none;
}

.header-contacts i{
	margin-right: 7px;
}

.header-socials .list-inline, 
.header-socials li{
	height: 45px;
}

.header-socials li{
	padding:0 10px;
}

.header-socials li.map{
	padding:0 25px;
	background-color:#ed1c2a;
}

.header-socials a{
	font-size: 16px;
}

.header-socials li:not(.map) a:hover i{
	color:#ed1c2a;
}

.header-socials .menu{
	list-style: none;
	text-align: right;
	overflow: auto;
}

.header-socials .menu li.marked{
	background-color:#ed1c2a;
	float: right
}

.header-socials .menu a{
	font-size: 12px;
}

.header-socials .menu li.marked a:before{
	content: "\f234";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin-right:7px;
}

.site-branding{
	padding:33px 0 10px;
}

.brand-n-nav .bottom-row{
	padding-top:25px;
}

.site-title{
	margin:0;
}

.navbar-default{
	background-color: transparent;
	border:none;
	margin-bottom:0;
}

.navbar-default .navbar-nav > li{
	padding:5px 0;
}

.navbar-default .navbar-nav > li > a{
	color:#282828;
	font-size: 14px;
    line-height: 15px;
    padding: 5px 10px;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav> li >a:hover{
	background-color: transparent!important;
	color:#ed1c2a!important;
}

#fanzone-menu{
	padding-right:50px;
}

.navbar-default form{
	position: absolute;
	top:0;
	right:0;
	z-index: 3;
	
}

input[type="search"]{
	height: 27px;
    width: 35px;
    background: #fff url(images/search-icon.png) no-repeat 10px 8px;
    padding:3px;
    font-size: 13px;
    color:transparent;
    -webkit-transition: width 0.4s linear;
    -moz-transition: width 0.4s linear;
    transition: width 0.4s linear;
}

input[type="search"]:focus{
	width:200px;
	background:#fff;
	outline:1px solid #d2dbe3;
	color:#282828;

}

input[type="search"]:focus+.search-submit{
	display: inline-block!important;
}

.search-submit{
	height: 30px;
	width:38px;
	margin-left: -43px;
	padding:3px 3px 3px 0; 
	background: transparent url(images/search-icon.png) no-repeat 10px 5px;
	box-shadow: none;
	text-shadow:none;
	border: none;
	z-index: 5;
}

.search-submit:active{
	background: transparent url(images/search-icon.png) no-repeat 10px 5px;
}

.search-submit:hover,
.search-submit:focus{
	border:none;
	box-shadow: none;
}

.home-slider .single-slide{
	position: relative;
}

.home-slider .single-slide .img-cover{
	height: 750px;
	height: calc(100vh - 206px);
}

.home-slider .single-slide .captionwrapper{
	position: absolute;
	bottom:30px;
}

.home-slider .single-slide .captionwrapper h1{
	font-size: 5.5em;
	margin-bottom: 10px;
}

.home-main, .ofertat-main{
	background-color: #fff;
	background-image: url(images/home-main.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding:30px 0;
}

.home-main .home-articles,
.home-main .home-news{
	padding: 85px 0 40px;
	background-image: url(images/section-bg.png);
	overflow: auto;
}

.home-main .home-news{
	padding-top:40px;
}

.home-main .item-content{
	font-size: 13px;
}

.home-articles .opensans-light{
	color:#8b8888;
}

.home-articles{
    margin-bottom:30px;
}

.home-articles .item-content h4{
	margin: 25px 0 10px;
    height: 40px;
    overflow: hidden;
}

.home-articles .item-content a{
	position: relative;
	overflow: hidden;
	padding-bottom: 5px;
}

.home-articles .item-content a::after{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #d2dbe3;
    content: '';
    opacity: 0;
    -webkit-transition: width 0.5s;
    transition: width 0.5s
}

.home-articles .item:hover .item-content a::after{
	opacity: 1;
	width:100%
}

.home-news .container{
	padding:40px 0;
}

.section-title{
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.section-title h1{
	font-size: 3.5em;
	margin-bottom: 0.33em;
	color:#4b575a;
}

.section-title::before,
.section-title::after{
	position: absolute;
	bottom: 13px;
	left:50%;
	width:0;
	height: 0;
	border-top:3px solid transparent;
	border-bottom: 3px solid transparent;
	content: "";
}

.section-title::before{
	border-right:90px solid #ed1c2a;
	left:40%;
	left:calc(50% - 150px);

}

.section-title::after{
	border-left:90px solid #ed1c2a;
	left:60%;
	left:calc(50% + 60px);
}

.topi:before{
	content:url(images/topi.png);
	position: absolute;
	bottom: 0;
	left:50%;
	left:calc(50% - 17px);
}

.home-news .news-items,
.home-news .news-item{
	padding:0 20px;
}

.home-news .news-item .img-cover{
	height: 200px;
}

.home-news .news-item h3{
	color:#2d3033;
	margin:32px 0;
}

.home-news .news-item .opensans-light,
.home-news .news-item .opensans-light p{
	color:#535553;
	font-family: 'Open Sans',sans-serif!important;
}

.home-news .news-item .opensans-light p{
	font-size: 13px!important;
}

.social-shares .social-icon{
	padding:0;
}

.social-shares .btn{
	color:#b6b6b6;
	padding:6px;
	font-size: 13px;
}

.social-shares .btn:active{
	box-shadow: none;
}

.media-gallery{
	background-image: url(images/section-bg.png);
	padding:60px 0;
	overflow: auto;
}

.media-gallery .section-header{
	padding:25px 0 85px;
}

.media-gallery .section-header h1{
	font-size: 36px;
	line-height: 38px;
	padding-left:40px;
	margin:0;
}

.media-gallery .btn-filter{
  color:#fff;
  background-color: #4b575a;
  padding: 10px 25px;;
  margin-right: 5px;
  border-radius: 0;
  font-size: 13px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.media-gallery .btn-filter:hover{
	box-shadow: none;
}

.media-gallery .btn-filter.active-catalog{
  background-color:#ed1c2a;
}

.media-gallery .btn-filter .fa-bars{
  margin-right:7px;
}

.page-template-media-zone .slick-slide img{
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.page-template-media-zone .slick-initialized .slick-slide{
	height: 800px;
	height: calc(100vh - 216px);
}

.page-template-media-zone .media-thumbnails .img-container{
	position: relative;
}

.gallery-collection .single-media,
.sidebar-galeri .single-media{
 	position: relative;
 	cursor:pointer;
}

.sidebar-galeri .single-media{
	padding:5px;
}

.gallery-collection .single-media .img-cover,
.sidebar-galeri .single-media .img-cover{
	padding-top:100%;
}

.site-footer{
	background-image:url(images/bg.jpg);
	background-position: 50% 20%;
	background-repeat: repeat;
	background-attachment: fixed;
}

.home-sponsors{
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(45,48,51,0.6) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(45,48,51,0.6) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(45,48,51,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#992d3033',GradientType=0 );
	position: relative;
	overflow: hidden;
	padding:45px 0 30px;
}

.footer-content{
	position: relative;
	background-color: rgba(173,180,187,0.6);
	padding:45px 0 85px;
}

.home-sponsors:before,
.footer-content:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.home-sponsors:before{
	background-color:#2d3033;
}

.footer-content:before{
	background-color: #adb4bb;
}

.home-sponsors .sponsor-row{
	overflow: auto;
	margin:0 auto 20px;
	display: table;
}

.home-sponsors .item{
	display: table-cell;
	vertical-align: middle;
	padding: 0 22px;
}

.home-sponsors .item img{
	max-height: 30px;
}

.home-sponsors .fsponsors .item img{
	max-height: 65px;
}

.home-sponsors .sp-title{
	color: #fff;
	padding-top: 5px;
	margin-bottom: 0
}

.home-sponsors .item:nth-child(4n+1){
	clear:both;
}

.footer-item{
	float: left;
	width:25%;
	padding:0 15px;
	font-size: 14px;
	color:#4b575a;
}

.footer-item .widget-title{
	margin-bottom: 25px;
}

.footer-item .menu{
	padding-left:15px;
	overflow: auto;
}

.footer-item .menu-item{
	padding-left:10px;
	color:#2d3033;
}

.footer-item .menu a{
	text-transform: uppercase;
	color:#4b575a;
	padding-left:0;
	-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(2) .textwidget p:first-child{
	margin-bottom: 0;
	font-size: 18px;
	line-height: 23px;
}

.footer-socials .list-inline{
	overflow: auto;
}

.footer-socials .social-icon{
	float:left;
	padding-right:7px;
	padding-left:0;
}

.footer-socials .social-icon a i{
	width:47px;
}

.footer-socials .social-icon a i:before{
	font-size: 30px;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 2px;
    display: block;
    text-align: center;
    line-height: 40px;
}

.footer-socials .social-icon.facebook a i:before{
	text-align: right;
	padding:2px 4px 2px 0;
}

.site-footer .copyright{
	background-color: #3a3d40;
}

.site-footer .copyright span{
	line-height: 30px;
	font-size: 12px;
	color:#fff;
}

.page-template-ofertat .page-title,
.page-template-lajmet .page-title{
	color:rgba(255,255,255,.7);
	font-size: 36px;
	line-height: 37px;
	margin:125px 0 20px;
}

.page-template-ofertat .parallax-window{
	background-size: 100%;
	background-position: center 25%;
}

.page-header{
	border:none;
	padding:0;
	margin:0;
}

.ofertat-main .container,
.news-main .container{
	display: table;
}

.ofertat-main .site-main,
.ofertat-main aside,
.news-main .site-main,
.news-main aside{
	display: table-cell;
	float: none;
}

.ofertat-main .site-main,
.news-main .site-main{
	vertical-align: top;
}

.ofertat-main .site-main,
.news-main .site-main{
	background-color: #fff;
	padding-top:30px;
}

.page-content{
	color:#6c6c6c;
	font-size: 13px;
	padding-bottom: 10px;
	border-bottom:1px solid #aaa;
	margin-bottom: 30px;
}

.page-content span.highlighted,
.page-content a{
	color:#ed1c2a;
}
.page-template-signup .page-content b,
.page-template-signup .page-content strong,
.page-template-ofertat .page-content b,
.page-template-ofertat .page-content strong{
	font-family: 'Gotham Bold',sans-serif;
}
.page-template-signup .page-content ul,
.page-template-user .page-content ul,
.page-template-ofertat .page-content ul{
	list-style-type: disc;
	padding-left: 30px;
}

.ofertat-main .archive-oferta,
.news-main .archive-lajme{
	padding-top:20px;
	overflow: auto
}

.oferte-item,
.lajme-item{
	margin-bottom: 30px;
}

.oferte-item .img-cover,
.lajme-item .img-cover{
	height: 215px;
}

.oferte-item .item-head{
	display: table;
}

.oferte-item > .black{
	margin-top:20px;
}

.oferte-item .item-date,
.oferte-item .item-title{
	display: table-cell;
	float: none;
	vertical-align: middle;
}

.oferte-item .date{
	font-size: 26px;
	font-weight: 700;
	color:#ed1c2a;
}

.oferte-item .month,
.lajme-item .news-date{
	font-size: 12px;
	color:#4b575a;
}

.oferte-item .item-title{
	border-left:3px solid #ed1c2a;
}

.oferte-item .item-title h3{
	margin:10px 0 0;
	font-size: 25px;
}

.oferte-item .item-content{
	margin-top:30px;
	font-size: 13px;
	font-weight: 700;
}

.readmore a,
.dismiss-modal{
	color:#4b575a;
	padding:10px 15px;
	border:1px solid #ed1c2a;
	font-size: 12px;
	position: relative;
	z-index: 1;
	-webkit-transition:color0.2s ease-in;
	transition:color 0.2s ease-in;
}

.dismiss-modal{
	font-size: 13px;
}

.readmore a:before,
.dismiss-modal:before{
	content:'';
	position: absolute;
	left:0;
	bottom:0;
	width:0;
	height:100%;
	background-color:#ed1c2a;
	z-index: -1;
	-webkit-transition:width 0.2s ease-in;
	transition:width 0.2s ease-in;
}

.readmore a:hover,
.dismiss-modal:hover,
.dismiss-modal:focus,
.dismiss-modal:active{
	color:#fff;
}

.readmore a:hover:before,
.dismiss-modal:hover:before{
	width:100%;
}

aside.widget-area{
	padding:0 0 0 10px;
}

aside.widget-area .sidebar-container{
	background-color: #fff;
	padding:30px;
}

aside.widget-area .textwidget a{
	display: block;
	margin-bottom: 25px;
}

.sidebar-news .news-date{
	color:#ed1c2a;
	font-size: 13px;
	border-bottom: 1px solid #c9cccd;
	padding-bottom: 3px;
}

.sidebar-news .news-item p{
	color:#4b575a;
	margin:5px 0 10px;
	font-size: 13px;
	cursor:pointer;
}

.sidebar-galeri{
	overflow: auto;
}

.lajme-item .news-img{
	position: relative;
}

.lajme-item .news-date{
	position: absolute;
	left:0;
	bottom: 0;
	width:100%;
	padding:15px 15px 0 15px;
	background-color:rgba(255,255,255,0.8);
	font-size: 13px;
}

.lajme-item .news-date .date{
	color:#ed1c2a;
}

.lajme-item .news-title{
	background-color: #ed1c2a;
	padding:13px;
	height: 81px;
	min-height: 115px;
	font-size: 16px;
	overflow: hidden;
	margin-top:0;
	cursor: pointer;
}

.lajme-item .news-title a{
	color:#fff;
	display: block;
}

.modal-body *{
	font-family: 'Open Sans',sans-serif!important;
}

.modal-body p{
	font-size: 13px!important;
}

.modal-footer{
	border-top:none;
}

.modal-dialog{
	width:75%;
	margin-top:5%;
}

.embed-responsive{
	min-height: 600px;
    width: 100%;
   
}
.embed-responsive .embed-responsive-item{
	height:100%;
}

.embed-responsive .embed-responsive-item html{
	width:99%;
}
/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/
@media(max-width: 1199px){
	.home-slider .single-slide .img-cover{
		background-size: cover;
		height: 500px;
		background-size: calc(100%);
    	height: calc(100vw/3.18);
	}

	.home-news .news-items, 
	.home-news .news-item{
		padding:0 15px;
	}

	.home-news .news-item h3{
		min-height: 78px;
		margin:20px 0;
	}

	.home-news .news-item .img-cover{
		background-size: 100%;
		height:150px;
	}

	.oferte-item .img-cover,
	.lajme-item .img-cover{
		background-size: 100%;
		height: 175px;
	}

	.footer-item{
		width: 50%;
	}

	.footer-item:first-child,
	.footer-item:nth-child(2){
		margin-bottom: 25px;
	}

	.footer-item:nth-child(3){
		clear: both;
	}
}

@media(min-width: 992px){
	.lajme-item:nth-child(3n+1){
		clear:both;
	}
}

@media(min-width: 992px) and (max-width: 1199px){
	.navbar-default .navbar-nav > li > a{
		padding:5px 8px; 
	}

	.home-slider .single-slide .captionwrapper h1{
		font-size: 4em;
	}

	.home-slider .single-slide .captionwrapper{
		bottom:25px;
	}

	.home-articles{
		padding: 60px 0 30px;
	}

	.lajme-item .news-title{
		height: 101px;
	}
	
}

@media(min-width: 768px) and (max-width: 991px){
	.brand-n-nav{
		padding-left: 0;
	}
	
	.home-slider .single-slide .captionwrapper h1{
		font-size: 3.5em;
	}

	.home-slider .single-slide .captionwrapper{
		bottom:20px;
	}

	.lajme-item .news-title{
		height: 101px;
	}
}

@media(min-width: 768px){
	.oferte-item:nth-child(odd){
		clear:both;
	}
}

@media(max-width: 991px){
	.brand-n-nav .top-row .brands{
		display: table;
		width:100%;
	}

	.brand-n-nav .top-row .brands li{
		display: table-cell!important;
		vertical-align: middle;
	}

	.home-articles{
		padding: 50px 0 25px;
	}

	.home-articles .item:nth-child(2n+1){
		clear:both;
	}

	.home-articles .item:first-child,
	.home-articles .item:nth-child(2){
		margin-bottom: 40px;
	}

	.lajme-item:nth-child(2n+1){
		clear:both;
	}
}

@media(max-width: 767px){

	.header-socials .menu{
		padding-left:0;
	}

	.site-header{
		background-size: cover;
	}

	.site-branding{
		padding:10px 0;
	}

	.site-branding > .container,
	.brand-n-nav{
		padding:0;
	}

	.navbar-collapse{
		position: absolute;
	    right: 0;
	    top: 35px;
	    left: auto;
	    z-index: 1030;
	    width: 100%;
	    border-width: 0 0 1px;
	    background-image: url('images/header-bg.jpg');
	    background-repeat: repeat;
	    background-attachment: fixed;
	    background-size: 200%;
	}
	
	.brand-n-nav .bottom-row{
		padding-top:0;
	}

	.navbar-default form{
		right:70px;
	}

	.navbar-collapse{
		clear:both;
	}

	.navbar-default .navbar-toggle{
		border: none;
		background: transparent;
		box-shadow: none;
		margin-top: 0;
	}

	.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;
  		transition: all 0.4s linear 0s;
	}

	.navbar-default .navbar-toggle .icon-bar:nth-child(2){
		opacity: 1;
	}

	.navbar-default.toggled .navbar-toggle .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;
		transform:rotate(45deg);
		transform-origin:left top;
	}

	.navbar-default.toggled .navbar-toggle .icon-bar:nth-child(2){
		opacity: 0;
	}

	.navbar-default.toggled .navbar-toggle .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;
		transform:rotate(-45deg);
		transform-origin:left bottom;
	}

	.navbar-default.toggled .navbar-toggle .icon-bar+.icon-bar{
    	margin-top: 6px;
	}

	.home-slider .single-slide .captionwrapper h1{
		font-size: 3em;
	}

	.home-slider .single-slide .captionwrapper{
		bottom:15px;
	}

	.home-articles{
		padding: 34px 0 17px;
	}

	.home-news .news-items, 
	.home-news .news-item{
		padding:0 10px;
	}

	.home-news .news-item h3{
		min-height: 66px;
		margin:15px 0;
		font-size: 20px;
	}

	.home-news .news-item .img-cover{
		background-size: 150%;
		height:150px;
	}

	.oferte-item .img-cover,
	.lajme-item .img-cover{
		background-size: 150%;
		height: 175px;
	}

	.media-gallery .section-header{
		padding-bottom: 40px;
	}

	.media-gallery .section-header h1{
		text-align: center;
		margin-bottom: 25px;
	}

	.media-gallery .btn-filter{
		margin-bottom: 5px;
	}

	.ofertat-main .container,
	.news-main .container{
		overflow: auto;
	}

	.ofertat-main .site-main,
	.ofertat-main aside,
	.news-main .site-main,
	.news-main aside{
		display: block;
		float: left;
	}

	aside.widget-area .textwidget{
		display: table;
	}

	aside.widget-area .textwidget a{
		display: table-cell;
		vertical-align: middle;
	}

	aside.widget-area .textwidget a:nth-child(2){
		padding-left:15px;
	}

	.modal-dialog{
		margin-left:auto;
		margin-right:auto;
	}

	.lajme-item .news-title{
		height: 90px;
	}
}

@media(max-width: 580px){
	.home-news .news-item{
		width:100%;
	}

	.home-news .news-item .img-cover,
	.oferte-item .img-cover{
		display: none;
	}

	.oferte-item img.hidden{
		display: block;
	}

	.home-news .news-item .hidden{
		float:left;
		width:33.333333%;
		display:block!important;
	}

	.home-news .news-item .item-content{
		float:right;
		width:66.666667%;
		padding-left:20px;
	}

	.home-news .news-item .social-shares{
		clear:both;
		text-align: right;
	}

	.section-title{
		padding-bottom: 45px;
	}

	.section-title h1,
	.media-gallery .section-title h1{
		font-size: 2.5em;
	}

	.gallery-collection .single-media,
	.sidebar-galeri .single-media{
		max-width: 50%;
	}

	.home-sponsors .item{
		float: left;
		width:50%;
		padding: 12px 22px;
		display: inline-block;
	}

	.home-sponsors .osponsors{
		margin-bottom: 0;
	}

	.home-sponsors .item:nth-child(odd){
		clear:left;
	}

	.home-sponsors .item:nth-child(even) img{
		float: left;
	}

	.home-sponsors .item:nth-child(odd) img{
		float: right;
	}

	.home-sponsors .item:last-child:nth-child(odd){
		clear:both;
		width:100%;
	}

	.home-sponsors .item:last-child:nth-child(odd) img{
		float: none;
	}

	.footer-item{
		width: 100%;
		padding-left:15px;
		margin-bottom: 25px;
	}

	.footer-item:nth-child(2),
	.footer-item:nth-child(3),
	.footer-item .menu .menu-item{
		width:50%;
		float: left;
		clear: none;
	}

	.footer-socials .social-icon{
		margin-bottom: 7px;
	}

	aside.widget-area .textwidget,
	aside.widget-area .textwidget a{
		display: block;
	}

	.navbar-collapse{
		background-size: 300%;
	}
}

@media(max-width: 480px){
	.header-socials .menu{
		text-align: center;
		padding-left:0;
	}

	.header-socials .menu li.marked{
		float: none;
		display: table;
		margin: 0 auto;
	}

	.site-header .top-bar .header-contacts,
	.site-header .top-bar .header-socials{
		width:100%;
	}

	.site-header .top-bar .list-inline{
		text-align: center;
	}

	.brand-n-nav .top-row .brands li{
		padding:0 15px
	}

	input[type="search"]:focus{
		width:150px
	}

	.home-slider .single-slide .captionwrapper h1{
		font-size: 2.5em;
	}

	.home-slider .single-slide .captionwrapper{
		bottom:0;
	}

	.home-articles{
		padding: 24px 0 12px;
	}

	.home-articles .item{
		width:100%;
		padding:0 12.5%;
		margin-bottom: 40px;
		clear: both;
	}

	.home-articles .icon-wrapper,
	.home-articles .item-content{
		float: left;
	}

	.home-articles .icon-wrapper{
		width:33.333333%;
	}

	.home-articles .item-content{
		width: 66.666667%;
	}

	.home-articles .item-content{
		padding-left: 25px;
	}

	.media-gallery .section-header h1{
		padding:0 10px;
	}

	.footer-item:nth-child(2),
	.footer-item:nth-child(3){
		width:100%;
	}

	.footer-item .widget-title{
		text-align: center;
	}

	.header-contacts .email{
		margin-left:0;
	}

	.lajme-item{
		width:100%;
	}
}

@media(max-width: 430px){
	.home-news .news-item .hidden,
	.home-news .news-item .item-content{
		float:none;
		width:100%;
		display:block!important;
	}

	.section-title{
		padding-left:10px;
		padding-right: 10px;
	}

	.footer-item .menu{
		padding-left:30%;
	}

	.footer-item .menu .menu-item{
	    width: 100%;
	}

	.footer-item:nth-child(2),
	.footer-socials .list-inline{
		text-align: center
	}

	.footer-socials .social-icon{
		float: none;
	}
}

