@font-face {
	font-family: 'Edmondsans';
	src: url('../fonts/edmondsans-bold-webfont.eot');
	src: url('../fonts/edmondsans-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/edmondsans-bold-webfont.woff') format('woff'),  url('../fonts/edmondsans-bold-webfont.ttf') format('truetype'),  url('../fonts/edmondsans-bold-webfont.svg#edmondsansbold') format('svg');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Edmondsans';
	src: url('../fonts/edmondsans-medium-webfont.eot');
	src: url('../fonts/edmondsans-medium-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/edmondsans-medium-webfont.woff') format('woff'),  url('../fonts/edmondsans-medium-webfont.ttf') format('truetype'),  url('../fonts/edmondsans-medium-webfont.svg#edmondsansmedium') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Edmondsans';
	src: url('../fonts/edmondsans-regular-webfont.eot');
	src: url('../fonts/edmondsans-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/edmondsans-regular-webfont.woff') format('woff'),  url('../fonts/edmondsans-regular-webfont.ttf') format('truetype'),  url('../fonts/edmondsans-regular-webfont.svg#edmondsansregular') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'BurstMyBubble';
	src: url('../fonts/burstmybubble-webfont.eot');
	src: url('../fonts/burstmybubble-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/burstmybubble-webfont.woff') format('woff'),  url('../fonts/burstmybubble-webfont.ttf') format('truetype'),  url('../fonts/burstmybubble-webfont.svg#burst_my_bubbleregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BurstBubbleBold';
	src: url('../fonts/burstmybubblebold-webfont.eot');
	src: url('../fonts/burstmybubblebold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/burstmybubblebold-webfont.woff') format('woff'),  url('../fonts/burstmybubblebold-webfont.ttf') format('truetype'),  url('../fonts/burstmybubblebold-webfont.svg#burst_my_bubblebold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BurstBubbleItalic';
	src: url('../fonts/burstmybubbleitalic-webfont.eot');
	src: url('../fonts/burstmybubbleitalic-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/burstmybubbleitalic-webfont.woff') format('woff'),  url('../fonts/burstmybubbleitalic-webfont.ttf') format('truetype'),  url('../fonts/burstmybubbleitalic-webfont.svg#burst_my_bubbleitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
html, body {
	width: 100%;
	height: 100%;
}
/* Body Reset */
body {
	color: #335d5b;
	font: 400 16px/18px 'Edmondsans', Arial, sans-serif;
	background: transparent;
	margin: 0;
}
body>header, body>section, body>footer {
	position: relative;
	z-index: 2;
}
.mobile-nav {
	display: none;
}
/* Fonts */
.edmondsans {
	font-family: 'Edmondsans', Arial, sans-serif !important;
}
.sourcesans {
	font-family: 'Source Sans Pro', sans-serif !important;
}
/* Links */
a {
	color: #fff;
	text-decoration: underline;
}
a:hover, a:active {
	color: #335d5b;
	text-decoration: underline;
}
a.link {
	line-height: 32px;
	margin-bottom: 15px;
}
/* Images */
img {
	max-width: 100%;
}
img.alignleft {
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
img.alignright {
	display: block;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
img.aligncenter {
	display: block;
	float: none;
	margin: 0 auto;
	margin-bottom: 15px;
}
.img-stroke {
	border: 3px solid #fff;
}
/* Shapes */
[class*="half-circle"], [class^="half-circle"] {
	background: #d0f48e;
	border-color: #fff;
	border-style: solid;
	display: inline-block;
}
.half-circle {
	border-width: 3px 3px 0 3px;
	border-radius: 100% 100% 0 0;
	-moz-border-radius: 100% 100% 0 0;
	-webkit-border-radius: 100% 100% 0 0;
}
.half-circle-left {
	width: 22px;
	height: 41px;
	border-width: 2px;
	border-radius: 41px 0 0 41px;
	-moz-border-radius: 41px 0 0 41px;
	-webkit-border-radius: 41px 0 0 41px;
}
.half-circle-bottom {
	border-width: 0 4px 4px 4px;
	border-radius: 0 0 100% 100%;
	-moz-border-radius: 0 0 100% 100%;
	-webkit-border-radius: 0 0 100% 100%;
}
/* Background Colors */
.brand-bgcolor {
	background-color: #d0f48e !important;
}
.content-bgcolor {
	background-color: #7ccecb !important;
}
/********************************
** TYPOGRAPHY
*********************************/
/* Headings */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'BurstBubbleBold', sans-serif;
	margin: 0;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	color: #fff;
}
h6, .h6 {
	color: #464646;
}
h1, .h1 {
	font-size: 62px;
	line-height: 86px;
}
h2, .h2 {
	font-size: 48px;
	line-height: 50px;
}
h3, .h3 {
	font-size: 42px;
	line-height: 50px;
}
h4, .h4 {
	font-size: 35px;
	line-height: 38px;
}
h5, .h5 {
	font-size: 28px;
	line-height: 32px;
}
h6, .h6 {
	font-size: 21px;
	line-height: 32px;
}
.big-text {
	font-size: 90px;
	font-family: 'BurstBubbleBold', sans-serif;
	line-height: 80px;
	color: #fff;
}
/* Body Text */
p {
	margin: 0 0 20px;
}
b, strong {
	font-weight: 800;
}
/* Blockquotes */
blockquote {
	color: #46827f;
	font-size: 36px;
	line-height: 36px;
	border-left: none;
	padding: 0;
	position: relative;
}
blockquote p {
	font-weight: 800 !important;
	margin: 0;
}
blockquote p>span {
	display: inline;
	position: relative;
	z-index: 1;
}
blockquote .quotation-before, blockquote .quotation-after {
	color: #d0f48e;
	font-size: 90px;
	font-weight: 800;
	line-height: 0px;
	position: relative;
	z-index: 0;
}
blockquote .quotation-before {
	float: left;
	left: -24px;
	top: 29px;
}
blockquote .quotation-after {
	right: 31px;
	bottom: -35px;
}
/* Bootstrap Alignment
Use .text-center for text-align: center;
Use .text-left for text-align: left;
Use .text-right for text-align: right;
Use .text-justify for text-align: justify;
*/

/* Bootstrap Floats
Use .center-block for centering float
Use .pull-left for float: left;
Use .pull-right for float: right;
*/

/* Bootstrap List
Use .list-unstyled for list-style: none;
Use .list-inline for tag <li> styled in display: inline-block;
*/

/********************************
** LAYOUT
*********************************/
.d-table {
	display: table;
}
.d-table-cell {
	display: table-cell;
}
/********************************
** BUTTON
*********************************/
.btn {
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 6px;
	padding: 7px 3px;
	text-decoration: none;
}
.btn-primary {
	color: #46827f;
	background: #d0f48e;
	border-color: #d0f48e;
	border-radius: 8px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background: #a8c572;
	border-color: #a8c572;
}
.btn[class*="visible-"], .btn[class^="visible-"] {
	display: inline-block !important;
}
/*******************************
** QUICK-LINKS
********************************/
.calendar:before, .clipboard:before, .phone:before {
	content: "";
	display: block;
	width: 36px;
	height: 36px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 8px;
}
.calendar:before {
	background: url('../img/calendar-icon.png') no-repeat;
}
.clipboard:before {
	background: url('../img/forms-icon.png') no-repeat 5px;
}
.phone:before {
	background: url('../img/contact-icon.png') no-repeat 7px;
}
/*******************************
** Background Slider
********************************/
.background-slide-container {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
}
/********************************
** HEADER
*********************************/
/* Social Network Links */
.social-links {
	margin-left: 0;
	margin-bottom: 0;
	padding: 12px 0 12px 25px;
	position: absolute;
	top: 50%;
	right: 50px;
	margin-top: -15px;
}
/* Adress */
address {
	color: #37b5b1;
	font-size: 16px;
	font-weight: 800;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.address-sm {
	float: right;
	margin-top: 11px;
	width: 135px;
}
.topbar {
	background: #c8e980;
	width: 100%;
	position: relative;
}
.topbar .social-links {
	padding: 0 0 0 25px;
}
.navbar-default {
	background-color: #d0f48e;
	border-bottom: 4px solid #fff;
	border-radius: 0;
}
.navbar-default>.container {
	position: relative;
}
/* Logo Brand */
.logo-brand {
	text-align: center;
	min-width: 266px;
	min-height: 120px;
	position: absolute;
	left: 15px;
	bottom: -195px; /* was bottom: -150px; */
}
.logo-brand img {
	max-width: 260px;
	display: block;
	margin: -50px auto 0;
	margin-bottom: 15px;
}
.logo-brand:hover {
	color: rgba(70,130,127,.8);
	text-decoration: none;
}
.logo-brand.half-circle-bottom {
	border-radius: 0 0 266px 266px;
	-moz-border-radius: 0 0 266px 266px;
	-webkit-border-radius: 0 0 266px 266px;
}
/* Navigation */
.navbar-default .navbar-nav>li>a {
	color: #46827f;
	font-size: 16px;
	font-weight: 800;
	line-height: 60px;
	padding: 0 12px;
	text-decoration: none;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: rgba(70,130,127,.8);
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #46827f;
	background: transparent;
}
/* DROP DOWNS */
.navbar-default .navbar-nav li ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
.navbar-default .navbar-nav li:hover ul {
	display: block;
	margin-left: 0;
	position: absolute;
	top: 50px;
	z-index: 9999;
}
.navbar-default .navbar-nav li:hover li {
	float: none;
	margin: 0;
	white-space: nowrap;
	width: 100%;
	background: none;
	padding: 0;
}
.navbar-default .navbar-nav li:hover li a {
	background: #0dddea;
	display: block;
	font-size: 1.05em;
	height: auto;
	text-align: left;
	font-weight: bold;
	color: #fff;
	padding: 7px 45px 7px 15px;
	text-decoration: none;
}
.navbar-default .navbar-nav li:hover li a:hover {
	background: #54e7ea;
	text-decoration: none;
}
/* End Drop Downs */

/* Mobile Menu */
.mobile-nav .navbar-toggle {
	border: none;
	float: left;
	margin-left: 25px;
}
.mobile-nav .navbar-toggle .icon-bar {
	background: #46827f;
	border-radius: 4px;
	width: 24px;
	height: 4px;
}
.mobile-nav .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: transparent;
}
/********************************
** HEADER TEXT
*********************************/
#header-text {
	margin-top: 215px;
}
/********************************
** QUICK LINK
*********************************/
.quick-link-container {
	display: block;
	max-width: 610px;
	min-height: 85px;
	margin: 0 auto;
	margin-top: 5px;
}
.quick-links {
	color: #46827f;
	font-size: 18px;
	font-weight: 800;
	line-height: 24px;
	margin: 0 15px;
	width: 170px;
	height: 85px;
	text-align: center;
	text-decoration: none;
	border-radius: 170px 170px 0 0;
	-moz-border-radius: 170px 170px 0 0;
	-webkit-border-radius: 170px 170px 0 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
}
.quick-links:hover, .quick-links:focus {
	text-decoration: none;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
/********************************
** MAIN
*********************************/
#main .content {
	padding: 25px 55px 10px;
}
#main .content:before, #main .content:after {
	content: "";
	clear: both;
	display: table;
}
/* Content Heading */
#main .content h1 {
	margin-left: -35px;
}
#main .content h1 .half-circle-left {
	margin-right: 8px;
}
/* Styled Element Container */
#main .content ul.d-table {
}
#main p {
	font-family: 'Source Sans Pro', sans-serif;
}
/* HOMEPAGE */
.home #main .content {
	padding-top: 50px;
}
.home #main h1 {
	font-size: 120px;
	float: left;
	position: relative;
	top: 70px;
	margin-bottom: -60px;
}
.home #main .content h1 .half-circle-left {
	width: 42px;
	height: 84px;
	border-width: 2px;
	border-radius: 84px 0 0 84px;
	-moz-border-radius: 84px 0 0 84px;
	-webkit-border-radius: 84px 0 0 84px;
}
.photo-home {
	margin-right: 30px;
	margin-top: -29px;
}
.home #main h5 {
	margin-bottom: 20px;
}
.home #main .content p {
	font-size: 19px;
	line-height: 24px;
	font-weight: bold;
}
.office-tour {
	margin: 5px;
	width: 100%;
}
.office-tour img {
	width: 50%;
	float: left;
	height: auto;
	padding: 5px;
}
.clear {
	clear: both;
}

