@charset "utf-8";

/* ==============================
	- Template Name: Sports Cup- Responsive HTML5  soccer and sports Template
	- Autor: Iwthemes
	- Email: support@iwthemes.com
	- Name File: style.css
	- Version 1.0 - Created on 20 May 2014
	- Website: http://www.iwthemes.com
	- Copyright: (C) 2014
================================= */


/* ----------------------
	Stylesheet Guide
-------------------------

01. Import styles
	-  bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).
	-  bootstrap-theme.css
	-  megafish.css (Principal Nav Styles)
	-  jquery.fancybox.css (Ligbox Styles)
	-  theme-options.css (Skins And Layouts Options)
	-  animate.css (Animations Styles)
	-  owl.carousel.css  - Carousel (Works, sponsors and Services)
	-  flickr.css
	-  camera.css  - Slide
	-  font-awesome.min.css  - Incons
	-  Google Fonts  - Open sans And Raleway

02. Basic Elements
	-  Standar Styles
	-  Panel Box
	-  Titles
	-  Hover efect
	-  Semibox Layout
	-  List

0.3.  HEADER
	-  Header
	-  Header 2
	-  Header 3
	-  Logo Template
	-  Main Navigation
	-  Section Title

0.4.  GENERAL STRUCTURE
	-  Counter
	-  Footer
	-  Social
	-  Footer Down
	-  toTop
	-  Accordion
	-  Progress
	-  Testimonials
 	-  Filters
 	-  Page Error
 	-  Sitemap
 	-  BLog Carousel
 	-  Blog Post
 	-  Players
 	-  Clubs Teams
 	-  List Diary
 	-  Form Theme
 	-  Tags
 	-  Crumbs
	-  Contact
	-  Twitter
	-  Newsletter
*/


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


/*	01 Import styles
/* ------------------------------------------------------------------------ */


/* bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).*/

@import url("bootstrap/bootstrap.css");
@import url("bootstrap/bootstrap-theme.css");

/*Nav.css*/

@import url("nav/megafish.css");

/*jquery.fancybox.css  - Lightbox*/

@import url("../js/fancybox/jquery.fancybox.css");

/*Style Switcher*/

@import url("skins/theme-options.css");

/*Animations*/

@import url("animations/animate.css");

/*carousel*/

@import url("carousel/owl.carousel.css");
@import url("carousel/owl.theme.css");

/*flickr*/

@import url("flickr/flickr.css");

/*Icons Font-Awesome*/

@import url("icons/font-awesome.min.css");

/*slide.css*/

@import url("slide/camera.css");

/*Google font*/

@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300,700");
@import url("http://fonts.googleapis.com/css?family=Raleway");

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


/*	02 Basic Elements
/* ---------------------------------------------------------------------- */


/* Standar Styles --------------------------------------------------------*/

:root {
    --font-color-ffffff: #ffffff;
    --font-color-000000: #000000;
    --font-color-222222: #222222;
    --font-color-666666: #666666;
    --font-color-252525: #252525;
    --font-color-232323: #232323;
    --font-color-888888: #888888;
    --font-color-dedede: #dedede;
    --font-color-727272: #727272;
    --font-color-272727: #272727;
    --font-color-808080: #808080;
    --font-color-3B5998: #3b5998;
    --font-color-4099FF: #4099FF;
    --font-color-bb0000: #bb0000;
    --font-color-dd4b39: #dd4b39;
    --font-color-lab7ea: #1ab7ea;
    --font-color-f5f5f5: #f5f5f5;
    --font-color-fc4242: #fc4242;
    --font-color-999999: #999999;
    --font-color-131313: #131313;
    --font-color-696969: #696969;
    --font-color-f9f9f9: #f9f9f9;
    --font-color-bbbbbb: #bbbbbb;
    --font-color-29c0d4: #29c0d4;
    --bgrd-color-18191B: #18191B;
    --bgrd-color-fcfcfc: #fcfcfc;
    --bgrd-color-eeeeee: #eeeeee;
    --bgrd-color-ffffff: #ffffff;
    --bgrd-color-232323: #232323;
    --bgrd-color-563D7C: #563D7C;
    --bgrd-color-f3f3f3: #f3f3f3;
    --bgrd-color-FF0000: #FF0000;
    --bgrd-color-03bfdf: #03bfdf;
    --bgrd-color-0069b5: #0069b5;
    --bgrd-color-0088cc: #0088cc;
    --bgrd-color-252525: #252525;
    --bgrd-color-222222: #222222;
    --bgrd-color-2c2c2c: #2c2c2c;
    --bgrd-color-rgba-39-62-84-58: rgba(39, 62, 84, .58);
    --bgrd-color-rgba-00-00-00-30: rgba(00, 00, 00, .30);
    --bgrd-color-rgba-00-00-00-50: rgba(00, 00, 00, .50);
    --bgrd-color-rgba-00-00-00-70: rgba(00, 00, 00, .70);
    --bgrd-color-rgba-00-00-00-80: rgba(00, 00, 00, .80);
    --font-color-yellow: yellow;
    --font-color-white: white;
    --image-color-effect: grayscale(0);
    --transparent: transparent;
}

[data-theme="dark"] {
    --font-color-ffffff: #ffffff;
    --font-color-000000: #ffffff;
    --font-color-222222: #dddddd;
    --font-color-666666: #999999;
    --font-color-252525: #dadada;
    --font-color-232323: #dcdcdc;
    --font-color-888888: #777777;
    --font-color-dedede: #7c7c7c;
    --font-color-727272: #8d8d8d;
    --font-color-272727: #d8d8d8;
    --font-color-808080: #7f7f7f;
    --font-color-3B5998: #7c7c7c;
    --font-color-4099FF: #7a7a7a;
    --font-color-bb0000: #5c5c5c;
    --font-color-dd4b39: #777777;
    --font-color-lab7ea: #7e7e7e;
    --font-color-f5f5f5: #ffffff;
    --font-color-fc4242: #767676;
    --font-color-999999: #666666;
    --font-color-131313: #ececec;
    --font-color-696969: #969696;
    --font-color-f9f9f9: #ffffff;
    --font-color-bbbbbb: #7c7c7c;
    --font-color-29c0d4: #7c7c7c;
    --bgrd-color-18191B: #000000;
    --bgrd-color-fcfcfc: #010101;
    --bgrd-color-eeeeee: #111111;
    --bgrd-color-ffffff: #000000;
    --bgrd-color-232323: #000000;
    --bgrd-color-563D7C: #969696;
    --bgrd-color-f3f3f3: #0c0c0c;
    --bgrd-color-FF0000: #969696;
    --bgrd-color-03bfdf: #969696;
    --bgrd-color-0069b5: #000000;
    --bgrd-color-0088cc: #7e7e7e;
    --bgrd-color-252525: #000000;
    --bgrd-color-222222: #000000;
    --bgrd-color-2c2c2c: #000000;
    --bgrd-color-rgba-39-62-84-58: rgba(39, 62, 84, .58);
    --bgrd-color-rgba-00-00-00-30: rgba(00, 00, 00, .30);
    --bgrd-color-rgba-00-00-00-50: rgba(00, 00, 00, .50);
    --bgrd-color-rgba-00-00-00-70: rgba(00, 00, 00, .70);
    --bgrd-color-rgba-00-00-00-80: rgba(00, 00, 00, .80);
    --font-color-yellow: yellow;
    --font-color-white: white;
    --image-color-effect: grayscale(100%);
    --transparent: #7e7e7e;
}

