body, html {margin:0;padding:0;font-family: "brandon-grotesque",sans-serif !important;background: white;height: 100%;overflow: auto;-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-overflow-scrolling: touch;}

.c-Main {
	float: left;
    margin: 0 auto;
    width: 100%;
}
header::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    line-height: 0;
}
header {
    clear: both;
    display: block;
    float: none;
    margin: 0 auto;
    padding: 0 50px 30px;
}
*::-moz-placeholder {
    color: rgb(255, 255, 255);
    opacity: 1;
    text-align: center;
}
.c-Header-Logo, .c-Header-Menu {
    float: left;
    position: relative;
    width: 100%;
	height: 100px;
    line-height: 100px;
}
.c-Left-Menu {
    display: block;
    float: left;
    width: 300px;
	text-align: left;
}
.c-Right-Menu {
    display: block;
    float: right;
    width: 300px;
	text-align: right;
}
#container {
    margin: 0 auto;
    width: 930px;
}
main {
    margin: 0 auto;
}

.c-Main .c-Site-Name {
	color: black;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 5px;
}

.c-Header-Icon {width: 30px; height: 30px; display: inline-block;}
.c-Mobile-Icon {background: rgba(0, 0, 0, 0) url("../images/home/icon_mobile_phone.png") no-repeat scroll left top;}
.c-Mail-Icon {background: rgba(0, 0, 0, 0) url("../images/home/icon_email.png") no-repeat scroll left top;}

.c-Main h2 {font-size: 22px;text-align: center; font-weight: bold;}
.c-More-Description {
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
    margin: 0 auto;
    text-align: center;
    width: 70%;
	height: auto;
    min-height: 0px;
    overflow: hidden;
    position: relative;
	color: #FCCA9D;
	padding-top: 15px;
}
.c-More-Description-Content{
	display: none;
	opacity: 0; height: auto;
}
.c-More-Description a{
	color: #FCCA9D;
    text-decoration: underline;
	font-size: 8px;
}

.c-btn {
    border-radius: 5px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
.c-Main .c-Btn-More:hover {
	border: 1px solid black;
	background-color: black;
	color: #F89033;
}
.c-Main .c-Btn-More {
	vertical-align: middle;
	border: 1px solid white;
	background-color: white;
	color: #F89033;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-border-tradius: 2px;
	-moz-border-radius: 2px;
	-moz-border-radius: 2px;
    display: inline-block;
	font-size: 8px;
	margin: 0 auto;
    padding: 0 2px;
	width: 26px;
	line-height: 10px;
}

.c-Row {
	text-align: center;
    display: block;
    float: left;
    padding: 50px 0 0;
    width: 100%;
}
.c-Row .c-Row-Box {
	text-align: center;
    display: inline-block;
    margin-bottom: 50px;
    position: relative;
    width: 25%;
}
.c-Row .c-Row-Box > a{
	text-decoration: none;
}
.c-Row .c-Row-Box .c-Row-Box-Image {
	margin-bottom: 30px;
}
.c-Row .c-Row-Box .c-Row-Box-Image img {
    max-width: 183px;
}
.c-Row .c-Row-Box .c-Row-Box-Title {
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 3px;
    margin: 5px 0;
	text-transform: uppercase;
}
.c-Row .c-Row-Box .c-Row-Box-SubTitle {
    font-size: 6px;
    font-weight: normal;
    margin-bottom: 10px;
	letter-spacing: 3px;
	color: #FCCA9D;
	text-transform: uppercase;
}
.c-Row .c-Row-Box .c-Row-Box-Description {
    font-size: 10px;
    font-weight: normal;
}
.c-User-Profile {
    padding: 30px 0;
}
.c-User-Profile-Picture {
    background: rgb(206, 206, 206) none repeat scroll 0 0;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-border-tradius: 50%;
	-moz-border-radius: 50%;
	-moz-border-radius: 50%;
    display: block;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    width: 100px;
}
.c-User-Profile-Picture img {
    display: block;
    width: 100px;
	margin: 0 auto;
}

.c-Main {float: none; margin: 0 auto;height: 100%; display: table;}
#container {width: auto; display: table-cell; vertical-align: middle;}
main {width: 360px; margin: 0 auto;height: 243px;}
.c-Main h2 {font-weight: normal; color: black;margin-top: 0;}
a {text-decoration: none; color: white; text-align: center;}






@media only  screen and (min-device-width: 320px) and (max-device-width: 568px) {}
/* Only iPhone 5 : Portrait ----------- */
@media only  screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2)  {}
/* Only iPhone 5 : Landscape ----------------- */ 
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {}
