
body {
  background-color: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    color: #333;
	font-weight: 100;
	letter-spacing: 2px;
}

p {
    line-height: 28px;
    margin-bottom: 25px;
}

.text p {
	text-align:justify;
}

.centered {
    text-align: center;
}

a {
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

li {
	font-size: 20px;
}

.menuItem a{
	color: #000 !important;
	font-size: 20px !important;
}

.menuItem a:hover,
.menuItem a:focus {
    color: #555 !important;
}

.homeIcon {
	color: #000 !important;
	font-size: 20px !important;
}

ul {
	list-style-type: none;
	margin: 0; 
	padding: 0;
}

#headerwrap {
	background-attachment: relative;
	background-position: center center;
	width: 100%;
}

#headerwrap h1 {
	margin-top: 130px;
	color: white;
	font-size: 140px;
	font-weight: 700;
	letter-spacing: 3px;
}

#headerwrap h2 {
	color: white;
	font-size: 50px;
	font-weight: 100;
	letter-spacing: 2px;
}

#w {
	background: #ffffff;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
}

#w h2 {
	font-size: 50px;;
}

#w h3 {
	font-weight: 700;
	color: #7b7b7b;
	letter-spacing: 1px;
}

#w bold {
	color: #2f2f2f;
}

#w li {
	font-size: 22px;
	color: #000;
}

#g {
	background: #f2f2f2;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
}

#g h2 {
	font-size: 50px;;
}

#g li {
	font-size: 25px;
}

#g p {
	color: #000;
}

#dg {
	background: #e0e0e0;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

#f {
	background: #000;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
	color: white;
}

#f h2 {
	font-size: 50px;
	color: white;
}

#f h3 {
	color: white;
	margin-top: 0px;
}

#f h4 {
	color: white;
	margin-top: 0px;
}

#f p {
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}

#f a {
	color: white;
}

label {
	font-weight: normal !important;
}

#f .links {
	margin-left: 10px;
	font-size: 16px;
}

#c {
	background: #000;
	/*padding-top: 15px;*/
	text-align: right;
}

#c p {
	color: white;
	font-size: 12px;
	margin-bottom: 5px;
}


.desc-b {
	text-align: left;
	border-right: 1px solid #fff;
}

.desc {
	text-align: left;
}

.desc-b2 {
	border-left: 1px solid #000;
}

#leftArrow {
	position: absolute;
	z-index: 999999;
}

#rightArrow {
	position: absolute;
	z-index: 999999;
	right: 0px;
}

.thumb {
	cursor: pointer;
}

.partnership {
	margin-top: 20px;
}

#emailSuccess, #emailError, #searchError
{
	width: 40%; 
	position: absolute; 
	z-index: 999999;
	top: 10px;
	right: 10px;
}

.socialLinks
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

.socialLinks li {
    display: inline;
	margin-right: 10px;
}

.cText {
	font-size: 21px;
}

#dropzone {
	width: 225px; 
	height: 225px; 
	position: fixed;
	top: 110px;
	right: 10px;
	border: 1px solid #000;
	padding: 10px;
	text-align: center;
	display: table;
}

#dropzone span {
	display: table-cell; 
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

#photosCountWrap {
	width: 225px; 
	position: fixed;
	top: 334px;
	right: 10px;
	border: 1px solid #000;
	padding: 10px;
	text-align: center;
	display: table;
	font-size: 18px;
}

#payment ul li {
	font-size: 20px;
}