/*
 Theme Name:     WP Bootstrap Starter Child Theme
 Theme URI:      https://wordpress.org/themes/wp-bootstrap-starter/
 Description:    A child theme of WPBS Theme
 Author:         Afterimage Designs
 Author URI:     https://afterimagedesigns.com/
 Template:       wp-bootstrap-starter
 Version:        1.4
*/




@charset "utf-8";





/*======================

	01. Generel Styles 

========================*/


/* Generate Google Fonts 
-------------------------*/

	
	/* Lato */
	/*@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);*/
	
	/* Rubik */
	@import url(https://fonts.googleapis.com/css?family=Rubik:100,200,400,400i,500,500i,700);
	

/* My styles RMA */
/*.f-extra-expanded {
	font-size: 4em !important;
}*/
/* General */
blockquote {
	line-height: 1.5em !important;
}
#project h1 {
	font-size: 2.2rem;
}
/* END General */
/* Front page & info page top right info + IMG */
/*
.page-id-499 #project h1 span {
	text-align: left !important;
	font-weight: 200;
	font-size: 3.5rem;
	text-transform: uppercase;
	background: none;
}
.page-id-499 .project-cover h3 {
	display: none;
}
.page-id-499 .content-area .project-cover {
	margin-bottom: -20rem !important;
}
.page-id-499 #project {
	background: none;
}
.page-id-499 .content-area .project-cover, .home .header-img {
	background-repeat: no-repeat;
	background-position: right top !important;
	background-size: 375px auto !important;
}

.page-id-499 .project-cover::before, .home .header-img::before {
	content: "Rasmus";
	font-weight: 600;
	font-size: 2em;
	top: 32px;
}
.page-id-499 .project-cover::before, .page-id-499 .project-cover::after,
.home .header-img::before, .home .header-img::after {
	text-align: right;
	position: absolute;
	right: 24px;
	color: #fff;
	font-family: 'Rubik', sans-serif;
	width: 300px;
	line-height: 1em;
	white-space: pre-wrap;
}
.page-id-499 .project-cover::after, .home .header-img::after {
	font-weight: 200;
	font-size: 1.1em;
	top: 75px;
	width: 250px;
	text-transform: uppercase;
	line-height: 1.4em;
}
.home .header-img::after {
	content: 'Digital design &\Aproduktion\A–\A DK - Odense C\A+45 61 91 29 84';
}
.page-id-499 .project-cover::after {
	content: 'Digital design &\A produktion';
}
.page-id-499 .site-main::before, .home .big-text-full::before {
	background: #5acbfc;
	width: 100px;
	height: 100px;
	border-radius: 999px;
	position: absolute;
	color: #fff;
	font-size: 1.5em;
	vertical-align: middle;
	line-height: 100px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	right: 388px;
	top: 17px;
	$ zx.page-id-499 .site-main: :before;
}

.home .big-text-full::before {
	content: 'Work';
}
.page-id-499 .site-main::before {
	content: 'info';
	z-index: 9;
}*/
.page-id-499 #project h1 span, .home h1 .dark-bg {
	padding-left: 30px;
	margin-left: -30px;
	padding-right: 50px;
}
.home .t-left.f-medium.normal {
	margin-top: 30px;
}
/* Animations */
/* navbar brand */
.slide-in-fwd-center {
	-webkit-animation: slide-in-fwd-center 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s both;
	        animation: slide-in-fwd-center 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s both;
}
/**
 * ----------------------------------------
 * animation slide-in-fwd-center
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
            transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
            transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
/* navbar brand END */

/* Animations END  */
.navbar-brand {
	position: fixed;
	z-index: 1;
}
@media all and (max-width: 768px) {
	.navbar-brand {
	position: relative;
}
}


@media only screen and (max-width: 480px) {
.page-id-499 .content-area .project-cover, .home .header-img {
	background-size: 300px auto !important;
}
h1.f-large {
	font-size: 3.0em;
}
.home .t-left.f-medium.normal {
	margin-top: 5px;
}
/*.home #header .big-text-full {
	padding-top: 215px !important;
}*/
.page-id-499 .site-main::before, .home .big-text-full::before {
	display: none;
}
.big-text-full h2 {
	font-size: 21px;
}
.home .work {
	border-left: none !important;
	border-bottom: 30px solid #FFF !important;
}
.section-content {
	padding: 0px 5% 0px 5% !important;
}
  .menu-divider {
    display: none;
  }
}
/* END Front page & info page top right info + IMG */

.home #header .big-text-full {
	padding-top: 5px;
}
.home #header .f-extra-expanded {
	font-size: 3.5em;
}
header#masthead {
	background-color: #FFF;
	box-shadow: none !important;
}
.home #header {
	padding-top: 6%;
	padding-bottom: 2%;
}
.navbar .navbar-brand img {
	width: 50px;
}
/*.navbar-brand a::before {
	content: 'R';
	font-weight: 600;
	text-align: center;
	width: 50px;
	height: 50px;
	position: absolute;
	font-size: 21px;
	line-height: 50px;
	font-family: "Rubik", sans-serif;
	left: 0;
}*/ 
#masthead nav.navbar.navbar-expand-xl.p-0 {
}
#masthead #main-nav .navbar-nav > li > a {
	color: #212121;
	font-size: 1.2rem;
	font-family: 'Rubik', sans-serif;
	font-weight: 200;
	text-transform: uppercase;
}
#masthead #main-nav .navbar-nav > li > a:hover, #masthead #main-nav .navbar-nav > li > a i.fab:hover {
	color: #5acbfc;
}

