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

/** {
	margin: 0;
}*/

body {
	background-image: url(../images/back.jpg);
	font-family: 'Raleway', sans-serif;
	margin: 0;
	color: #333 !important;
}

body {
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.fade-in {
    opacity:0;  /* make things invisible upon start */
    animation:fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */

    animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/

    animation-duration:1s;
    animation-delay: 1.5s
}

header {
	/*background-color: rgba(0,0,0,0.65);*/
	background-color: rgba(202, 202, 202, 0.65);
	width: 100%;
	height: auto;
	min-height: 130px;
	position: absolute;
	z-index: 99;
}

.logo {
	width: auto;
	height: auto;
	float: left;
	margin-left: 10px;
	padding-top: 5px;
}

footer {
	background-color: rgba(45,45,45,1.00);
	width: 100%;
	height: auto;
	min-height: 130px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.80);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.80);
}

footer a {
	color: #fff;
	text-decoration: none;
	transition: ease-in-out 0.20s;
	-webkit-transition: ease-in-out 0.20s;
	-moz-transition: ease-in-out 0.20s;
	-ms-transition: ease-in-out 0.20s;
	-o-transition: ease-in-out 0.20s;
}

footer a:hover {
	color: #ef4e98;
}

.social {
	width: auto;
	height: auto;
	transition: ease-in-out 0.20s;
	-webkit-transition: ease-in-out 0.20s;
	-moz-transition: ease-in-out 0.20s;
	-ms-transition: ease-in-out 0.20s;
	-o-transition: ease-in-out 0.20s;
	filter: gray;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}

.social:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}

.body_box {
	width: 80%;
	height: auto;
	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 50px;
}

.body_box h1 {
	font-size: 40px;
}

.body_box a {
	color: #2B2B2B;
	text-decoration: none;
	transition: ease-in-out 0.20s;
	-webkit-transition: ease-in-out 0.20s;
	-moz-transition: ease-in-out 0.20s;
	-ms-transition: ease-in-out 0.20s;
	-o-transition: ease-in-out 0.20s;
}

.body_box a:hover {
	color: rgba(239,78,152,1.00);
}

.discrib {
	background-image: url(../images/discrib.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: auto;
	min-height: 150px;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	padding-top: 160px;
	padding-bottom: 20px;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.80);
}

.contact_img {
	width: 100%;
	transition: ease-in-out 0.20s;
	-webkit-transition: ease-in-out 0.20s;
	-moz-transition: ease-in-out 0.20s;
	-ms-transition: ease-in-out 0.20s;
	-o-transition: ease-in-out 0.20s;
	filter: gray;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	cursor: pointer;
}

.contact_img:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}


/*////////////////////////////////////////////
////////////////////////////////////////////
Responsive Grid 3 End
////////////////////////////////////////////
////////////////////////////////////////////*/

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

.span_1_of_3_3 { 
	width: 27.26%;
	background-color: rgba(0,0,0,0.45);
	border-radius: 10px 10px 10px 10px;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	color: #fff;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

@media only screen and (max-width: 905px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_3_3 { width: 100%; }
}

/*////////////////////////////////////////////
////////////////////////////////////////////
Responsive Grid 3 End
////////////////////////////////////////////
////////////////////////////////////////////*/

/*////////////////////////////////////////////
////////////////////////////////////////////
Responsive Grid 2
////////////////////////////////////////////
////////////////////////////////////////////*/

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 648px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 648px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}


/*////////////////////////////////////////////
////////////////////////////////////////////
Responsive Grid 2 End
////////////////////////////////////////////
////////////////////////////////////////////*/

/*////////////////////////////////////////////
////////////////////////////////////////////
Creative Menu
////////////////////////////////////////////
////////////////////////////////////////////*/


.color-4 {
	float: right;
	/*margin-top: 38px;*/
	padding-right: 10px;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	font-family: 'Raleway', sans-serif;
}

