/*-------------
 	General
-------------*/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
	font: normal 16px 'Open Sans', sans-serif;
	color: #6d747c;
}

ul, nav{
	list-style: none;
}
a {
  color: #4485c6;
    text-decoration: none;
}
a img {
    text-decoration: none;
    border: none;
}
a:hover {
  color: #333333;
  text-decoration: none;
}
a:focus {
  color: #4485c6;
  text-decoration: none;
    padding: 0;
    margin: 0;
}

a.btn{
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
	background-color: #4485c6;
	font-weight: 800;
    font-size: 22px;
	text-align: center;
}
a.btn:hover{
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
	background-color: #326ba5;
	font-weight: 800;
    font-size: 22px;
	text-align: center;
}
hr{
	width: 150px;
	height: 2px;
	background-color: #2196F3;
	border: 0;
	margin-bottom: 30px;
}

section{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 40px;
}
   section h4.title{
    text-align: center !important;
}


@media (max-width: 900px){

	section{
		padding: 30px 50px;
	}
       section h4.title{
	color: #4d4d4d;
    text-align: center !important;
	text-transform: capitalize; 
	font: normal 60px 'Amatic SC', cursive !important;
	margin-bottom: 35px;
    padding: 0px 10px;
}
    section h5.title{
	color: #4d4d4d;
    text-align: center !important;
	text-transform: capitalize; 
	font: normal 40px 'Amatic SC', cursive !important;
	margin-bottom: 35px;
    padding: 0px 10px;
}

}

@media (max-width: 800px){

	section{
		padding: 30px 0px;
	}
    section h3.title{
	color: #ffffff;
	text-transform: capitalize; 
	font: normal 50px 'Amatic SC', cursive !important;
	margin-bottom: 35px;
	text-align: center;
    padding: 0px 10px;
}
   section h4.title{
	color: #4d4d4d;
    text-align: center !important;
	text-transform: capitalize; 
	font: normal 50px 'Amatic SC', cursive !important;
	margin-bottom: 35px;
    padding: 0px 10px;
}
     section h5.title{
	color: #4d4d4d;
    text-align: center !important;
	text-transform: capitalize; 
	font: normal 40px 'Amatic SC', cursive !important;
	margin-bottom: 35px;
    padding: 0px 10px;
}

}

@media (max-width: 500px){

	section{
        text-align: center;
	}
    section h3.title{
	color: #ffffff;
	text-transform: capitalize; 
	font: normal 40px 'Amatic SC', cursive !important;
	margin-bottom: 35px;
	text-align: center;
    padding: 0px 10px;
}
   section h4.title{
	color: #4d4d4d;
    text-align: center !important;
	text-transform: capitalize; 
	font: normal 35px 'Amatic SC', cursive !important;
	margin-bottom: 35px;
    padding: 0px 10px;
}
     section h5.title{
	color: #4d4d4d;
    text-align: center !important;
	text-transform: capitalize; 
	font: normal 40px 'Amatic SC', cursive !important;
	margin-bottom: 35px;
    padding: 0px 10px;
}
.navhide {
    display: none;
}

    

}

section h3.title{
	color: #ffffff;
	text-transform: capitalize; 
	font: normal 70px 'Amatic SC', cursive;
	margin-bottom: 35px;
	text-align: center;
}

section h4.title{
	color: #4d4d4d;
    text-align: left !important;
	text-transform: capitalize; 
	font: normal 70px 'Amatic SC', cursive;
	margin-bottom: 25px;
}
section h5.title{
	color: #f1f1f1;
    text-align: center !important;
	text-transform: capitalize; 
	font: normal 40px 'Amatic SC', cursive !important;
	margin: 15px 0px;
    padding: 0px 10px;
}

section p{
	max-width: 920px;
	text-align: left;
	margin-bottom: 20px;
	padding: 0 20px;
	line-height: 1.7;
    color: #4d4d4d;
}