@media (max-width: 1100px) {
.flash {
	display: none;
}
}

@media (min-width: 1100px) {
.noflash {
	display: none;
}
.flash {
	width: 550px;
	margin: 0 auto;
}
}
#form .clear {
	clear: both;
}
#form .center {
	text-align: center;
}
#form h3 {
	margin: 0 1%;
}
#form small {
	font-style: italic;
}
#form hr {
	width: 98%;
	margin: 10px 1% 15px 1%;
}
/*GRID */
#form .column {
	float: left;
	margin: 0 1%;
}
#form .full {
	width: 98%;
	margin: 0 1%;
}
#form .half {
	width: 48%;
}
#form .twothird {
	width: 65%;
}
#form .onethird {
	width: 31%;
}
/*FORM STYLES*/

#form input:not([type=submit]):not([type=checkbox]) {
	width: 96%;
	padding: 10px 2%;
}
#form textarea {
	width: 100%;
	resize: none;
}
#form select {
	width: 96%;
	padding: 10px 2%;
}

/*MEDIA QUERIES */

@media (max-width:767px) {
#form .column {
	float: none;
	margin: 0;
}
#form .full, #form .half, #form .twothird, #form .onethird {
	width: 100%;
	margin: 0;
}
}
/********************************
** SIDEBAR
*********************************/
.box {
	border: 3px solid #fff;
	padding: 15px 10px;
}
.street-info {
	font-size: 18px;
	font-weight: bold;
}
.street-info {
	margin-bottom: 20px;
	text-align: center;
}
.box hr {
	height: 3px;
	width: 80%;
	background: #fff;
	border: none;
}
.box .title {
	font-size: 24px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 20px;
}
.box a {
	font-size: 15px;
	display: block;
}
.box a:hover {
	text-decoration: none;
}
/********************************
** FOOTER
*********************************/
#footer {
	padding-top: 20px;
	padding-bottom: 25px;
	background: #335d5b;
	position: relative;
}
#footer ul {
	text-align: center;
}
#footer a:hover {
	text-decoration: underline;
}
/* Footer Text */

