@charset "utf-8";
/* CSS Document */

/* font */
@font-face {
  font-family: 'Roboto-Light';
  src: url('fonts/Roboto/Roboto-Light.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('fonts/Roboto/Roboto-Regular.ttf') format('truetype'); 
}

.services {
	width: 100%;
	position:relative;
	background-color:#fff;		
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	font-family: 'Roboto-Regular', sans-serif;
	display:block;
	margin:auto;
}
.services h3 {
	width: 95%;
	max-width:1200px;
	position:relative;
	font-family: 'Roboto-Regular', sans-serif;
	letter-spacing:.1em;
	display:block;
	margin:auto;
	text-align:left;
	font-weight:normal;
	color:#333;
	border-bottom:solid 2px #E40044;
	padding-bottom:12px;
}
@media all and (max-width:768px) {
.services h3 {
	text-align:center;
}

}
.services .services-into {
	width: 95%;
	position:relative;	
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	display:block;
	margin:auto;
	max-width:1200px;
}
.services .services-into a {
	cursor:pointer;
}
.services .services-into .box {
	width: 100%;
	position:relative;	
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	display:inline-block;
	margin:auto;
	vertical-align:top;
	background:#f1f1f1;
	border:solid 3px #f4f4f4;
	border-radius:5px;
-webkit-box-shadow: 1px 21px 28px -23px rgba(0,0,0,0.6);
-moz-box-shadow: 1px 21px 28px -23px rgba(0,0,0,0.6);
box-shadow: 1px 21px 28px -23px rgba(0,0,0,0.6);
}
.services .services-into a:hover .box {
	border:solid 3px #E40044;
}
.services .services-into .box .box-image img {
	width:100%;
	display:block;
	margin:auto;
}
.services .services-into .box .box-image {
	width:100%;
	display:block;
	margin:0 auto 10px auto;
}
.services .services-into .box .box-sm-title {
	width: 100%;
	position:relative;
	text-align:center;	
	line-height: 1.7059;
	font-family: 'Roboto-Regular', sans-serif;
	font-weight:normal;
    margin-top: 0;
    margin-bottom: 9px;
    color: #2e3236;
}
.services .services-into .box .box-sm-text {
	width: 100%;
	text-align:center;	
	color: #797f85;
	font-family: 'Roboto-Regular', sans-serif;
	font-weight:normal;
	display:block;
	margin:auto;
}
/* epidotoumena */
.programs {
	width: 100%;
	position:relative;
	background-color:#f0f0f0;		
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	font-family: 'Roboto-Regular', sans-serif;
	display:block;
	margin:auto;
}
.programs h4 {
	width: 95%;
	max-width:1200px;
	position:relative;
	font-family: 'Roboto-Regular', sans-serif;
	letter-spacing:.1em;
	display:block;
	margin:auto;
	text-align:left;
	font-weight:normal;
	color:#333;
	border-bottom:solid 2px #E40044;
	padding-bottom:12px;
}
@media all and (max-width:768px) {
.programs h4 {
	text-align:center;
}

}
.programs .blog_into {
	width: 95%;
	position:relative;	
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	display:block;
	margin:3% auto;
	max-width:1200px;
}
.blog_into .B_item {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	margin:auto;
	display:block;
	border:none;
	background: #fff;
}
.blog_into .B_item .dates {
    position: absolute;
    margin: 0 10px;
    top: 5px;
	padding: 5px 10px;
	text-align:left;
	background:#7db849;
	color:#fff;
	font-weight:normal;
	font-family: 'Roboto-Regular', sans-serif;
	z-index:3;
}
.blog_into .B_item .dates.off {
	background:#DC143C;
}
.blog_into .B_item .imgLiquid {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	display:inline-block;
	vertical-align:top;
}
.blog_into .B_item .cont {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	display:inline-block;
	vertical-align:top;
}
.blog_into .B_item .cont .desc {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	display:inline-block;
	vertical-align:top;
}
.blog_into .B_item .cont .desc h5 {
	width:100%;
	font-weight:normal;
	font-family: 'Roboto-Regular', sans-serif;
	color:#333;
}
.blog_into .B_item .cont .desc h5:after {
	border-color: #e0e0e0!important;
	content: "";
    display: block;
    width: 100%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    position: relative;
    bottom: 1px;
    padding-bottom: 20px;
}
.blog_into .B_item .cont .sum {
	text-align:left;
	font-weight:normal;
	font-family: 'Roboto-Light', sans-serif;
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	display:inline-block;
	vertical-align:top;
	color:#333;
	font-weight:normal;
}
.blog_into .B_item .cont .moar {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	font-family: 'Roboto-Regular', sans-serif;
	color:#fff;
	background-color:#E40044;
	border:solid 1px #E40044;
	letter-spacing:.05em;
	text-decoration:none;
	text-align:center;
	display:inline-block;
	margin:auto;
}
.blog_into .B_item .cont .moar:hover{
	background-color:#333;
	border:solid 1px #333;
}
/* epidotoumena */
/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

@media all and (min-width: 1400px) {
	
.services {
	padding:3% 0 4% 0;
}
.services h3 {
	font-size:2em;
	margin-bottom:25px;
}
.services .services-into {
	width:95%;
	margin-top:4%;
}
.services .services-into a {
	width:23.5%;
	margin: .5%;
}
.services .services-into .box {
	margin: 0;
	padding:20px;
	height:233px;
}
.services .services-into .box .box-image img {
	width:90px;
}
.services .services-into .box .box-image #spimg {
	width:170px;
}
.services .services-into .box .box-image {
	width:100%;
	display:block;
	margin:0 auto 10px auto;
}
.services .services-into .box .box-sm-title {
    font-size:1em;
    margin-top: 15px;
    margin-bottom: 0;
}
.services .services-into .box .box-sm-text {
	font-size: .9em;
	width:95%;
}

.programs {
	padding:3% 0 4% 0;
}
.programs h4 {
	font-size:2em;
	margin-bottom:25px;
}
.blog_into .B_item {
	width:100%;
	margin:0;
	padding: 10px;
	height:440px;
}
.blog_into .B_item .dates {
    font-size:.9em;
	top:10px;
	left:0;
}
.blog_into .B_item .imgLiquid {
	width:100%;
	height:200px;
}
.blog .blog_into .B_item .cont {
	width:100%;
	padding:10px 0;
}
.blog_into .B_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:10px;
}
.blog_into .B_item .cont .desc h5 {
	font-size:1.1em;
	margin-top:8px;
	margin-bottom:5px;
}
.blog_into .B_item .cont .desc h5:before {
    bottom: 27px;
}
.blog_into .B_item .cont .sum {
	width:100%;
	padding:0;
	height:80px;
	overflow:hidden;
	font-size:.9em;
}
.blog_into .B_item .cont .moar {
	width:50%;
	padding:8px 10px;
	font-size:.85em;
	margin:20px auto auto auto;
}


}