.fas.fa-fish, .brief .fa-info-circle {
	color: #5acbfc;
}

.menu-divider a {
	cursor: default;
	color: rgba(255,255,255, 0.5) !important;
}
body:not(.theme-preset-active) footer#colophon {
	background-color: #111111;
}
.brief li {
	margin-left: 15px;
	list-style: circle;
}
#return-to-top.return-top-middle {
	position: relative;
	background: none;
	right: 0;
}
#return-to-top.return-top-middle i {
	color: #212121;
}
#return-to-top.return-top-middle:hover i {
	color: #313131;
}
#return-to-top.return-top-middle:hover {
	background: none;
}
/* Video top - project and portfolio */

.browser-top {
	border-bottom: 1px solid #878787;
	position: relative;
}
.play-indicator {
	position: absolute;
	top: calc(50% - 12px);
	right: 15px;
	width: 24px;
	height: 24px;
	background-image: url(img/video-play.svg);
}
.play-indicator::before {
	position: absolute;
	font-size: 80%;
	text-align: right;
	width: 150px;
	right: 26px;
	text-transform: uppercase;
	color: rgba(0,0,0, 0.4);
	top: 1px;
}
.video-jumbo:hover:active .play-indicator {
	background-position-y: -24px !important;
}
.video-jumbo:hover .play-indicator::before {
	content: "Click to pause";
}
.webshow .vid {
	cursor: crosshair;
}
.browser-top .browsing {
	position: absolute;
	top: calc(50% - 20px);
	width: 100%;
	text-align: center;
}
.browser-top .browsing h6 {
	letter-spacing: 0.5em;
	color: rgba(0,0,0, 0.3);
	font-weight: 900;
}
.page-template-project-page #content.site-content {
	padding-bottom: 0;
	padding-top: 0;
}
@media all and (max-width: 768px) {
	.browser-top {
	display: none;
	}
	.jumbotron-fluid.webshow {
	padding-bottom: 0px !important;
	padding-top: 0px !important;
	}
	.jumbotron-fluid.webshow .container {
	padding-left: 0px;
	padding-right: 0px;
	}
}


/*footer widgets*/
#footer-widget .widget {
	margin: 0;
}
#footer-widget {
	padding-bottom: 6em;
	padding-top: 2em;
	background-color: #5acbfc !important;
	height: 10%;
	position: relative;
}
#footer-widget::after, #footer-widget::before {
	background-color: #5acbfc;
	position: absolute;
	border-radius: 999px;
	font-family: "Rubik", sans-serif;
}
#footer-widget::before {
	content: 'R';
	top: calc(0px - 25px);
	width: 50px;
	height: 50px;
	color: #FFF;
	left: calc(50% - 25px);
	line-height: 50px;
	font-weight: 600;
	font-size: 1.5em;
}
#footer-widget::after {
	content: '-';
	top: calc(0px - 50px);
	width: 30px;
	height: 30px;
	color: #5acbfc;
	left: 30%;
	line-height: 30px;
	font-weight: 600;
}
#footer-widget span {
	padding: 0 15px 0 15px;
	line-height: 1.5em;
}
#footer-widget a .fas.fa-at {
	color: salmon;
}
/*END footer widgets*/

@media all and (max-width: 768px) {
		.browser-top .browsing h6, .play-indicator {
			display: none !important;
		}
		.jumbotron-fluid.custom {
			padding: 4rem 15px !important;
		}

.home .header-img {
	background-size: 315px auto;
}
}
@media only screen and (max-width: 1024px) {
.home #header {
	padding-top: 15%;
}
/*#portfolio .work .hover p {
	-moz-transform: translate(-50%, -90%) scale(1) !important;
	-webkit-transform: translate(-50%, -90%) scale(1) !important;
	-o-transform: translate(-50%, -90%) scale(1) !important;
	transform: translate(-50%, -90%) scale(1) !important;
}
.work .hover {
	opacity: 1 !important;
} */
}
@media only screen and (max-width: 1280px) {

}
@media screen and (max-width: 1199px) {

}

/* End Video top - project and portfolio */

/* General */
.jumbotron.webshow, jumbotron {
	border-radius: 0 !important;
}

/* Portfolio work */

/* portfolio Gutter */
.home .work {
	border-left: 15px solid #FFF;
	border-bottom: 15px solid #FFF;
}
.home #header .section-content {
	padding-left: calc(10% + 15px);
}
.work .hover.video p, #portfolio .work .hover p {
	background: rgba(255,255,255, 1);
	text-transform: uppercase;
	font-size: 0.9em;
	top: 100%;
	height: 36px;
	overflow: hidden;
	width: 90%;
	left: 50%;
	line-height: 36px;
	font-weight: 200;
}
.work .hover p {
	font-weight: 600;
}
.year h6 {
	position: absolute;
	padding: 3px 10px;
	font-size: 1em;
	right: 0%;
	z-index: 2;
	top: 30px;
	letter-spacing: 1px;
}
.projekt::before {
	/*content: "projekt: ";*/
	font-weight: 200;
}
#portfolio .work .hover p {
	-moz-transform: translate(-50%, 100%) scale(1);
	-webkit-transform: translate(-50%, 100%) scale(1);
	-o-transform: translate(-50%, 100%) scale(1);
	transform: translate(-50%, 100%) scale(1);
}
#portfolio .work:hover p {
	-moz-transform: translate(-50%, -90%) scale(1);
	-webkit-transform: translate(-50%, -90%) scale(1);
	-o-transform: translate(-50%, -90%) scale(1);
	transform: translate(-50%, -90%) scale(1);
}