ul.grid{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.center {
    text-align: center;
}


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

header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #333333;
	padding: 35px 100px 0;
}

header h2{
	font-family: 'Quicksand', sans-serif;
}

header a img{
	text-decoration: none;
    border: none;
}

header nav{
	display: flex;
     padding: 15px 0px 5px 0px;
    color: #ffffff;
}

header nav li{
	margin: 0 15px;
    color: #ffffff;
   
}
header nav li a{
    color: #ffffff;
   
}
header nav li a:hover{
    color: #ffffff;
   
}
header nav li a:hover{
    color: #ffffff;
   
}

header nav li:first-child{
	margin-left: 0;	
}

header nav li:last-child{
	margin-right: 0;	
}



@media (max-width: 900px){
	header{
		padding: 20px 50px;
	}
}


@media (max-width: 690px){
	header{
		display: none;
	}

	header h2{
		margin-bottom: 15px;
	}
    header img {
        width: 260px;
    }
    header nav{
	display: flex;
     padding: 2px 0px 4px 0px;
}
}
@media (max-width: 500px){

    header nav{
	font-size: 13px;
}
}
a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 58px;
	background: #88b871 url("../img/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/*----------------
 	Hero Section
----------------*/

.hero{
	position: relative;
	justify-content: center;
	min-height: 58vh;
	color: #fff;
	text-align: center;
}

.hero p{
	color: #fff;
	text-align: center;
}

.hero .background-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: -1;
}

.hero .background-image:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #EF2D56;
    opacity: .05;
}

.hero h1{
	font: normal 85px 'Amatic SC',cursive;
    letter-spacing: 1px;
    color: #ffffff;
}

.hero h3{
	font: bold 28px 'Open Sans', sans-serif;
	margin-bottom: 40px;
    font-size: 28px;
    letter-spacing: 8px;
    color: #ffffff;
    text-transform: uppercase;
}

.hero img {
    padding-bottom: 15px;
    
}

.hero a.btn{
	padding: 20px 46px;
}

@media (max-width: 800px){    

	.hero{
		min-height: 600px;
	}

	.hero h1{
		font-size: 60px;
        padding: 15px 0px;
	}

	.hero h3{
		font-size: 24px;
	}

	.hero a.btn{
		padding: 15px 40px;
	}
        .hero h3{
	font: bold 16px 'Open Sans', sans-serif;
	margin-bottom: 30px;
    letter-spacing: 5px;
    color: #ffffff;
    text-transform: uppercase;
}


}
@media (max-width: 500px){ 
    .hero{
		min-height: 500px;
	}

    .hero img {
    padding-bottom: 5px;
    width: 230px;
    }
    .hero h3{
	font: bold 16px 'Open Sans', sans-serif;
	margin-bottom: 45px;
    letter-spacing: 5px;
    color: #ffffff;
    text-transform: uppercase;
}
    	.hero h1{
		font-size: 55px;
        padding: 5px 0px;
	}

}

/*-- like button --*/
/*
title: Periscope Likes Tutorial
date: Aug 4, 2013
author: Zan Ilic
available at: https://zanilic.com/periscope-likes-tutorial-jquery-css3
*/
button.likes {
  padding: 0;
}

.heart-particle-box {
    float: left;
}

#heart-icon {
  color: #f55567;
  font-size: 16px;
  border: 1px;
  opacity: 1;
  background: none;
  transition: .3s ease-in-out;
}

#heart-icon:hover {
  border: 1px;
  background: none;
  cursor: pointer;
  transition: .5s ease-in-out;
}

#heart-icon:focus {
  outline: 0;
  border: 1px;
}

#heart-counter {
  font-weight: 700;
  font-size: 0.8em;
  opacity: 1;
  font-size: 13px;
  color: #f55567;
}

.heart-particle {
  padding: 26px;
  opacity: 1;
  position: absolute;
  display: none;
}

.heart-particle i {
  position: absolute;
  margin-left: 52px;
  opacity: .4;
  font-size: 16px;
}