@media all and (min-width: 1200px) and (max-width: 1399px) {

.services {
	padding:3% 0 4% 0;
}
.services h3 {
	font-size:2em;
	margin-bottom:25px;
	width:95%;
}
.services .services-into {
	width:95%;
	margin-top:4%;
}
.services .services-into a {
	width:23.5%;
	margin: .5%;
}
.services .services-into .box {
	margin: 0;
	padding:20px;
	height:233px;
}
.services .services-into .box .box-image img {
	width:90px;
}
.services .services-into .box .box-image #spimg {
	width:170px;
}
.services .services-into .box .box-image {
	width:100%;
	display:block;
	margin:0 auto 10px auto;
}
.services .services-into .box .box-sm-title {
    font-size:1em;
    margin-top: 15px;
    margin-bottom: 0;
}
.services .services-into .box .box-sm-text {
	font-size: .85em;
	width:95%;
}

.programs {
	padding:3% 0 4% 0;
}
.programs h4 {
	font-size:2em;
	margin-bottom:25px;
	width:95%;
}
.blog_into .B_item {
	width:100%;
	margin:0;
	padding: 10px;
	height:440px;
}
.blog_into .B_item .dates {
    font-size:.9em;
	top:10px;
	left:0;
}
.blog_into .B_item .imgLiquid {
	width:100%;
	height:200px;
}
.blog .blog_into .B_item .cont {
	width:100%;
	padding:10px 0;
}
.blog_into .B_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:10px;
}
.blog_into .B_item .cont .desc h5 {
	font-size:1.1em;
	margin-top:8px;
	margin-bottom:5px;
}
.blog_into .B_item .cont .desc h5:before {
    bottom: 27px;
}
.blog_into .B_item .cont .sum {
	width:100%;
	padding:0;
	height:80px;
	overflow:hidden;
	font-size:.9em;
}
.blog_into .B_item .cont .moar {
	width:50%;
	padding:8px 10px;
	font-size:.85em;
	margin:20px auto auto auto;
}


}