[data-theme="yellow-dark"] {
    --font-color-ffffff: #ecfd00;
    --font-color-000000: #ecfd00;
    --font-color-222222: #ecfd00;
    --font-color-666666: #c5d303;
    --font-color-252525: #ecfd00;
    --font-color-232323: #ecfd00;
    --font-color-888888: #adb901;
    --font-color-dedede: #7d8003;
    --font-color-727272: #d1ce00;
    --font-color-272727: #fbff00;
    --font-color-808080: #adb901;
    --font-color-3B5998: #7d8003;
    --font-color-4099FF: #adb901;
    --font-color-bb0000: #9aa500;
    --font-color-dd4b39: #8a9400;
    --font-color-lab7ea: #949e00;
    --font-color-f5f5f5: #5e6400;
    --font-color-fc4242: #778001;
    --font-color-999999: #7f8800;
    --font-color-131313: #ecfd00;
    --font-color-696969: #7c8500;
    --font-color-f9f9f9: #5a6100;
    --font-color-bbbbbb: #818a00;
    --font-color-29c0d4: #a2ad00;
    --bgrd-color-18191B: #010101;
    --bgrd-color-fcfcfc: #010101;
    --bgrd-color-eeeeee: #111111;
    --bgrd-color-ffffff: #000000;
    --bgrd-color-232323: #010101;
    --bgrd-color-563D7C: #010101;
    --bgrd-color-f3f3f3: #0c0c0c;
    --bgrd-color-FF0000: #010101;
    --bgrd-color-03bfdf: #010101;
    --bgrd-color-0069b5: #000000;
    --bgrd-color-0088cc: #010101;
    --bgrd-color-252525: #010101;
    --bgrd-color-222222: #010101;
    --bgrd-color-2c2c2c: #010101;
    --bgrd-color-rgba-39-62-84-58: rgba(39, 62, 84, .58);
    --bgrd-color-rgba-00-00-00-30: rgba(00, 00, 00, .30);
    --bgrd-color-rgba-00-00-00-50: rgba(00, 00, 00, .50);
    --bgrd-color-rgba-00-00-00-70: rgba(00, 00, 00, .70);
    --bgrd-color-rgba-00-00-00-80: rgba(00, 00, 00, .80);
    --font-color-yellow: yellow;
    --font-color-white: white;
    --image-color-effect: grayscale(100%);
    --transparent: #ecfd00;
}

[data-theme="dark-yellow"] {
    --font-color-ffffff: #010101;
    --font-color-000000: #010101;
    --font-color-222222: #010101;
    --font-color-666666: #010101;
    --font-color-252525: #010101;
    --font-color-232323: #010101;
    --font-color-888888: #010101;
    --font-color-dedede: #010101;
    --font-color-727272: #010101;
    --font-color-272727: #010101;
    --font-color-808080: #010101;
    --font-color-3B5998: #010101;
    --font-color-4099FF: #010101;
    --font-color-bb0000: #010101;
    --font-color-dd4b39: #010101;
    --font-color-lab7ea: #010101;
    --font-color-f5f5f5: #010101;
    --font-color-fc4242: #010101;
    --font-color-999999: #010101;
    --font-color-131313: #010101;
    --font-color-696969: #010101;
    --font-color-f9f9f9: #010101;
    --font-color-bbbbbb: #010101;
    --font-color-29c0d4: #010101;
    --bgrd-color-18191B: #ecfd00;
    --bgrd-color-fcfcfc: #ecfd00;
    --bgrd-color-eeeeee: #ecfd00;
    --bgrd-color-ffffff: #ecfd00;
    --bgrd-color-232323: #ecfd00;
    --bgrd-color-563D7C: #ecfd00;
    --bgrd-color-f3f3f3: #ecfd00;
    --bgrd-color-FF0000: #ecfd00;
    --bgrd-color-03bfdf: #ecfd00;
    --bgrd-color-0069b5: #ecfd00;
    --bgrd-color-0088cc: #ecfd00;
    --bgrd-color-252525: #ecfd00;
    --bgrd-color-222222: #ecfd00;
    --bgrd-color-2c2c2c: #ecfd00;
    --bgrd-color-rgba-39-62-84-58: rgba(39, 62, 84, .58);
    --bgrd-color-rgba-00-00-00-30: rgba(00, 00, 00, .30);
    --bgrd-color-rgba-00-00-00-50: rgba(00, 00, 00, .50);
    --bgrd-color-rgba-00-00-00-70: rgba(00, 00, 00, .70);
    --bgrd-color-rgba-00-00-00-80: rgba(00, 00, 00, .80);
    --font-color-yellow: yellow;
    --font-color-white: white;
    --image-color-effect: sepia(100%);
    --transparent: #010101;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: var(--font-color-727272);
    font-size: 14px;
    font-weight: normal;
    line-height: 23px;
    background-color: var(--bgrd-color-ffffff);
    /* -webkit-text-size-adjust: 100%; */
    /* -ms-text-size-adjust: 100%; */
    /* text-size-adjust: 100%; */
}

img {
    filter: var(--image-color-effect);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 5px 0 15px 0;
    margin: 0;
    color: var(--font-color-000000);
    font-weight: normal;
    font-family: 'Raleway', sans-serif;
    /* -webkit-font-smoothing: antialiased; */
}

p {
    margin: 0 0 20px 0;
    color: var(--font-color-808080);
}

.container {
    position: relative;
}

footer ul,
.sitemap,
.sitemap ul,
.crumbs ul,
header ul,
.owl-carousel,
.list-diary,
.list-diary ul,
.footer-down ul,
.events-carousel,
.events-carousel ul,
.list,
.testimonials,
ul.clubs-teams,
ul.players,
ul.single-carousel,
.post-options {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn-primary {
    color: var(--font-color-ffffff);
    font-size: 14px;
    border-color: #dedede;
    text-shadow: none;
}

.btn-primary:hover {
    border-color: #cdcdcd;
}

.btn-default {
    font-size: 14px;
    border-color: #dedede;
    text-shadow: none;
}

.btn:hover {
    opacity: 0.8;
}

.btn-primary:hover {
    color: var(--font-color-ffffff);
}

.paddings {
    padding: 100px 0;
}

.padding-top {
    padding-top: 50px;
}

.padding-bottom {
    padding-bottom: 50px;
}

.padding-top-mini {
    padding-top: 30px;
}

.no-margin {
    margin: 0;
}

.bg-gray {
    background-color: var(--bgrd-color-fcfcfc);
}

.bg-dark {
    background-color: var(--bgrd-color-18191B);
}

.dark-home {
    height: 440px;
    max-width: 1230px;
    margin: 0 auto;
}

.border-top {
    border-top: 1px solid #dfdfdf;
}

.border-bottom {
    border-bottom: 1px solid #dfdfdf;
}

hr.tall {
    margin: 0;
    padding: 0;
    border: 0;
    height: 1px;
    /* background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.150), rgba(0,0,0,0)); */
    /* background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.150), rgba(0,0,0,0)); */
    /* background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.150), rgba(0,0,0,0)); */
    /* background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.150), rgba(0,0,0,0)); */
}

.links li {
    line-height: 30px;
}

.links li a {
    color: var(--font-color-ffffff);
    padding-left: 5px;
    font-size: 15px;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: var(--bgrd-color-eeeeee);
    background-color: var(--bgrd-color-563D7C);
    border: 1px solid #ddd;
    border: 1px solid rgba(86, 61, 124, .2);
    margin-bottom: 20px;
}

.fontawesome-icon-list .fa-hover a {
    display: block;
    color: var(--font-color-222222);
    line-height: 32px;
    height: 32px;
    padding-left: 10px;
    border-radius: 4px;
}

iframe.video {
    width: 100%;
    height: 180px;
}

.single-carousel {
    overflow: hidden;
}

.single-carousel li {
    position: relative;
}

.single-carousel .info-single-carousel {
    padding: 10px 5% 0 5%;
}


/* Panel Box --------------------------------------------*/

.panel-box {
    background-color: var(--bgrd-color-ffffff);
    margin: 0 0 30px 0;
    padding-right: 10px;
    padding-left: 10px;
}

.panel-box .row {
    margin: 0;
}

.section-wide {
    margin-top: 20px;
    background-color: var(--bgrd-color-ffffff);
    padding: 50px 0;
}


/* Titles ----------------------------------------------*/

.titles {
    margin-bottom: 15px;
    border-radius: 5px 5px 0 0;
}

.titles h4 {
    color: var(--font-color-222222);
    padding: 10px 10px;
}

.titles h4 i {
    padding-right: 10px;
    color: var(--font-color-666666);
}

.box-info {
    margin-bottom: 10px;
}

.entry-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px 0 0 0;
}

.date-box {
    font-size: 13px;
}


/* Hover efect -------------------------------------------------*/

.img-hover {
    position: relative;
    overflow: hidden;
}

.img-hover img {
    /* -webkit-transition: 0.3s all ease; */
    /* -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease; */
    transition: 0.3s all ease;
}

.img-hover .overlay {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--bgrd-color-rgba-00-00-00-50);
    opacity: 0;
    /* -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out; */
    transition: all .25s ease-in-out;
}

.img-hover:hover .overlay {
    opacity: 1;
    /* -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out; */
    transition: all .25s ease-in-out;
}

.img-hover:hover img {
    /* -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2); */
    transform: scale(1.2);
    /* -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease; */
    transition: 0.3s all ease;
    cursor: pointer;
}

