
/*===================================================================================*/
/*  GENERAL                                                                            */
/*===================================================================================*/



html, body{height: 100%;}
body
{
	font-size: 14px;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	color: #666;
	background: #FFF;
	font-weight: 300;
    -webkit-text-size-adjust: 100%;
      -webkit-font-smoothing: antialiased;
      -webkit-text-rendering: optimizelegibility;
}

a{
	color: #666;
	text-decoration: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	outline: none !important;
}

a:hover, a:active
{
	color: #888;
	text-decoration: none;
}

a:focus {text-decoration:none;}
a:focus, input:focus, select:focus, textarea:focus {outline: none !important;}



h1,h2,h3,h4,h5,h6
{
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
}

* p:last-child {  margin-bottom: 0; }
p:empty { display: none; }
::-moz-selection {
 background: #666;
 color: #FFF;
}
::selection {
	background:#666;
 color: #FFF;
}


/*For Black White Plugin*/
.bwWrapper
{
	position:relative;
	display:block;
}
/*===================================================================================*/
/*  NAVIGATION                                                                       */
/*===================================================================================*/

#nav-mobile-sticky-wrapper{
	display: none;
}

.nav-normal
{
	width: 100%;
	z-index: 2000;
	background: #FFF;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
}

.nav-normal h1
{
	text-transform: uppercase;
	float: left;
	margin: 0;
	line-height: 70px;
	font-size: 30px;
	max-width: 120px;
}

.nav-normal h1 img
{
	width: 100%;
}
.nav-normal ul
{
	text-align: left;
	text-align: center;
	float: right;
	padding: 0;
	line-height: 70px;
	margin: 0;

}

.nav-normal ul li
{
	display: inline-block;
	margin-left: 25px;
}
.nav-normal ul li:first-child
{
	margin-left: 0;
}
.nav-normal ul li a
{
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 14px;
}

.nav-normal ul li:hover a, .nav-normal ul li.active a, .nav-normal ul li.current a,.nav-normal ul li.current-menu-item a {
	color: #AAA;
}

/*Navigation circle*/

.nav-circle h1{display: none;}
.nav-circle .container
{
	position: fixed;
	height: 100%;
	display: table;
	z-index: 299000;
	left:5px;
	top:0;
}

.nav-circle ul
{
	text-align: left;
	display: none;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	list-style: none;
}

.nav-circle ul li
{
	border-left: 3px solid #AAA;
	height: 25px;
	position: relative;
	top: -26px;
	margin-bottom: 26px;

}
.nav-circle ul li:first-child
{
	border-left: none;
	margin-left:4px;
}
.nav-circle ul li a
{
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	position: absolute;
	top: 29px;
	padding-left: 20px;
}

.nav-circle ul li a:before
{
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 3px solid #AAA;
	left: -16px;
	top: -6px;
}
.nav-circle ul li a:after
{
	content: '';
	position: absolute;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 0px;
	height: 0px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	left: 0px;
	top: 9px;
	background: #AAA;
}
.nav-circle ul li.active a:after, .nav-circle ul li.current a:after, .nav-circle ul li:hover a:after ,.nav-circle ul li.current-menu-item a:after
{
	width: 16px;
	height:16px;
	left: -9px;
	top: 1px;
	opacity: 1;
}

.nav-circle ul li a span
{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: 0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	padding-left: 10px;
}

.nav-circle ul li:hover a span
{
	opacity: 1;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=1)';
	padding-left: 0px;
}


/*Navigation slide*/

.nav-side .container{max-width: 100% !important;}


.nav-side{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	border-width: 0px;
	border-style: solid;
	border-color: rgba(51,51,51,1);
	-webkit-backface-visibility: hidden;
	-webkit-transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
	transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
	z-index: 30000;
}

.nav-side.open {
	height: 100%;
	border-width: 30px 30px 30px 100px;
	background-color: rgba(51,51,51,0.6);
	-webkit-transition: border-width 0.3s, background-color 0.3s;
	transition: border-width 0.3s, background-color 0.3s;
}

.nav-overlay {
	position: absolute;
	width: 100%;
}

.nav-side.open .nav-overlay {
	height: 100%;
}


.nav-button {
	position: fixed;
	top: 10px;
	left: 20px;
	z-index: 100;
	display: block;
	width: 50px;
	height: 50px;
	cursor: pointer;
	pointer-events: auto;
}