#portfolio .work .hover {
	background: none;
}
.hover.video{
	opacity: 1;
}
@media all and (max-width: 768px) {
	.work .vid {
	display: none;
}
.work .hover {
	opacity: 1 !important;
}
#portfolio .work .hover p {
	-moz-transform: translate(-50%, -90%) scale(1);
	-webkit-transform: translate(-50%, -90%) scale(1);
	-o-transform: translate(-50%, -90%) scale(1);
	transform: translate(-50%, -90%) scale(1);
}
}
/*.hover.video video {
	visibility: hidden;
	opacity: 0;
}
.hover.video video:hover {
	visibility: visible;
	opacity: 1;
}*/
.work .play-indicator {
	top: 8px;
	z-index: 999;
}
.work .play-indicator::before {
	content: none;
}
.work:hover .play-indicator {
	background-position-y: -48px !important;
}
img.browsertop {
	vertical-align: bottom;
}
#portfolio .work:hover img, .full-img .work:hover img, .custom .work:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
#portfolio .work:hover img.video-thumb {
	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}
em {
	color: #212121;
	font-style: italic;
}
/* profile Skills */
.label.skill {
	display: inline-block;
	background-color: #5acbfc;
	color: #fff;
	font-size: 90%;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: baseline;
	border-radius: .3em;
	white-space: nowrap;
	text-align: center;
	font-weight: 400;
	padding: .2em .5em .3em;
}

/* End My styles */	
	
	
/* Essential Styles
-------------------------*/




	*{
		margin: 0%;
		padding: 0%;
		
	}

	::selection {
		background-color: #f3f3f3;
		color: #191919;
	}
	
	
	html, body {
		width:100%;
		padding:0;
		margin-left:0;
		margin-right:0;
		text-align: center; 
		font-family: 'Lato', sans-serif;
		-webkit-font-smoothing: antialiased;
		font-size: 1em;
	}
	
	body{
		overflow-x: hidden; 
	}
	
	
	.content-wrapper{
		margin: 0px auto;
		padding: 0px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
		width: 100%;
		height: auto;
		text-align: center;
		float: none;
	}
	

	img {
	    -moz-user-select: none; 
	    -webkit-user-select: none;
	    -ms-user-select: none; 
	    user-select: none; 
	    -webkit-user-drag: none;
	    user-drag: none;
	}
	
	a{
		color: #191919;
		text-decoration:none;
		outline:none;

	}

	a:hover,
	a:active,
	a:focus
	{
		text-decoration:none;
		outline:none;
		color: #505050;
	
	}
	
	a i:hover,
	a i:active,
	a i:focus
	{
		text-decoration:none;
		outline:none;
		color: #505050;
	}

	

	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
		font-family: 'Rubik', sans-serif;
		font-weight:100;
		margin-top: 10px;
		margin-bottom: 0px;
	}

	p{
		margin:0 0 5px;
		font-family: 'Rubik', sans-serif;
	}

	.clear{
		clear:both;
	}

	ol, ul{
		list-style:none;
		padding:0;
	}
	
	.no-line-height{
		line-height:0 !important;
	}
	
	.padding-top-150px{
		padding-top: 150px;
	}

	.no-padding{
		padding:0 !important;
	}
	
	.no-padding-top{
		padding-top:0 !important;
	}
	
	.no-padding-bottom{
		padding-bottom:0 !important;
	}
	
	.auto-margin{
		margin: auto !important;
	}

	.no-margin{
		margin:0 !important;
	}
	
	.no-margin-top{
		margin-top:0 !important;
	}
	
	.no-margin-bottom{
		margin-bottom:0 !important;
	}
	
	.no-margin-left{
		margin-left:0 !important;
	}
	
	.no-margin-right{
		margin-right:0 !important;
	}
	
	.no-border{
		border: none !important;
		border-style: none !important;
	}
	
	.white-border{
		border-color: #e5e5e5 !important;
	}
	
	.gray-border{
		border-color: #323232 !important;
	}
	
	iframe{
		width: 100%;
		height: 500px;
	}
	
	
	
	
/* Buttons
-------------------------*/




	.button{
		z-index: 0;
		background: transparent;
		cursor: pointer;
		color: #191919;
		display: block;
		width: 150px;
		height: 50px;
		line-height: 47px;
		border: 3px solid #191919;
		margin-top: 20px;
		font-weight: 900;
		font-family: Lato;
		letter-spacing: 3px;
		text-transform: uppercase;
		font-size: 11px;
		word-spacing: 1px;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
	}
	
	.button:hover{
		background: #191919;
		color: #fff;
	}

	
	
	
/* Floats
-------------------------*/

	
	.float-l{
		float: left !important;
	}
	
	.float-r{
		float: right !important;
	}


	
	