.img-hover .overlay a {
    padding-top: 26%;
    height: 100%;
    display: block;
    font-size: 40px;
    color: var(--font-color-ffffff);
}

.img-hover .overlay a:hover {
    text-decoration: none;
}


/* Semibox Layout ---------------------------------------------*/

.semiboxshadow {
    display: block;
}

.semiboxshadow img {
    width: 1338px !Important;
    max-width: 1340px;
    margin: 0px auto;
    margin-left: -53px;
    margin-top: 150px;
    position: absolute;
    z-index: 0;
}

.nav-tabs {
    margin-top: -44px;
    border-bottom: 0;
}

.tab-content {
    margin-left: 45px;
}

.nav-tabs li {
    margin-right: 10px;
}

.nav-tabs li,
.nav-tabs li.active a,
.nav-tabs li.active a:hover {
    border: 0;
    color: var(--font-color-ffffff);
}

.nav-tabs li a {
    border: 0;
    padding: 12px 35px;
    background: var(--bgrd-color-18191B);
    color: var(--font-color-ffffff);
}

.title-color {
    margin-top: -47px;
    border-radius: 5px 5px 0 0;
    padding: 14px 10px;
}

.title-color h4 {
    color: var(--font-color-ffffff);
    padding: 0;
}


/* List --------------------------------------------*/

.list li {
    line-height: 40px;
}

.list li:hover {
    cursor: pointer;
}

.list li i {
    padding-right: 8px;
    font-size: 14px;
}

.list li a {
    color: var(--font-color-666666);
}

.list li a:hover {
    color: var(--font-color-252525);
}


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


/* Cookie agreement
/* ---------------------------------------------------------------------- */

.cookie-popup {
    position: fixed;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    z-index: 3002;
    display: flex;
    flex-direction: column;
    padding: 2rem;
}

.popup-header {
    display: flex;
    justify-content: space-between;
    padding: 0 2rem;
}

.popup-header>.close>span {
    color: var(--font-color-ffffff);
}

.popup-title {
    font-weight: 900;
    color: var(--font-color-ffffff);
}

.popup-body {
    padding: 0 2rem;
}

.popup-body>p {
    color: var(--font-color-ffffff);
    font-weight: 700;
}

.popup-footer {
    display: flex;
    justify-content: flex-end;
}

.popup-footer>button {
    background-color: var(--bgrd-color-ffffff);
    color: var(--font-color-000000);
}


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


/*	03 HEADER
/* ---------------------------------------------------------------------- */


/*  Header -------------------------------------------*/

header {
    background: var(--bgrd-color-ffffff);
}

.headerbox {
    padding: 20px 0;
}

.adds {
    text-align: right;
}

.adds img {
    display: inline;
}

.mainmenu {
    width: 100%;
    min-height: 65px;
    background-color: var(--bgrd-color-ffffff);
    border-top: 1px solid #dedede;
    z-index: 9999;
}

.menu-item {
    position: relative;
}

.sub-menu {
    /* background-color: var(--bgrd-color-ffffff); */
    position: absolute;
    top: 60px;
    left: 0;
    flex-wrap: wrap;
    display: flex;
    width: 385px;
}

.sub-menu>.menu-item {
    background-color: var(--bgrd-color-f3f3f3);
    border-bottom: .2rem solid white;
    height: 5rem;
    padding: 20px 10px 18px 10px;
    /* margin: .2rem; */
    display: flex;
    flex: 1 0 50%;
    align-items: center;
    justify-content: center;
}

.sub-menu>.menu-item>a {
    color: var(--font-color-000000);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
}

.sub-menu>.menu-item:hover {
    background-color: var(--bgrd-color-03bfdf);
    font-weight: 700;
}

.sub-menu>.menu-item>a:hover {
    color: var(--font-color-131313);
}

.sf-menu {
    position: relative;
}

#menu {
    display: flex;
    content: 'asdasd';
    z-index: 3010;
}

.menu-btns {
	margin-left: 40%;
	bottom: 120px;
	background-color: var(--transparent);
	display: flex;
	z-index: 99;
	margin-right: 40%;
}