.heart-particle-col {
  color: #f55567;
}

/* Animations */

@keyframes flows {
  0% {
    opacity: 0;
    bottom: 0%;
    left: 10%;
  }
  40% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
    left: 0%;
  }
  60% {
    opacity: 0.3;
  }
  80% {
    bottom: 60%;
  }
  100% {
    opacity: 0;
    bottom: 80%;
    left: 0%;
  }
}

/*----------------
 	T&Cs Section
----------------*/

.terms{
	position: relative;
	justify-content: center;
	min-height: 90vh;
	color: #fff;
	text-align: center;
}

.terms .background-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-color: #EF2D56;
	z-index: -1;
    opacity: .35;
}

.terms .background-image:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #EF2D56;
    opacity: .05;
}

.terms h1{
	font: normal 85px 'Amatic SC',cursive;
    letter-spacing: 1px;
    color: #4d4d4d;
}

.terms h3{
	font: bold 28px 'Open Sans', sans-serif;
	margin-bottom: 40px;
    font-size: 28px;
    letter-spacing: 8px;
    color: #4d4d4d;
    text-transform: uppercase;
}

.terms img {
    padding-bottom: 30px;
    
}

.terms a.btn{
	padding: 20px 46px;
}

@media (max-width: 800px){    

	.terms{
		min-height: 600px;
	}

	.terms h1{
		font-size: 60px;
        padding: 15px 0px;
	}

	.terms h3{
		font-size: 24px;
	}

	.terms a.btn{
		padding: 15px 40px;
	}


}
@media (max-width: 500px){    

    .terms img {
    padding-bottom: 30px;
    width: 270px;
    
}
    .terms h3{
	font: bold 16px 'Open Sans', sans-serif;
	margin-bottom: 40px;
    letter-spacing: 5px;
    color: #4d4d4d;
    text-transform: uppercase;
}
}

/*----------------
 	How tyo enter Section
----------------*/
fieldset {
    width: 100% !important;
    border: none;
}
fieldset .answer {
    width: 100%;
    border: none;
}
.enter{
	position: relative;
	justify-content: center;
	min-height: 75vh;
	color: #4d4d4d;
	text-align: center;
}

.enter h1{
	font: normal 85px 'Amatic SC',cursive;
    letter-spacing: 1px;
    color: #4d4d4d;
}

.enter h3{
	font: bold 28px 'Open Sans', sans-serif;
	margin-bottom: 40px;
    font-size: 28px;
    letter-spacing: 8px;
    color: #4d4d4d;
    text-transform: uppercase;
}

.enter img {
    padding-bottom: 30px;
    
}

.enter p {
    text-align: left !important;
    
}

.enter .btn {
    background-color: #4485c6;
    width: 400px;
    padding: 10px;
    font: bold 23px 'Open Sans', sans-serif;
    color: #ffffff;
    border-radius: 4px;
    text-transform: uppercase;
}

.enter .btn:hover {
    width: 400px;
    background-color: #326ba5;
    padding: 10px;
    font: bold 23px 'Open Sans', sans-serif;
    color: #ffffff;
    border-radius: 4px;
}

.ctatcs {
    color: #ffffff !important;
}
.ctatcs:hover {
    color: #ffffff;
}
.item-text {
     font: normal 14px 'Open Sans', sans-serif;
    line-height: 19px;
    padding: 0px 8px;
    text-transform: none !important;
}

.enter a.btn{
	padding: 20px 46px;
}

