@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:'Montserrat', 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: #a1c227;
}

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

.justify{
	 text-align: justify !important;
}

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

.floatL {
	float:left;
}

.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-10{
	height:10px
}

.spacer-30{
	height:30px
}

.hide{
	display:none;
}

.relative{
 position:relative;
}
.spacing-top-x-small{
	padding-top:10px;

}
.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-x-small{
	padding-bottom:10px;

}
.spacing-bottom-small{
	padding-bottom:25px;

}
.spacing-bottom-medium{
	padding-bottom: 60px;
}

.spacing-bottom-large{
	padding-bottom: 100px;
}

.spacing-left-x-small{
	padding-left: 15px;
}
.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;
}

.line-height-20{
	line-height:20px;
}

.mx-auto {
    margin-right:auto!important;
    margin-left:auto!important;
}

.div-65{
	width:65%;
	margin:auto;
	padding:0 20px;
}

.color-green{
	color:#a1c227 !important;
}

@media (max-width: 767px) {
	.div-65{
		width:100%;
	}	
}

/*-----------------------------
	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: #a1c227;
		border-color: #a1c227;
		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: #8CA922;
	border-color: #8CA922;
}

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

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

.main-body{
	min-height:500px;
	padding-top:25px;
	padding-bottom:25px;
}

.main-body-1{
	min-height:500px;
	padding-top:25px;
	padding-bottom:0px;
}

/* 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: #a1c227;
    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: #a1c227;
}

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

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

.sf-menu ul.menu-1{
	left:-32px;
	width: 170px;
}

.sf-menu ul.menu-doc{
	left:-65px !important;
	width: 230px !important;
}

.sf-menu ul.menu-2{
	left:-25px;
}

.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 #a1c227 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 #login-button{
   display:none;
}

.isStuck #icon_user{
   display:none;
}

.isStuck #login-button-small{
	display:none;
	cursor:pointer;
}

.isStuck #login-button-right{
	display:block;
	cursor:pointer;
}

.isStuck #icon_user_stuck{
	display:block;
	cursor:pointer;
}

.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: #a1c227;
}

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

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

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

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

.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: #a1c227;
}

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

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

#stuck_container{
		min-height:147px;
}

#stuck_container .brand a.logo{
		background-image:url(/images/logo-200-g.png);
		float:left;
		text-indent:-999em;
		width:82px;
		height:100px;
		background-size:50px;
		background-repeat:no-repeat;
		background-position: center;
}

#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;
		margin-top:0px;
}

#stuck_container.isStuck .brand .brand_name{
		margin:3px 0 0 20px;
		font-size:25px;
		height: 60px;
		line-height: 60px;
		
}
/*-------------
  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: #a1c227;	
	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: #a1c227;
    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: #8CA922;
    text-decoration: none;
    border: 1px solid darker(#8CA922, 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;
}


/*-------------
  TITOLI
--------------*/
/*START SECTION TITLE DESIGN*/

.section-title {
    margin-bottom: 10px
}
.section-title h3 {
    color: #333;
    font-size: 30px;
    margin: 0;
    text-transform: capitalize;
    position: relative;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
.section-title h5 {
    font-size: 13px;
    text-transform: uppercase;
	font-weight: 600;
}
.section-title h3 span {
    font-weight: 400;
}
.section-title span.line {
    background-color: #ddd;
    height: 1px;
    width: 28%;
    font-size: 28px;
    display: inline-block;
    position: relative;
    margin: 21px auto 18px;
}
.section-title span.line:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 50px;
    background-color: #a1c227;
    top: -2px;
    border-radius: 30px;
    left: 50%;
    margin-left: -28px;
}
.section-title h3.section-title-white,
.section-title h5.section-title-white,
.section-title p.section-dec-white {
    color: #fff;
}
.section-title span.line.section-title-white-span {
    color: #fff;
}
.section-title i {
    margin: 0 auto;
    display: block;
    font-size: 50px;
    margin-bottom: 20px;
}
.section-title p {
    margin: auto;
    padding: 0 20px;
    width: 65%;
    position: relative;
	line-height:26px;
}
.section-title-left {
    margin-bottom: 60px;
}
.section-title-left p {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}
.section-title-left span.line {
    margin: 18px 0 15px;
    display: block;
    width: 53%;
}
.section-title-left span.line:before {
    left: 0;
    margin-left: 0;
}