.menu-btns>a {
    width: 5rem;
    text-decoration: none;
    font-weight: 700;
    color: var(--font-color-000000);
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-btns>button {
    width: 2.5rem;
	height: 2.5rem;
    margin: 0 .5rem;
    border-radius: 100px;
    /* border: none; */
    background-color: #000000;
    position: relative;
    overflow: hidden;
}

.increace {
    padding: 1px;
}

.increace,
.decreace {
    font-size: 2rem;
    font-weight: 700;
    color: var(--font-color-ffffff);
    border-radius: 100px;
}

.theme-switch_dark::before,
.theme-switch_yellow-dark::before,
.theme-switch_dark-yellow::before {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
}

.theme-switch_dark::before {
    background-color: var(--font-color-white);
    left: 0;
}

.theme-switch_yellow-dark::before {
    left: 0;
    background-color: var(--font-color-yellow);
}

.theme-switch_dark-yellow::before {
    right: 0;
    background-color: var(--font-color-yellow);
}

.menu-btns>a>img {
    width: 50%
}


/* Header 2 --------------------------------------------------*/

.header-2 .mainmenu {
    border: 0;
}

.header-2 .mainmenu .sf-menu {
    text-align: right;
    margin: 0;
}

.header-2 .mainmenu .sf-menu li {
    float: none;
    display: inline-block;
    padding-top: 35px;
}

.header-2 .sf-menu>li>a {
    font-size: 15px;
}

.header-2 .mainmenu .sf-menu li li {
    display: block;
    text-align: left;
    padding-top: 0;
}

.header-2 .is-sticky .mainmenu .sf-menu {
    max-width: 1170px;
    margin: 0 auto;
}

.header-2 .is-sticky .mainmenu .sf-menu li {
    padding-top: 10px;
}

.header-2 .is-sticky .mainmenu .sf-menu li li {
    padding-top: 0;
}

.header-2 .is-sticky .mainmenu .sf-menu {
    text-align: center;
}


/* Header 3 --------------------------------------------------*/

.header-3 .sf-menu {
    text-align: center;
    margin: 0;
}

.header-3 .sf-menu li ul {
    text-align: left;
}

.header-3 .sf-menu>li>a {
    font-size: 18px;
}

.header-3 .sf-menu>li {
    margin: 0 15px;
    float: none;
    display: inline-block;
    padding: 20px 10px 18px 10px;
}


/*  Logo Template -----------------------------------------------------*/

.logo img {
    max-width: 100%;
    max-height: 60px;
    float: left;
    margin-top: 2%;
    margin-left: 10%;
    border-right: 4px solid;
    padding-right: 3%;
}


/*  Main Navigation ---------------------------------------------------*/

.tinynav {
    display: none;
}

.is-sticky .sf-menu>li {
    margin: 0 15px 0 0;
    padding: 10px 10px 8px 10px;
}

.is-sticky .sf-menu li .sub-menu .menu-item {
    padding: 10px 10px 8px 10px;
}

.is-sticky .sf-menu li .sub-menu {
    top: 40px;
    left: 0;
}

.is-sticky .mainmenu {
    min-height: 30px;
    left: 0;
}

.is-sticky .sf-menu .sf-mega,
.is-sticky .sf-menu li:hover>.sf-mega,
.is-sticky .sf-menu li.sfHover>.sf-mega,
.is-sticky .sf-menu .sub-current {
    top: 44px;
}

.is-sticky .sf-menu .sub-current .sub-current {
    top: 0px;
}


/* Section Title ---------------------------------------------*/

.section-title {
    height: 300px;
    background-color: var(--bgrd-color-232323);
    position: relative;
}

.section-sports {
    height: 350px;
}

.section-contact {
    height: 400px;
}

.section-title h1 {
    color: var(--font-color-ffffff);
    padding: 42px 0 0 5px;
    font-size: 45px;
    line-height: 55px;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background: var(--bgrd-color-rgba-00-00-00-30);
    /* background: -webkit-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.27) 1%, rgba(0, 0, 0, 0.5) 100%);
	background: -moz-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.27) 1%, rgba(0, 0, 0, 0.5) 100%);
	background: -ms-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.27) 1%, rgba(0, 0, 0, 0.5) 100%); */
    background: radial-gradient(ellipse closest-corner, rgba(0, 0, 0, 0.27) 1%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 0;
}

.img-about {
    background: url("../img/section-titles/1.jpg");
    /* -webkit-background-size: cover;
	-moz-background-size: cover; */
    background-size: cover;
    background-position: center center;
}

.img-sports {
    background: url("../img/section-titles/2.jpg");
    /* -webkit-background-size: cover;
	-moz-background-size: cover; */
    background-size: cover;
    background-position: center center;
}

.img-gallery {
    background: url("../img/section-titles/3.jpg");
    /* -webkit-background-size: cover;
	-moz-background-size: cover; */
    background-size: cover;
    background-position: center center;
}

.img-feature {
    background: url("../img/section-titles/4.jpg");
    /* -webkit-background-size: cover;
	-moz-background-size: cover; */
    background-size: cover;
    background-position: center center;
}

.img-news {
    background: url("../img/section-titles/5.jpg");
    /* -webkit-background-size: cover;
	-moz-background-size: cover; */
    background-size: cover;
    background-position: center center;
}

.img-contact {
    background: url("../img/section-titles/6.jpg");
    /* -webkit-background-size: cover;
	-moz-background-size: cover; */
    background-size: cover;
    background-position: center center;
}


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


/*	04 General Structure
/* ---------------------------------------------------------------------- */


/*  Counter ------------------------------------------------------------*/

.counter {
    text-align: center;
    margin: 0 auto;
    padding: 30px 0;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
}

.counter span {
    display: inline-block;
    margin: auto 5px;
    font-size: 30px;
    font-weight: bold;
    color: var(--font-color-232323);
}

.counter span small {
    font-size: 16px;
    font-weight: normal;
    color: var(--font-color-666666);
}

.content-counter {
    background: var(--bgrd-color-ffffff);
    width: 100%;
    position: relative;
}

.content-counter-home {
    height: 441px;
    border-bottom: 1px solid #dedede;
}

.content-counter p {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.content-counter .post-options {
    text-align: center;
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
    font-size: 13px;
}

.content-counter .post-options li {
    display: inline-block;
    margin: 0 5px;
}

.content-counter .post-options li i {
    padding-right: 5px;
}

.content-counter .btn {
    border-radius: 0;
    border: 0;
    width: 100%;
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    height: auto;
    position: relative;
}

.content-counter-home .btn {
    bottom: 0;
    position: absolute;
}

.content-counter .btn i {
    font-size: 25px;
    margin-left: 15px;
    padding-bottom: 5px;
}


/* Footer ----------------------------------------------------------------*/

footer {
    background: var(--bgrd-color-222222) url("../img/img-theme/bgfooter.jpg");
    color: var(--font-color-888888);
    margin-top: 40px;
    padding-top: 110px;
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
    /* -webkit-background-size: cover !Important;
	-moz-background-size: cover !Important;
	-o-background-size: cover !Important; */
    background-size: cover !Important;
}

footer h4 {
    color: var(--font-color-ffffff);
}

footer .tags a {
    color: var(--font-color-dedede);
}

.footer-2 .social {
    border-top: 0;
    margin-top: 0;
    padding-bottom: 15px;
}

.footer-3 {
    padding-bottom: 40px;
}

.footer-3 .social {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #626262;
}

.footer-list {
    float:left;
}

.footer-list-item {
    text-transform: capitalize;
    font-weight: 700;
    margin: 1rem;
    transition: .5s all;
    border-bottom: 1px solid transparent;
}

.footer-list-item:hover {
    border-bottom: 1px solid var(--font-color-ffffff);
}

.footer-list-item>a {
    text-decoration: none;
    color: var(--font-color-ffffff);
}


/* Social ----------------------------------------------------------------*/

footer .social {
    text-align: center;
    margin: 0 auto;
    border-top: 1px solid #626262;
    margin-top: 30px;
    padding-top: 20px;
}

footer .social li {
    margin: auto 15px 10px;
    display: inline-block;
}

footer .social li a {
    color: var(--font-color-ffffff);
}

footer .social li:hover div {
    /* -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1); */
    transform: scaleX(-1);
    /* filter: FlipH;
    -ms-filter: "FlipH"; */
}

footer .social li:hover a.facebook {
    color: var(--font-color-3B5998);
}

footer .social li:hover a.twitter-icon {
    color: var(--font-color-4099FF);
}

footer .social li:hover a.youtube {
    color: var(--font-color-bb0000);
}

footer .social li:hover a.google-plus {
    color: var(--font-color-dd4b39);
}

footer .social li:hover a.vimeo {
    color: var(--font-color-1ab7ea);
}

footer .social li div {
    width: 50px;
    height: 50px;
    background: var(--bgrd-color-2c2c2c);
    border-radius: 50%;
    /* -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out; */
    transition: all .25s ease-in-out;
}

footer .social li i {
    font-size: 22px;
    line-height: 52px;
}


/* Footer Down ------------------------------------------------------*/

.footer-down {
    padding: 20px 0;
}

.footer-down p {
    color: var(--font-color-ffffff);
    font-size: 16px;
    margin: 0;
}

.footer-down ul {
    text-align: right;
}

.footer-down ul li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    text-transform: uppercase;
}

.footer-down ul li a {
    color: var(--font-color-f5f5f5);
    font-size: 13px;
}

.nav-footer li:before {
    content: '|';
    color: var(--font-color-ffffff);
    display: inline-block;
    margin-right: 10px;
}

.nav-footer li:nth-child(1):before {
    display: none;
}


/* Top ------------------------------------------------------------*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: none;
    text-indent: 100%;
    z-index: 9999;
    background: url("../img/img-theme/ui.totop.png") no-repeat left top;
}

#toTopHover {
    background: url("../img/img-theme/ui.totop.png") no-repeat left -51px;
    width: 51px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    /* -moz-opacity: 0; */
}

#toTop:active,
#toTop:focus {
    outline: none;
}


/*	ACCORDION ---------------------------------------------------------*/

.acc-trigger {
    cursor: pointer;
    margin: 0 0 0 0;
    width: 100%;
}

.no-js .acc-trigger:last-of-type {
    border-bottom: none;
}

.acc-trigger a {
    background: url("../img/img-theme/accordion-ico.png") no-repeat 14px 13px;
    display: block;
    padding: 11px 20px 11px 44px;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    color: var(--font-color-232323);
}

.acc-trigger a:first-child {
    border-top: 0;
}

.acc-trigger a:hover {
    background-position: 14px -58px;
}

.acc-trigger a:hover,
.acc-trigger.active a,
.acc-trigger.active a:hover {
    color: var(--font-color-fc4242);
}

.acc-trigger.active {
    cursor: default;
    background: var(--bgrd-color-ffffff);
}

.acc-trigger.active:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.acc-trigger.active a {
    background-position: 14px -58px;
    cursor: default;
}

.acc-container .content {
    padding: 15px 14px 5px 44px;
    color: var(--font-color-999999);
    margin-bottom: 10px;
}


/* Progress --------------------------------------------------------------*/


/* Webkit animation keyframes */

@keyframes animate-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 44px 0;
    }
}

.pro_bar {
    padding-bottom: 20px;
}

.ui-progress-bar {
    position: relative;
    height: 33px;
    padding-right: 2px;
    border-bottom: 5px solid #e0e0e0;
    margin-top: -25px;
}

.ui-progress {
    position: relative;
    display: block;
    overflow: hidden;
    height: 33px;
    border-bottom: 5px solid #41a8ff;
    width: 90%;
}

.ui-progress.two {
    border-bottom: 5px solid #89b505;
    width: 72%;
}

.ui-progress.three {
    border-bottom: 5px solid #9b43f6;
    width: 80%;
}

.ui-progress.four {
    border-bottom: 5px solid #ffc412;
    width: 94%;
}

.ui-progress.five {
    border-bottom: 5px solid #fc4242;
}

.ui-progress span.ui-label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 18px;
    color: var(--font-color-272727);
    position: absolute;
    right: 0;
    line-height: 33px;
    display: block;
    padding-right: 12px;
    white-space: nowrap;
}


/* Testimonials ----------------------------------------------------------*/

.testimonials blockquote>p {
    border: 1px solid #dedede;
    font-size: 14px;
    margin: 0 0 14px 0;
    min-height: 70px;
    padding: 30px;
    position: relative;
    text-align: left!important;
    font-style: italic;
}

.testimonials blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 0;
}

.testimonials blockquote>p:before {
    border: 14px solid #dedede;
    border-color: #dedede transparent transparent transparent;
    bottom: -28px;
    left: 25px;
}

.testimonials blockquote>p:before {
    border: 11px solid #dedede;
    border-color: #dedede transparent transparent transparent;
    bottom: -22px;
    content: "";
    height: 0px;
    left: 28px;
    position: absolute;
    width: 0px;
}