@media (max-width: 800px){    

	.enter{
		min-height: 600px;
	}

	.enter h1{
		font-size: 60px;
        padding: 15px 0px;
	}

	.enter h3{
		font-size: 24px;
	}

	.enter a.btn{
		padding: 15px 40px;
	}


}
@media (max-width: 500px){    

    .enter img {
    padding-bottom: 30px;
    width: 270px;
    
}
    .enter h3{
	font: bold 16px 'Open Sans', sans-serif;
	margin-bottom: 40px;
    letter-spacing: 5px;
    color: #4d4d4d;
    text-transform: uppercase;
}
    
    fieldset {
    width: 100% !important;
    border: none;
}
fieldset .answer {
    width: 100%;
    border: none;
}
.enter .btn {
    background-color: #4485c6;
    width: 80%;
    padding: 10px;
    font: bold 23px 'Open Sans', sans-serif;
    color: #ffffff;
    border-radius: 4px;
    text-transform: uppercase;
}

.enter .btn:hover {
    width: 80%;
    background-color: #326ba5;
    padding: 10px;
    font: bold 23px 'Open Sans', sans-serif;
    color: #ffffff;
    border-radius: 4px;
}
}


/*----------------
 	Brief Section
----------------*/


@media (max-width: 500px){
    
.brief img {
    width: 260px;

}
}



/*--------------------
 	Our Work Section
---------------------*/

.оur-work{
	background-color: #fff;
}

.our-work .grid li{
	padding: 20px;
	height: 350px;
	border-radius: 3px;

	background-clip: content-box;
	background-size: cover;
	background-position: center;
	background-color: #333;
}

.our-work .grid li.small{
	flex-basis: 40%;
}

.our-work .grid li.large{
	flex-basis: 60%;
}


@media (max-width: 900px){

	.our-work .grid li.small,
	.our-work .grid li.large{
		flex-basis: 100%;
	}

}


/*----------------------
 	Features Section
----------------------*/


.features{
	position: relative;
	justify-content: center;
	color: #fff;
	text-align: center;
}

.features .grid {
    display: flex;
    text-align: center;
}

.features .grid .box1 {
    order: 1;
}

.features .grid .box2 {
    order: 2;
}
.features .grid .box3 {
    order: 3;
}

.features .grid li{
	padding: 0 10px;
	flex-basis: 30%;
    border: none;
}

.features .gridfull li{
	padding: 0 10px;
	flex-basis: 70%;
    border: none;
}
.features .grid li p {
    text-align: center;
    color: #4d4d4d;
    text-align: left;
    font: normal 12px 'Open Sans', sans-serif;
    padding: 10px 0px;
}

.features .grid li h4{
	color: #555;
    font-size: 20px;
    margin-bottom: 25px;
}

.features .grid .box{
    background-color: #ffffff;
    opacity: 0.70;
    height: 220px;
}

.features .grid li p{
    margin: 0;
}

@media (max-width: 900px){

	.features .grid li{
		flex-basis: 70%;
		margin-bottom: 65px;
	}

	.features .grid li:last-child{
		margin-bottom: 0;
	}

}


@media (max-width: 600px){

	.features .grid li{
		flex-basis: 100%;
        margin-bottom: 25px;
	}
    .features .grid .box1 {
    order: 2;
}

.features .grid .box2 {
    order: 1;
}
.features .grid .box3 {
    order: 3;
}

}




/*----------------------
 	Judges Section
----------------------*/



.judges{
	background-color: #333333;
}

.judges p {
    color: #ffffff;
    padding: 5px 0;
    font-weight: 200;
}

.judges .small {
    color: #ffffff;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
}


.judges {
	position: relative;
	justify-content: center;
	min-height: 50vh;
	color: #fff;
	text-align: center;
}

.judges .grid li{
    padding: 30px 0px;
    margin: 0px 4px;
    flex-basis: 20%;
    justify-content: space-between;
    text-align: left;
    background-color: #424141;
    text-align: center;
}

.judges .grid li i{
    font-size: 30px;
    color: #f1f1f1;
    margin-bottom: 10px;
}

.judges .grid li h4{
	color: #f1f1f1;
    font: bold 50px;
    text-align: center !important;
    margin-bottom: 25px;
}

.judges .grid li p{
	color: #f1f1f1;
    text-align: left !important;
    padding-top: 5px;

}

.judges .grid .box{
    background-color: #ffffff;
    opacity: 0.70;
    height: 220px;
}