.nav-button span {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 8%;
	background-color: rgba(51,51,51,1);
	font-size: 0px;
}

.nav-button span:before,
.nav-button span:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(51,51,51,1);
	content: '';
}

.nav-button span:before {top: -10px;}
.nav-button span:after {top: 10px;}

.nav-side.open .nav-button span {
	background-color: rgba(0,0,0,0.5);
}
.nav-side.open .nav-button span:before {
	top: -15px;
	background-color: rgba(0,0,0,0.5);
}
.nav-side.open .nav-button span:after {
	top: 15px;
	background-color: rgba(0,0,0,0.5);
}
.nav-side h1
{
	position: fixed;
	margin: 0;
	padding: 0;
	top: 75px;
	left: -100px;
	text-align: center;
	font-size: 18px;
	color: #FFF !important;
	width: 100px;
	visibility: hidden;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.nav-side h1 img
{
	width: 80%;
}
.nav-side.open h1
{
	visibility: visible;
	left:0px;
}

.nav-side ul {
	position: fixed;
	margin: 0;
	padding: 0;
	list-style: none;
	top: 135px;
	left: 0;
}

.nav-side ul li,
.nav-side ul li a {
	display: block;
	font-weight: 400;
}


.nav-side ul li {
	width: 100px;
	height: 40px;
	line-height: 40px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translate3d(-100%,50%,0);
	transform: translate3d(-100%,50%,0);
}

.nav-side.open ul li {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


.nav-side ul li a {
	display: block;
	outline: none;
	text-decoration: none;
	padding: 0 10px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1em;
	font-weight: 400;
	border-left: 2px solid transparent;
}
.nav-side ul li.current a, .nav-side ul li.active a, .nav-side ul li:hover a, .nav-side ul li.current-menu-item a  {
	background-color: rgba(0,0,0,0.3);
	border-left: 2px solid #FFF;
}





/*===================================================================================*/
/*  PAGE                                                                             */
/*===================================================================================*/

body.onepage{
	overflow: hidden;
}

#preloader {
    background: #FFF url('load.gif') center center no-repeat;
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    z-index: 999999;
    text-align: center;
    overflow: hidden;
}

.page-content{
	padding: 60px 0 0;
	clear: both;
	overflow: hidden;
	background: #FFF;
	position: relative;
}


/*===================================================================================*/
/*  PARALLAX                                                                         */
/*===================================================================================*/



.parallax{
	overflow: hidden;
    background-attachment: fixed;
    background-position: 50% 0;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -webkit-overflow-scrolling: touch;
}
.parallax_wrap{
	position: relative;
	width: 100%;
	min-height: 300px;
}

@media only screen and (max-width: 1024px) {
    .parallax {
        background-attachment: scroll;
        background-position: top center !important;
    }
}

.bg-video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow: hidden;
}

.YTplayer{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

.fit-video{
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	z-index: 1;
}
.fit-video video{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
}
.video-mute{
	position: absolute;
	z-index: 1000;
	bottom: 20px;
	left: 50%;
	color: #FFF;
	font-size: 18px;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	text-align: center;
}
.video-mute i{
	cursor: pointer;
}
.pattern_stripe
{
	background: url('../img/stripe.png') repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 20;
	opacity: 0.5;
}
.pattern_dot
{
	background: url('../img/dot.png') repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 30;
}
.overlay{
	background: rgba(0,0,0,0.3);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 40;
}

.parallax .parallax_content
{
	position: relative;
	z-index: 50;
	padding: 70px 0;
}
.parallax *{
	color: #FFF !important;

}
/*===================================================================================*/
/*  HOME SECTION                                                                     */
/*===================================================================================*/

.home-wrap
{
	height: 100%;
	display: table;
	width: 100%;
}

.home-content
{
	position: relative;
	z-index: 50;
	display: table-cell;
	vertical-align: middle;
}

/*===================================================================================*/
/*  CONTACT SECTION                                                                  */
/*===================================================================================*/

#contact_wrap{
	position: relative;
}
#contact_wrap .container{
	position: relative;
	z-index: 2;
	pointer-events: none;
}
#contact_wrap .form-wrap{
	padding: 60px 0;
}
#contact_wrap .form-container{
	background:#FFF;
	padding: 20px 20px 10px 20px;
	pointer-events: auto;
}
.wpcf7-form img{
	width: auto !important;
}