.testimonials blockquote>img {
    border-radius: 50%;
    float: left;
    height: 50px;
    margin: 20px;
    width: 50px;
}

.testimonials blockquote>strong {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 20px;
    padding: 0;
    margin: 34px 0 0 0;
}

.testimonials blockquote>a {
    margin-top: -15px;
    font-size: 14px;
    font-style: italic;
}


/* Filters ----------------------------------------------------------------*/

.portfolioFilter {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    padding-top: 11px;
}

.portfolioFilter a {
    margin: auto 10px;
    color: var(--font-color-131313);
    font-size: 14px;
    padding: 13px;
    /* -webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease; */
    transition: 0.3s all ease;
}

.portfolioFilter .current,
.portfolioFilter a:hover {
    color: var(--font-color-ffffff);
    text-decoration: none;
    /* -webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease; */
    transition: 0.3s all ease;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    /* -webkit-transition-duration: 0.8s;
   -moz-transition-duration: 0.8s; */
    transition-duration: 0.8s;
}

.isotope {
    /* -webkit-transition-property: height, width;
    -moz-transition-property: height, width; */
    transition-property: height, width;
}

.isotope .isotope-item {
    /* -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity; */
    transition-property: transform, opacity;
}

.portfolioContainer .img-hover {
    margin-bottom: 30px;
}


/* Page Error ------------------------------------------------------------*/

.page-error {
    max-width: 80%;
    margin: 70px auto 50px auto;
    text-align: center;
    position: relative;
}

.page-error h1 {
    font-size: 140px;
    line-height: 140px;
}

.page-error h1 i {
    font-size: 200px;
    line-height: 190px;
}

.page-error hr.tall {
    margin: 20px 0 30px 0;
}


/* Sitemap ---------------------------------------------------------------*/

.sitemap {
    float: left;
    display: inline;
    width: 370px;
    margin-right: 2px;
    font-size: 14px;
    padding: 10px 0 0 0;
    background: url("../img/img-theme/line_tree1.gif") left repeat-y;
}

.sitemap li {
    float: left;
    width: 347px;
    padding-left: 25px;
    line-height: 35px;
    background: url("../img/img-theme/line_tree2.gif") 0 center no-repeat;
}

.sitemap li.has_sub {
    background: url("../img/img-theme/line_tree2.gif") 0 17px no-repeat;
}

.sitemap li a {
    color: var(--font-color-666666);
    position: relative;
    text-decoration: none;
}

.sitemap li a:hover {
    text-decoration: underline;
}

.sitemap ul {
    width: 132px;
    padding-top: 0;
}


/* Events Carousel And Not Carousel -----------------------------------------------------------------*/

.events-carousel li {
    margin-right: 20px;
    float: left;
    /* -webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease; */
    transition: 0.3s all ease;
}

.events-no-carousel li {
    margin: 0 0 30px 0;
}

.events-no-carousel .header-post li {
    margin: 0;
}

.events-carousel li:hover .header-post img {
    /* -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1); */
    transform: scale(1.1);
    /* -webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease; */
    transition: 0.3s all ease;
    opacity: 0.9;
    cursor: pointer;
    z-index: 1;
}

.events-carousel li .header-post {
    position: relative;
    overflow: hidden;
}

.events-carousel li .header-post img {
    width: 100%;
}

.events-carousel li .header-post .date {
    position: absolute;
    top: 0;
    left: 5%;
    width: 75px;
    padding: 5px;
    color: var(--font-color-ffffff);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    z-index: 2;
}

.events-carousel li .header-post .date span {
    display: block;
    font-size: 12px;
    font-weight: 300;
}

.events-carousel li .header-post .meta-tag {
    background: var(--bgrd-color-252525);
    background: var(--bgrd-color-rgba-00-00-00-70);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6px 15px;
    color: var(--font-color-ffffff);
}

.events-carousel li .header-post .meta-tag ul {
    width: 100%;
}

.events-carousel li .header-post .meta-tag ul li {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
}

.events-carousel li .header-post .meta-tag ul li a {
    color: var(--font-color-ffffff);
}

.events-carousel li .header-post .meta-tag ul li.text-right {
    float: right;
}

.events-carousel li .header-post .meta-tag ul li i {
    padding-right: 8px;
}

.events-carousel li .info-post {
    padding: 15px 20px;
    background: var(--bgrd-color-ffffff);
    border: solid 1px #dedede;
    border-top: none;
}

.events-carousel li .info-post p {
    font-size: 14px;
    line-height: 23px;
}


/* Blog Post ------------------------------------------------------------------*/

.post-item {
    padding-bottom: 35px;
    margin-bottom: 35px;
    background: url("../img/img-theme/border-pattern.gif") bottom left repeat-x;
}

.post-item:last-child {
    background: none;
    padding-bottom: 0;
}

.post-item h4 {
    padding: 0 0 10px 0;
    line-height: 20px;
}

.post-item h4 a {
    color: var(--font-color-000000);
}

.post-item h4 a:hover {
    text-decoration: none;
}

.post-item p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 5px;
}

.post-item .data-info {
    font-size: 13px;
}

.post-item .data-info a,
.post-item .data-info i {
    padding-left: 10px;
}

.content-middle .pagination {
    margin: -5px 0 30px 0;
    float: right;
}

.single-news .data-info {
    margin-bottom: 10px;
    margin-top: -5px;
    margin-left: 2px;
}


/* Players -----------------------------------------------------------------*/

.players {
    padding-bottom: 20px;
}

ul.players li.item-player {
    margin: 0 10px;
    float: left;
}

.item-player {
    position: relative;
    overflow: hidden;
}

.item-player img {
    width: 100%;
}

.item-player:hover .info-player {
    top: 20%;
    /* -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out; */
    transition: all .45s ease-in-out;
}

.info-player {
    position: absolute;
    top: 75%;
    left: 0;
    width: 100%;
    height: 100%;
    /* -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out; */
    transition: all .45s ease-in-out;
}

.info-player h4 a,
.info-player h5 {
    color: var(--font-color-ffffff);
    font-weight: bold;
}

.info-player h4 a {
    padding: 5px 10px;
    display: inline;
}

.info-player h4 a:hover {
    text-decoration: none;
}

.info-player h5 span {
    background: var(--bgrd-color-rgba-00-00-00-80);
    padding: 5px 20px 5px 10px;
    display: inline;
}

.overlay-player {
    background-color: var(--bgrd-color-232323);
    background: var(--bgrd-color-rgba-00-00-00-70);
    width: 100%;
    height: 100%;
    padding: 10px 5%;
    margin-top: 10px;
}

#players-staff h3,
#club-news h3 {
    color: var(--font-color-ffffff);
    margin: 15px 0;
}

.overlay-player p {
    color: var(--font-color-ffffff);
    font-size: 13px;
    line-height: 22px;
}


/* Clubs Teams -------------------------------------------------------*/

.clubs-teams li {
    float: left;
}

.clubs-teams li h3 {
    text-align: center;
}

.item-clubs {
    background-color: var(--bgrd-color-ffffff);
    height: 115px;
    max-height: 115px;
    border: 1px solid #dedede;
    overflow: hidden;
    max-width: 380px;
    margin: 0 auto 30px auto;
}

.dark-home .item-clubs {
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
}

.img-clubs {
    float: left;
    width: 40%;
}

.img-clubs img {
    width: 100%;
    height: 115px;
}

.info-clubs {
    background-color: var(--bgrd-color-ffffff);
    width: 60%;
    padding: 10px 2%;
    float: right;
    text-overflow: ellipsis;
    overflow: hidden;
}

.info-clubs h4 a {
    color: var(--font-color-232323);
}

.info-clubs h4 a:hover {
    text-decoration: none;
}


/* List Diary --------------------------------------------------------*/

.list-diary li h5 {
    padding: 0 0 5px 0;
    text-align: center;
}

.list-diary li h5 span {
    display: block;
    font-size: 12px;
    /* content: #232323; */
    line-height: 25px;
}

.list-diary li {
    border-bottom: 1px solid #dedede;
    padding: 10px 0;
    width: 100%;
    display: block;
    overflow: auto;
    margin: 0 0 10px 0;
}

.list-diary li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.club-logo li {
    width: 48%;
    float: left;
    margin-right: 2%;
    text-align: center;
    border: 0;
    padding: 0;
    margin: 0;
}

.club-logo li:last-child {
    margin-right: 0;
}

.club-logo li img {
    width: 90%;
}

.content-counter .club-logo {
    display: table;
    margin: 0 auto;
    width: 250px;
}