/* Overlays
-------------------------*/



	
	.pattern-black:after,
	.pattern-white:after{
		content:'';
		width: 100%;
		height: 100%;
		top:0;
		left:0;
		position: absolute;
		z-index: -1;
	}
	
	.pattern-black:after{
		
		background: url(img/pattern-1.png) repeat;
	}
	
	.pattern-white:after{
		
		background: #fff;
		opacity: .9;
	}
	



/* Row Fix
-------------------------*/

	
	.row:before, 
    .row:after {
        content:"";
        display: table ;
        clear:both;
    }
	

	
	
/* Section Styles

-------------------------*/

	
	.section-content{
		padding: 0px 10% 0px 10%;
		z-index: 9999;
	}
	
	
	.section-content-full{
		padding: 0px 0% 0px 0%;
		z-index: 9999;
	}
	
	
	.sections{
		width: 100%;
		z-index:1;
	}


	
	
	
	
/* Separators
----------------------------*/	


	
	.separator-small { 
		width: 40px;
		height: 1px;
		background: #505050 none repeat;
		margin-top: 50px;
		margin-bottom: 50px;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
	}
	
	.separator-small-right { 
		width: 100%;
		height: 1px;
		background: #e5e5e5 none repeat;
		margin-top: 20px;
		margin-bottom: 20px;
		float: right;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
	}
	
	.separator-center { 
		width: 40px;
		height: 1px;
		background: #505050 none repeat;
		margin: 50px auto;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
	}
	

	
	
	
/*======================

	02. Typography

========================*/




/* Font Classes
-------------------------*/




	.rubik{
		font-family: 'Rubik', sans-serif;
		
	}

	.lato{
		font-family: 'Lato', sans-serif;
	}
	
	



/* Font Positions
-------------------------*/




	.t-left{
		text-align:left !important;
	}

	.t-center{
		text-align:center !important;
	}

	.t-right{
		text-align:right !important;
	}
	
	
	
	
/* Font Weight
-------------------------*/




	.ultrabold{
		font-weight: 900;
	}

	.extrabold{
		font-weight: 800;
	}

	.bold{
		font-weight: 700;
	}

	.semibold{
		font-weight: 600;
	}

	.normal{
		font-weight: 400;
	}
	
	.light{
		font-weight: 300;
	}

	.lighter{
		font-weight: 100;
	}
	
	
	
	
/* Font Transformation
-------------------------*/




	.italic{
		font-style: italic;
	}

	.uppercase{
		text-transform: uppercase;
	}
	
	.lowercase{
		text-transform: lowercase;
	}
	
	.underline{
		text-decoration: underline;
	}
	
	
	
	

/* Font Colors
-------------------------*/




	.dark{
		color: #191919;
	}

	.white{
		color: #e5e5e5 !important;
	}

	.gray1{
		color: #777777 !important;
	}

	.gray2{
		color: #505050 !important;
	}

	.colored{
		color: #1769ff;
	}
	
	.red{
		color: red;
	}
	
	.green{
		color: green;
	}
	
	
	
	
	
/* Font Sizes
-------------------------*/

	.f-smaller{
		font-size: 11px;
		
	}
	
	.f-small{
		font-size: 16px;
		
	}
	
	.f-normal{
		font-size: 20px;
		
	}
	
	.f-semi-expanded{
		font-size: 1.5em;
		
	}
	
	.f-medium{
		font-size: 32px;
		
	}
	
	.f-expanded{
		font-size: 2.5em;
		
	}
	
	.f-big{
		font-size: 45px;
		
	}
	
	.f-large{
		font-size: 3.5em;
		
	}
	
	.f-extra-expanded{
		font-size: 6em;
		
	}
	
	.f-huge{
		font-size: 7.5em;
		
	}
	
	
	
	
/*======================

	03. Loading Screen

========================*/	





	#loader-wrapper {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1000;
		overflow: hidden;
	}
	
	
	#loader {
		display: block;
		position: relative;
		left: 50%;
		top: 50%;
		width: 150px;
		height: 150px;
		margin: -75px 0 0 -75px;
		border-radius: 100%;
		border: 0px solid transparent;
		border-top-color: #fff;
		-webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
		animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
		z-index: 1001;
		overflow: hidden;
	}
	
	
	
	
/* Loader Logo
-------------------------*/




	.loader-img img{
		display: block;
		position: absolute;
		left: 47.5%;
		bottom: 48%;
		width: 50px;
		height: auto;
		z-index: 1002;
	}
	
	
	
	
/* Loader Animation
-------------------------*/




    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 100%;
        border: 2px solid transparent;
        border-top-color: #fff;
		overflow: hidden;
        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 100%;
        border: 0px solid transparent;
        border-top-color: #fff;
		overflow: hidden;
        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 50%;
        height: 100%;
		overflow: hidden;
		background-color: #fff;
		background: r#fff;
		color: rgba(0, 0, 0, 0.9);
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

	
	
	
/* After Loading
-------------------------*/




    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(-100%);  /* IE 9 */
        transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(100%);  /* IE 9 */
        transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
		-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
        transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;
        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(-100%);  /* IE 9 */
        transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
        -webkit-transition: all 0.3s 1s ease-out;  
        transition: all 0.3s 1s ease-out;
    }
    
	
	

	
	
	

	
	
	
	
	
/*======================

	04. Backgrounds

========================*/




