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


/* Add a black background color to the top navigation */
.topnav {
	background-color: #20240B;
	float: right;
	padding-right: 0px;
	margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .topnav{margin-top: 0px;}

}


/* Style the links inside the navigation bar */
.topnav a {
	float: left;
	display: block;
	color: #FFFFFF;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	font-family: Questrial;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ffffff;
  color: black;

  
}

/* Add an active class to highlight the current page */
.topnav a.active {
	background-color: #f679e5;
	color: black;

}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1000px) {
  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
	margin-right: 0px;
	



  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1000px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
	float: none;
	display: block;
	text-align: left;

  }
}


body {
	padding:0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	vertical-align: top;
	background-color: #FFF;
	background-position: center top;
	overflow-x: hidden;
}

h1 {
	font-size:48px;
	font-family:"Fjalla One";
	color:#FFFFFF;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	float: none;
	margin-top: 0px;
}
h1 a:link, h1 a:active, h1 a:visited {
	font-size:24px;
	font-family:Lato;
	color:#d69b46;
}
h1 a:hover {
	color: #FFF;
}
h2 {
	font-size:32px;
	font-family:"Fjalla One";
	color:#FFFFFF;
	font-weight: normal;
	text-align: center;
	padding-top: 8px;
	padding-right: 0px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	height: 30px;
}
h3 {
	font-size:30px;
	font-family:"Fjalla One";
	color:#FFFFFF;
	font-weight: normal;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	float: none;
	padding-bottom: 20px;
	line-height: 32px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
}

h4 {
	font-size:38px;
	font-family:"Fjalla One";
	color:#FFFFFF;
	font-weight: normal;
	text-decoration: none;
	line-height: 40px;
	text-align: center;
	font-style: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0px;
}
h5 {
	font-size:36px;
	font-family:"Fjalla One";
	color:#000000;
	font-weight: normal;
	text-decoration: none;
	line-height: 36px;
	font-style: normal;
	text-align: center;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h6 {
	font-size:24px;
	font-family:Questrial;
	color:#4C4C4C;
	font-weight: normal;
	padding-top: 125px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
}
.cherry-widget {
	position: relative;
	z-index: -1;

}

.teamText {
	font-family: Questrial;
	font-size: 20px;
	color: #333;
}
.innerR {
	width: 50%;
	text-align: left;
	float: right;
	
}
.innerL {
	width: 50%;
	text-align: left;
	float: left;
	
}
@media screen and (max-width: 500px) {

  .innerL, .innerR {width: 100%;}
}

.innerI {
	width: auto;
	font-family: Questrial;
	font-size: 20px;
	padding-right: 30px;
	padding-left: 30px;
	color: #000000;
	line-height: 24px;
	padding-top: 20px;
	min-height: 100%;	
}

.innerseo {
	width: auto;
	max-width:1600px;
	margin:auto;
	font-family: Questrial;
	font-size: 20px;
	padding-right: 30px;
	padding-left: 30px;
	color: #000000;
	line-height: 24px;
	padding-top: 20px;
	min-height: 100%;	
}

.innerseo h2 {
	font-size: 32px;
	color: #000000;
	padding:30px 30px;
}

.innerseo h3 {
	font-size: 28px;
	color: #000000;
	padding:30px 30px;
}

.innerseo h6 {
	font-size: 18px;
	color: #000000;
	padding:30px 30px;
}

.innerseo ul li {
	text-align:left;
	color: #000000;
	padding-top:30px;
}

.projectsR {
	width: 50%;
	text-align: center;
	float: right;
	
}
.projectsL {
	width: 50%;
	text-align: center;
	float: left;
	
}
@media screen and (max-width: 500px) {

  .projectsL, .projectsR {width: 100%;}
}

.projectsI {
	width: auto;
	font-family: Questrial;
	font-size: 20px;
	padding-right: 30px;
	padding-left: 30px;
	color: #000000;
	line-height: 30px;
	padding-top: 20px;
	min-height: 100%;
}
#hdrPic {

	background-image: url(images/hdrPic.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	background-position: fixed;
	height: 300px;
	padding-top: 180px;
	


}


#serviceOne {
	vertical-align: center;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;

	
}
.serviceOneL {
	width: 50%;
	float: left;
	font-family: Questrial;
	font-size: 18px;
	color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	
}
.serviceOneR {
	width: 50%;
	text-align: left;
	float: left;
	background-color: #8B9270;
	background-size: cover;
	
	
}
.serviceBox {
	text-align: center;
	display: inline-block;
	width: 357px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-right: 7px;
	margin-left: 7px;
	vertical-align: top;
}
.serviceBoxOne {
	width: auto;
	font-family: Questrial;
	font-size: 18px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFF;
	line-height: 24px;
	padding-top:20px;
	background-image: url(images/pic_services4.jpg);
	background-size: cover;
	min-height: 330px;
}