.content-counter .club-logo li {
    width: 25%;
    display: inline-block;
    float: none;
    padding: 0;
    margin: 0;
    min-height: 80px;
    width: 80px;
}

.content-counter .club-logo li span {
    font-size: 25px;
    color: var(--font-color-232323);
}


/* Form Theme ---------------------------------------------------------*/

.form-theme {
    margin: 10px auto 30px auto;
}

.form-theme input {
    margin-bottom: 25px;
    height: 36px;
    border-radius: 0;
    width: 100%;
}

.form-theme label {
    font-weight: normal;
}

.form-theme textarea {
    border-radius: 0;
    width: 100%;
    height: 100px;
}

.form-theme .btn {
    margin-top: 25px;
    margin-bottom: -5px;
    width: auto;
    height: auto;
    border: 0;
}


/* Tags ----------------------------------------------------------------*/

.tags a {
    border: 1px solid #e6e6e6;
    color: var(--font-color-696969);
    font-size: 12px;
    padding: 6px 10px;
    margin: 4px 0;
    display: inline-block;
    border-radius: 2px;
    /* -webkit-transition: all .2s ease; */
    transition: all .2s ease;
}

.tags a:hover {
    text-decoration: none;
    /* -webkit-transition: all .2s ease; */
    transition: all .2s ease;
}

.tags i {
    padding-right: 5px;
}

.tags a:hover i {
    color: var(--font-color-ffffff);
}


/* Crumbs  -------------------------------------------------------------*/

.crumbs {
    background: var(--bgrd-color-ffffff);
    padding: 15px 20px;
    border-bottom: 1px solid #dedede;
}

.crumbs:before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    content: '';
    left: 120px;
    position: absolute;
    top: -20px;
}

.crumbs ul {
    margin: 0;
    list-style: none;
}

.crumbs ul li {
    display: inline-block;
    padding-right: 5px;
    line-height: 20px;
    font-size: 15px;
}

.crumbs ul li a:hover {
    text-decoration: underline;
}


/* Contact ---------------------------------------------------------------*/

#map {
    display: block;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    border-bottom: solid 1px #dedede;
}

address {
    line-height: 35px;
    padding-left: 10px;
}

address i {
    padding-right: 10px;
}

address strong {
    padding-right: 3px;
}

.result {
    display: block;
    margin-top: 25px;
}


/* Twitter --------------------------------------*/

.tweet_text {
    color: var(--font-color-f9f9f9);
    font-size: 14px;
    line-height: 26px;
}

.fa-twitter.twit-list {
    font-size: 3.5em;
    float: left;
    margin-right: 20px;
    color: var(--font-color-29c0d4);
}


/* Newsletter -------------------------------------------*/

#newsletterForm {
    max-width: 750px;
    margin: 20px auto 0 auto;
}

#newsletterForm .form-control,
#newsletterForm .input-group-btn .btn-primary,
#newsletterForm .input-group-addon {
    height: 45px;
    border: solid 1px #dedede;
}

#newsletterForm .form-control {
    border-left: 0;
}

#newsletterForm .input-group-addon i {
    color: var(--font-color-999999);
}

#result-newsletter .alert {
    margin: 0 auto;
    margin-top: 20px;
    max-width: 500px;
}

.search {
    margin-bottom: 30px;
}

.search input,
.search .btn {
    height: 40px;
}


/*----------------------------- new-style.css ------------------------------*/

* {
    font-family: 'Open Sans' !important;
}