@media all and (min-width: 1024px) and (max-width: 1199px) {

.services {
	padding:4% 0 4% 0;
}
.services h3 {
	font-size:2em;
	margin-bottom:25px;
	width:95%;
}
.services .services-into {
	width:95%;
	margin-top:4%;
}
.services .services-into a {
	width:48.5%;
	margin:1% .5%;
}
.services .services-into .box {
	margin: 0;
	padding:20px;
	height:233px;
}
.services .services-into .box .box-image img {
	width:90px;
}
.services .services-into .box .box-image #spimg {
	width:170px;
}
.services .services-into .box .box-image {
	width:100%;
	display:block;
	margin:0 auto 10px auto;
}
.services .services-into .box .box-sm-title {
    font-size:1em;
    margin-top: 15px;
    margin-bottom: 0;
	padding:10px 20px;
}
.services .services-into .box .box-sm-text {
	font-size: .85em;
	width:95%;
}

.programs {
	padding:3% 0 4% 0;
}
.programs h4 {
	font-size:2em;
	margin-bottom:25px;
	width:95%;
}
.blog_into .B_item {
	width:100%;
	margin:0;
	padding: 10px;
	height:460px;
}
.blog_into .B_item .dates {
    font-size:.9em;
	top:10px;
	left:0;
}
.blog_into .B_item .imgLiquid {
	width:100%;
	height:200px;
}
.blog .blog_into .B_item .cont {
	width:100%;
	padding:10px 0;
}
.blog_into .B_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:10px;
}
.blog_into .B_item .cont .desc h5 {
	font-size:1em;
	margin-top:8px;
	margin-bottom:5px;
}
.blog_into .B_item .cont .desc h5:before {
    bottom: 27px;
}
.blog_into .B_item .cont .sum {
	width:100%;
	padding:0;
	height:80px;
	overflow:hidden;
	font-size:.9em;
}
.blog_into .B_item .cont .moar {
	width:100%;
	padding:8px 10px;
	font-size:.85em;
	margin:20px auto auto auto;
}

}

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

.services {
	padding:5% 0 4% 0;
}
.services h3 {
	font-size:2em;
	margin-bottom:25px;
	width:95%;
}
.services .services-into {
	width:95%;
	margin-top:4%;
}
.services .services-into a {
	width:48.5%;
	margin:1% .5%;
}
.services .services-into .box {
	margin: 0;
	padding:20px;
	height:233px;
}
.services .services-into .box .box-image img {
	width:90px;
}
.services .services-into .box .box-image #spimg {
	width:170px;
}
.services .services-into .box .box-image {
	width:100%;
	display:block;
	margin:0 auto 10px auto;
}
.services .services-into .box .box-sm-title {
    font-size:1em;
    margin-top: 15px;
    margin-bottom: 0;
	padding:10px 20px;
}
.services .services-into .box .box-sm-text {
	font-size: .85em;
	width:95%;
}

.programs {
	padding:3% 0 4% 0;
}
.programs h4 {
	font-size:2em;
	margin-bottom:25px;
	width:95%;
}
.blog_into .B_item {
	width:100%;
	margin:0;
	padding: 10px;
	height:440px;
}
.blog_into .B_item .dates {
    font-size:.9em;
	top:10px;
	left:0;
}
.blog_into .B_item .imgLiquid {
	width:100%;
	height:200px;
}
.blog .blog_into .B_item .cont {
	width:100%;
	padding:10px 0;
}
.blog_into .B_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:10px;
}
.blog_into .B_item .cont .desc h5 {
	font-size:1.1em;
	margin-top:8px;
	margin-bottom:5px;
}
.blog_into .B_item .cont .desc h5:before {
    bottom: 27px;
}
.blog_into .B_item .cont .sum {
	width:100%;
	padding:0;
	height:80px;
	overflow:hidden;
	font-size:.9em;
}
.blog_into .B_item .cont .moar {
	width:100%;
	padding:8px 10px;
	font-size:.85em;
	margin:20px auto auto auto;
}

}

