@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*@font-face{font-family:MilanTypeRevRegular;font-weight:400;font-style:normal;src:url(../fonts/milantyperev-r.woff2) format('woff2'),url(../fonts/milantyperev-r.woff) format('woff')}@font-face{font-family:MilanTypeRevBold;font-weight:400;font-style:normal;src:url(../fonts/milantyperev-b.woff2) format('woff2'),url(../fonts/milantyperev-b.woff) format('woff')}@font-face{font-family:RalewayLight;font-weight:400;font-style:normal;src:url(../fonts/raleway-light-webfont.ttf) format("truetype")}@font-face{font-family:RalewayBold;src:url(../fonts/raleway-bold-webfont.woff2) format('woff2'),url(../fonts/raleway-bold-webfont.woff) format('woff');font-weight:400;font-style:normal}@font-face{font-family:Raleway;font-weight:400;font-style:normal;src:url(../fonts/raleway-regular-webfont.woff2) format('woff2'),url(font/raleway-regular-webfont.woff) format('woff')}@font-face{font-family:RalewayMedium;font-weight:400;font-style:normal;src:url(../fonts/raleway-medium-webfont.ttf) format("truetype")}@font-face{font-family:RalewayBlack;font-weight:400;font-style:normal;src:url(../fonts/raleway-black-webfont.ttf) format("truetype")}*/

@font-face{
		font-family:ConmarTypeRevRegular;
		font-weight:400;
		font-style:normal;
		src:url(../fonts/conmartyperev-r.woff2) format('woff2'),url(../fonts/conmartyperev-r.woff) format('woff')
}
		
@font-face{
	font-family:ConmarTypeRevBold;
	font-weight:400;
	font-style:normal;
	src:url(../fonts/Conmartyperev-b.woff2) format('woff2'),url(../fonts/conmartyperev-b.woff) format('woff')
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: RalewayLight;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/raleway-light-webfont.ttf) format("truetype")
}

@font-face {
    font-family: RalewayBold;
    src: url(../fonts/raleway-bold-webfont.woff2) format('woff2'), url(../fonts/raleway-bold-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Raleway;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/raleway-regular-webfont.woff2) format('woff2'), url(../fonts/raleway-regular-webfont.woff) format('woff')
}

@font-face {
    font-family: RalewayMedium;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/raleway-medium-webfont.ttf) format("truetype")
}

@font-face {
    font-family: RalewayBlack;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/raleway-black-webfont.ttf) format("truetype")
}
body {
    color: #5c5c5c;
    /*font: 300 18px/28px "Open Sans", sans-serif;*/
	font-family:"Open Sans", sans-serif;
    -webkit-text-size-adjust: none;
}

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

h2,
h3,
h4,
h5,
h6 {
    font-family: "BenchNine", sans-serif;
    color: #5c5c5c;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.2;
}

a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
	cursor:pointer;
}

a:focus {
    outline: none;
}

a:active {
    background-color: transparent;
}

a:hover {
    color: #f7b8d4;
}

.linkOn{
	color:#ffb610 !important;
}

a[href^="tel:"],
a[href^="callto:"] {
    text-decoration: none;
}

strong {
    font-weight: 700;
}