/* Solid Backgrounds
-------------------------*/




	.white-bg{
		background-color: #fff !important;
	}

	.gray-bg{
		background-color: #f3f3f3 !important;
	}

	.dark-bg{
		background-color: #191919 !important;
	}
	
	.colored-bg{
		background-color: #ffd700;
	}
	
	.solid-bg{
		background: #232121;
	}
	
	.solid-bg-light{
		background: #e9e8e8;
	}

	
	
/* Gradient Backgrounds
-------------------------*/


	#gradient,
	.gradient-bg{
		background:-moz-linear-gradient(17% 81% 67deg, #E4A4B8, #86FFF4 90%);
		background:-webkit-gradient(linear, 91% 91%, 20% 0%, from(#B869A4), to(#6DC7A5));
		width: 100%;
		background-size: cover;
		display: block;
		position: relative;
		overflow: hidden;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		z-index: 1;
	}
	
	
	
	
	
/* Video Backgrounds
-------------------------*/	
	
	#video{
		width: 100%;
		background-size: cover;
		display: block;
		position: relative;
		overflow: hidden;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		z-index: 1;
	}
	
	
	
	
	
/* Image Backgrounds
-------------------------*/
	
	
	
	
	.image-bg{
		background: url(img/bg-01.jpg) !important;
		height: 100vh;
	}
	
	.image-bg-2{
		background: url(img/bg-02.jpg);
	}
	
	.image-bg-3{
		background: url(img/bg-03.jpg);
		
	}
	
	.image-bg-4{
		background: url(img/bg-04.jpg);
		
	}
	
	.image-bg-5{
		background: url(img/bg-05.jpg);
		
	}
	
	.image-bg-6{
		background: url(img/bg-06.jpg);
		
	}
	
	.image-bg, 
	.image-bg-2, 
	.image-bg-3,
	.image-bg-4,
	.image-bg-5,
	.image-bg-6{
		width: 100%;
		background-size: cover;
		display: block;
		position: relative;
		overflow: hidden;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		z-index: 1;
	}
	
	
	
	
	
/* Other Backgrounds
-------------------------*/

	.pattern-bg{
		background: url(img/pattern.jpg);
		position: relative;
		overflow: hidden;
		background-repeat: repeat;
	}

	#demo_canvas{
		z-index: 999;
		position: absolute;
		top: 0px;
		left: 0px;
	}

	
	

	
	
	
	
	
/*======================

	05. Navigations

========================*/




/* General
-------------------------*/	
	

	.navigation{
		background: #fff;
		padding: 15px 2.5% 15px 2.5%;
		z-index: 999;
	}
	
	.navbar{
		margin-bottom: 0px;
	}
	
	.navbar-brand img{
		width: 20px;
	}
	
	.nav{
		float: right;
	}
	
	
	.nav li a{
		margin-right: 10px;
		color: #191919;
	}
	
	.uk-subnav>*>* {
		display: inline-block;
		font-size: 16px;
		font-weight: 400;
		font-family: 'Rubik', sans-serif;
		color: #000;
	}
	
	.uk-subnav>*{
		padding-left: 0px;
		margin-top: 0px;
	}
	
	
/* Bootstrap Fix
-------------------------*/	

	
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
		color: #191919;
	}
	
	.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
		color: #191919;
		background-color: transparent;
	}
	
	.navbar-default .navbar-nav > li > a {
		color: #191919;
		font-weight: bold;
		font-size: 16px;
		font-weight: 400;
		font-family: 'Rubik', sans-serif
	}
	
	.nav > li > a:focus, .nav > li > a:hover {
		text-decoration: none;
		background-color: transparent;
		color: #fff;
	}
	
	.nav .open > a, 
	.nav .open > a:focus, 
	.nav .open > a:hover {
		background-color: transparent;
		border-color: transparent;
	}
	
	.navbar-toggle{
		border-radius: 0px;
		border: 2px solid #777777;
	}
	
	.navbar-nav > li > .dropdown-menu {
		border-radius: 0;
		background: #000;
	}
	
	.navbar-toggle .icon-bar{
		background: #191919;
	}
	
	.nav li a{
		text-align: left;
	}
	

	.uk-subnav > * > :focus, .uk-subnav > * > :hover {
    color: #505050;
    text-decoration: none;
	}
	
	.uk-subnav > .uk-active > * {
    color: #191919;
	}
	
	.navbar-default{
		border: none;
	}
	
	

/* Dropdown
-------------------------*/	

	.dropdown-menu{
		background: #191919;
	}
	
	.dropdown-menu li{
		margin-bottom: 10px;
	}

	.dropdown-menu li a{
		color: #e5e5e5;
		font-weight: 400;
		font-size: 14px;
		font-family: 'Rubik', sans-serif
	}
	
	.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
		color: #fff;
		text-decoration: none;
		background-color: transparent;
	}
	
	.multi-drop a{
		margin-bottom: 10px;
	}


	.drop-left{
		float: left;
		padding-top: 15px;
		padding-left: 15px;

	}
	
	.drop-right{
		float: right;
		padding-top: 15px;
	}
	
	.big-dropdown-home{
		min-width: 750px;
	}
	
	.big-dropdown{
		min-width: 770px;
	}

	.big-dropdown-home li{
		margin-bottom: 25px;
	}

	
	
/*======================

	06. Homepage

========================*/	