nav a {
	position: relative;
	display: inline-block;
	margin: 5px 10px;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 18px;
}

nav a:hover,
nav a:focus {
	outline: none;
}

/* Effect 17: move up fade out, push border */
.cl-effect-17 a {
	/*color: #10649b;*/
	color: #ef4e98;
	text-shadow: none;
	/*padding: 10px 0;*/
	padding: 50px 0;
}

.cl-effect-17 a:hover {
	color: #fff;
	font-weight: 800;
}



.cl-effect-17 a::before {
	color: #fff;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	content: attr(data-hover);
	position: absolute;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.cl-effect-17 a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	/*height: 2px;*/
	height: 100%;
	/*background: #fff;*/
	opacity: 0;
	background-image: url(../images/sports.png);
	background-size: cover;
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.cl-effect-17 a:hover::before,
.cl-effect-17 a:focus::before {
	opacity: 0;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	transform: translateY(-2px);
}

.cl-effect-17 a:hover::after,
.cl-effect-17 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}


/*////////////////////////////////////////////
////////////////////////////////////////////
Creative Menu End
////////////////////////////////////////////
////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////*/
/*////////////////////////// MENU RESPONSIVE ///////////////////////*/
/*///////////////////////////////////////////////////////////////////*/

.slicknav_menu {
	display:none;
}


.js #menu {
		display:none;
}

.logo_b {
	width: auto;
	height: auto;
	align-content: center;
	display: none;
}

@media only screen and (max-width: 950px) {
	
	.js .slicknav_menu {
		display:block;
		z-index: 9999999999 !important;
		position: relative !important;
   		width:100%;
		background-color: rgba(43,43,43,1.00);
	}
	
	/*.js #menu {
		display: none;
	}*/
	
	.color-4 {
		display: none;
	}
	
	.logo {
		display: none;
	}
	
	.logo_b {
		display: inline-block;
	}
	
	header {
		text-align: center !important;
	}
	

}

/*///////////////////////////////////////////////////////////////////*/
/*///////////////////////// MENU RESPONSIVE END ////////////////////*/
/*///////////////////////////////////////////////////////////////////*/


/*////////////////////////////////////////////
////////////////////////////////////////////
Hover Box
////////////////////////////////////////////
////////////////////////////////////////////*/

.grid {
	overflow: hidden;
	margin: 0;
	padding: 3em 0 0 0;
	width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: -0.135em;
	width: 33.333%;
	height: 350px;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure figcaption {
	transition: ease-in-out 0.35s;
	-webkit-transition: ease-in-out 0.20s;
	-moz-transition: ease-in-out 0.35s;
	-ms-transition: ease-in-out 0.35s;
	-o-transition: ease-in-out 0.35s;
}

.grid figure figcaption:hover {
	background-color: rgba(0,0,0,0.70);
}

.grid figure h2 {
	word-spacing: -0.15em;
	
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla {
	background: ;
}

figure.effect-layla img {
	min-width: 100%;
	height: -webkit-calc(100% + 40px);
	height: calc(100% + 40px);
}

figure.effect-layla figcaption {
	padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla img,
figure.effect-layla h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

/* Related demos */
.related {
	padding: 6em 1em;
	font-size: 120%;
}

.related > a {
	border: 1px solid #4f7f90;
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
}

.related a:hover {
	border-color: #39545e;
}

.related a img {
	max-width: 100%;
	opacity: 0.8;
}

.related a:hover img,
.related a:active img {
	opacity: 1;
}

.related a h3 {
	margin: 0;
	padding: 0.5em 0 0.3em;
	max-width: 300px;
	text-align: left;
}

.img_responsive {
	width: 100%;
	max-width: 300px;
}

@media screen and (max-width: 25em) {

	.codrops-header {
		font-size: 75%;
	}

	.codrops-icon span {
		display: none;
	}

}

/*////////////////////////////////////////////
////////////////////////////////////////////
Hover Box End
////////////////////////////////////////////
////////////////////////////////////////////*/