.bold {
    font-weight: 400;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

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

.text-left {
    text-align: left;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.page {
    overflow: hidden;
    min-height: 500px;
}

.rounded {
    border-radius: 50%;
}

.light {
    font-weight: 300;
}

.link-primary {
    color: #3497DB;
}

.link-primary:hover {
    color: #ffb610;
}

.link-primary:active {
    color: #dc9900;
}

.fa {
    line-height: inherit;
}

.clearleft {
    clear: left;
}

.align-right{
	text-align:right;
}

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

.padding-0{
	padding:0;
}

.spacer-30{
	height:30px
}

.hide{
	display:none;
}

.spacing-top-small{
	padding-top:25px;

}
.spacing-top-medium{
	padding-top: 60px;
}
.spacing-top-large{
		padding-top:100px;
}
.spacing-right-small{
	padding-right: 25px;
}
.spacing-right-medium{
	padding-right: 60px;
}
.spacing-right-large{
	padding-right: 100px;
}
.spacing-bottom-small{
	padding-bottom:25px;

}
.spacing-bottom-medium{
	padding-bottom: 60px;
}
.spacing-bottom-large{
	padding-bottom: 100px;
}
.spacing-left-small{
	padding-left: 25px;
}
.spacing-left-medium{
	padding-left: 60px;
}
.spacing-left-large{
	padding-left: 100px;
}
.row-fixed .container-fluid{
	max-width: 1200px;
}

/*-----------------------------
	FONT
------------------------------*/
.text_system_1{
  font-weight: 700;
  font-style: normal;
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0px;
}

.text_system_2{
	font-weight: 400;
	font-style: italic;
	font-family: 'PT Serif', serif;
	color: #20232d;
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: 0px;
}

.text_system_7{
	font-weight: 500;
	font-style: normal;
	font-family: ConmarTypeRevRegular;
	color: #20232d;
	font-size: 50px;
	line-height: 1.2;
	letter-spacing: 0px;
}
.text_system_8{
  font-weight: 500;
  font-style: normal;
  font-family: ConmarTypeRevRegular;
  color: #283e8e;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0px;
}

.text_system_9{
  white-space: nowrap;
  font-style: normal;
  font-family: ConmarTypeRevRegular;
  color: #000;
  font-size: 19px;
  letter-spacing: 0px;
}

.text_system_10{
	text-align:center;
	font-weight: 400;
	font-style: normal;
	font-family: ConmarTypeRevRegular;
	color: #919191;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0px;
}

.text_system_11{
  font-weight: 400;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  color: #ababab;
  font-size: 12px;
  line-height: 3;
  letter-spacing: 0px;
}

.text_system_12{
  font-weight: 500;
  font-style: normal;
  font-family: 'Oswald', sans-serif;
  color: #283e8e;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0px;
}

.text_system_13{
  font-weight: 500;
  font-style: normal;
  font-family: ConmarTypeRevRegular;
  color: #000000;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0px;
}

.text_system_14{
  font-weight: 400;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  color: #20232d;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0px;
}


.text_system_15{
	font-weight: 500;
	font-style: normal;
	font-family: ConmarTypeRevRegular;
	color: #20232d;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 0px;
}

.text_system_25{
  font-weight: 500;
  font-style: normal;
  font-family: ConmarTypeRevRegular;
  color: #000000;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0px;
}

.text_system_20{
  font-weight: 500;
  font-style: normal;
  font-family: ConmarTypeRevRegular;
  color: #000000;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0px;
}

.text_212{
  font-weight: 400;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  color: #787878;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0px;
}
p.text_212{
   text-align:center;
}


.font-pink{
	color:#f8b8d4;
}

.button{
		Font-family: ConmarTypeRevRegular;
		font-weight: 400;
		font-style: normal;
		color: #ffffff;
		background-color: #f7b8d4;
		border-color: #f7b8d4;
		min-width: 180px;
		font-size: 16px;
		padding: 18px;
		position: relative;
		text-align: center;
		z-index: 1;
		-webkit-backface-visibility: hidden;
		line-height: 1.2;
		border-width: 2px;
		border-style: solid;
		transition: all .3s;
		display: inline-block;
		cursor: pointer;
		text-decoration: none
}
	
.button:hover{
	color: #ffffff;
	background-color: #f7d6e4;
	border-color: #f7d6e4;
}

.button-gold{
	background-color: #c5a55e;
	border-color: #c5a55e;
}

.button-gold:hover{
	color: #ffffff;
	background-color: #c5a55e;
	border-color: #c5a55e;
	opacity:0.8;
}

/* MENU */
.sf-menu {
    display: inline-block;
}

.sf-menu:before,
.sf-menu:after {
    display: table;
    content: "";
    line-height: 0;
}

.sf-menu:after {
    clear: both;
}

.sf-menu>li {
    position: relative;
    float: left;
    color: #f8b8d4;
    font-family: ConmarTypeRevRegular, "BenchNine", sans-serif;
    font-weight: 400;
    font-size: 1.6em;
    line-height: 1.2;
    text-transform: uppercase;
}

.sf-menu>li+li {
    margin-left: 42px;
}

.sf-menu a {
    display: block;
}

.sf-menu>li>a {
    color: #fff;
    font-family: ConmarTypeRevRegular, "BenchNine", sans-serif;
    font-size: 17px;
    line-height: 1.2;
    text-transform: uppercase;
}

.sf-menu>li.sfHover>a,
.sf-menu>li>a:hover {
    color: #f8b8d4;
}

.sf-menu>li.active>a {
    color: #f8b8d4;
}

.sf-menu ul {
    display: none;
    left: -30px;
    position: absolute;
    top: 100%;
    width: 150px;
    text-align: center;
    margin-top: 15px;
    padding: 14px 20px;
    background: #f7b7d3;
    z-index: 23;
    box-sizing: border-box;
}

.sf-menu ul.team-menu{
	left:-52px;
}

.sf-menu ul.season-menu{
	left:-35px;
}

.sf-menu ul>li {
    position: relative;
}

.sf-menu ul>li>a {
    color: #f5f4f3;
    font-size: 14px;
    line-height: 33px;
}

.sf-menu ul>li+li {
    border-top: 1px dashed #FFF;
}

.sf-menu ul>li.sfHover>a,
.sf-menu ul>li>a:hover {
    color: #fff;
}

.sf-menu>li>ul:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #f8b8d4 transparent;
    content: '';
    position: absolute;
    bottom: 100%;
    right: 50%;
    -webkit-transform: translate(50%, 0%);
    -ms-transform: translate(50%, 0%);
    transform: translate(50%, 0%);
}

.sf-menu ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    margin: 26px 0 0 20px;
    background: #c5a55e;
    z-index: 4;
}