@media all and (min-width: 600px) and (max-width: 767px) {
	
.services {
	padding:5% 0 4% 0;
}
.services h3 {
	font-size:1.85em;
	margin-bottom:25px;
	width:95%;
}
.services .services-into {
	width:95%;
	margin-top:4%;
}
.services .services-into a {
	width:75%;
	display:block;
	margin:3% auto;
}
.services .services-into .box {
	margin: 0;
	padding:20px;
	height:233px;
}
.services .services-into .box .box-image img {
	width:90px;
}
.services .services-into .box .box-image #spimg {
	width:170px;
}
.services .services-into .box .box-image {
	width:100%;
	display:block;
	margin:0 auto 10px auto;
}
.services .services-into .box .box-sm-title {
    font-size:1em;
    margin-top: 15px;
    margin-bottom: 0;
	padding:10px 20px;
}
.services .services-into .box .box-sm-text {
	font-size: .85em;
	width:95%;
}

.programs {
	padding:3% 0 4% 0;
}
.programs h4 {
	font-size:1.85em;
	margin-bottom:25px;
	width:95%;
}
.blog_into .B_item {
	width:100%;
	margin:0;
	padding: 10px;
}
.blog_into .B_item .dates {
    font-size:.9em;
	top:10px;
	left:0;
}
.blog_into .B_item .imgLiquid {
	width:100%;
	height:200px;
}
.blog .blog_into .B_item .cont {
	width:100%;
	padding:10px 0;
}
.blog_into .B_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:10px;
}
.blog_into .B_item .cont .desc h5 {
	font-size:1em;
	margin-top:8px;
	margin-bottom:5px;
}
.blog_into .B_item .cont .desc h5:before {
    bottom: 27px;
}
.blog_into .B_item .cont .sum {
	width:100%;
	padding:0;
	height:80px;
	overflow:hidden;
	font-size:.9em;
}
.blog_into .B_item .cont .moar {
	width:100%;
	padding:8px 10px;
	font-size:.85em;
	margin:20px auto auto auto;
}

}

@media all and (min-width: 450px) and (max-width: 599px) {

.services {
	padding:5% 0 4% 0;
}
.services h3 {
	font-size:1.85em;
	margin-bottom:25px;
	width:95%;
}
.services .services-into {
	width:95%;
	margin-top:4%;
}
.services .services-into a {
	width:85%;
	display:block;
	margin:3% auto;
}
.services .services-into .box {
	margin: 0;
	padding:20px;
	height:233px;
}
.services .services-into .box .box-image img {
	width:90px;
}
.services .services-into .box .box-image #spimg {
	width:170px;
}
.services .services-into .box .box-image {
	width:100%;
	display:block;
	margin:0 auto 10px auto;
}
.services .services-into .box .box-sm-title {
    font-size:1em;
    margin-top: 15px;
    margin-bottom: 0;
	padding:10px 20px;
}
.services .services-into .box .box-sm-text {
	font-size: .85em;
	width:95%;
}

.programs {
	padding:3% 0 4% 0;
}
.programs h4 {
	font-size:1.85em;
	margin-bottom:25px;
	width:95%;
}
.blog_into .B_item {
	width:100%;
	margin:0;
	padding: 10px;
}
.blog_into .B_item .dates {
    font-size:.9em;
	top:10px;
	left:0;
}
.blog_into .B_item .imgLiquid {
	width:100%;
	height:250px;
}
.blog .blog_into .B_item .cont {
	width:100%;
	padding:10px 0;
}
.blog_into .B_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:10px;
}
.blog_into .B_item .cont .desc h5 {
	font-size:1em;
	margin-top:8px;
	margin-bottom:5px;
}
.blog_into .B_item .cont .desc h5:before {
    bottom: 27px;
}
.blog_into .B_item .cont .sum {
	width:100%;
	padding:0;
	height:80px;
	overflow:hidden;
	font-size:.9em;
}
.blog_into .B_item .cont .moar {
	width:100%;
	padding:8px 10px;
	font-size:.85em;
	margin:20px auto auto auto;
}

}


@media all and (max-width: 449px) {

.services {
	padding:5% 0 4% 0;
}
.services h3 {
	font-size:1.85em;
	margin-bottom:25px;
	width:95%;
}
.services .services-into {
	width:95%;
	margin-top:4%;
}
.services .services-into a {
	width:95%;
	display:block;
	margin:3% auto;
}
.services .services-into .box {
	margin: 0;
	padding:20px;
}
.services .services-into .box .box-image img {
	width:90px;
}
.services .services-into .box .box-image #spimg {
	width:170px;
}
.services .services-into .box .box-image {
	width:100%;
	display:block;
	margin:0 auto 10px auto;
}
.services .services-into .box .box-sm-title {
    font-size:1em;
    margin-top: 15px;
    margin-bottom: 0;
	padding:10px 20px;
}
.services .services-into .box .box-sm-text {
	font-size: .85em;
	width:95%;
}

