/* 
	
	Umbrella

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	color: #fff;
    font-family: "RobotoRegular";
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

.mejs-container, .svg, .mejs-audio {
	display: none;
}

/* TYPOGRAPHY */

h1 {
	display: block;
	font-size: 2em;
}

h2 {
	display: block;
	font-size: 1.5em;
}

h3 {
	display: block;
	font-size: 1.17em;
}

h4 {
	display: block;
}

h5 {
	display: block;
	font-size: 0.83em;
}

.shortcodes p {
    font-family: "RobotoLight";
    color: #6A6D78;
    font-size: 14px;
    line-height: 22px;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.one_full ul, .one_half ul, .one_third ul, .one_fourth ul {
    list-style: circle;
    list-style-position: inside;
}

/* CLOSE TYPOGRAPHY */


/* BUILD */

body::-webkit-scrollbar {
	width: 5px;
    height: 5px;
}

body::-webkit-scrollbar-track {
    background-color: #000;
    
}

body::-webkit-scrollbar-thumb {
	background-color: #f4b530;
    border-radius: 5px;
}

body::-webkit-scrollbar-corner {
    background-color: #000;
}

.header {
	width:100%;
	height: 115px;
	background: rgba(0,0,0,0.97);
	z-index: 9000000;
    position: relative;
	opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
}

.inner_content {
	margin: auto;
    z-index: -1;
}

.content {
    width: 1025px;
    margin:auto;
    position: relative;
    padding-top: 115px;
    padding-bottom: 100px;
    z-index: 9;
}

.logo {
	position: absolute;
}

.logo a {
	font-family:"Androgyne Medium";
	font-size: 38px;
	color: #fff;
	position: relative;
	display: block;
	left: 30px;
}

.logo a img {
    max-height: 90%;
}

.menu {
	width: auto;
	height: 100%;
	float: right;
}

.menu > li {
	float: left;
}

.menu > li > a {
	width: auto;
	height: 115px;
	border-left:1px solid #161616;
	display: block;
	padding: 0px 30px;
	font-family: "RobotoLight";
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	padding-top: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.menu li a:hover, .curr_menu {
	background: rgba(255,255,255,0.04);
}

.menu .sub_menu {
	display: none;
	position: absolute;
}

.sub_menu li {
	background: rgba(0,0,0,0.97);
}

.sub_menu li + li {
	border-top: 1px solid #262626; 
}

.sub_menu a {
	display: block;
	padding: 23px 33px;
	font-family: "RobotoLight";
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}

.page_title {
	opacity: 0;
}

.welcome_text h1, .welcome_text h2, .page_title h1, .page_title h2 {
	font-family: "RobotoRegular";
	font-size: 65px;
	text-transform: uppercase;
	text-align: center;
}

.welcome_text h1 + h2, .page_title h1 + h2 {
	margin-top: 15px;
}

.welcome_text h2, .page_title h2 {
	font-family: "RobotoThin";
	font-size: 60px;
}
/*.welcome_text h1 {
    opacity: 0;
}

.welcome_text h2 {
    opacity: 0;
}
.slide li a {
    opacity: 0;
}*/

.text {
    color: #fff;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.15);
}

.slide li {
    z-index: 900000;
}

.slides li > a {
	width: auto;
	display: inline-block;
	margin: 30px auto 0px auto;
	background:#f4b530;
	padding: 30px 70px;
	border-radius: 3px;
	font-family: "RobotoMedium";
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	color: #8d650f;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.3);
}

.slides li > a:hover {
	opacity: 0.9;
}

.slides {
	position: relative;
	top: 50%;
}

.home_page {
    width:100%;
    position: absolute;
	top: 50%;
	padding-top: 40px;
    overflow: hidden;
	text-align: center;
}

.footer {
	width: 100%;
	max-height: 100px;
	position: fixed;
	bottom: 0;
	padding: 30px 30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
    z-index:9000;
}

.footer .mute {
	width: 24px;
	height: 26px;
	display: inline-block;
	float: left;
	background: url(../images/icons/volume.png) no-repeat;
    z-index: 900000000;
}

.footer .social_media {
	float: right;
    z-index: 900000000;
}

.footer .social_media li, .team .social_links ul li, .team_portrait .social_links ul li {
	float: left;
}

.footer .social_media li a, .team .social_links ul li a, .team_portrait .social_links ul li a {
	width: 25px;
	height: 25px;
	display: block;
	background: url(../images/icons/social_links.png) no-repeat;
	margin-left: 6px;
}

.tw {
	background-position: -31px 0px !important;
}

.tb {
	background-position: -63px 0px !important;
}

.pin {
	background-position: -95px 0px !important;
}

.be {
	background-position: -128px 0px !important;
}

.dr {
	background-position: -161px 0px !important;
}

.yt {
	background-position: -194px 0px !important;
}

.team_portrait {
    display: none;
}

#sections {
    width: 100%;
    height: 388px;
    overflow: hidden;
    margin-top: 90px;
}

#sections > ul {
    width: 9000000px;
}