.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 input[type="password"], .wpcf7 textarea{
	font-size: 14px;
	line-height: 1;
	vertical-align: middle;
	border: 1px solid #DDD;
	border-left: 3px solid #DDD;
    border-radius: 4px;
    color: #555555;
    display: block;
    padding: 6px 12px;
    width: 100%;
}

.wpcf7 input:focus, .wpcf7 textarea:focus{
	border: 1px solid #AAA;
	border-left: 3px solid #AAA;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.wpcf7 .wpcf7-submit{
	padding: 10px 20px;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background: #333;
	box-shadow: 0px 3px 0px 0px #222;
	border-radius: 3px;
	width: 100%;
	border: none;
}
.wpcf7 .wpcf7-submit:hover,
.wpcf7 .wpcf7-submit:active,
.wpcf7 .wpcf7-submit:focus{
	color: #FFF;
	opacity: 1;background: #444;
	border: none !important;
}
span.wpcf7-form-control-wrap{
	display: block !important;
}

span.wpcf7-not-valid-tip {
    font-size: 11px !important;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
}

div.wpcf7-response-output {
    margin: 10px 0 !important;
}

#map_canvas
{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
}



/*===================================================================================*/
/*  BLOG                                                                             */
/*===================================================================================*/


/*Post*/
.notfound-content{
	min-height: 350px;
}
.notfound-content h1{
    color: #DDDDDD;
    font-size: 300px;
    text-align: center;
}
.post{
	margin: 0 0 80px;
}


.post.sticky {
	padding: 30px 15px;
	background: rgba(0, 0, 0, 0.04);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.09);
}


.post-thumb{
	margin: 0 0 15px;
}
.post-thumb img{
	width: 100%;
}
.post-thumb .bx-controls-direction a{
	text-indent: 0;
	font-size: 50px;
	color: #FFF;
	background: rgba(0,0,0,0.6);
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: 0px;
	top: 0;
}
.post-thumb .bx-controls-direction .bx-prev {
	left: inherit;
	right: 55px;
}
.post-thumb .bx-controls-direction .bx-next {
	right: 0px;
}
iframe{
	border: none;
}
.media-container iframe{
	width: 100%;
}
.post .post-title{
	margin: 20px 0;
}
.post .post-meta{
	padding: 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-left: 3px solid #f3f3f3;
	background: #f6f6f6;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.post .post-meta .author,.post .post-meta .time, .post .post-meta .categories{
	margin-right: 10px;
}
.post .post-meta i, .post .post-tags i{
	margin-right: 5px;
	line-height: 1;
}
.post .post-content{
	margin: 10px 0 20px;
}
.post .post-tags{
	margin: 10px 0 20px;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.posts-nav
{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 30px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 10px 0;
}

/*Pagination*/
.pagination{
	padding: 0px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	width: 100%;
	background: #f3f3f3;
	margin-bottom: 40px;
}
.pagination .previous, .pagination .nexts{
}
.pagination .previous i{
	margin-right: 8px;
}
.pagination .nexts i{
	margin-left: 8px;
}
.pagination .pages{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.pagination .pages li{
	display: inline-block;
}
.pagination .pages li a{
	display: inline-block;
	padding: 5px 10px;
}
.pagination .pages li a.current{
	background: #DDD;
}

/*Post author box*/

.post-author {
	margin-bottom: 20px;
	overflow: hidden;
}
.post-author img {
	margin-right: 10px;
	max-width: 100px;
	padding: 4px;
	border: 1px solid #e8e8e8;
	float: left;
}

/*Post Comment*/
.comments{
	margin: 50px 0 0;
}
.comments h3{
	margin-bottom: 30px;
}
.comments h3 i{
	margin-right: 15px;
}
.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 65px;
}
.commentlist li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.commentlist li ul{
	margin-left: 50px;
}
.commentlist .comment-content {
	border-bottom: 1px solid #e7e6e6;
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 0 0 20px;
	padding: 10px 0;
}
.commentlist .avatar{
	float:left;
}
.commentlist .avatar img{
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	padding: 5px;
	background: #f2f2f2;
}
.commentlist .comment-box{
	display: block;
}
.commentlist .comment-box .comment-meta{
	padding: 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #f2f2f2;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	width: 100%;
}
.commentlist .comment-box .comment-text{
	padding: 10px 0;
	margin-left: 70px;
}
#comment-submit{
	border: none;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 1;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	color: #fff;
	display:inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	background: #666;
	box-shadow: 0px 3px 0px 0px #444;
	border-radius: 5px;
}