/* Homepage Headers
----------------------------*/	



	#header{
		position: relative;
		padding-top: 150px;
		padding-bottom: 150px;
		
	}
	
	.big-text-full h2{
		max-width: 800px;
	}
	
	.big-text-full h3{
		max-width: 1000px;
	}
	
	.big-text h2{
		max-width: 600px;
		color: #191919;
	}
	
	.big-text-fullwid h2{
		max-width: 100%;
		color: #191919;
	}
	
	.big-text h3{
		max-width: 800px;	
		color: #191919;
	}

	
	.big-text h3,
	.big-text-full h3,
	.big-text-fullwidth h3{
		color: #191919;
		line-height: 1.3;

	}
	
	.width-small{
		width: 250px;
	}
	
	.big-text i{
		font-size: 4em;
		line-height: 0;
	}
	
	.header-img{
		margin-bottom: 20px;		
	}
	
	.header-img img{
		opacity: 0.9;
		width: 70px;
		border-radius: 100%;
		position: relative;
		right: 15px;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;

	}
	
	.multi-img-square img{
		border-radius: 0px;
		width: 70px;
		margin-right: 20px;
	}
	
	.multi-img img{
		margin-left: 20px;
		width: 55px;
	}
	
	.large-img img{
		margin-left: 20px;
		width: 150px;
	}
	
	.header-img img:hover{
		opacity: 1;
	}

	.home-11 h2,
	.home-17 h2{
		margin-bottom: 20px;
	}

	
/* Logo Styles
----------------------------*/	

	.logo{
		position: absolute;
		top: 30px;
		left: 50px;
		z-index: 9;
	}

	.logo img{
		display: block;
		max-width: 100px;
		height: auto;
		margin: auto;

	}
	
	.logo-footer{
		max-width: 100px;
		height: auto;
		float: left;
		position: relative;
		bottom: 10px;
	}
	
	.logo-nav{
		float: left;
		max-width: 60px;
		position: relative;
		bottom: 25px;
	}
	
	
	
	
	


	
/*========================

	07. Slider
	
==========================*/
	
	
	
	.rslides,
	.rslides-background{
	    position: relative;
	    list-style: none;
	    overflow: hidden;
	    width: 100%;
	    padding: 0;
	    margin: 0;
	}
	
	.rslides{
		z-index: 0;
	}
	

	.rslides li {
	    -webkit-backface-visibility: hidden;
	    position: absolute;
	    display: none;
	    width: 100%;
		height: 100%;
	    left: 0;
	    top: 0;
		
	}

	.rslides li:first-child {
	    position: relative;
	    display: block;
		float: left;
	 }

	.rslides img {
		display: block;
		float: left;
		width: 100%;
		border: 0;

	}
	
	.rslides_nav{
		background: #191919;
		font-size: 2em;
		width: 50px;
		height: 50px;
		text-align: center;
		opacity: 0.3;
		color: #ccc;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
	}
	
	.rslides_nav:hover{
		opacity: 1;
		color: #fff;
	}
	
	.next{
		float: left;
		position: absolute;
		top: 50%;
		right: 0%;
	}
	
	.prev{
		float: left;
		position: absolute;
		top: 50%;
		left: 0%;
	}


	
	
	
/*========================

	08. About
	
==========================*/


	.brief{
		margin-top: 50px;
	}
	
	.brief-04{
		margin-top: 50px;
	}
	
	.brief p{
		margin-top: 20px;
		line-height: 1.6;
	}
	
	.brief a{
		border-bottom: 1px solid #777777;
		margin-top: 20px;
		
	}
	
	.proj a{
		margin-top: 0px;
	}
	
	.proj img{
		margin-bottom: 20px;
	}


	

	
/*========================

	09. Services

==========================*/


	#services{
		margin-bottom: 150px;
	}
	
	.service{
		margin-bottom: 50px;
	}
	
	
	.service:hover .separator-small{
		width: 70px;
	}
	
	.service .separator-small{
		margin-left: 20px;
	}
	
	.service i{
		font-size: 45px;
		line-height: 0;
	}
	
	.service h2{
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.service p{
		line-height: 1.6;
		margin-bottom: 0px;
	}
	
	
	
/*========================

	15. Video

==========================*/

	
	
	#video{
		padding-top: 150px;
		padding-bottom: 150px;
	}
	
	#video .section-content i{
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
	}
	
	#video h2{
		margin: 15px 0px 15px 0px;
	}
	

/*======================

	07. About

========================*/
	
	
	
	
/* General
----------------------------*/	

	

	
	#about{
		position: relative;
		padding-top: 150px;
		padding-bottom: 150px;
		background: #fff;
	}
	
	
	.about-content h2{
		margin-top: 0px
	}
	
	.about-switch{
		text-align: left;
	}
	
	.about-switch li{
		display: inline-block;
		margin-right: 120px;
		margin-bottom: 50px;
	}
	
	.about-switch li h2{
		margin-top: 5px;
		margin-bottom: 0px;
		padding-top: 0px !important;
	}
	
	.about-switch li h2:hover,
	.about-switch li h2:active,
	.about-switch li h2:focus{
		text-decoration: underline;
	}
	
	.about-switch li a i{
		font-size: 30px;
		margin: auto;
	}

	#about-switch li h4{
		line-height: 1.5;
	}
	
	
	