@media (max-width: 767px) {
	.section-title p {
    	width: 100%;
    }
	
}
/*END SECTION TITLE DESIGN*/

/*-------------
  MESSAGE-BOX
--------------*/
.msg-box-div {
		margin:0 auto; 
		min-width:450px; 
		max-width:580px;
		padding:30px;
		text-align:center;
	}
	
@media (max-width: 767px) {
	.msg-box-div {
		min-width:200px; 
	}
	
}
	
	.msg-box-div-alert {
		border:2px solid #ff9933; 
	}
	
	.msg-box-div-confirm {
		border:2px solid #a1c227; 
	}
	
	.msg-box-div .msg-icon{
		width:100px;
		height:100px;
		margin:0 auto;
	}
	
	.msg-box-div .msg-icon-alert{
		background:url(/images/icons/alert-orange.png); 
		background-size: 100px 100px;
		background-repeat: no-repeat;
	}
	
	.msg-box-div .msg-icon-confirm{
		background:url(/images/icons/confirm-green.png); 
		background-size: 100px 100px;
		background-repeat: no-repeat;
	}
	
	
	.msg-box-div h2, .msg-box-div h3
	{
		font-family: inherit;
    	font-weight: 500;
    	line-height: 1.1;
   	 	color: inherit;
		margin-top: 20px;
		margin-bottom: 10px
		
	}
	
	
	
	.msg-box-div h2{
		font-size:24px;
		text-transform:none;
		
	}
	
	.msg-box-div h3{
		font-size:18px;
		text-transform:none;
		color:#aeabab;
		line-height:22px;
	}
	
	.msg-box-div a{
		color:#a1c227;
		cursor:pointer
	}
	
	.msg-box{
		display:none;
	}
	
	.msg-box .div-65{
		border:1px solid #ccc;
		padding:35px;
	}
	
	.msg-box .div-65 p{
		line-height:32px;
	}
	
	.msg-box .div-65 p.confirm i{
		color:#a1c227;
	}

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

.btn-2 {
    color: #a1c227;
    padding: 15px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    background: transparent;
    border: 1px solid #a1c227 !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.btn-2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
    background: #a1c227;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-2:hover,
.btn-2:focus,
.btn-2:active {
    color: #fff !important;
    border-color: #ffc300;
}
.btn-2:hover:before,
.btn-2:focus:before,
.btn-2:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}



/* 
-------------------
	   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: #8CA922;
	transition: background-color .2s ease-out;
	height:2px;
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0
}

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

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

.line-gray{
	height:1px;
	background:#ccc;
	line-height:1px;
	margin-top:20px;
	clear:both;
}

@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 !important;
    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;
}

/* 
-------------------
	   MODAL MSG
-------------------		
*/

.modal-body p {
	line-height:30px;
}

.modal-body p i{
	font-size:30px;
	padding-right:10px;
	color:#a1c227;
}




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

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

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

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

/* 
-------------------
	   ERROR BOX
-------------------		
*/

#errorBox {
	display:none;
	
}

#errorBox.errorForm ul li{
	padding-top:15px;
	color: #F00;
}

#errorBox.errorForm ul li a{
	text-decoration:underline;
}

#errorBox .dialog__heading{
	color: #F00;
}
/*
---------------
  PAGINAZIONE
---------------
*/
#pagination a, ul{
	display:inline-block
}

#pagination ul li{
	display:inline-block;
	float:left;
	padding:0 5px 0 5px;
	border-sizing:border-box;
	border-color:#6c6e73;
	line-height:33px;
	
}


#pagination li a, #pagination a.button_Prev_next{
	color:#5c5c5c;
	border-radius:3px;
	border:1px solid #cccccc;
	padding:8 12px 7px 13px;
	width:33px;
	background:linear-gradient(to bottom,#f7f8fa,#e7e9ec);
}
#pagination li a:hover{
	border:1px solid #6c6e73;
}

#pagination li a.pgCurrent{
	color:#a1c227;
	background:#FFF;
	border:1px solid #a1c227;
}

#pagination li a.pgCurrent:hover{
	border:1px solid #a1c227;
}

 #pagination a.button_Prev_next{
	 width:auto;
	 line-height:33px;
	 height:33px;
	 padding:0 10px 0 10px;
}