.person {
    width: 314px;
    height: 388px;
    overflow: hidden;
    position: relative;
}

#sections > ul > li {
    float: left;
}

#sections > ul > li + li {
    margin-left: 41px;
}

.person > img {
    width: auto;
    height: 291px;
    position: absolute;
    z-index: 0;
}

.person .social_links {
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    text-align: center;
    position: absolute;
    display: none;
}

.team, .project_filter, .projects_box, .load_more, .blog_posts, .contact {
    opacity: 0;
}

.team .social_links, .team_portrait .social_links{
    padding: 54px 0px;
}

.team .social_links ul, .team_portrait .social_links ul {
    display: inline-block;
    margin: auto;
}

.team .social_links ul li a, .team_portrait .social_links ul li a {
    opacity: 0.6;
}

.team .social_links ul li a:hover, .team_portrait .social_links ul li a:hover {
    opacity: 1;
}

.team .info, .team_portrait .info {
    width: 100%;
	min-height: 255px;
	background: #fff;
	display: inline-block;
	padding: 27px 17px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 291px; 
	position: relative;
    z-index: 2;
}

.team h3, .team_portrait h3 {
	font-family: "RobotoLight";
	font-size: 24px;
	color: #474747;
}

.team h4, .team_portrait h4 {
	font-family: "RobotoLight";
	font-size: 14px;
	color: #9d9d9d;
	margin-top: 5px;
}

.team p, .team_portrait p {
	font-family: "RobotoLight";
	font-size: 14px;
	color: #5e5e5e;
	line-height: 24px;
	margin-top: 22px;
}

.team-prev, .team-next { 
    position:absolute; 
    height:43px; 
    width:43px; 
    top:50%; 
    margin-top:-21px; 
    opacity:0.6; 
    margin-top: 68px;
}
					
.team-prev { 
    left:0px; 
    background:rgba(0,0,0,0.8) url('../images/icons/back.png') no-repeat;
    width:78px; 
    height: 78px; 
    background-position: 27px 22px; 
    border-top: 1px solid rgba(255,255,255,0.2); 
    left: -115px;
}
				
.team-next { 
    right:0px; 
    background:rgba(0,0,0,0.8) url('../images/icons/forward.png') no-repeat; 
    width:78px; 
    height: 78px; 
    background-position: 33px 22px;
    border-top: 1px solid rgba(255,255,255,0.2);
    right: -115px;
}
						
.team-prev:hover, .team-next:hover{ 
    cursor:pointer; 
}

.sub_title {
    display: inline-block;
    float: left;
}

.sub_title h1{
    font-family: "RobotoThin";
    font-size: 65px;
    text-align: left;
}

.sub_title h1 span {
    font-family: "RobotoRegular";
}