.judges .grid li p{
    margin: 0;
}

.judges .grid li {
    border: none;
}

@media (max-width: 900px){

	.judges .grid li{
		flex-basis: 70%;
		margin-bottom: 65px;
	}

	.judges .grid li:last-child{
		margin-bottom: 0;
	}

}


@media (max-width: 600px){

	.judges .grid li{
		flex-basis: 100%;
	}
    .judges img {
        width: 100%;
    }

}
.clear {
    clear: both;
    padding: 5px;
}

/*--------------------
 	Reviews Section
--------------------*/

.reviews{
	background-color: #dce4ea;
}

.reviews .quote{
	text-align: center;
	width: 80%;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 0;
}

.reviews .author{
    font-size: 18px;
    margin-bottom: 50px;
}

.reviews .author:last-child{
    margin-bottom: 0;
}

@media (max-width: 900px){

	.reviews .quote{
		font-size: 20px;
	}

	.reviews .author{
	    font-size: 16px;
	}

}



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

.contact{
	background-color: #f1f1f1;
}

.contact form{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;

	max-width: 800px;
	width: 80%;
}

.contact form input{
	padding: 15px;
	flex: 1;
	margin-right: 30px;
	font-size: 18px;
	color: #555;
}

.contact form .btn{
	padding: 18px 42px;
}


@media (max-width: 800px){

	.contact form input{
		flex-basis: 100%;
		margin: 0 0 20px 0;
	}

}


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

footer{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #fff;
	background-color: #f5f5f5;
	padding: 40px 50px;
}

footer ul{
	display: flex;
	margin-bottom: 25px;
	font-size: 32px;
}

footer ul li{
	margin: 0 8px;	
}

footer ul li:first-child{
	margin-left: 0;	
}

footer ul li:last-child{
	margin-right: 0;	
}

footer p{
	font-size: 12px;
    text-align: left;
	margin-bottom: 35px;
	padding: 0 20px;
	line-height: 1.5;
    color: #818181;
}

footer p a{
	color: #4485c6;
}

@media (max-width: 700px){

	footer{
		padding: 80px 15px;
	}

}
@media (max-width: 500px){

	footer{
		padding: 20px 15px;
	}

}
/*************************************** Social Share ***************************************/

/*************************************** Social Share ***************************************/

.shareside{
    position:fixed; 
    left:0;
    top:120px;
    width:46px;
    z-index:10000;
}
.shareside a, .shareside span{
    float:left;
    width:46px;
    height:46px;
    cursor:pointer;
    text-decoration: none;
    -webkit-transition: width 200ms ease-in;
    -moz-transition: width 200ms ease-in; 
    -ms-transition: width 200ms ease-in; 
    -o-transition: width 200ms ease-in;
    transition: width 200ms ease-in;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
   
}
.shareside .fb{
    background: #3B599C url("https://s3-eu-west-1.amazonaws.com/tm-content-pages/share_fb.svg") top 6px center no-repeat;
    background-size: 23px 34px;
}
.shareside .tw{
    background:#00aced url('https://s3-eu-west-1.amazonaws.com/tm-content-pages/share_tw.svg') top 9px center no-repeat;
    background-size: 34px 34px;
}
.shareside .g{
    background:#ee3333 url('https://s3-eu-west-1.amazonaws.com/tm-content-pages/share_g.svg') top 8px center no-repeat;
    background-size: 34px 34px;
}
.shareside .email{
    background:#555555 url('https://s3-eu-west-1.amazonaws.com/tm-content-pages/share_email.svg') top 12px center no-repeat;
    background-size: 32px 26px;
}
.shareside a:hover, .shareside span:hover{
    width:56px;    
}
@media screen and (max-width: 767px) { 
     .shareside{
        width:100%;
        position: relative;
        bottom:0;
        clear: both;
        top: 0;
}
    .shareside a, .shareside a:hover, .shareside span, .shareside span:hover{
        width:25%;    
}
       
}