@media screen and (max-width: 500px) {
  .serviceOneL, .serviceOneR {width: 100%;}
}
.servicePhoto {
	background-image: url(images/pic_services2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	height: 350px;
}

.serviceTwoL {
	width: 50%;
	float: right;
	font-family: Questrial;
	font-size: 18px;
	color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px;
	padding: 0px;
}
.serviceTwoR {
	width: 50%;
	text-align: left;
	float: right;
	background-image: url(images/pic_services6.jpg);
}
@media screen and (max-width: 500px) {

  .serviceTwoL, .serviceTwoR {width: 100%;}
}

.serviceBoxTwo {
	width: auto;
	font-family: Questrial;
	font-size: 18px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFF;
	line-height: 24px;
	padding-top: 20px;
	min-height: 330px;	
}
.servicePhoto2 {
	background-image: url(images/pic_services3.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	height: 350px;
}

.serviceThreeL {
	width: 50%;
	float: left;
	font-family: Questrial;
	font-size: 18px;
	color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px;
	padding: 0px;
}
.serviceThreeR {
	width: 50%;
	text-align: left;
	float: left;
	background-color: #8B9270;
}
@media screen and (max-width: 500px) {
	


  .serviceThreeL, .serviceThreeR {width: 100%;}
}
.serviceBoxThree {
	width: auto;
	font-family: Questrial;
	font-size: 18px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFF;
	line-height: 24px;
	padding-top: 20px;
	background-image: url(images/pic_services5.jpg);
	min-height: 330px;	
}
.servicePhoto3 {
	background-image: url(images/pic_services1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	height: 350px;
}
#serviceAreaInner {
	height: auto;
	width: 88%;
	margin-right: auto;
	margin-left: auto;
}
.serviceBoxInner {
	text-align: center;
	display: inline-block;
	max-width: 400px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
}
.serviceTextInner {
	font-family: Questrial;
	font-size: 20px;
	color: #333;
	text-align: center;
	padding: 5px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#container {
	width:1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}

#logo {
	max-width: 90%;
	height: 150px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 600px) {
  #logo {width: 350px; background-image: url(images/logo_small.png); margin-left:auto; margin-right:auto; padding-right:25px;}
}

#navBg {
	background-color: #20240B;
	opacity: 0.85;
	height: 170px;
	width: 100%;
	overflow: visible;
	padding-top: 10px;
	background-repeat: no-repeat;
	position: fixed;
	padding-left: 0px;
	padding-right: 0px;
	z-index: 1000;
}
@media screen and (max-width: 1000px) {
  #navBg{opacity: 100; padding-left:20px;}

}