#footer p, #footer p a {
	font-family: 'Source Sans Pro', sans-serif;
	color: #37b5b1;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	margin-bottom: 0;
	text-decoration: none;
}
/* Footer Credits */
#footer-credits {
	display: none;
}
body.home #footer-credits {
	display: inline;
	margin-top: 20px;
}
#footer-credits img {
	margin: 0;
	margin-top: -2px;
}
nav.sidr {
	background-color: #57c4c4;
}
nav.sidr ul {
	list-style-type: none;
	padding-bottom: 0;
	padding-left: 0;
}
nav.sidr li {
	margin: 0;
	position: relative;
}
nav.sidr li a {
	display: block;
	font-size: 1.2em;
	text-decoration: none;
	color: #fff;
	padding: 3px 20px 3px 20px;
	font-weight: 600;
}
nav.sidr li:hover a {
	background: #67d8d6;
}
/*DROPDOWNS */

nav.sidr li ul {
	display: none;
}
nav.sidr li:hover ul {
	display: block;
	position: absolute;
	top: 50px;
	z-index: 9999;
}
nav.sidr li:hover li {
	float: none;
	white-space: nowrap;
	width: 100%;
}
nav.sidr li:hover ul {
	display: block;
	position: relative;
	top: 0;
	z-index: 9999;
}
nav.sidr li:hover li a {
	background: #d0f48e;
	padding: 12px 30px 12px 20px;
	text-align: left;
	font-size: 0.9em;
	color: #696969;
}
nav.sidr li:hover li a:hover {
	background: #e6ffb7;
}