.sf-menu ul.season-menu ul{
	width:200px;
	padding-left:10px;
	padding-right:10px;
	margin-left:20px;
}

.sf-menu ul ul>li>a {
    color: #f5f4f3;
}

.sf-menu ul ul>li.sfHover>a,
.sf-menu ul ul>li>a:hover {
    color: #ffffff;
}

.sf-menu>li>.sf-with-ul {
    position: relative;
}

.isStuck {
    background: #000;
    z-index: 999;
}

.isStuck .brand {
    margin-top: 10px;
}

.isStuck .brand_name {
   
}

.isStuck .brand_name:before {
    top: 2px;
    left: 105%;
}

.isStuck .brand_slogan {
    display: none;
}

.isStuck .sf-menu>li>a {
    color: #f5f4f3;
}

.isStuck .sf-menu>li.active>a {
    color: #f7b8d3;
}

.isStuck .sf-menu ul>li>a:hover {
    color: #ffffff;
}

.isStuck .sf-menu ul ul>li>a:hover {
    color: #ffffff;
}

.isStuck .nav {
    margin-top: 26px;
}

.isStuck .nav li.sfHover .sf-with-ul {
    color: #f7b8d3;
}

.isStuck .nav li.sfHover ul .sf-with-ul {
    color: #FFF;
}

.isStuck .nav li.sfHover ul .sfHover .sf-with-ul {
    color: #ffffff;
}

.isStuck .nav li.active a.sf-with-ul {
    color: #f7b8d3;
}

.isStuck .nav li.active ul a.sf-with-ul {
    color: #ffffff;
}

.isStuck .nav li a:hover {
    color: #f7b8d3;
}

#stuck_container{
		min-height:147px;
}

#stuck_container .brand a.logo{
		background-image:url(/images/logo.png);
		float:left;
		text-indent:-999em;
		width:82px;
		height:100px;
}