.programs {
	padding:3% 0 4% 0;
}
.programs h4 {
	font-size:1.65em;
	margin-bottom:25px;
	width:95%;
}
.blog_into .B_item {
	width:100%;
	margin:0;
	padding: 10px;
}
.blog_into .B_item .dates {
    font-size:.9em;
	top:10px;
	left:0;
}
.blog_into .B_item .imgLiquid {
	width:100%;
	height:250px;
}
.blog .blog_into .B_item .cont {
	width:100%;
	padding:10px 0;
}
.blog_into .B_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:10px;
}
.blog_into .B_item .cont .desc h5 {
	font-size:1em;
	margin-top:8px;
	margin-bottom:5px;
}
.blog_into .B_item .cont .desc h5:before {
    bottom: 27px;
}
.blog_into .B_item .cont .sum {
	width:100%;
	padding:0;
	height:80px;
	overflow:hidden;
	font-size:.9em;
}
.blog_into .B_item .cont .moar {
	width:100%;
	padding:8px 10px;
	font-size:.85em;
	margin:20px auto auto auto;
}

}	
/*///////////////////////////////////////////////slider/////////////////////////*/
/*slider*/
.main-carousel .main-carousel-cell .gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(229, 229, 229, 0.8);   
}
.main-carousel .main-carousel-cell .gradient.dark {
    background-color: rgba(34, 34, 34, 0.35);
}
.Main_slider {
	width:100%;	
	position:relative;
	display:block;
	margin:auto;
	#max-width:1180px;
}
.main-carousel {
    background: #FAFAFA;
    background-size: cover;
	border-bottom:solid 1px #f1f1f1;
}
.main-carousel-cell {
    width: 100%;
    height: 900px;
    color: #fff;
    background: #000;
}
/* hide disabled button */
.flickity-button:disabled {
  display: none;
}
/* position dots in carousel */
.flickity-page-dots {
  bottom: 5px!important;
}
/* white circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid #fff;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: #E40044;
}
.main-carousel .main-carousel-cell div img {
}
.main-carousel .main-carousel-cell div {
	height:100%;
}
.main-carousel .main-carousel-cell div aside {
	display:inline-block;
	background:rgb(0, 0, 0, .65);
	border-radius:5px;
	padding:30px;
	max-width:1400px;
	z-index:2;
}
.main-carousel .main-carousel-cell div h1 {
	font-family: 'Roboto-Regular', sans-serif;
	color: #fff;
	font-weight:normal;
	text-align:left;
	line-height:1.4;
	letter-spacing:.1em;
}
.main-carousel .main-carousel-cell div h2 {
	font-family: 'Roboto-Regular', sans-serif;
	color:#fff;
	font-weight:normal;
	text-align:left;
	line-height:1.4;
}
.main-carousel .main-carousel-cell div aside  a {
	font-family: 'Roboto-Regular', sans-serif;
	background-color: #E40044;
	border:solid 1px #E40044;
    color: #fff;
	text-decoration:none;
	margin:auto;
	display:inline-block;
	text-align:center;
		-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.main-carousel .main-carousel-cell div aside  a:hover{
	background-color: #fff;
	color:#333;
}
/*slider*/