#comment-submit:hover {background: #555;}

/*===================================================================================*/
/*  WIDGET                                                                             */
/*===================================================================================*/

.widget{
	margin: 0 0 20px;
}
.widget-title h3{
	text-align: center;
	font-size: 20px;
	margin: 0 0 10px;
}
.widget-content{
	padding: 10px 0;
}

/*Search Form*/
.searchform{
	position: relative;
	display: block;
	height: 35px;
}
.searchform .search-input{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
}
.searchform .submit{
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: transparent;
	text-align: center;
	display: block;
	font-size: 16px;
	border-color: #aaa;
	color: #666;
	}
.searchform .submit i {
	line-height: 32px;
	}

/*List tags*/
.tagcloud{
	list-style: none;
	padding: 0;
	margin: 0;
}
.tagcloud a{
	display: inline-block;
	margin: 3px 2px 3px 0;
	padding: 4px 10px;
	background: #f6f6f6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
}


/*Calendar*/
#wp-calendar {
    margin: 0 0 30px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

#wp-calendar caption {
	margin-bottom:10px;
	text-transform:uppercase;
	}
#wp-calendar th,
#wp-calendar td {
    padding: 10px;
    text-align: left;
    vertical-align: middle;
	text-align:center;
	background:#f4f4f4;
}
#wp-calendar #today {
	background:#f1f1f1;
}

/*List*/
.widget_recent_entries ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_pages ul,
.widget_nav_menu ul,
.widget_recent_comments ul,
.widget_rss ul {
	list-style:none;
	margin:0;
	padding:0;
	}
.widget_recent_entries ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_nav_menu ul li,
.widget_recent_comments ul li,
.widget_rss ul li {
	padding:6px 0 0;
	padding-left:20px;
	position:relative;
	text-transform:uppercase;
	font-weight: 500;
	font-size: 14px;
	}
.widget_recent_entries ul li:before,
.widget_archive ul li:before,
.widget_categories ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_nav_menu ul li:before,
.widget_recent_comments ul li:before,
.widget_rss ul li:before {
	font-family:FontAwesome;
	font-weight:normal;
	font-style:normal;
	text-decoration:inherit;
	-webkit-font-smoothing:antialiased;
	content:"\f105"; /* angle right */
	position:absolute;
	top:6px;
	left:0;
	}
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_nav_menu ul li a,
.widget_recent_comments ul li a,
.widget_rss ul li a {
	text-decoration:none;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	}
	/* recent posts */
.widget_recent_entries .post-date:before {
	content:"(";
	}
.widget_recent_entries .post-date:after {
	content:")";
	}

	/* categories */
.widget_categories ul li {
	display:block;
	border-bottom:1px dashed #eee;
	padding-left:0;
	}
.widget_categories ul li:before{
	content:"+";
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	position:static;
	}
.widget_categories ul ul {
	margin-left:30px;
	}
.widget_categories ul ul li:last-child {
	border-bottom:none;
	}


.widget_recent_comments ul li:before {
	content:"\f0e6";
	top:7px;
	}

	/* pages */
.widget_pages ul li:before,
.widget_recent_entries ul li:before {
	content:"\f0f6";
	}

	/* rss */
.widget_rss ul li:before {
	content:"\f09e"
	}
.rssSummary {
	color:#999;
	}

/*===================================================================================*/
/*  FOOTER                                                                           */
/*===================================================================================*/

footer#footer{
	background: #333333;
	padding: 5px 0;
	color: #FFF;
}
footer#footer .fullwidth .footer-social{
	margin: 30px 0;
}
footer#footer .fullwidth .footer-social a{
    width: 60px;
    height: 60px;
	line-height: 60px;
	font-size: 28px;
}
footer#footer .footer-social {
	line-height: 45px;
	vertical-align: middle;
}
footer#footer .footer-social a{
	background: rgba(0,0,0,0.3);
    color: #FFFFFF;
    display: inline-block;
    font-size: 18px;
    height: 32px;
	line-height: 32px;
    text-align: center;
    transition: all 0.2s ease-in 0s;
    width: 32px;
}
footer#footer .footer-social a:hover{
	background: rgba(255,255,255,0.5);
}

footer#footer #copyright{
	line-height: 45px;
}


footer#footer .footer-logo{
	margin: 20px;
}