.responsive {
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 100%;

}
.responsive2 {
	max-width: 500px;
	border-radius: 25px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 100%;
	padding-bottom: 10px;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
#responsive2 {
	max-width: 500px;
	border-radius: 25px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 100%;
	padding-bottom: 10px;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
.responsive3 {
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 100%;
	padding-bottom: 10px;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
.google-maps {
	position: relative;
	padding-bottom: 60%;
// This is the aspect ratio
    height: 0;
	overflow: hidden;
	z-index: -100;
  }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
#servicesArea {
	background-image: url(images/background_services.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	background-position: fixed;
	z-index: -100;


}
#portfolioArea {
	background-color: #202406;
	width: 100%;
	height:auto;
	padding-top: 50px;
	padding-bottom: 30px;
 	text-align:center;
}

.portfolioBox {
	font-family: Questrial;
	font-size: 26px;
	color: #FFF;
	text-align: center;
	width: 320px;
	height: auto;
	margin-left: 10px;
	display: inline-block;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#ourteamArea {
	background-image: url(images/background_our_team.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	background-position: fixed;
	z-index: -100;
	padding-top: 25px;
	padding-bottom: 25px;
	
}
.ourTeamBox {
	font-family: Questrial;
	font-size: 22px;
	color: #FFF;
	text-align: center;
	width: 300px;
	margin-right: 0px;
	height: 269px;
	margin-left: auto;
	display: inline-block;
	margin-bottom: 50px;
	vertical-align: top;
	padding-bottom: 20px;
}
.otText {
	font-family: Questrial;
	font-size: 24px;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#aboutArea {
	background-position: center center;
	background-size:cover;
	z-index: -100;
	padding-top:25px;
	background-color: #fff;
	height: auto;
	width: 88%;
	margin-right: auto;
	margin-left: auto;
	
}


.aboutAreaR {
	width: 50%;
	height: auto;
	background-repeat: no-repeat;
	margin-bottom: 25px;
	margin-top: 5px;
	font-family: Questrial;
	font-size: 20px;
	color: #333;
	vertical-align: top;
	line-height: 24px;
	float: left;
}
@media screen and (max-width: 500px) {
  .aboutAreaR {width: 100%;}
}

.aboutAreaText {
	width: auto;
	height: 100%;
    padding-right: 30px;
	margin: auto;
	text-align: left;
	padding-top: 0;
	padding-left: 30px;
	padding-bottom: 0;
	list-style-image: url(images/checkmark2.jpg);	
	
}
@media screen and (max-width: 600px) {
  .aboutAreaText {
	  width: 88%;
	  margin-right:auto;
	  margin-left:auto;

	  }
}
#contactArea {
	background-repeat: repeat-x;
	background-position: center center;
	background-size:cover;
	z-index: -100;
	background-color: #f579e5;
	height: auto;
	width: 100%;
}
#priceBox {
	background-repeat: repeat-x;
	background-position: center center;
	background-size:cover;
	z-index: -100;
	background-color: #ffffff;
	height: auto;
	width: 100%;
	font-family: Questrial;
	font-size: 20px;
	line-height: 24px;
	color: #000;
}

.contactLR {
	width: 100%;
	margin-bottom:25px;
	display: inline-block;
	font-family: Questrial;
	font-size: 20px;
	color: #333;
	height: auto;
	z-index: 100;
}
.contactText {
	font-family:Questrial;
	font-size:24px;
	color:#FFFFFF;
	padding-bottom:25px;
	padding-top:10px;
}
.contactText a:link, .contactText a:active, .contactText a:visited {
	font-size:24px;
	color:#FFFFFF;
	text-decoration: none;
}
.contactText a:hover {
	color: #000000;
}
#homePicArea {
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	background-position: fixed;
	z-index: -100;
	background-image: url(images/home_pic.jpg);
	padding-top:20px;
	margin-bottom: 2px;
	padding-bottom:50px;
}

.flashLogo {
	max-width: 638px;
	margin-left: 200px;
	margin-top:200px;

}
@media screen and (max-width: 1000px) {
  .flashLogo {
	width: 80%;
	margin-left: auto;
	margin-right: auto;

  }
}
.flashLogoR {
	width: 100%;
	height: 400px;
	background-image: url(images/flash_logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	

}
.flashEvents {
	max-width: 638px;
	margin-top:0px;
	font-family: Questrial;
	font-size: 28px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	height: 200px;
}
@media screen and (max-width: 1000px) {
  .flashEvents {
	width: 100%;
	display: none;

  }
}

.flashEventsR {
	width: 100%;
	height: auto;
	background-size: contain;
}


#footerArea {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 20px;
	font-family: Questrial;
	font-size: 12px;
	color: #FFF;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: repeat-x;
	background-color: #202406;
}

#footerLeft {
	width: 400px;
	margin-right: 0px;
	height: 74px;
	margin-left: auto;
	display: inline-block;
	padding-top: 15px;
	
}
#footerCenter {
	width: 400px;
	margin-right: 0px;
	height: 74px;
	margin-left: auto;
	display: inline-block;
	padding-top: 10px;
}
#footerRight {
	width: 400px;
	margin-right: 0px;
	height: 74px;
	margin-left: auto;
	display: inline-block;
}
#footerArea a:link, #footerArea a:active, #footerArea a:visited {
	text-decoration:none;
	color:#F579E5;
	font-weight: normal;
	font-family: Questrial;
}
#footerArea a:hover {
	color:#FFFFFF;
}

.seo {
	max-width:1400px;
	width:100%;
	color:#777;
	margin:0 auto;
	font-family: Questrial;
}

.seo a {
	color:#999;
}