/* =========================================
MEDIA QUERIES 
========================================= */

/* Mobile device */
@media (max-width: 1024px) {
/* Images */

img.alignright, img.alignleft {
	float: none !important;
	margin: 0 auto;
	margin-bottom: 20px;
}
/* Blockquotes */
blockquote>p {
	text-align: center;
}
blockquote .quotation-before,  blockquote .quotation-after {
	display: none;
}
/* Adress */
address {
	margin-top: 15px;
	margin-bottom: 15px;
}
/* Mobile Navigations */

    /*.navbar-default{
            margin-top: 55px;}*/
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: #83a224;
}
.navbar-nav .open .dropdown-menu>li>a,  .navbar-nav .open .dropdown-menu .dropdown-header {
	padding-top: 15px;
	padding-bottom: 15px;
}
.navbar-right {
	float: left !important;
	margin-left: 30px;
}
/* Logo Brand */
.logo-brand {
	left: 50%;
	margin-left: -145px;
	min-width: 230px;
	bottom: -200px;
}
.logo-brand img {
	margin: -14px auto 0;
	max-width: 195px;
	margin-bottom: 15px;
}
/* Quick Links */
#quick-link {
	margin-top: 150px;
}
.quick-links {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
/* Main */
#main .content {
	margin-left: -15px;
	margin-right: -15px;
}
/* Container Styled Element Exp. */
#main .content ul.d-table>.d-table-cell {
	display: block;
	width: 100%;
}
/* Homepage Content */
.home #main h1 {
	float: none;
	position: static;
	text-align: center;
	padding-bottom: 110px;
}
.home #main h5 {
	margin-top: 20px;
}
}