header {
    border-top: none !important;
    background: url(../img/stamps.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    /* background-position-y: 0px; */
    min-height: 290px;
}

.title_small {
    font-size: 20px !important;
}

.photo-link_download {
    background: white !important;
    border: none !important;
    color: var(--font-color-000000);
    background-size: 100%;
    font-size: 14px;
    margin-top: 0px !important;
    text-shadow: none !important;
    /* -webkit-box-shadow: none !important; */
    box-shadow: none !important;
}

.photo-link_download:hover {
    color: var(--font-color-000000);
}

.dysc_title_inside {
    background: var(--bgrd-color-03bfdf);
    width: 10%;
    /* position: absolute; */
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.dysc_title_cat2 {
    /* position: absolute; */
    margin-left: auto;
    margin-right: auto;
    clear: both;
    border: 0;
    right: 0;
    margin-top: 30px !important;
    /* position: absolute; */
    /* top: 190px; */
    text-align: center;
    width: 100%;
    /* background-size: 100px 100px; */
}

.head_com {
    /* position: absolute; */
    background: var(--bgrd-color-03bfdf);
    /* padding-left: 40px; */
    clear: both;
    text-align: center;
    width: 15%;
    margin: 20px;
    color: var(--font-color-ffffff);
    font-size: 14px;
    padding: 3px;
    margin-left: 34% !important
}

@media (min-width: 1500px) {
    header {
        /*min-height: 390px !important;*/
    }
    .shadow_full {
        /*top: -197px !important;*/
    }
}

#reg_info {
    width: 100%;
    text-align: center;
    margin: 20px;
}

.content-info {
    background: none !important;
    /* -webkit-box-shadow: none !important;
    top: -100px; */
}

.mainmenu {
    background: var(--bgrd-color-f3f3f3);
    border-top: 5px solid white;
    border-bottom: 5px solid white !important;
    /* -webkit-box-shadow: -1px 0px 9px -1px rgba(0, 0, 0, 0.45); */
    /* -moz-box-shadow: -1px 0px 9px -1px rgba(0,0,0,0.45); */
    box-shadow: -1px 0px 9px -1px rgba(0, 0, 0, 0.45);
}

.more_news {
    background: var(--bgrd-color-FF0000);
    font-weight: bold;
    clear: both;
    padding: 2px;
    text-align: center;
    font-size: 10px;
    color: var(--font-color-ffffff);
    margin-left: 15px;
    margin-right: 25px;
}

.full_background {
    margin-top: -8% !important;
    width: 100%;
    height: 350px;
    z-index: -1;
}

.reg_file {
    background: url(../img/download.png) no-repeat;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    background-position: left;
    position: absolute;
    background-size: 10%;
    padding-left: 35px;
    clear: both;
    /*margin-top: -100px;*/
    top: 80px;
    color: var(--font-color-ffffff);
    font-size: 18px;
}

.shadow_full {
    background: var(--bgrd-color-rgba-39-62-84-58);
    /*margin-bottom: 5%;*/
    /*position: relative;*/
    height: 350px;
}

.com_file {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    position: absolute;
    /* padding-left: 40px; */
    clear: both;
    margin-top: -65px;
    color: var(--font-color-ffffff);
    font-size: 18px;
    padding: 3px;
}

.logo>a {
    color: var(--font-color-ffffff);
}

.logo h1 {
    color: var(--font-color-000000) !important;
    float: left;
    text-align: left;
    width: 60%;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: bold;
    padding: 15px;
    font-size: 38px;
}

.sf-menu>li {
    display: inline-block;
    /* -webkit-transition: 0.2s all ease; */
    /* -moz-transition: 0.2s all ease; */
    /* -o-transition: 0.2s all ease; */
    /* -ms-transition: 0.2s all ease; */
    transition: 0.2s all ease;
}

.sf-menu>li>a {
    text-transform: uppercase;
    /* -webkit-transition: 0.2s all ease; */
    font-weight: 600;
    /* -moz-transition: 0.2s all ease; */
    /* -o-transition: 0.2s all ease; */
    /* -ms-transition: 0.2s all ease; */
    transition: 0.2s all ease;
    color: var(--font-color-000000);
}

.sf-menu>li:hover {
    background: var(--bgrd-color-0088cc);
    color: var(--font-color-000000);
}

.sf-menu>li:hover>a {
    color: var(--font-color-000000);
}

.content-info {
    margin-top: 0px !important;
}

.copyright {
    color: var(--font-color-ffffff);
    text-align: right;
}

.copyright img {
    height: 26px;
    margin-left: 6px;
}

.alert {
    padding: 8px !important;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px !important;
    border: 1px solid transparent;
    border-radius: 0px !important;
}

.alert-info {
    border: none !important;
}

.news_img {
    float: left;
    width: 100%;
    height: 80px;
}

.news_img_top {
    float: left;
    width: 100%;
    height: 400px;
}

.nomargin {
    margin: 0px !important;
}

.smallpadding {
    padding-top: 6px;
}

.btn.btn-primary {
    border-radius: 0;
    text-align: left;
    border: 0;
    margin-top: -75px;
    background: var(--bgrd-color-FF0000);
    /* padding-top: 25px; */
    /* padding-bottom: 25px; */
    /* height: 25px; */
    position: relative;
    line-height: 50px;
    height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.gal_title_cat2 {
    /* position: absolute; */
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: 0px !important;
    /* position: absolute; */
    /* top: 190px; */
    text-align: center;
    width: 100%;
    /* background-size: 100px 100px; */
}

.news_title_main {
    color: var(--font-color-000000);
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 18px;
}

h4 {
    font-size: 18px !important;
    font-weight: bold;
}

#module_category_menu div.btn {
    text-align: left;
    margin-top: 8px;
    text-transform: uppercase;
}

.list-diary li h5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.list-diary span {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px;
}

.under {
    border-bottom: 1px solid #bababa;
    width: 100%;
    background-size: 100px;
    height: 5px;
    background-repeat: no-repeat;
    background-size: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.under_big {
    border-bottom: 1px solid #bababa;
    background: var(--bgrd-color-03bfdf);
    width: 50%;
    background-size: 100px;
    height: 5px;
    background-repeat: no-repeat;
    background-size: 200px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.under_big_red {
    border-bottom: 1px solid #bababa;
    background: var(--bgrd-color-FF0000);
    width: 50%;
    background-size: 100px;
    height: 5px;
    background-repeat: no-repeat;
    background-size: 200px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.news_title {
    padding: 20px;
    font-size: 30px;
    color: var(--font-color-ffffff);
    clear: both;
    float: left;
    font-weight: bold;
    padding-left: 0px !important;
    margin-left: 10%;
    line-height: 30px;
}

.cat_title {
    padding: 20px;
    font-size: 30px;
    color: var(--font-color-ffffff);
    clear: both;
    float: left;
    font-weight: bold;
    padding-left: 0px !important;
}

.news_title_container {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 5%;
}

.news_title_container2 {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 5%;
}

.news_title_cat,
.news_title_cat h5 {
    margin-top: 240px;
    padding: 15px;
    /*margin-left: 10%;*/
    font-size: 12px;
    color: var(--font-color-ffffff);
    float: left;
    font-weight: bold;
}

.dysc_title_cat {
    margin-top: 240px;
    padding: 5px;
    font-size: 12px;
    color: var(--font-color-ffffff);
    float: left;
    font-weight: bold;
    margin-bottom: 30px;
}

.news_title_cat_home {
    background: var(--bgrd-color-FF0000);
    /* margin-top: 240px; */
    padding: 5px;
    margin-left: 10%;
    font-size: 12px;
    color: var(--font-color-ffffff);
    float: left;
    font-weight: bold;
    position: absolute;
    top: -10%;
}

.news_title_date,
.news_title_date h4 {
    clear: both;
    font-size: 14px;
    color: var(--font-color-ffffff);
    font-weight: bold;
    margin-right: 5px;
    float: left;
    text-align: left;
    padding-left: 0px !important;
    margin-left: 10%;
	width:70%;
}

.news_title_small {
    font-weight: bold;
    font-size: 18px;
    margin-top: 5px;
    line-height: 27px;
    text-align: left;
}

.news_title_small2 {
    font-weight: bold;
    font-size: 18px;
    margin-top: 5px;
}

.news_title_date_small {
    clear: both;
    font-size: 12px;
    color: var(--font-color-bbbbbb);
    float: left;
}

.news_title_date_cont {
    clear: both;
    font-size: 13px;
    color: var(--font-color-000000);
    float: left;
}

.news_title a,
.news_title_date a {
    color: var(--font-color-ffffff);
}

.title_red {
    margin-left: 46.5% !important;
    margin-top: 50px !important;
    position: absolute;
    top: 190px;
}

.partners {
    margin-top: 40px;
}

.partners-margin {
    margin-top: 40px;
}

.sf-menu>li img:hover {
    filter: invert(100%) sepia(0%) saturate(7497%) hue-rotate(1deg) brightness(110%) contrast(100%);
}

.under_full {
    width: 100% !important;
}

.hover_margin {
    margin-top: 30px;
}

.news_more_cat {
    margin-left: 5px !important;
    margin-right: 0px !important;
}

.partners img {
    height: 120px;
}

.owl-item {
    text-align: center;
}


/*.content-info {margin-top: -20px !important; margin-bottom: -50px !important;}*/

.content-info {
    max-width: 100% !important;
    width: 100% !important;
}

.headerbox {
    padding: 5px 0px !important;
	margin-bottom:3%;
}

.cont {
    padding: 5px;
    float: left;
    width: 100%;
}

.main_news {
    padding: 5px;
    float: left;
    width: 33%;
}

.main_news>a {
    color: var(--font-color-ffffff);
    text-decoration: none;
}

img.newsimg {
    float: left;
    /*width: 50%;*/
    margin-right: 10px;
    margin-bottom: 10px;
}

.panel-box {
    float: left;
    width: 100%;
}

.panel-box-33 {
    float: left;
    width: 28%;
    min-height: 400px;
    margin: 15px;
    margin-top: 0;
}

.panel-box-top {
    float: left;
    width: 24%;
    background: var(--bgrd-color-ffffff);
    /* -webkit-box-shadow: -1px 0px 9px -1px rgba(0,0,0,0.45); */
    /* -moz-box-shadow: -1px 0px 9px -1px rgba(0,0,0,0.45); */
    box-shadow: -1px 0px 9px -1px rgba(0, 0, 0, 0.45);
    transition: all .2s ease;
}

.panel-box-top:hover {
    background: rgba(0, 0, 0, 0.3);
}

.panel-box-top-big {
    float: left;
    width: 48%;
    background: var(--bgrd-color-ffffff);
    /* -webkit-box-shadow: -1px 0px 9px -1px rgba(0,0,0,0.45); */
    /* -moz-box-shadow: -1px 0px 9px -1px rgba(0,0,0,0.45); */
    box-shadow: -1px 0px 9px -1px rgba(0, 0, 0, 0.45);
    transition: all .2s ease;
}

.panel-box-top-big:hover {
    background: rgba(0, 0, 0, 0.3);
}

.margin_title2 {
    margin-top: 50px !important;
    margin-top: -70px !important;
    margin-bottom: 30px;
}

.padding_main {
    padding: 5px !important;
}

.dates {
    float: left;
    width: 100%;
    line-height: 24px;
    text-align: left;
    margin-bottom: 20px;
}

.gal_photo {
    float: left;
    width: 100%;
    height: 100px;
    /*margin-bottom: 20px;*/
}

.gal_photo2 {
    float: left;
    width: 100%;
    height: 200px;
    /*margin-bottom: 20px;*/
}

.col12 {
    width: 50% !important;
}

.gal_txt {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 20px;
    margin-top: 5px;
    padding-left: 5px;
    border-left: 3px solid #0088cc;
    color: var(--font-color-000000);
    font-size: 12px;
    margin-bottom: 20px;
}

.clasif {
    font-size: 13px;
    line-height: 26px;
}

.clasif a {
    display: block;
    margin-top: 15px;
    text-transform: uppercase;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
    height: auto;
}

.panel-box.home .panel-box-top.home img {
    max-width: 100%;
    width: 100%;
}

.photo-link {
    padding-left: 3px;
    font-size: 12px;
}

.photo-link2 {
    margin-top: 0px !important;
    padding-left: 3px;
    font-size: 12px;
}

.homelink {
    text-transform: uppercase;
}

.one-photo {
    margin-bottom: 30px;
}

.fancybox-lock .fancybox-overlay {
    z-index: 10000 !important;
}

.file_d img {
    height: 26px;
    margin-right: 5px;
}

.file_d {
    color: var(--font-color-222222);
    padding: 4px 6px;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    text-decoration: none !important;
    line-height: 20px;
    font-size: 13px;
    text-transform: uppercase;
}

.nomaring {
    margin-top: 0px !important;
}

a.margin {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 30px;
}

.cat_head {
    margin-bottom: 20px;
    background-image: url('../img/arrow_down.png') !important;
    background-repeat: no-repeat !important;
    background-position: right -1px !important;
    background-size: contain !important;
}

.cont .closed {
    display: none;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.news_title_size {
    width: 24rem !important;
}

.cat_style {
    /* margin-left: 48% !important; */
    float: none !important;
    padding-top: 15px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 10px;
}

.goto {
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .camera_wrap {
        height: 300px !important;
    }
}

@media only screen and (max-width: 767px) {
    .camera_wrap {
        height: 230px !important;
    }
}

.cont_cl {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 14px;
    font-size: 11px;
    color: var(--font-color-222222);
}

.cont_cl * {
    color: var(--font-color-222222);
    margin: 0px;
}

.img-hover-vis {
    overflow: visible !important;
}

.cat_toggle {
    float: left;
    width: 100%;
    padding: 5px;
    display: none;
}

.cat_toggle * {
    text-decoration: none !important;
}

.cat_untoggle {
    float: left;
    width: 100%;
}

.shadow_full {
    /*top: -102px !important;*/
}

.arch_size {
    margin: 0px;
    margin-top: 75px !important;
}

.arch_size2 {
    margin: 0px;
}

#footer {
	min-height: 330px;
}

.box-33 {
    min-height: 0 !important;
}

.margin-0 {
    margin: 0 !important;
}

.footer_style {
    background: var(--bgrd-color-0069b5);
    color: var(--font-color-ffffff);
}

.news_title2 {
    padding: 20px;
    font-size: 30px;
    color: var(--font-color-ffffff);
    clear: both;
    float: left;
    font-weight: bold;
}

.news_title_cat2 {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    position: absolute;
	margin-top: -80px !important;
    /*top: -100px;*/
    text-align: center;
    /* width: 100%; */
    /* background-size: 100px 100px; */
}

.dysc_title_size {
    width: 20% !important;
}

.news_title_inside {
    background: var(--bgrd-color-FF0000);
    width: 15%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.news_title_inside2 {
    background: url(../img/download.png) no-repeat;
    width: 10%;
    background-size: 25px 25px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    left: 0;
    right: 0;
}

.under_main {
    width: 89% !important;
}

.news_title_inside3 {
    width: 10%;
    background: var(--bgrd-color-03bfdf);
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    left: 0;
    right: 0;
	margin-top: 25px;
}

.panel-box-50 {
    width: 50%;
    margin: 0 !important;
}

.gal_size {
    width: 28% !important;
    float: left;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 50px;
}
.gal_size:nth-of-type(3n+1) {
    clear: left;
}

#footer #footer_right {
    width: 50%;
    height: 100%;
    float: right;
    border-left: 3px solid white;
    padding: 20px;
    padding-left: 65px;
}

#footer #footer_left {
    width: 50%;
    float: left;
}

.news_gal {
    width: 65% !important;
    padding-right: 40px;
}

.news_title_inside_size {
    width: 20% !important;
}

.margin_dysc {
    margin-left: 10%;
    margin-top: 75px;
}

.gal_ele {
    width: 100% !important;
    float: left;
    margin: 20px;
}

.gal_ele2 {
    width: 29% !important;
    float: left;
    margin: 20px;
    margin-left: 2.1%;
    margin-right: 2.1%;
}

.sf-menu>li {
    margin: 0 !important;
}

.margin_news_header {
    margin-left: 20px;
}

.margin_news_header_small {
    margin-left: 10px;
}

.mobile_fb {
    display: none;
}

@media only screen and (max-width: 992px) {
    .logo h1 {
        color: var(--font-color-000000) !important;
        float: left;
        text-align: left;
        width: 100%;
        text-transform: uppercase;
        text-decoration: none !important;
        font-weight: bold;
        padding: 15px;
        font-size: 26px;
    }
	.headerbox {
		margin-bottom: 9%;
	}
	.menu-btns {
		margin-left: 5%;
		margin-right: 5%;
	}
	h2, .h2 {
		font-size: 18px;
	}
    .content-info {
        max-width: 100% !important;
        width: 100% !important;
    }
    .panel-box-top-big,
    .panel-box-top {
        float: left;
        width: 100%;
    }
    .padding-top {
        margin-top: 40px;
    }
    .padding-top-small {
        margin-top: 40px;
    }
    .main_news {
        padding: 5px;
        float: left;
        width: 100%;
    }
    #footer #footer_right {
        width: 100%;
        height: 100%;
        float: right;
        border-left: none;
        padding: 20px;
    }
    #footer #footer_left img {
        width: 200% !important;
    }
    .shadow_full {
        background: var(--bgrd-color-rgba-39-62-84-58);
        /*margin-top: 80px;*/
        /*position: relative;*/
    }
    .full_background {
        /*margin-top: -8% !important;*/
        width: 100%;
        height: 200px;
        z-index: -1;
    }
    .news_gal {
        width: 100% !important;
        margin: 10px;
		/*margin-top:50%;*/
    }
    .dysc_title_size {
        width: 50% !important;
    }
    .news_img_top {
        float: left;
        width: 100%;
        height: 200px;
        position: relative;
    }
    .panel-box-33 {
        float: left;
        width: 90%;
        margin: 15px;
        margin-top: 80px;
        min-height: 200px;
    }
    .margin_dysc {
        margin-left: 0;
    }
    .news_title_cat_home {
        margin-top: 0 !important;
    }
    .news_title2 {
        line-height: 30px;
        /*top: 320px !important;*/
    }
    .news_title_inside_size {
        width: 50% !important;
    }
    .news_title_inside {
        width: 50% !important;
        position: relative !important;
    }
    .reg_file {
        margin-top: 40px;
    }
    .title_red {
        margin-left: 22% !important;
        margin-top: 30px !important;
        position: absolute;
        top: 190px;
    }
    .news_title_size {
        width: 58% !important;
    }
    .com_file {
        margin-top: 78px;
    }
    .gal_ele {
        width: 100% !important;
        float: left;
        margin: 0px !important;
    }
    #reg_info {
        width: 90%;
    }
    .gal_size {
        width: 100% !important;
        float: left;
        margin: 0px;
        margin-top: 40px;
    }
    .arch_size {
        position: relative !important;
        margin-left: 0px !important;
    }
    .cat_title {
        line-height: 30px;
    }
    .owl-item {
        width: 300px !important;
    }
    .cat_style {
        /* margin-left: 48% !important; */
        float: none !important;
        padding-top: 45px;
        position: absolute;
        width: 100%;
        text-align: center;
        /*top: 320px;*/
    }
    .photo_project .col-xs-6 {
        width: 100% !important;
    }
    .news_title_cat,
    .news_title_cat h5 {
        margin-top: 240px;
        padding: 15px;
        margin-left: 0;
        font-size: 12px;
        color: var(--font-color-ffffff);
        float: left;
        font-weight: bold;
    }
    .news_more_cat {
        margin: 0 !important;
    }
    .more_news {
        background: var(--bgrd-color-FF0000);
        font-weight: bold;
        clear: both;
        padding: 2px;
        text-align: center;
        font-size: 10px;
        color: var(--font-color-ffffff);
        margin-left: 20px;
        margin-right: 0px;
        margin-bottom: 25px;
    }
    .mobile_fb {
        display: block;
        float: left;
        position: absolute;
        width: 20%;
        z-index: 999999999999;
        margin-top: -43px;
    }
    .news_img_size {
        min-height: 160px;
    }
    .mobile_news {
        min-height: 160px !important;
    }
    .mobile_full {
        width: 100% !important;
    }
    .gal_photo {
        min-height: 200px;
    }
    .sticky-wrapper {
        max-height: 100px;
        clear: both;
    }
    .news_title_cat2 {
        top: 10px;
    }
    .news_title_cat2_top2 {
        top: 6%;
        position: relative;
    }
    .news_title_cat2_top {
        top: 15%;
        position: relative;
    }
    .col12 {
        width: 100% !important;
    }
    .full_background {
        min-height: 350px;
    }
    .margin_title2 {
        margin-top: -70px !important;
    }
    .gal_ele2 {
        width: 100% !important;
        float: left;
        margin: 0px;
    }
    .dysc_title_size_mobile {
        width: 80% !important;
    }
    .margin_news_header_small {
        margin-left: 0px;
    }
    .padding_main {
        padding: 0px !important;
    }
    .margin_news_header {
        margin-left: 0px;
    }
	.news_title_inside3 {
		margin-top: 0;
	}
}


/*Simple css to style it like a toggle switch*/

.theme-switch_dark,
.theme-switch_yellow-dark,
.theme-switch_dark-yellow {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px;
    border-radius: 100px;
}

.seasons-container {
    max-height: 1900px;
    /* approximate max height */
    transition-property: all;
	margin:3%;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.seasons-container.closed {
    max-height: 0;
    overflow-y: hidden;
}

.seasons-container:after {
    content: " ";
    display: block;
    clear: both;
}

.arch-btn {
    position: relative;
    z-index: 5;
}

.arch-btn:hover {
    cursor: pointer;
}