#stuck_container .brand .brand_name{
		float:left;
		margin:30px 0 0 20px;
}

#stuck_container.isStuck{
		min-height:100px;
		/*border-bottom:2px solid #FCF;*/
}

#stuck_container.isStuck .brand a.logo{
		width:50px;
		height:60px;
		background-size: 50px 60px;
}

#stuck_container.isStuck .brand .brand_name{
		margin:15px 0 0 20px;
		font-size:25px;
}
/*-------------
  PAGE TOP
--------------*/
.page-top{
	margin-top:75px;
	background-color: #f3f3f3;
	border-bottom: 5px solid #f3f3f3;
	border-top: 0 solid #384045;
	margin-bottom: 35px;
	min-height: 50px;
	padding: 20px 0;
	position: relative;
	text-align: left;
	display: block;
}

.container-top{
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}


.container-top:after, .row:after, .row:before{
	display: table;
	content: " ";
}

.row:after{
clear: both;
}

.row{
	margin-right: 0px !important;
	margin-left: 0px !important;
	position:relative;
}

.col-md-12{
	with:100%;
	float:left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
ul.breadcrumb{
  background: none;
  margin: 0 0 15px 0;
  padding: 0;
}

.breadcrumb{
  list-style: none;
  border-radius: 4px;
}
.breadcrumb > li{
	display: inline-block;
	line-height: 24px;
	text-align: -webkit-match-parent;
	font-size:14px;
}

.breadcrumb a{
    color: #336699;
}

.breadcrumb > .active{
	color: #777;
}

.breadcrumb > li + li:before{
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}
	
.page-top h1{
	color: #336699;
	border-bottom-color: #336699;
	margin: 0 0 -25px;
	min-height: 37px;
	font-size: 2.6em !important;
	line-height: 46px;
	padding: 0 0 17px;
	position: relative;
	display: inline-block;
	border-bottom: 5px solid #336699;
	font-family: "BenchNine", sans-serif;
	text-transform: uppercase;
	font-weight: 300 !important;
}

.container-top span.bullet{
	display:block;
	width:50px;
	height:50px;
	border-radius:25px;
	background:#ffb610;
	float:left;
	padding:10px 10px 10px 10px;
	text-align:center;
	color:#FFF;
	margin:-5px 0 0 25px;
	font-weight:bold;
}

.container-top .select-1{
	position:absolute;
	right:10px; 
	top:5px;
}

.container-top .select-2{
	position:absolute;
	right:300px; 
	top:5px;
}
/* 
-------------------
	   FOOTER 
-------------------		
*/

footer{
	background:#20232d;
}

footer .team_name{
	display:block;
	background-image:url(/images/logo.png);
	background-repeat:no-repeat;
	background-size:50px 61px;
	padding-left:65px;
	min-height:61px;
	font-family: ConmarTypeRevRegular, "BenchNine", sans-serif;
	font-size:25px;
	color:#fff;
	width:250px;
	margin:0 auto;
	line-height:61px;
}

.widget-social-links .widget-social-links-list{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.widget-social-links{
	font-size: 0;
}

.widget-social-links-link{
	border-radius: 50%;
	background-color: #ffffff;
	display:block;
}

.widget-social-links-item{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	font: 16px/60px 'FontAwesome';
	transition: all .3s;
}
.widget-social-links-link_facebook:before{
	content: "\f09a";
}

.widget-social-links-link_twitter:before{
	content: "\f099";
}

.widget-social-links-link_googleplus:before{
	content: "\f0d5";
}

.widget-social-links-link_linkedin:before{
	content: "\f0e1";
}

.widget-social-links-link_pinterest:before{
	content: "\f0d2";
}

.widget-social-links-link:hover{
	background-color: #f7b7d3;	
	color: #ffffff;
}

.widget-social-links-item:not(:first-child) {
	margin: 0 0 0 10px;
}


/* 
-------------------
	   TO TOP 
-------------------		
*/
.toTop {
    width: 42px;
    height: 42px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    background: #f7b7d3;
    border-radius: 50%;
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 100;
}

.toTop:focus {
    background: #3497DB;
}

.toTop:hover {
    color: #fff;
    background: #f7d6e4;
    text-decoration: none;
    border: 1px solid darker(#f7d6e4, 10%);
}

.mobile .toTop,
.tablet .toTop {
   /* display: none!important;*/
}


/*-------------
  LOADING DIV
--------------*/
.LoaderImage{display:none;}
.LoaderImage img{margin-left:510px;}

.btn {
    font-family: "BenchNine", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
}
/*-------------
  BOTTONI
--------------*/
.btn-md {
    border-radius: 5px;
    padding: 10px 32px;
    font-size: 20px;
    line-height: 24px;
}

.btn-primary {
    background: #3497DB;
    color: #FFF;
}

.btn-primary:focus {
    background: #ffb610;
}

.btn-primary:hover {
    background: #ffb610;
    color: #FFF;
}

.btn-primary:active {
    background: #217cbb;
}

.btn-primary-variant-1 {
    color: #FFF;
    background: #ffb610;
}

.btn-primary-variant-1:focus {
    background: #3497DB;
}

.btn-primary-variant-1:hover {
    color: #FFF;
    background: #3497DB;
}

.btn-primary-variant-1:active {
    background: #217cbb;
}

.btn_offset {
    margin-top: 25px;
}

/* 
-------------------
	   VARI
-------------------		
*/

.item-center{
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	
}

.item-center .item-button{
	display: inline-block;
	vertical-align: middle;
	padding-right:43px;
}


.item-center .item-button a{
	display: inline-block;
	padding-bottom: 20px;
	position: relative;
	cursor: pointer
}


.item-button.active>.item-button-link:after{
	background-color: #f7b8d3;
	transition: background-color .2s ease-out;
	height:2px;
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0
}

.item-button-link:hover:after{
	background-color: #f7b8d3;
	transition: background-color .2s ease-out;
	height:2px;
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0
}

#main-div {
	margin-top:25px;
}

@media (max-width: 767px) {
	#main-div { 
		padding-left:15px;
		padding-right:15px;
	}
}

#main-div .top_decor{
	position:relative;
	margin-top:5px;
}