@media (max-width: 639px) {
body {
	background: url('../img/slider/slider-1.jpg') 70% 10% fixed;
	-webkit-background-size: auto 600px;
}
.office-tour img {
	width: 100%;
	float: none;
}
/*.background-slide-container {display:none;}*/
    /* Quick Links */
.quick-link-container {
	max-width: 371px;
}
.quick-links {
	font-size: 12px;
	margin: 0 8px;
	width: 100px;
}
/* Footer Text */
#footer {
	text-align: center;
}
#footer p,  #footer p a {
	font: 400 14px/22px 'Source Sans Pro', sans-serif;
}
#footer-credits,  #footer-credits img {
	float: none !important;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.photo-home {
	margin-top: 50px !important;
}
.home #main h1 {
	padding-bottom: 30px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
/* Heading Type */
.big-text {
	font-size: 60px;
	line-height: 60px;
}
/* Homepage Content */
.home #main h1 {
	font-size: 115px;
}
.home #main .content h1 .half-circle-left {
	width: 40px;
	height: 80px;
	border-width: 2px;
	border-radius: 80px 0 0 80px;
	-moz-border-radius: 80px 0 0 80px;
	-webkit-border-radius: 80px 0 0 80px;
}
.photo-home {
	margin-right: 0px;
	margin-top: -25px;
}
#quick-link {
	margin-top: 100px;
}
}

@media (min-width:992px) and (max-width:1024px) {
.navbar-right {
	float: left !important;
	margin-left: 140px;
}
}

@media (max-width:767px) {
#quick-link {
	margin-top: 350px;
}
.topbar {
	display: none;
}
.social-links {
	padding-top: 0;
}
.mobile-nav {
	background: #37b5b1;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	top: 0;
	position: relative;
	z-index: 999999;
	display: block;
}
.mobile-nav:after {
	display: block;
	clear: both;
	content: '';
}
#footer {
	text-align: center;
}
}

/* Tablet device */
@media (min-width: 768px) {
/* Container Styled Element Exp. */
#main .content ul.d-table>.d-table-cell {
	width: 50%;
	padding-right: 12%;
}
/* Footer Navigation */
#footer-nav {
	margin-bottom: 15px;
}
#footer-nav>li>a {
	/*font-family: 'Source Sans Pro', sans-serif;*/
	color: #37b5b1;
	font-size: 18px !important;
	font-weight: 800;
	line-height: 21.63px;
	padding: 0 10px 0 0px;
	position: relative;
	text-decoration: none;
}
#footer-nav>li>a:after {
	content: "|";
	width: 0;
	height: 0;
	position: absolute;
	top: 3px;
	right: 0px;
}
#footer-nav>li:last-child>a:after {
	content: "";
}
}

/* Smaller Mobile device */
@media (max-width: 479px) {
/* Headings */
h1, .h1 {
	font-size: 35px;
	line-height: 50px;
}
.half-circle-left {
	width: 15px;
	height: 25px;
}
h2, .h2 {
	font-size: 30px;
	line-height: 40px;
}
h3, .h3 {
	font-size: 25px;
	line-height: 35px;
}
h4, .h4 {
	font-size: 20px;
	line-height: 30px;
}
h5, .h5 {
	font-size: 18px;
	line-height: 25px;
}
h6, .h6 {
	font-size: 16px;
	line-height: 22px;
}
/* MAIN */
#main .content {
	padding-left: 15px;
	padding-right: 15px;
}
#main .content h1 {
	display: block;
	margin: 0 auto;
}
/* Quick Links */
.quick-link-container {
	max-width: 270px;
}
.quick-links {
	font-size: 10px;
	margin: 0px;
	width: 85px;
}
/* Logo */
.logo-brand {
	width: 230px;
	margin-left: -145px;
}
.logo-brand.half-circle-bottom {
	border-radius: 0 0 230px 230px;
	-moz-border-radius: 0 0 230px 230px;
	-webkit-border-radius: 0 0 230px 230px;
}
/* Homepage Content */
.home #main h1 {
	font-size: 60px;
	margin-top: -30px;
	margin-bottom: -20px;
	padding-bottom: 30px;
}
.home #main .content h1 .half-circle-left {
	width: 21px;
	height: 42px;
	border-width: 2px;
	border-radius: 42px 0 0 42px;
	-moz-border-radius: 42px 0 0 42px;
	-webkit-border-radius: 42px 0 0 42px;
}
.photo-home {
	margin-top: 0 !important;
}
}