.project_filter {
    width: 193px;
    height: auto;
    position: absolute;
    right: 0px;
    z-index: 1000;
}

.main_item, .main_item_back {
    background: #F4B530 url(../images/icons/fold_white.png) no-repeat 164px center;
}

.main_item_back {
    background-image: none;
    text-align: center;
}

.main_item_back span {
    margin-left: 0px !important;
}

.main_item_back > div, .main_item > div, .filter_item > div, .back_button a div {
    width: 100%;
    height: 1px;
    background:#fff;
    position: absolute;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.main_item_back, .main_item, .filter_item, .back_button a {
    width: 100%;
    height: 65px;
    position: relative;
    display: block;
    font-family: "RobotoRegular";
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.filter_item {
    font-size: 14px;
    background: #e8be65;
    display: block;
}

.back_button a {
    text-transform: none;
    background: #f4b530 url(../images/icons/back_arrow.png) no-repeat 20px 27px;
}

.back_button {
    width: 193px;
    height: auto;
    position: absolute;
    right: 52px;
    z-index: 1000;
}

.filter_item:hover {
    background: #f4b530;
}

.main_item span, .filter_item span, .main_item_back span {
    display: inline-block;
    margin-top: 25px;
    margin-left: 15px;
}

.back_button a span {
    display: inline-block;
    margin-top: 25px;
    margin-left: 44px;
}

.projects_box, .blog_posts, .contact {
    width: 100%;
    height: auto;
    margin-top: 80px;
}

.project {
    width: 341px;
    height: 276px;
    float: left;
    overflow: hidden;
    position: relative;
    background: #e1e1e1;
    z-index: -0;
}

.project > img {
    width: auto;
	max-width: auto;
    height: auto;
    position: absolute;
    z-index: -1;
}

.project_info {
    width: 100%;
    height: 100%;
    background: #f4b530;
    z-index: 1;
    display: none;
}

.project_title a {
    font-family: "RobotoThin";
    font-size: 36px;
    color: white;
    vertical-align: bottom;
    bottom: 60px;
    position: absolute;
    left: 23px;
}

.post_category {
    position: absolute;
    color: white;
    bottom: 20px;
    left: 23px;
    font-family: "RobotoLight";
}

.post_category img {
    margin-right: 10px;
}

.project .open {
    display: block;
    position: absolute;
    right: 20px;
    top: 19px;
}

.load_more {
    width: 184px;
    height: 63px;
    display: block;
    margin: 40px auto;
    background: #f4b530;
    font-family: "RobotoRegular";
    font-size: 18px;
    color: #f9da97;
    text-transform: uppercase;
    padding: 18px 16px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.load_more span {
    width: 25px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icons/load.png) no-repeat;
    margin-right: 10px;
    opacity: 0.5;
}

.load_more:hover, .load_more:hover span {
    color: #fff;
    opacity: 1;
}

.post {
    width: 511px;
    height: 256px;
    float: left;
    margin-bottom: 1px;
    background: #b8b8b8;
    margin-right: 1px;
    overflow: hidden;
    position: relative;
    z-index: 90;
}

.post .post_preview {
    width: 50%;
    height: 256px;
    overflow: hidden;
    position: absolute;
    z-index: -0;
}

.post .post_preview img {
    width: auto;
	max-width: 100%;
    height: auto;
    position: absolute;
    z-index: -0;
}

.post .post_title, .post .post_info {
    width: 50%;
    height: 100%;
    background: #f4b530;
    z-index: 93;
    float: left;
    float: right;
    position: relative;
}

.post .post_title {
    left: 50%;
}

.post .post_info {
    background: #d59d26;
    z-index: 90;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.post .post_title a {
    font-family: 'RobotoLight';
    font-size: 22px;
    color: white;
    padding: 20px;
    display: block;
    line-height: 28px;
}

.post .post_views, .post .post_comments {
    font-family: "RobotoThin";
    font-size: 24px;
    color: white;
}

.post .post_views + .post_comments {
    margin-top: 10px;
}

.post_info .read_post {
    font-family: "RobotoLight";
    font-size: 18px;
    color: white;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.post_info .read_post span {
    width: 8px;
    height: 14px;
    background: url('../images/icons/arrow_white.png') no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

#map {
    width:540px;
    height: 490px;
    float: left;
}

.contact_form {
    width: 485px;
    height: 490px;
    background: rgba(255,255,255,0.97);
    float: right;
    padding: 8px 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.contact_form p {
    display: inline-block;
}

.contact_form label {
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #474747;
    display: inline-block;
    margin-bottom: 20px;
}

.contact_form input[type=text] {
    width: 205px;
    height: 45px;
    border: 1px solid #e1e1e1;
    padding: 0px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.contact_form form p {
    margin-top: 30px;
}

.contact_form form p:first-child {
    margin-right: 23px;
}

.contact_form textarea {
    width: 437px;
    max-width: 437px;
    height: 180px;
    max-height: 180px;
    font-family: "RobotoRegular";
    border: 1px solid #e1e1e1;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.contact_form input[type=submit] {
    width: auto;
    height: 63px;
    background: #f4b530;
    border: none;
    cursor: pointer;
    font-family: "RobotoBold";
    font-size: 16px;
    color: #fff;
    padding: 0px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.contact_form input:focus, .contact_form textarea:focus {
    outline: none;
}

.blog_post {
    width: 920px;
    margin: auto;
    margin-top:90px;
}

.post_intro {
    width: 720px;
    height: 461px;
    float: left;
}

.post_img {
    width: 100%;
    height: 359px;
    overflow: hidden;
    background: #121317;
}

.post_intro h1 {
    width: 100%;
    height: 102px;
    overflow: hidden;
    background: #18191d;
    font-family: "RobotoRegular";
    font-size: 24px;
    color: #e9e8e8;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.post_info {
    width: 200px;
    height: 461px;
    background: #f4b530;
    float: right;
    position: relative;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.post_info .post_category, .post_info .comments, .post_info .user {
    position: relative;
    color: white;
    bottom: 0px;
    left: 0px;
    font-family: "RobotoRegular";
}

.post_info .post_category img, .post_info .comments img, .post_info .user img, .share_links a img {
    margin-right: 10px;
    vertical-align: middle;
}

.post_info p + p {
    margin-top: 25px;
}

.post_content {
    width: 100%;
    height: auto;
    background: #121317;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "RobotoLight";
    font-size: 14px;
    color: #70727b;
    line-height: 24px;
}

.post_content p + p {
    margin-top: 20px;
}

.share_links {
    position: absolute;
    bottom: 30px;
}

.share_links a {
    display: block;
    font-family: "RobotoRegular";
    font-size: 15px;
    color: #fff;
}

.share_links a + a {
    margin-top: 10px;
}

.post_comments h1 {
    width: 100%;
    height: 102px;
    background: #18191d;
    vertical-align: middle;
    font-family: "RobotoRegular";
    font-size: 24px;
    color: #e9e8e8;
    padding:39px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.post_comments h1 span {
	width: 24px;
	height: 23px;
	display: inline-block;
	background: url(../images/icons/comments.png);
    vertical-align: middle;
    margin-right: 10px;
}

.text-shadow {
    text-shadow: 1px 1px 0px rgba(0,0,0,0.77);
    filter: dropshadow(color=rgba(0,0,0,0.77), offx=1, offy=1);
}

.comments_field {
    width:100%;
    height: auto;
    background: #e9e8e8;
    position: relative;
    display:none;
}

.projects {
    width: 920px;
    margin: 0 auto;
    margin-top: 130px;
}

.image_slider {
    width: 920px;
    height: auto;
    overflow:hidden;
    background: rgba(18,19,23,0.97);
    position: relative; 
}

.image_slider ul li img {
    max-width: 100%;
    position: relative;
    margin-bottom: -3px;
}

.slider_nav {
    letter-spacing: -3px;
}

.slider_nav a {
    background: rgba(0, 0, 0, 0.3);
    width: 60px;
    height: 60px;
    display: inline-block;
}

.slider_nav a img {
	width: 8px !important;
	height: 14px !important;
	margin: 23px 25px;
}

.slider_nav {
    position: absolute;
    bottom: -3px;
    right: 0px;
    z-index: 1;
}

.project_info_content {
    width: 920px;
    height: auto;
    position: relative;
    display: block;
    background: #D59D26;
}

.project_content {
    width: 720px;
    height: auto;
    float: left;
    background: #F4B530;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "RobotoLight";
    font-family: 14px;
    color: rgba(255,255,255,0.7);
    line-height: 24px;
}

.project_content p + p {
    margin-top:; 20px;
}

.project_content .project_content_title {
    font-family: "RobotoThin";
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
    line-height: normal;
}

.project_social {
    width: 200px;
    height: 100%;
    float: right;
    position: relative;
    background: #D59D26;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.project_social .post_category {
    position: relative;
    color: white;
    bottom: 0px;
    left: 0px;
    font-family: "RobotoLight";
}

.project_social a {
    display: block;
    font-family: "RobotoRegular";
    font-size: 15px;
    color: white;
    margin-top: 20px;
}

.project_social a img {
    margin-right: 10px;
    vertical-align: middle;
}

.mobile_menu {
    width: 280px;
    float: right;
    margin-right: 30px;
    display: none;
    position: absolute;
    right: 0px;
}

.navigation_button a {
    width: 133px;
    height: 115px;
    border-left: 1px solid #161616;
    border-right: 1px solid #161616;
    display: block;
    padding: 0px 30px;
    font-family: "RobotoLight";
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    padding-top: 50px;
    text-align: center;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	background: url(../images/icons/list.png) no-repeat center;
}

.mobile_menu .menu_item {
    width: 100%;
    height: 70px;
    background: rgba(0,0,0,0.97);
    border-top: 1px solid #161616;
    display: block;
    font-family: "RobotoLight";
    font-size: 23px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 25px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.mobile_menu .menu_item:hover {
    background: #000;
}

.navigation_button a:hover {
    background: rgba(255,255,255,0.04) url(../images/icons/list.png) no-repeat center;
}

/* CLOSE BUILD */

/* Animation Keyframes */

@-webkit-keyframes blurFadeIn{
	0%{
		opacity: 0;
		color: transparent;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.3);
	}
	50%{
		opacity: 0.5;
		color: transparent;
		text-shadow: 0px 0px 10px #fff;
		-webkit-transform: scale(1.1);
	}
	100%{
		opacity: 1;
		color: transparent;
		text-shadow: 0px 0px 0px #fff;
		-webkit-transform: scale(1);
	}
}

@-webkit-keyframes slideFromLeft{
	0%{
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
	50%{
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0.3;
	}
	100%{
		-webkit-transform: translateX(-0px);
		-moz-transform: translateX(-0px);
		-o-transform: translateX(-0px);
		transform: translateX(-0px);
		opacity: 1;
	}
}

@-webkit-keyframes slideFromRight{
	0%{
		-webkit-transform: translateX(200px);
		-moz-transform: translateX(200px);
		-o-transform: translateX(200px);
		transform: translateX(200px);
		opacity: 0;
	}
	50%{
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px);
		opacity: 0.3;
	}
	100%{
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-o-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes displayElement {
	0%{
		opacity: 0;
	}
	50%{
		opacity: 0.3;
	}
	100%{
		opacity: 1;
	}
}

@-moz-keyframes blurFadeIn{
	0%{
		opacity: 0;
		color: transparent;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.3);
	}
	50%{
		opacity: 0.5;
		color: transparent;
		text-shadow: 0px 0px 10px #fff;
		-webkit-transform: scale(1.1);
	}
	100%{
		opacity: 1;
		color: transparent;
		text-shadow: 0px 0px 0px #fff;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes slideFromLeft{
	0%{
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
	50%{
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0.3;
	}
	100%{
		-webkit-transform: translateX(-0px);
		-moz-transform: translateX(-0px);
		-o-transform: translateX(-0px);
		transform: translateX(-0px);
		opacity: 1;
	}
}

@-moz-keyframes slideFromRight{
	0%{
		-webkit-transform: translateX(200px);
		-moz-transform: translateX(200px);
		-o-transform: translateX(200px);
		transform: translateX(200px);
		opacity: 0;
	}
	50%{
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px);
		opacity: 0.3;
	}
	100%{
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-o-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@-moz-keyframes displayElement {
	0%{
		opacity: 0;
	}
	50%{
		opacity: 0.3;
	}
	100%{
		opacity: 1;
	}
}

@-ms-keyframes blurFadeIn{
	0%{
		opacity: 0;
		color: transparent;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.3);
	}
	50%{
		opacity: 0.5;
		color: transparent;
		text-shadow: 0px 0px 10px #fff;
		-webkit-transform: scale(1.1);
	}
	100%{
		opacity: 1;
		color: transparent;
		text-shadow: 0px 0px 0px #fff;
		-webkit-transform: scale(1);
	}
}

@-ms-keyframes slideFromLeft{
	0%{
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
	50%{
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0.3;
	}
	100%{
		-webkit-transform: translateX(-0px);
		-moz-transform: translateX(-0px);
		-o-transform: translateX(-0px);
		transform: translateX(-0px);
		opacity: 1;
	}
}

@-ms-keyframes slideFromRight{
	0%{
		-webkit-transform: translateX(200px);
		-moz-transform: translateX(200px);
		-o-transform: translateX(200px);
		transform: translateX(200px);
		opacity: 0;
	}
	50%{
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px);
		opacity: 0.3;
	}
	100%{
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-o-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@-ms-keyframes displayElement {
	0%{
		opacity: 0;
	}
	50%{
		opacity: 0.3;
	}
	100%{
		opacity: 1;
	}
}

.blur {
	-webkit-animation: blurFadeIn 1s linear backwards;
	-moz-animation: blurFadeIn 1s ease-in backwards;
	-ms-animation: blurFadeIn 1s ease-in backwards;
	animation: blurFadeIn 1s ease-in backwards;
	color: #fff;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.15);
	opacity: 1;
}

.move_to_right {
    -webkit-animation: slideFromLeft 0.2s linear 1.5s backwards;
	-moz-animation: slideFromLeft 0.2s linear 1.5s backwards;
	-ms-animation: slideFromLeft 0.2s linear 1.5s backwards;
	animation: slideFromLeft 0.2s linear 1.5s backwards;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.move_to_left {
    -webkit-animation: slideFromRight 0.5s linear 1s backwards;
	-moz-animation: slideFromRight 0.5s linear 1s backwards;
	-ms-animation: slideFromRight 0.5s linear 1s backwards;
	animation: slideFromRight 0.5s linear 1s backwards;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.display_element {
	-webkit-animation: displayElement 0.5s linear 1.5s backwards;
	-moz-animation: displayElement 0.5s linear 1.5s  backwards;
	-ms-animation: displayElement 0.5s linear 1.5s  backwards;
	animation: displayElement 0.5s linear 1.5s  backwards;
	opacity: 1;
}

.display_element_second {
	-webkit-animation: displayElement 0.5s linear 2s backwards;
	-moz-animation: displayElement 0.5s linear 2s backwards;
	-ms-animation: displayElement 0.5s linear 2s backwards;
	animation: displayElement 0.5s linear 2s backwards;
	opacity: 1;
}

.display_element_third {
	-webkit-animation: displayElement 0.5s linear 2.5s backwards;
	-moz-animation: displayElement 0.5s linear 2.5s backwards;
	-ms-animation: displayElement 0.5s linear 2.5s backwards;
	animation: displayElement 0.5s linear 2.5s backwards;
	opacity: 1;
}

/* Animation Keyframes Exit */

/* Shortcodes */

.blockquote , blockquote {
	width:100%;
	height:auto;
	background:#F3F3F3 url(../images/icons/bquote.png) no-repeat 25px 32px;
	padding:25px 32px 25px 75px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-family:"RobotoLight";
	color:#6a6d78;
	font-size:14px;
	line-height:22px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.tabs ul li {
	list-style: none;
	float: left;
}

.tabs ul li + li {
	margin-left:-4px;
}

.tab_button_ui{
	width:auto;
	height:63px;
	display:inline-block;
	background:#CCC;
	font-family:"RobotoRegular";
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	padding:25px 73px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.tab_button_ui:hover {
	background:#f4b530;
}

.tab_current {
	background:#f4b530;
}

.tab_ui {
	width:100%;
	height:auto;
	background:#F3F3F3;
	padding:21px 22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-family:"RobotoLight";
	color:#6a6d78;
	font-size:14px;
	line-height:22px;
	display:none;
}

#tab_01 {
	display:block;
}

.accordion {
	list-style:none;
}

.accordion h4 a {
	width:100%;
	height:72px;
	color: #fff;
	background-color: #F4B530;
    background-image:url(../images/icons/acc_icon_unfold.png);
    background-repeat: no-repeat;
    background-position: 97% center;
	display:block;
	padding:29px 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-transform:uppercase;
}

.accordion_content {
	font-family:"RobotoLight";
	color:#6a6d78;
	font-size:14px;
	line-height:22px;
	background:#F3F3F3;
	padding:29px 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.headings {
	margin-bottom: 30px;
}

h1, h2, h3, h4, h5 {
	font-family:"RobotoThin";
}

.shortcodes {
	background:#Fff;
	padding:30px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #6A6D78;
}

.loader {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #161616;
	z-index: 9000;
}

/* Columns */

.last {
	margin: 0px !important;
}

.clear {
	clear: both;
}

.one_full {
	float: left;
	width: 100%;
	margin-right: 30px;
	margin-bottom: 25px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	font-family: "RobotoLight";
	color: #6A6D78;
	font-size: 14px;
	line-height: 22px;
}

.one_half {
	float: left;
	width: 497px;
	margin-right: 30px;
	margin-bottom: 25px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	font-family: "RobotoLight";
	color: #6A6D78;
	font-size: 14px;
	line-height: 22px;
}

.one_third {
	float: left;
	width: 321px;
	margin-right: 30px;
	margin-bottom: 25px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	font-family: "RobotoLight";
	color: #6A6D78;
	font-size: 14px;
	line-height: 22px;
}

.one_fourth {
	float: left;
	width: 233px;
	margin-right: 30px;
	margin-bottom: 25px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	font-family: "RobotoLight";
	color: #6A6D78;
	font-size: 14px;
	line-height: 22px;
}

/* Columns */

/*-----Wordpress CSS Classes-----*/



/*-----Close Wordpress CSS Classes-----*/

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe[style] {
    width: 100% !important;
}

#succes_message {
    font-size: 16px;
    color: #6A6D78;
    padding: 15px 0px;
    font-family: "Roboto Light";
    text-align: center;
}

.me-cannotplay {
    display: none;
}

.background_navigation {
    z-index: 9000;
}

.contact_info {
    background-color: rgba(255,255,255,0.97);
    padding: 20px;
    clear: both; 
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #474747;
    border-top: 1px solid #eaeaea;
}

.contact_info ul {
    width: 100%;
}

.contact_info ul li {
    display: inline-block;
    float: left;
    width: 33.3%;
}

.contact_info ul li p {
    font-weight: 400;
    vertical-align: top;
}