@media all and (min-width: 1400px) {
	
/*slider*/
.Main_slider {
	margin-top:130px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 480px!important;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 480px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell {
   height: 480px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 480px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 480px!important;
}
.main-carousel .main-carousel-cell .imgLiquid {
	height: 480px!important;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
    height: 480px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
    height: 480px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
   height: 480px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
    height: 480px!important;
}
.main-carousel .main-carousel-cell div aside  {
	width:440px;
	left: 50px;
	top:120px;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div h1 {
	font-size:1.1em;
	margin:0px;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:.9em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	width:50%;
	padding: 12px 10px;
	font-size: .85em;
	margin-top:25px;
}
/*slider*/

}

@media all and (min-width: 1200px) and (max-width: 1399px) {

/*slider*/
.Main_slider {
	margin-top:130px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 480px!important;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 480px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell {
   height: 480px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 480px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 480px!important;
}
.main-carousel .main-carousel-cell .imgLiquid {
	height: 480px!important;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
    height: 480px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
    height: 480px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
   height: 480px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
    height: 480px!important;
}
.main-carousel .main-carousel-cell div aside {
	width:440px;
	left: 50px;
	top:120px;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div h1 {
	font-size:1.1em;
	margin:0px;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:.9em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	width:50%;
	padding: 12px 10px;
	font-size: .85em;
	margin-top:25px;
}
/*slider*/

}

@media all and (min-width: 1024px) and (max-width: 1199px) {

/*slider*/
.Main_slider {
	margin-top:100px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 480px!important;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 480px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell {
   height: 480px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 480px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 480px!important;
}
.main-carousel .main-carousel-cell .imgLiquid {
	height: 480px!important;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
    height: 480px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
    height: 480px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
   height: 480px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
    height: 480px!important;
}
.main-carousel .main-carousel-cell div aside {
	width:440px;
	left: 50px;
	top:120px;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div h1 {
	font-size:1.1em;
	margin:0px;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:.9em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	width:50%;
	padding: 12px 10px;
	font-size: .85em;
	margin-top:25px;
}
/*slider*/

}

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

/*slider*/
.Main_slider {
	margin-top:100px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 430px!important;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
   height: 430px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell {
  height: 430px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 430px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 430px!important;
}
.main-carousel .main-carousel-cell .imgLiquid {
	height: 430px!important;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
    height: 430px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
    height: 430px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
   height: 430px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
    height: 430px!important;
}
.main-carousel .main-carousel-cell div aside {
	width:400px;
	left: 0;
	right:0;
	top:120px;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div h1 {
	font-size:1.1em;
	margin:0px;
	text-align:center;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:.9em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	width:50%;
	padding: 12px 10px;
	font-size: .85em;
	display:block;
	margin:25px auto 0 auto;
}
/*slider*/

}

@media all and (min-width: 600px) and (max-width: 767px) {
	
/*slider*/
.Main_slider {
	margin-top:100px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 380px!important;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
   height: 380px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell {
  height: 380px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 380px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 380px!important;
}
.main-carousel .main-carousel-cell .imgLiquid {
	height: 380px!important;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
    height: 380px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
   height: 380px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
   height: 380px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
    height: 380px!important;
}
.main-carousel .main-carousel-cell div aside {
	width:400px;
	left: 0;
	right:0;
	top:100px;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div h1 {
	font-size:1.1em;
	margin:0px;
	text-align:center;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:.9em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	width:50%;
	padding: 12px 10px;
	font-size: .85em;
	display:block;
	margin:25px auto 0 auto;
}
/*slider*/

}

@media all and (min-width: 450px) and (max-width: 599px) {

/*slider*/
.Main_slider {
	margin-top:0px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 380px!important;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
   height: 380px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell {
  height: 380px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 380px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 380px!important;
}
.main-carousel .main-carousel-cell .imgLiquid {
	height: 380px!important;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
    height: 380px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
   height: 380px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
   height: 380px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
    height: 380px!important;
}
.main-carousel .main-carousel-cell div aside {
	width:350px;
	left: 0;
	right:0;
	top:100px;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div h1 {
	font-size:1.1em;
	margin:0px;
	text-align:center;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:.9em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	width:50%;
	padding: 12px 10px;
	font-size: .85em;
	display:block;
	margin:25px auto 0 auto;
}
/*slider*/

}

@media all and (max-width: 449px) {
	
/*slider*/
.Main_slider {
	margin-top:0px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 320px!important;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
   height: 320px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell {
  height: 320px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 320px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 320px!important;
}
.main-carousel .main-carousel-cell .imgLiquid {
	height: 320px!important;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
    height: 320px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
   height: 320px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
   height: 320px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
    height: 320px!important;
}
.main-carousel .main-carousel-cell div aside {
	width:280px;
	left: 0;
	right:0;
	top:80px;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div h1 {
	font-size:1em;
	margin:0px;
	text-align:center;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:.9em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	width:50%;
	padding: 8px 10px;
	font-size: .85em;
	display:block;
	margin:25px auto 0 auto;
}
/*slider*/
	
}	
/*-------------------------------------------------*/
/* =  18.Animations
/*-------------------------------------------------*/
/* flickity-fade */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  #background: hsla(0, 0%, 100%, 0.75);
  background: transparent;
  border: none;
  color: #fff;
}

.flickity-button:hover {
  background: transparent;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #E40044;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}