/*========================

	10. Portfolio

==========================*/




	#portfolio{
		position: relative;
		background: #fff;
		padding-bottom: 150px;
	}
	
	
	#project{
		position: relative;
		background: #fff;
		padding-bottom: 150px;
	}

	
	.works-filter,
	.works-filter-full{
		width: 100%;
		font-size: 13px;
		word-spacing: 3px;
		text-align: center;
		margin-bottom: 50px;
	}
	
	.works-filter li a:hover,
	.works-filter li a:focus,
	.works-filter-full li a:hover,
	.works-filter-full li a:focus{
		text-decoration: underline;
	}
	
	.works-filter li,
	.works-filter-full li{
		margin-right: 30px;
		margin-left: 10px;
		
	}
	
	.works-filter-full{
		margin-left: 10%;
	}
	

	.work li{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		overflow: hidden;
	}
	
	.work{
		overflow: hidden;

	}
	
	.work li:hover{
		opacity: 1;
		
	}
	
	
	.work img{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		overflow: hidden;
	}
	
	
	.work .hover{
		background: url(img/pattern-2.png) repeat;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		overflow: hidden;
		opacity: 0;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;

	}
	
	
	.work .hover p{
		position: absolute;
		top: 50%;
		left: 51%;
		-moz-transform: translate(-50%, -50%) scale(0);
		-webkit-transform: translate(-50%, -50%) scale(0);
		-o-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
		text-align: center;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	
	.gutter .hover p{
		position: absolute;
		top: 50%;
		left: 55%;
		-moz-transform: scale(0);
		-webkit-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		text-align: center;
	}

	
	.work:hover .hover{
		opacity: 1;
	}
	
	.work:hover img{
		-moz-transform: scale(1.3);
		-webkit-transform: scale(1.3);
		-o-transform: scale(1.3);
		transform: scale(1.3);
		
	}
	
	.work:hover p{
		-moz-transform: translate(-50%, -50%) scale(1);
		-webkit-transform: translate(-50%, -50%) scale(1);
		-o-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		text-align: center;
	}
	
	.hover .button{
		margin: auto;
	}

	.gutter{
		padding: 0px 0px 20px 20px;
	}
	
	.gutter-container{
		margin-right: 20px;
	}
	
	.gutter:hover img{
		-o-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	
	.uk-subnav > * > :focus, .uk-subnav > * > :hover{
		color: #000;
	}
	

/*========================

	11. Pricing Table

==========================*/
	
	
	#pricing{
		padding-bottom: 150px;
	}
	
	.price-table{
		border: 1px solid #e5e5e5;
		padding: 50px 0px 50px 0px;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
	}
	
	.table-special{
		border: 1px solid #777777;
	}

	
	.price-head h1{
		margin-bottom: 20px;
	}
	
	.price-body ul li{
		margin: 20px 0px 0px 0px;
	}
	
	.price-table .button{
		margin-top: 50px;
	}
	
	.price-value{
		margin-bottom: 20px;
	}
	
	
	
	
	
/*========================

	12. Blog

==========================*/


	
	#blog-masonry{
		position: relative;
		padding-bottom: 150px;
		
	}
	
	#blog{
		position: relative;
		padding-bottom: 150px;
		
	}
	
	
	
/* Blog Post
----------------------------*/		




	#blog-post{
		padding-bottom: 50px;
	}
	
	.blog-post{
		margin-bottom: 50px;
	}
	
	.blog-post h3{
		padding: 20px 0px 20px 0px;
		margin: 0px;
	}
	
	.blog-post ul{
		margin: 0px;
	}
	
	.blog-post ul li{
		display: inline-block;
		padding-left: 15px;
		border-left: 1px solid #b2b2b2;
		margin: 0px 0px 20px 20px;
	}

	
	.blog-post ul li a{
		margin-left: 3px;
	}
	
	.blog-post img{
		opacity: 0.9;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
	}
	
	.blog-post img:hover{
		opacity: 1;
	}

	.blog-post p{
		line-height: 1.6;
	}
	
	.post-text p{
		margin-bottom: 20px;
	}
	
	.blog-post .button{
		margin-top: 20px;
	}
	
	.blog-masonry .blog-post{
		margin: 0px 50px 50px 0px
	}
	
	
	
/* Blog Sidebar
----------------------------*/	



	
	.sidebar{
		margin: 0px 50px 50px 50px;
	}
	
	.sidebar ul{
		margin-top: 20px;
	}
	
	.sidebar ul li{
		margin-top: 20px;
		line-height: 1.6;
	}
	
	.tags li{
		display: inline-block;
		padding: 8px;
		margin: 3px;
		border: 1px solid #777777;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
	}
	
	.tags li:hover a{
		color: #fff;		
	}
	
	
	.tags li:hover{
		background: #191919;
		border: 1px solid #191919;
	}
	
	
	#subscribe{
		position: relative;
		padding-top: 150px;
		padding-bottom: 80px;
	}
	
	
	
	