/* Inside Pages */
#bodyContainer {
	width:85%;
	text-align:left;
	padding-top: 15px;
	margin-right: auto;
	padding-bottom: 15px;
	margin-left: auto;

	font-family: Questrial;
	font-size: 20px;
	color: #000;
}
#bodyLeft {
	width:450px;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Questrial;
	font-size: 18px;
	font-weight: normal;
	color: #4c4c4c;
	text-decoration: none;
	line-height: 20px;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	padding-right: 50px;
}
#bodyCenter {
	width:1023px;
	float: none;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#phone {
	font-family: Questrial;
	font-size: 28px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #F679E5;
	vertical-align: top;
	float: right;
	text-decoration: none;
}
@media screen and (max-width: 600px) {
  #phone {
	margin-top: 85px;
	width: 333px;
	margin-left:auto;
	margin-right:auto;
	text-decoration: none;
	padding-right: 25px;
  }
}
#phone a:link, #phone a:active, #phone a:visited {
	font-family: Questrial;
	font-size: 28px;
	font-weight: normal;
	color: #F679E5;
	text-decoration: none;
}
#phone a:hover {
	font-family: Questrial;
	font-size: 28px;
	font-weight: normal;
	color: #F679E5;
	text-decoration: none;
}
.email {
	font-family: Questrial;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 30px;
}
.email a:link, .email a:active, .email a:visited {
	font-family: Questrial;
	font-size: 14px;
	font-weight: normal;
	color: #A5B183;
}
.email a:hover {
	font-family: Questrial;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
}


.button {
	background-repeat: no-repeat;
	font-family: Questrial;
	color: #000;
	text-align: center;
	padding-top: 8px;
	font-size: 17px;
	background-color: #F679E5;
	width: 170px;
	padding-bottom: 8px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.button a:link, .button a:active, .button a:visited {
	text-decoration:none;
	color:#000;
	
}
.button a:hover {
	color:#FFF;
}
.button2 {
	height: 36px;
	width: 200px;
	background-repeat: no-repeat;
	font-family: "Fjalla One";
	color: #20240B;
	text-align: center;
	padding-top: 7px;
	font-size: 24px;
	background-color: #F679E5;
	float: right;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 8px;
	margin-top: 8px;
}
.button2 a:link, .button2 a:active, .button2 a:visited {
	text-decoration:none;
	color:#20240B;
	display: block;
	
}
.button2 a:hover {
	color:#FFFFFF;
	display: block;
}
@media screen and (max-width: 1000px) {
  .button2 {
	display: none;

  }
}
.button3 {
	height: 33px;
	width: 200px;
	background-repeat: no-repeat;
	font-family: "Fjalla One";
	color: #20240B;
	text-align: center;
	padding-top: 10px;
	font-size: 24px;
	background-color: #F679E5;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	margin-top: 15px;
}
.button3 a:link, .button3 a:active, .button3 a:visited {
	text-decoration:none;
	color:#20240B;
	display: block;
	
}
.button3 a:hover {
	color:#FFFFFF;
	display: block;
}
.button4 {
	height: 33px;
	width: 200px;
	background-repeat: no-repeat;
	font-family: "Fjalla One";
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 7px;
	font-size: 24px;
	background-color: #000000;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	margin-top: 15px;
}
.button4 a:link, .button4 a:active, .button4 a:visited {
	text-decoration:none;
	color:#ffffff;
	display: block;
	
}
.button4 a:hover {
	color:#F579E5;
	display: block;
}
.button5 {
	height: 33px;
	width: 200px;
	background-repeat: no-repeat;
	font-family: "Fjalla One";
	color: #20240B;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 7px;
	font-size: 24px;
	background-color: #F679E5;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	margin-top: 15px;
}
.button5 a:link, .button5 a:active, .button5 a:visited {
	text-decoration:none;
	color:#20240B;
	display: block;
	
}
.button5 a:hover {
	color:#FFFFFF;
	display: block;
}
.button6 {
	height: 33px;
	width: 200px;
	background-repeat: no-repeat;
	font-family: "Fjalla One";
	color: #20240B;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 2px;
	font-size: 24px;
	background-color: #F679E5;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	margin-top: 15px;
}
.button6 a:link, .button6 a:active, .button6 a:visited {
	text-decoration:none;
	color:#20240B;
	display: block;
	
}
.button6 a:hover {
	color:#FFFFFF;
	display: block;
}
.clear {
	clear: both;
}

#smm {
	text-align: left;
	width: 60px;
	float: left;
	margin-top: 10px;
	font-family: Questrial;
	color: #FFF;
	font-size: 18px;
	
}