.top_decor_gray:after {
    background: #f4f3f3 !important;   
}

.top_decor {
    background: #FFF;
    position: relative;
    overflow: hidden;
    padding-top: 36px;
    border-radius: 26px 26px;
}

.top_decor:after {
    content: '';
    position: absolute;
    top: 13px;
    left: 1px;
    right: 1px;
    background: #fff;
    height: 23px;
    border-radius: 50px 50px 0 0;
}

.top_decor:before {
    border-top: 36px solid #3497DB;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    content: '';
    border-radius: 25px 25px;
}

.rounded+h6 {
    margin-top: 34px;
}

h6 {
    font-size: 24px;
    color: #3497DB;
    font-weight: 400;
}

.txt_wrap {
    margin-top: 13px;
    padding: 0 12px;
}

footer{
	padding-top:50px;
}
@media (max-width: 767px) {
	.txt_wrap { 
		margin-bottom:30px;
	}
}

section.spacer {
	height:150px;
}

/* 
-------------------
	   NEWS
-------------------		
*/

#news-list{
	padding-top:84px;
}

#news-list p{
	text-align:center;
	font-size:22px;
}

#news-list ul{
	display: flex;
	flex-wrap: wrap;
	margin:0 auto;
}

#news-list ul li{
	text-align:center;
	font-family:ConmarTypeRevRegular;
	font-size:22px;
	margin-right:3%;
	width:31.33%;
	padding-bottom:50px;
	margin:0 auto;
}

#news-list ul li img{
	max-height:268px;
	min-height:268px;
	margin:0 auto;
}

#news-list ul li:nth-child(3n){
	margin-right:0;
}

#news-list p{
	text-align:left;
	color:#000000;
	font-size:24px;
	line-height:26px;
	text-transform:uppercase;
}