/* Comments
----------------------------*/	



	
	#comments{
		padding-bottom: 150px;
	}
	
	.comment-form{
		float: left;
		text-align: left;
	}
	
	.form input{
		padding: 10px;
		margin-bottom: 20px;
		float: left;
		width: 100%;
	}
	
	.form .button{
		margin-top: 20px;
	}

	.comment-form{
		margin-bottom: 50px;
	}
	
	.comment-form h3{
		margin-bottom: 20px;
	}

	.form textarea{
		width: 100%;
		padding: 10px;
	}
	
	.posted-comment{
		background: #f3f3f3;
		margin-top: 50px;
		padding: 50px;
	}
	
	.posted-comment h3{
		letter-spacing: 1px;
		word-spacing: 2px;
	}
	
	.posted-comment img{
		border-radius: 100%;
		width: 50px;
		margin-bottom: 20px;
	}
	
	.posted-comment span{
		font-size: 11px;
	}
	
	.posted-comment p{
		margin-top: 20px;
		margin-bottom: 20px;
		line-height: 1.6;
	}
	
	
	
/*========================

	13. Map

==========================*/



	
	#map_canvas {
		height: 500px;
		width: 100%;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;

	}
	
	.map-full{
		margin-bottom: 50px;
	}
	

	
	
	
/*========================

	14. Contact

==========================*/	


	
	#contact{
		padding-bottom: 150px;
		background: #fff;

	}

	#contact  form input,form textarea {
		box-sizing: border-box;
		padding: 20px;
		margin-bottom: 20px;
		transition: none;
		background: transparent;
		width: 100%;
		border: none;
		color: #191919;
		float: left;
		border: 1px solid #ccc;
		font-size: 16px;
		font-weight: 500;
		word-spacing: 2.5px;
		text-align: left;
	}
	
	
	#message{
		
		height: 100px;
	}

	#contact-form{
		text-align:left;
	
	}

	#contact-form p span {
		display: block;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	
	#contact-form p{
		margin-top: 15px;
	}
	
	#contact-form  i{
		margin-right: 5px;
	}
	
	#contact-form  p{
		float: right;
	}
	
	.contact-full{
		margin-top: 100px;
	}
	
	.contact-wrapper{
		max-width: 800px;
		background: red;
	}
	
	.contact-btn{
		float: left;
	}

	::-webkit-input-placeholder {
	 color: #777777;
	}

	#contact-form  label {
		cursor: text;
		display: block;
		margin: 0;
		position: relative;
		top: 0;
		width: 100%;
	}
	:-moz-placeholder { /* Firefox 18- */
	 color: #777777;
	}

	::-moz-placeholder {  /* Firefox 19+ */
	 color: #777777;
	}

	:-ms-input-placeholder {
	 color: #777777;
	}

	#contact-form .error {
		bottom: 12px;
		font-family: inherit;
		font-size: 16px;
		font-weight: normal;
		left: auto;
		letter-spacing: 0;
		position: absolute;
		right: 20px;
		text-transform: capitalize;
		width: auto;
	}

	.response h3 {
		letter-spacing: 2px;
		margin: 10px 0 25px;
		text-transform: uppercase;
	}


/*========================

	17. Newsletter

==========================*/


	
	#newsletter{
		padding-top: 150px;
		padding-bottom: 150px;
	}
	
	#newsletter-mp{
		padding-top: 170px;
		padding-bottom: 200px;
	}

	#newsletter-mp .form-control{
		border-bottom: 1px solid #afafaf;
	}
	
	.subscribe-form{
		position: relative;
		z-index: 3;
	}
	
	.subscribe-form h3{
		margin-top: 50px;
	}
	
	.form-control{
		padding-bottom: 20px;
		transition:none;
		background:transparent;
		border: none;
		border-bottom: 3px solid #191919;
		border-radius: 0px;
		color: #A8A7A7;
		font-size: 16px;
		font-weight: 400;
		text-align: left;
		width: 50%;
		box-shadow: none;
	}
	
	.subscribe-form .button{
		margin-top: 50px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.subscribe-form input{
		max-width: 600px;
		margin: 
	}
	
	
	
	#offer{
		padding-top: 150px;
		padding-bottom: 150px;
	}
/*========================

	15. Footer

==========================*/


	#footer{
		padding-top: 150px;
		padding-bottom: 150px;
	}
	
	.footer-logo img{
		width: 30px;
	}
	
	.footer-social li{
		display: inline-block;
		margin: 0px 0px 0px 20px;
		
	}
	
	.footer-social{
		margin-bottom: 0px;
	}
	
	.footer-social li i{
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-o-transform: scale(0.9);
		transform: scale(0.9);
	}
	
	.footer-details p{
		margin-top: 20px;
		margin-bottom: 0px;
		line-height: 1;
	}
	
	.footer-details a{
		margin-left: 5px;
	}
	
	
	#small-footer{
		background: #191919;
		padding: 50px 0px 50px 0px;
	}




	

		

	
/*========================

	Go to top icon

==========================*/

	#return-to-top {
		position: fixed;
		bottom: 20px;
		right: 20px;
		background: #6d6d6dbf;
		z-index: 999;
		background: rgba(98, 98, 98, 0.7);
		width: 50px;
		height: 50px;
		display: block;
		text-decoration: none;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		display: none;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	#return-to-top i {
		color: #fff;
		margin: 0;
		position: relative;
		left: 1px;
		top: 13px;
		font-size: 19px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	#return-to-top:hover {
		background: rgba(0, 0, 0, 0.9);
	}
	#return-to-top:hover i {
		color: #fff;
		top: 5px;
	}	
	
	
/*========================

	17. Responsive DELETED by admin

==========================*/