#news-list p.date{
	font-size:14px;
	ont-family: RalewayMedium, sans-serif !important;
	padding-top:15px;
	padding-bottom:10px;
}

#news-list p.title{
	border-bottom:1px solid #ccc;
	min-height:73px;
	padding-bottom:20px;
	overflow:hidden;
}

#news-item{
	padding-top:84px;
}
 
 #news-item .news-body{
	 display:table; 
	 width:100%;
	 max-width: 1200px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0 auto;
	box-sizing: border-box;
}
 
#news-item .news-body-main{
	display: table-cell;
	vertical-align: top;
	position: relative;
	max-width: 784px  
}

#news-item .wrapper-main{
	margin-right: 118px;

}

#news-item .text{
	font-size: 15px;
	line-height: 25px;
	padding-top:25px;
	/*padding-bottom:25px;*/
	text-align:left;
}


#news-item .date{
	font-weight: 400;
	font-style: normal;
	font-family: ConmarTypeRevRegular;
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0px;;
	text-align:left;
}

#news-item .image img{
	width:676px;
	height:405px;
}

#news-item .title{
	padding-bottom:20px;
}

#news-item .news-body-subordinate{
	display: table-cell;
	width: 376px;
	max-width: 376px
}
 
 #news-item .news-inline{
 	margin-bottom: 35px
 }
 
 #news-item .news-inline .news-box{
	font-size: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	white-space: normal
 }
 
 #news-item .news-inline .news-box .image {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 33px 0 0;
    width: 210px;
	height:126px;
}

#news-item .news-inline .news-box .image img {
    width: 100%;
    height:126px !important;
}
 
 .animated, .fvg-thumbnail, .news-box {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn, .fvg-thumbnail, .news-box {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    99% {
        opacity: 0
    }

    100% {
        display: none !important
    }
}

#news-item .news-inline .news-box .text-CTR {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 0;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

#news-item .news-box .text-CTR .bottom .info-CTR {
    padding-top: 12px;
    border-top: 1px solid #ccc;
    margin-top: 15px;
	font-size:12px;
}

#news-item .news-inline .news-box .text-CTR .text {
    max-width: inherit;
	font-size: 15px;
    display: block;
    max-height: 4.4em;
    line-height: 1.1 !important;
    font-family: ConmarTypeRevRegular, sans-serif;
    height: auto;
    overflow: visible;
	padding-top: 0px !important;
}


#news-item .news-inline .news-box .text-CTR .bottom {
    position: absolute;
    width: 100%;
    bottom: 0
}

#news-item .news-box:hover .image img {
    -webkit-transform: translate3d(0, 0, -1px) scale(1.05, 1.05);
    transform: translate3d(0, 0, -1px) scale(1.05, 1.05);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

#news-item .news-small .no-touch .news-box:hover .image img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

#news-item .no-touch .news-box:hover .text-CTR .text a {
    transition: color .3s ease-out;
    color: #262626
}

#news-item .news-box .image-CNT {
    overflow: hidden
}



@media (max-width: 767px) {
  #news-list, #news-item{
	  padding-top:0px;
  }
  
  #news-list ul li{
	  width:100%;
 }
 #news-item .wrapper-main{
	margin-right:0; 
  }
  
 #news-item .news-body-subordinate{
	 display:none
}
}

/* 
-------------------
	   ARCHIVIO
-------------------		
*/

#archivio  {
	padding-top:84px;
}

#archivio .archive-CTR {
			max-width: 1160px;
				}
#archivio .stagione-CTR{			
	height: 250px;
	margin: 20px 0;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}
	
#archivio .stagione-CTR div{
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	z-index: 1;
	font-family: ConmarTypeRevRegular, sans-serif;
}
	
#archivio .stagione-CTR div.text{
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	padding-left: 39px;
	width: 336px;
	padding-right:150px;
}

#archivio .archive-CTR .stagione-CTR>div .text .stagione-title{
	font-size: 21px;
	margin: 0;
	text-transform: uppercase
}

#archivio .archive-CTR .stagione-CTR>div .text .stagione-anno{
	margin-bottom: 55px;
	font-size: 48px;
	margin: 4px 0 0
}

.font-titling{
	font-feature-settings: "titl" 1
}
	
#archivio .stagione-CTR .background-image{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0
}
	
#archivio .stagione-CTR .background-image.desktop{
	display:block;
}
	
#archivio .archive-CTR .stagione-CTR>div .competizioni{
	display: table-cell;
	vertical-align: middle;
	display:none;
}

#archivio .archive-CTR .stagione-CTR>div .competizioni .stemma-CTR{
	float: left;
	margin: 0 14px 0 0
}

#archivio .archive-CTR .stagione-CTR>div .competizioni .stemma-CTR .stemma{
  width: 130px;
  height: 120px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}

#archivio .archive-CTR .comp-list{
	float:right;
	padding-right:30px;
	width:190px;
	font-family: ConmarTypeRevRegular, sans-serif;
	font-size:21px;
	color:#ffffff;
}

#archivio .archive-CTR .comp-list ul{
	padding-top:90px;
}

#archivio .archive-CTR .comp-list ul li{
	line-height:21px;
	text-align:left;
	padding-bottom:10px;
}

#archivio .archive-CTR .comp-list ul li .fa{
	padding-right:5px;
}
@media (max-width: 767px) {
	#archivio{
		padding-top:0;
	}
	#archivio .stagione-CTR div{
		display:block;
	}
	
	#archivio .stagione-CTR div.text{
		vertical-align:top;
		padding-top:15px;
		padding-left:15px;
	}
	#archivio .archive-CTR .comp-list{
		float:none;
		padding-left:15px;
		width:auto;
	}
	#archivio .archive-CTR .comp-list ul{
		padding-top:60px;
	}
	
}

/* 
-------------------
	HALL OF FAME
-------------------		
*/

#hall-of-fame{
	padding-top:84px;
}

#hall-of-fame p{
	text-align:center;
	font-size:22px;
}

#hall-of-fame ul{
	display: flex;
	flex-wrap: wrap;
	max-width:900px;
	margin:0 auto;
}

#hall-of-fame ul li{
	text-align:center;
	font-family:ConmarTypeRevRegular;
	font-size:22px;
	padding-right:20px;
	width:300px;
	padding-bottom:10px;
}

@media (max-width: 767px) {
	#hall-of-fame{
		padding-top:0px;
	}
}

/* 
-------------------
	STORY
-------------------		
*/

#section-story{
	padding-top:84px;
}

#section-story .vetrina{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 463px;
	width: 100%;
	background-image: url(/images/storia-vetrina-seppia.jpg);
	opacity: 1;
}

#section-story .body-STR{
	padding-bottom: 77px;
	padding-top: 18px;
	max-width: 680px;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 39px;
	line-height: 26px;
	margin-top: 39px;
	font-family: RalewayMedium, sans-serif;
	font-size: 16px
}
#section-story .body-STR p{
	margin: 10px auto !important;
	color:#000;
}

#section-story h2.desc{
	font-family: RalewayMedium, sans-serif;
	font-size: 16px;
	text-transform:none;
	text-align:center;
}


@media (max-width: 767px) {
	#section-story{
		padding-top:0px;
	}
	
	#section-story .body-STR p{
		padding-left:15px;
		padding-right:15px;
		text-align:justify
	}
	#section-story .body-STR{
		padding-bottom: 30px;
		padding-top: 5px;
	}
	
	span.mobile.number{
		display:block !important;
	}
}

/* 
-------------------
	ERROR 404
-------------------		
*/

#error-404{
	padding-top:84px;
}

#error-404 p{
	text-align:center;
	font-size:22px;
}

#error-404 a{
	color:#f7b7d3;
	font-family: RalewayBold, sans-serif;
}