*{
	margin: 0;
	padding: 0;
}
html,
body{
	height: 100%;
}
body{
	font: 12px 'Lato', sans-serif;
	overflow: hidden;
	background: #121212;
}
a, a:hover, a:active{
	text-decoration: none !important; 
	color: #333;

    -moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
h1, h2, h3, h4, h5, h6{
	font-family:  'Lato', sans-serif;
}
strong{
	font-weight: 900;
}

.flexslider{
	border: none;
	box-shadow: none;
	margin-bottom: 0;
}

/*----------  LEFT MENU  ----------*/
.left-menu{
	width: 280px;
	height: 100%;
	position: fixed;
	background: #fff;
	z-index: 10;
	opacity: 0;

    -moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
	/*----------  LOGO  ----------*/
	.logo{
		display: block;
		height: 80px;
		text-align: center;
		line-height: 80px;
		border-bottom: 1px solid #212121;
		font-size: 15px;
	    font-weight: 900;
	    color: #000;
	    letter-spacing: 3px;
	    text-transform: uppercase;
	}
		.logo em:before {
		    color: #ff3333;
		    font-size: 26px;
		    position: relative;
		    top: 3px;
		}
	.logo:hover{
		color: #fff;
	}
	/*----------  //LOGO  ----------*/

	/*----------  NAVIGATION  ----------*/
	.main-navi li{
		position: relative;
	}
	.main-navi li div, .main-navi a {
    display: block;
    line-height: 80px;
    text-transform: uppercase;
    font-weight: 900;
    padding-left: 30px;
    color: #000;
    /* border-bottom: 1px solid #212121; */
    position: relative;
    z-index: 1;
    /* background: #1A1A1A; */
    cursor: pointer;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
	.main-navi li div{
		padding-left: 0;
		border: none;
	}
.main-navi li div {
    position: relative;
    z-index: 1;
    /* background: #1A1A1A; */
    padding-left: 30px;
    /* border-bottom: 1px solid #212121; */
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
	.main-navi a.active:hover,
	.main-navi a.active{
		padding-left: 50px;
		color: #fff;
	background: #ff3333 !important;
		cursor: default;
	}
	.main-navi .dot{
		width: 10px;
		height: 10px;
		position: absolute;
		top: 50%;
		margin-top: -5px;
		right: 30px;
		background: #333;
		border-radius: 50%;

	    -moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.main-navi li div .corner,
	.main-navi a .corner{
		position: absolute;
		top: 0;
		right: 0;
		width: 0;
	    height: 0;
	    opacity: 0;
	    z-index: -1;
	    border-top: 40px solid transparent;
	    border-left: 20px solid #1A1A1A;
	    border-bottom: 40px solid transparent;

	    -moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.main-navi li div.active .corner,
	.main-navi a.active .corner{
		right: -20px;
	    opacity: 1;
	    border-left: 20px solid #ff3333;
	}
	.main-navi a.active:hover .dot,
	.main-navi a.active .dot{
		background: #fff;
	}
	.main-navi li div:hover,
	.main-navi a:hover{
		padding-left: 50px;
	    color: #fff;
    background: #000 !important;
}


	}
	.main-navi li div.active{
		padding-left: 50px;
		background: #ff3333;
		color: #fff;
	}
	.main-navi li div:hover .dot,
	.main-navi a:hover .dot{
		background: #ff3333;
	}
	.main-navi li div.active .dot{
		background: #fff;
	}
	.drop-down {
	    left: 0;
	    overflow: hidden;
	    position: absolute;
	    top: -146px;
	    width: 250px;
	    z-index: -2;
	    background: #151515;
	    opacity: 0;

	    -moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.main-navi li:hover .drop-down{
		left: 100%;
	    opacity: 1;
	} 
	.active .drop-down{
		overflow: visible;
	}
	.main-navi .drop-down a{
		background: #fff;
		border: none;
    	line-height: 40px;
	}

	.main-navi .drop-down a:hover{
		padding-left: 40px;
	}
	.show-hide-menu {
	    background:  #1A1A1A !important;
	    color: #666 !important;
	    display: none !important;
	    height: 40px;
	    left: 100%;
	    line-height: 40px !important;
	    padding-left: 0 !important;
	    position: absolute !important;
	    text-align: center;
	    top: 100px;
	    width: 40px;
	    margin-left: 0;
	    cursor: pointer;

	    -moz-transition: all 0.3s linear 0s;
	    -webkit-transition: all 0.3s linear 0s;
	    -ms-transition: all 0.3s linear 0s;
	    -o-transition: all 0.3s linear 0s;
	    transition: all 0.3s linear 0s;
	}
	.show-hide-menu:before {
	    color: #666666;
	    font-size: 24px;

	    -moz-transition: all 0.3s linear 0s;
	    -webkit-transition: all 0.3s linear 0s;
	    -ms-transition: all 0.3s linear 0s;
	    -o-transition: all 0.3s linear 0s;
	    transition: all 0.3s linear 0s;
	}
	.left-menu.animate .show-hide-menu{
	    margin-left: -40px;	
	    top: 18px;	
	}
	/*----------  //NAVIGATION  ----------*/

	/*----------  SOCIAL ICONS  ----------*/
	.soc-icons{
		height: 80px;
		/*border-bottom: 1px solid #212121;*/
		/*border-top: 1px solid #212121;*/
		text-align: center;
		line-height: 80px;
		font-size: 16px;
		position: absolute;
		bottom: 40px;
		left: 0;
		width: 100%;
	}
	.soc-icons a{
		margin: 0 11px;
		display: inline-block;
	}
	.soc-icons a:hover{
		color: #ff3333;
	}
	.soc-icons strong{
		text-transform: uppercase;
		color: #333;
		font-size: 12px;
	}
	/*----------  //SOCIAL ICONS  ----------*/
	.copy{
		position: absolute;
		bottom: 0;
		height: 40px;
		line-height: 40px;
		color: rgba(255,255,255,0.1);
		text-align: center;
		width: 100%;
		margin: 0;
	}

/*----------  //LEFT MENU  ----------*/

/*----------  RIGHT CONTENT  ----------*/
.right-content{
	margin-left: 280px;
	position: relative;
	height: 100%;
	opacity: 0;

    -moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
	/*----------  HOME BIG IMAGE  ----------*/
	.home-page{
		height: 100%;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		padding-left: 280px;
		border: none;
		z-index: 5;
		background: #1A1A1A;
		overflow: hidden;

	    -moz-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.home-page.animate{
		top: -100%;
	}
	.home-page .mbYTP_wrapper{
		left: 280px !important;
	}
	.home-page .mbYTP_wrapper:before{
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: url(../images/video_grig.png);
		z-index: 1;
	}
	#controlBar_bgndVideo{
		display: none !important;
	}
	.flexslider.video-slider .slides {
	    bottom: 0;
	    left: 280px;
	    position: absolute !important;
	    right: 0;
	    top: 0;
	}
	.flexslider .slides > li{
		height: 100%;
	}
	.home-page.flexslider .slides > li:before {
	    background: #ff3333;
	    content: "";
	    height: 6px;
	    left: 0;
	    position: absolute;
	    bottom: 0;
	    transition: all 0s linear 0s;
	    width: 0;
	    z-index: 1;
	}
	.home-page.flexslider .slides > li:after {
	    background: rgba(0,0,0,0.35);
	    content: "";
	    height: 6px;
	    left: 0;
	    position: absolute;
	    bottom: 0;
	    width: 100%;
	}
	.home-page.flexslider .slides > li.flex-active-slide:before {
	    width: 100%;
	    transition: all 4s linear 1s;
	}
	/*----------  //HOME BIG IMAGE  ----------*/

	/*----------  SLIDER  ----------*/
	.images-bg{
		background-size: cover;
		background-position: center;
	}
	.flex-control-nav,
	.flex-direction-nav{
		display: none;
	}
	/*----------  //SLIDER  ----------*/

	/*----------  CIRCLE  ----------*/
	.circle{
		border-radius: 50%;
		height: 880px;
		width: 880px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -440px 0 0 -440px;
		text-align: center;

		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-o-box-sizing: content-box;
		-ms-box-sizing: content-box;
		box-sizing: content-box;

	    -moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.circle:before {
		border: 4px solid #ff3333;
		border-radius: 50%;
		bottom: 0;
		content: "";
		display: block;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1;
	}
	.circle:before:hover{
		background: rgba(0,0,0,0.35);
	}


		/*----------  HOME TITLE  ----------*/
		.home-title{
			font-size: 90px;
			line-height: 90px;
			font-weight: 300;
			margin-top: 320px;
			color: #fff;
			text-transform: uppercase;
			opacity: 0;

		    -moz-transition: all 1s linear 0.6s;
			-webkit-transition: all 1s linear 0.6s;
			-o-transition: all 1s linear 0.6s;
			-ms-transition: all 1s linear 6s;
			transition: all 1s linear 0.6s;
		}
		.flex-active-slide .home-title{
			opacity: 1;
		}
		.home-title span{
			display: block;

		    -moz-transition: all 0.5s linear;
			-webkit-transition: all 0.5s linear;
			-o-transition: all 0.5s linear;
			-ms-transition: all 0.5s linear;
			transition: all 0.5s linear;
		}
		.home-title strong{
			font-weight: 900;
		}
		.home-title p{
			margin-top: 18px;
			font-size: 19px;
			font-weight: 900;
			line-height: 19px;
			letter-spacing: 2px;

		    -moz-transition: all 0.5s linear;
			-webkit-transition: all 0.5s linear;
			-o-transition: all 0.5s linear;
			-ms-transition: all 0.5s linear;
			transition: all 0.5s linear;
		}
		/*----------  //HOME TITLE  ----------*/

		/*----------  HOME BUTTON  ----------*/
		.button-down{
			width: 120px;
			height: 120px;
			background: #ff3333;
			font-size: 60px;
			line-height: 120px;
			text-align: center;
			border-radius: 50%;
			color: #fff;
			margin-top: 100px;
			position: relative;
			z-index: 2;
		}	
		.button-down:hover{
			width: 140px;
			height: 140px;
			line-height: 140px;
			margin-top: 90px;
			color: #fff;
		}
		/*----------  //HOME BUTTON  ----------*/
	/*----------  //CIRCLE  ----------*/
/*----------  //RIGHT CONTENT  ----------*/


/*----------  LEFT CONTENT  ----------*/
/*----------  PORTFOLIO  ----------*/
.portfolio{
	overflow: hidden;
	background: #1A1A1A;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	z-index: 2;

    -moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.portfolio.main-block{
	width: auto;
}
.portfolio.animate{
	top: 100%;
}
.portfolio ul {
	display: inline-block;
	width: 100%;
	margin: 0;
}
	/*----------  COLUMNS IN PORTFOLIO  ----------*/
	.masonry-wrapper .item,
	.right-images li,
	.portfolio.column li {
		float: left;
		margin: 0;
		overflow: hidden;
		padding: 0;
		perspective: 400px;
		position: relative;
		width: 25%;
	}
	.masonry-wrapper .item{
		float: none;
	}
	.masonry-wrapper .item a,
	.right-images li a,
	.portfolio.column li a {
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    display: block;
	    height: 100%;
	    left: 0;
	    position: absolute;
	    top: 0;
	    width: 100%;
	    cursor: pointer;
		box-shadow: inset 0 0 0 0 #ff3333;

	    -moz-transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	.masonry-wrapper .item a img,
	.right-images li a img,
	.portfolio.column li a img{
		position: relative;
		z-index: -1;
		
	    -moz-transform: scale(1, 1);
	    -webkit-transform: scale(1, 1);
	    -ms-transform: scale(1, 1);
	    -o-transform: scale(1, 1);
	    transform: scale(1, 1);

	    -moz-transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		transition: all 0.2s linear;

	}
	.masonry-wrapper .item > span,
	.right-images li > span,
	.portfolio.column li > span{
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	    background: rgba(0,0,0,0);
	    cursor: pointer;

	    -moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.masonry-wrapper .item div:last-child,
	.portfolio-image li div,
	.right-images li div,
	.portfolio.column li div:last-child{
		left: 30px;
	    position: absolute;
	    right: 30px;
	    top: -70px;
	    z-index: 2;

	    -moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.masonry-wrapper .item span.title,
	.portfolio-image li span.title,
	.right-images li span.title,
	.portfolio.column li span.title{
		background: #fff;
	    color: #333;
	    cursor: pointer;
	    font-size: 16px;
	    font-weight: 900;
	    letter-spacing: 1px;
	    overflow: hidden;
	    padding: 4px 7px;
	    position: absolute;
	    text-transform: uppercase;

	    -moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.masonry-wrapper .item span.class,
	.portfolio-image li span.class,
	.right-images li span.class,
	.portfolio.column li span.class {
	    background: #FF3333;
	    color: #fff;
	    font-weight: 900;
	    letter-spacing: 1px;
	    padding: 4px 7px;
	    position: absolute;
	    text-transform: uppercase;
	    top: 28px;
	}
	.masonry-wrapper .item em,
	.right-images li em,
	.portfolio.column li em{
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -31px 0 0 -31px;
		width: 62px;
		height: 62px;
		text-align: center;

		-moz-transform: scale(0, 0);
	    -webkit-transform: scale(0, 0);
	    -ms-transform: scale(0, 0);
	    -o-transform: scale(0, 0);
	    transform: scale(0, 0);

	    -moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.masonry-wrapper .item em:before,
	.right-images li em:before,
	.portfolio.column li em:before {
		font-family: 'FontAwesome';
		content: "\f002";
		font-size: 40px;
	    font-style: normal;
	    z-index: 1;
		color: #ff3333; 
		line-height: 63px;   

		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);

	    -moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.masonry-wrapper .item:hover a,
	.right-images li:hover a,
	.portfolio.column li:hover a{
		box-shadow: inset 0 0 0 4px #ff3333;
	}
	.masonry-wrapper .item:hover a img,
	.right-images li:hover a img,
	.portfolio.column li:hover a img{
	    -moz-transform: scale(1.1, 1.1);
	    -webkit-transform: scale(1.1, 1.1);
	    -ms-transform: scale(1.1, 1.1);
	    -o-transform: scale(1.1, 1.1);
	    transform: scale(1.1, 1.1);
	}
	.masonry-wrapper.animate .item > span,
	.right-images:hover li > span,
	.portfolio.column ul.animate li > span{
	    background-color: rgba(0,0,0,.75);
	}
	.masonry-wrapper .item:hover > span,
	.right-images li:hover > span,
	.portfolio.column ul li:hover > span{
	    background-color: rgba(0,0,0,0);
	}
	.masonry-wrapper .item:hover div:last-child,
	.right-images li:hover div,
	.portfolio.column li:hover div:last-child{
		top: 25px;
	}
	.masonry-wrapper .item:hover em,
	.right-images li:hover em,
	.portfolio.column li:hover em{
	    -moz-transform: scale(1, 1);
	    -webkit-transform: scale(1, 1);
	    -ms-transform: scale(1, 1);
	    -o-transform: scale(1, 1);
	    transform: scale(1, 1);
	}
	.masonry-wrapper .item.unactive em,
	.portfolio.column li.unactive em{
	    -moz-transform: scale(0, 0);
	    -webkit-transform: scale(0, 0);
	    -ms-transform: scale(0, 0);
	    -o-transform: scale(0, 0);
	    transform: scale(0, 0);
	}
	.masonry-wrapper .item.unactive > span,
	.portfolio.column ul li.unactive > span{
		background-color: rgba(0,0,0,.9);
		border: 0 solid #ff3333;
		cursor: default;
	}
	.masonry-wrapper .item.unactive em,
	.portfolio.column li.unactive em{
		bottom: -62px;
		right: -62px;
	}
	.masonry-wrapper .item.unactive div:last-child,
	.portfolio.column li.unactive div:last-child{
		top: -70px;
	}
	.masonry-wrapper .item a,
	.portfolio.column li.unactive a{
	    -moz-transform: scale(1, 1);
	    -webkit-transform: scale(1, 1);
	    -ms-transform: scale(1, 1);
	    -o-transform: scale(1, 1);
	    transform: scale(1, 1);
	}
	/*----------  //COLUMNS IN PORTFOLIO  ----------*/

	/*----------  MASONRY PORTFOLIO  ----------*/
	.masonry-wrapper .item img{
		width: 100%;
	}
	/*----------  //MASONRY PORTFOLIO  ----------*/

	/*----------  HORIZONTAL PORTFOLIO  ----------*/
	.portfolio.horizontal li{
		background-size: 100%;
		background-position: center center;
		height: 240px;
		position: relative;
		opacity: 1;
		cursor: pointer;

	    -moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}	
	.portfolio.horizontal li a{
		position: absolute;
		width: 330px;
		height: 240px;
		right: 330px;
		top: 0;
		background: #fff;
		padding: 0 40px;
	}
	.portfolio.horizontal li:nth-child(2n) a{
		right: 0;
	}
	.portfolio.horizontal span.title{
		font-size: 30px;
		line-height: 36px;
		font-weight: 400;
		margin: 32px 0 10px;
		position: static;
	}
	.portfolio.horizontal strong{
		font-size: 16px;
		color: #ccc;
		display: block;
		text-transform: uppercase;

	    -moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.portfolio.horizontal span{
		text-transform: uppercase;
		color: #333;
		display: block;
		font-weight: 900;
		position: absolute;
		bottom: 37px;

	    -moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.portfolio.horizontal ul li.unactive,
	.portfolio.horizontal ul:hover li{
		opacity: 0.25;
	}
	.portfolio.horizontal ul li:hover{
		opacity: 1;
		background-size: 110%;
	}
	.portfolio.horizontal li:hover a{
		background: #ff3333;
	}
	.portfolio.horizontal li:hover span{
		color: #fff;
	}
	.portfolio.horizontal li:hover strong{
		color: rgba(255,255,255,0.5);
	}
	/*----------  //HORIZONTAL PORTFOLIO  ----------*/

	/*----------  SCROLLER  ----------*/
	.scroller {
	    height: 100%;
	    overflow-y: scroll;
	}
	.scroller::-webkit-scrollbar { /* Preventing webkit cross-direction scrolling bug */
	    width: 0;
	}
	.scroller__track {
	    position: absolute;
	    right: 4px;
	    top: 10px;
	    bottom: 4px;
	    width: 3px;
	    z-index: 3;
	}
	.scroller__bar {
	    background: #1A1A1A;
	    border-radius: 3px;
	    pointer-events: auto;
	    position: absolute;
	    transition: opacity 0.2s linear 0s;
	    width: 3px;
	    z-index: 1;
	    opacity: 0.1;
	}
	/*----------  //SCROLLER  ----------*/
/*----------  //PORTFOLIO  ----------*/

/*----------  PORTFOLIO DETAILS  ----------*/
.portfolio-details{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: url(../images/preloader/preloader-black.gif) no-repeat center center #212121;
}
.portfolio-details .flex-direction-nav{
	display: block;
}
.portfolio-image {
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
}
	.portfolio-image li div{
		bottom: 0;
	    left: 70px;
	    top: auto;

	    -moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;	
	}
	li.flex-active-slide div{
		bottom: 115px;
	}
	.portfolio-details .details-close,
	.portfolio-details .flex-direction-nav .flex-next,
	.portfolio-details .flex-direction-nav .flex-prev{
		bottom: 50px;
	}
	.portfolio-details .flex-direction-nav .flex-next{
		right: 50px !important;
	}
	.portfolio-details .flex-direction-nav .flex-prev{
		right: 212px !important;
	}
	.portfolio-details .details-close{
		right: 131px !important;
	}
/*----------  //PORTFOLIO DETAILS  ----------*/

/*----------  ABOUT  ----------*/
.about {
    position: relative;
    z-index: 3;
    background: #fff;
    overflow: hidden;
    height: 100%;
}
	.about .scroller{
		display: inline-block;
		width: 100%:;
	}

	/*----------  CLIENTS LOGO  ----------*/
	.clients-logo{
		margin-top: 30px;
	}
	/*----------  //CLIENTS LOGO  ----------*/
/*----------  //ABOUT  ----------*/

/*----------  VIDEO  ----------*/
.player-wrapper iframe{
	margin: 0 !important;
	height: 100% !important;
	width: 100% !important;
}
.buttonBar{
	display: none;
}
/*----------  //VIDEO  ----------*/

/*----------  MAIN BLOCK  ----------*/
.main-block{
    top: 0;
    width: 100%;
    position: absolute !important;
    z-index: 3;

    -moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
.main-block.animate{
	top: 100%;
	z-index: -1;
}
/*----------  //MAIN BLOCK  ----------*/

/*----------  SERVICE  ----------*/
.service {
    position: relative;
    z-index: 3;
    background: #fff;
    overflow: hidden;
    height: 100%;
}
	.service .scroller{
		display: inline-block;
		width: 100%:;
	}
	.service .flex-control-nav{
		display: block;
		bottom: 40px;
		z-index: 2;
	}
	.flex-control-paging li a{
		background: rgba(255, 255, 255, 0);
   		box-shadow: 0 0 0 2px #fff inset;
		width: 10px;
		height: 10px;
		border-radius: 50%;

	    -moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.flex-control-paging li a:hover,
	.flex-control-paging li a.flex-active{
		box-shadow: 0 0 0 5px #ff3333 inset;
	}
	.service .button{
		position: absolute;
		top: 70px;
		right: 40px;
		font-weight: 900;
		color: #999;
		border: 2px solid #ccc;
		padding: 20px 25px;
		width: 120px;
		text-transform: uppercase;
		text-align: center;
		height: 90px;
	}
	.service .button:hover{
		color: #212121;
		border-color: #ff3333; 
	}
.service-details{
	text-align: center;
	margin-top: 75px;
}	
	.service-details .glyph{
		color: #ff3333;
		font-size: 50px;
	}
	.service-details .title{
		display: block;
		width: 100%;
		font-size: 18px;
		font-weight: 700;
		line-height: 18px;
		color: #333;
		margin: 35px 0 20px;
	}
	.service-details .dots{
		position: relative;
		width: 5px;
		height: 5px;
		background: #ff3333;
		border-radius: 50%;
		display: inline-block;
		margin-bottom: 15px;
	}
	.service-details .dots:after{
		content: "";
		position: absolute;
		left: 100%;
		width: 5px;
		height: 5px;
		background: #ff3333;
		border-radius: 50%;
		margin-left: 5px;
	}
	.service-details .dots:before{
		content: "";
		position: absolute;
		right: 100%;
		width: 5px;
		height: 5px;
		background: #ff3333;
		border-radius: 50%;
		margin-right: 5px;
	}
/*----------  //SERVICE  ----------*/

/*----------  CONTACT  ----------*/
.contact {
    position: relative;
    z-index: 3;
    background: #fff;
    overflow: hidden;
    height: 100%;
}
	.contact .scroller{
		display: inline-block;
		width: 100%:;
	}
	input[type="text"] {
		border: 2px solid #ccc;
		font: 900 12px 'Lato', sans-serif;
		text-transform: uppercase;
		height: 50px;
		margin-bottom: 10px;
		padding: 0 15px;
		vertical-align: middle;
		width: 100%;
		content: #999;

	    -moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	input[type="text"].error{
		border-color: #ff3333;
		color: #ff3333;
	}
	textarea:focus,
	input[type="text"]:focus{
		border-color: #ff3333;
		color: #333;
	}
	textarea {
	    border: 2px solid #ccc;
		font: 900 12px 'Lato', sans-serif;
		text-transform: uppercase;
	    height: 140px;
	    margin-bottom: 10px;
	    padding: 10px 15px;
	    width: 100%;

	    -moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	input[type="submit"] {
	    background: #000;
	    border: medium none;
	    color: #fff;
		font-family: 'Lato', sans-serif;
	    font-weight: 900;
	    height: 50px;
	    text-transform: uppercase;
	    vertical-align: middle;
	    width: 160px;

	    -moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	input[type="submit"]:hover{
		background: #ff3333;
	}
	.contact .left-content-text p.mini{
		margin-bottom: 40px;
		margin-top: -20px;
	}

.info-block{
	margin-bottom: 20px;
}
	.info-block strong{
		text-transform: uppercase;
		margin-left: 15px;
		width: 85px;
		display: inline-block;
	}
	.info-block em{
		color: #ff3333;
	}
	.info-block span{
		font-size: 15px;
		color: #666;
		display: inline-block;
		width: 205px;
		vertical-align: top;
		position: relative;
    	top: -3px;
	}
	.info-block span.phone{
		font-size: 16px;
		color: #333;
	}
/*----------  //CONTACT  ----------*/
.map{
	height: 400px;
}
/*----------  TEAM  ----------*/
.team {
    position: relative;
    z-index: 3;
    background: #fff;
    overflow: hidden;
    height: 100%;
}
	.team .scroller{
		display: inline-block;
		width: 100%:;
	}
	.team .left-content-text{
		padding-top: 40px;
	}
.member-block{
	overflow: hidden;
	margin-bottom: 40px;
}
.member-block strong{
	font-size: 34px;
	font-weight: 900;
	line-height: 34px;
	color: #ccc;
	text-transform: uppercase;
	margin-bottom: 30px;
	display: block;

    -moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.member-block:hover strong{
	color: #212121;
}
.left-content-text .member-block h2{
	margin-top: -10px;
}
.member-block:hover h2{
	color: #ff3333;
}
.member-block img{
	float: left;
}
.member-details{
	margin-left: 340px;
}
.member-details .soc-icons{
	position: static;
	border: none;
	text-align: left;
	margin-left: -11px;
	line-height: 16px;
	height: auto;
	margin-top: 20px;
}
.member-details .soc-icons a{
	color: #ccc;
}
.member-details .soc-icons a:hover{
	color: #ff3333;
}
.member-details span{
	font-weight: 900;
	text-transform: uppercase;
	color: #333;
	display: block;
	margin-top: 40px;
}
/*----------  //TEAM  ----------*/

/*----------  BLOG  ----------*/
.blog {
    position: relative;
    z-index: 3;
    background: #fff;
    overflow: hidden;
    height: 100%;
}
	.blog .scroller{
		display: inline-block;
		width: 100%:;
	}
	.blog .left-content-text{
		padding-top: 30px;
	}
.blog-block{
	padding-left: 110px;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;

    -moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
 .blog-details > a{
 	color: #333;
    font-size: 24px;
    line-height: 34px;
	margin: -8px 0 20px;
	display: block;
}
 .blog-details a:hover{
 	color: #ff3333;
 }
	/*----------  BLOG DATE  ----------*/
	.date{
		position: absolute;
		top: 0;
		left: 0;	
	}
	.date .day{
		font-size: 70px;
		font-weight: 300;
		line-height: 70px;
		position: relative;
		top: -10px;
		display: block;
	}
	.date .month{
		font-size: 34px;
		font-weight: 900;
		line-height: 34px;
		text-transform: uppercase;
		color: #ccc;
	}
	/*----------  //BLOG DATE  ----------*/

/*----------  BLOG INFO  ----------*/
.blog-info{
	padding-top: 30px;
	border-top: 1px solid #e9e9e9;
}
	.blog-info a{
		text-transform: uppercase;
		color: #333;
		line-height: 12px;
	}
	.blog-info a:hover{
		color: #ff3333;
	}
	.blog-info a:before{
		content: "";
		height: 3px;
		width: 3px;
		position: relative;
		top: -3px;
		border-radius: 50%;
		background: #ff3333;
		display: inline-block;
		margin: 0 8px;
	}
	.blog-info a:first-child:before{
		display: none;
	}
	.blog-info .glyph{
		font-family: 'Lato',sans-serif;
		margin-left: 8px;
		color: #ff3333;
		font-weight: 900;
	}
	.blog-info .glyph:before{
		font-family: 'FontAwesome';
		font-weight: normal;
		margin-right: 3px;
	}
/*----------  //BLOG INFO  ----------*/
.show-more{
	font-weight: 900;
	border: 2px solid #ccc;
	height: 50px;
	line-height: 46px;
	text-align: center;
	text-transform: uppercase;
	color: #999;
	cursor: pointer;

    -moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.show-more:hover{
	color: #ff3333;
	border-color: #ff3333;
}

/*----------  //BLOG  ----------*/

/*----------  BLOG SINGLE  ----------*/
.blog-single {
    position: relative;
    z-index: 3;
    background: #fff;
    overflow: hidden;
    height: 100%;
}
	.blog-single .scroller{
		display: inline-block;
		width: 100%:;
	}	
.blog-title{
	position: relative;
	padding: 0 0 40px 130px;
	border-bottom: 1px solid #E9E9E9;
	margin-bottom: 35px;
}
	.blog-title .blog-info{
		border: none;
		padding-top: 20px;
	}
	.blog-title .day{
		top: 0;
	}
.var2.soc-icons{
	border: none;
	margin-bottom: 40px;
    margin-top: -10px;
    position: static;
    text-align: left;
    background: none;
}
.var2.soc-icons a{
	color: #ccc;
}
.var2.soc-icons a:hover{
	color: #ff3333;
}
/*----------  //BLOG SINGLE  ----------*/

/*----------  BLOG COMMENTS  ----------*/
.blog-comments {
    position: relative;
    z-index: 3;
    background: #fff;
    overflow: hidden;
    height: 100%;
}
	.blog-comments .scroller{
		display: inline-block;
		width: 100%:;
	}	
	.blog-comments .left-content-text{
		padding-top: 40px;
	}
	.blog-comments .var2.soc-icons{
		margin-top: -20px;
	}
.comments-title{
	font-size: 18px;
	font-weight: 900;
	line-height: 18px;
	color: #333;
	margin-bottom: 30px;
}
.avatar{
	width: 70px;
	height: 70px;
	padding: 5px;
	border: 1px solid #e9e9e9;
}
.comments{
	margin-bottom: 20px;
	overflow: hidden;
}
.comments .user-name{
	font-weight: 900;
	color: #333;
	text-transform: uppercase;
}
.comments .user-name:hover{
	color: #ff3333;
}
.comments .date{
	display: inline-block;
	position: static;
	margin-left: 10px;
	color: #999;
	font-weight: 900;
}
.comments .reply{
	position: absolute;
	right: 0;
	top: 0;
	font-weight: 900;
	text-transform: uppercase;
	color: #999;
}
.comments .reply:hover{
	color: #ff3333;
}
.comments .date:before{
	content: "|";
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: -1px;
}
.comment-text{
	margin-left: 90px;
	min-height: 70px;
	position: relative;
}
.comment-block{
	margin-bottom: 20px;
}
	.comment-block .comment-block{
		margin-left: 90px;
		margin-top: 20px;
	}
	.left-content-text .comment-block p.mini {
	    font-size: 12px;
	    line-height: 16px;
	    margin-top: 5px;
	}
.add-comments .row input,
.add-comments .row textarea{
	margin-bottom: 20px;
}
/*----------  //BLOG COMMENTS  ----------*/

/*----------  TWITTER SLIDER  ----------*/
.twitter-block{
	background: none;
	padding: 0 30px;
	margin-top: 50px;
}
	.twitter-block .glyph{
		display: block;
		color: #ff3333;
		text-align: center;
		font-size: 30px;
		margin-bottom: 25px;
	}
	.twitter-block .name{
		color: #ff3333;
		font-size: 12px;
		line-height: 12px;
		text-align: center;
	}
	.twitter-block p{
		font-size: 13px;
		line-height: 22px;
		text-align: center;
		margin-top: 20px;
		color: #999;
	}
	.twitter-block strong{
		text-transform: uppercase;
		text-align: center;
		display: block;
	}
	.twitter-block .flex-control-nav{
		bottom: -25px;
	    display: block;
	    left: 0;
	    right: 0;
	    width: auto;
	}
/*----------  //TWITTER SLIDER  ----------*/

/*----------  PORTFOLIO WITH DETAILS  ----------*/
.portfolio-with-details {
    position: fixed;
    z-index: 1;
    background: #fff;
    height: 100%;
    left: 280px;
    right: 0;
}
	.portfolio-with-details .scroller{
		display: inline-block;
		width: 100%;
	}
	.portfolio-with-details .flexslider{
		margin-bottom: 0;
	}
	.portfolio-with-details .soc-icons{
		margin-top: 30px;
	}
	.portfolio-with-details .flexslider{
		border: none;
	}
	.portfolio-with-details .flex-direction-nav{
		display: block;
	}
	.flex-direction-nav .flex-next{
		bottom: 30px;
		right: 30px !important;
		width: 80px;
		height: 80px;
		top: auto;
		background: #1a1a1a;
		opacity: 1 !important;
		text-align: center;
		line-height: 80px;
	}
	.flex-direction-nav .flex-prev{
		bottom: 30px;
		right: 192px !important;
		width: 80px;
		height: 80px;
		left: auto !important;
		top: auto;
		background: #1a1a1a;
		opacity: 1 !important;
		text-align: center;
		line-height: 80px;
	}
	.flex-direction-nav .flex-prev:before,
	.flex-direction-nav .flex-next:before{
		font-family: 'FontAwesome';
		color: #666;
		font-size: 50px;

	    -moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.flex-direction-nav .flex-prev:hover:before,
	.flex-direction-nav .flex-next:hover:before{
		color: #fff;
	}
	.details-close,
	.portfolio-with-details .button-close {
	    background: #1A1A1A;
	    bottom: 30px;
	    height: 80px;
	    position: absolute;
	    right: 111px;
	    width: 80px;
	    z-index: 2;
		color: #666;
		font-size: 50px;
		text-align: center;
		line-height: 80px;
		cursor: pointer;

	    -moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.details-close:before,
	.portfolio-with-details .button-close:before{
		content: "\f105";
		left: 3px;
    	position: relative;
	}
	.details-close:after,
	.portfolio-with-details .button-close:after{
		content: "\f104";    
		left: -4px;
    	position: relative;
	}
	.flex-direction-nav .flex-next:hover,
	.flex-direction-nav .flex-prev:hover,
	.details-close:hover,
	.button-close:hover{
		color: #fff;
		background: #ff3333;
	}
	.amount-slides {
	    color: #fff;
	    font-size: 22px;
	    font-weight: 900;
	    position: absolute;
	    right: 30px;
	    text-transform: uppercase;
	    top: 20px;
	    z-index: 2;
	}
/*----------  //PORTFOLIO WITH DETAILS  ----------*/

/*----------  FILTER  ----------*/
.filter {
    background: #1A1A1A;
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
}
	.filter > a {
	    border: 1px solid rgba(0,0,0,0);
	    color: #999999;
	    font-weight: 900;
	    padding: 5px 20px;
	    text-transform: uppercase;
	}
	.filter > a:hover{
		border: 1px solid #333333;
	}
	.filter > a.active{
		background: #ff3333;
		border-color: #ff3333;
		color: #fff;
	}
/*----------  //FILTER  ----------*/

/*----------  LEFT CONTENT  ----------*/
.left-content{
	padding: 0;
	height: 100%;
	overflow: hidden;
}
	.left-content .scroller > img{
		width: 100%;
		display: block;
	}
.left-content-text{
	padding: 60px 40px;
	position: relative;
}
	.left-content-text h2{
		font-size: 60px;
		line-height: 60px;
		font-weight: 300;
		text-transform: uppercase;
		color: #333;
		margin-top: 0;

	    -moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.left-content-text > strong{
		font-size: 34px;
		font-weight: 900;
		line-height: 34px;
		color: #ccc;
		text-transform: uppercase;
		margin-bottom: 55px;
		display: block;
	}
	.left-content-text p{
		font-size: 24px;
		color: #333;
		line-height: 34px;
		margin-bottom: 45px;
	}
	.left-content-text p.mini{
		font-size: 15px;
		color: #666;
		line-height: 22px;
		margin-bottom: 20px;
	}
.skill {
	position: relative;
}
.skill .title{
	line-height: 12px;
	font-weight: 900;
	text-transform: uppercase;
	color: #333;
	display: block;
}
.skill .amount{
	color: #ff3333;
	font-size: 50px;
    font-weight: 300;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: -7px;
}
.skill .line{
	height: 10px;
	border: 1px solid #ff3333;
	box-shadow: inset 0 0 0 1px #fff;
	background: #eaeaea;
	margin: 15px 115px 25px 0;
	position: relative;
}
.skill .line div{
	background: url(../images/skills-line.jpg);
	height: 6px;
	margin: 1px 0 0 1px;
	width: 0;

    -moz-transition: all 1s linear;
	-webkit-transition: all 1s linear;
	-o-transition: all 1s linear;
	-ms-transition: all 1s linear;
	transition: all 1s linear;
}
/*----------  //LEFT CONTENT  ----------*/

/*----------  RIGHT IMAGES  ----------*/
.right-images{
	padding: 0;
	height: 100%;
	overflow: hidden;
}
.right-images img{
	width: 100%;
}
/*----------  //RIGHT IMAGES  ----------*/

/*----------  RIGHT BLOG SIDE  ----------*/
.blog-right{
	background: #eaeaea;
	padding: 0;
	height: 100%;
	overflow: hidden;
}
.blog-right .scroller{
	padding: 20px 30px;
}
.search{
	width: 100%;
	height: 40px;
	background: #fff;
	position: relative;
}
	.search input{
		border: none;
		height: 40px;
		line-height: 40px;
		position: absolute;
		left: 0;
		right: 40px;
		padding-left: 15px;
	}
	.search .glyph {
	    color: #ccc;
	    font-size: 16px;
    	font-weight: 900;
	    position: absolute;
	    right: 15px;
	    top: 13px;
	    cursor: pointer;

	    -moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.search .glyph:hover{
		color: #ff3333;
	}
.blog-navi{
	margin-top: 30px;
}
	.blog-navi a{
		border-bottom: 1px solid #ddd;
		height: 40px;
		line-height: 40px;
		display: block;
		text-transform: uppercase;
		font-weight: 900;
		padding-left: 25px;
		position: relative;
	}
	.blog-navi a:first-child{
		border-top: 1px solid #ddd;
	}
	.blog-navi a:before{
		content: "";
		position: absolute;
		left: 0;
		top: 18px;
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: #ccc;

	    -moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.blog-navi a:hover:before{
		background: #ff3333;
	}
.blog-navi a:hover{
	color: #ff3333;
}

.blog-right-block h2{
	font-size: 18px;
	font-weight: 900;
	line-height: 18px;
	color: #333;
	margin: 50px 0 25px;
}
.blog-mini{
	margin-bottom: 20px;
}
	.blog-mini img{
		float: left;
	}
	.blog-mini div{
		margin-left: 100px;
		min-height: 70px;
	}
	.blog-mini a{
		text-transform: uppercase;
		font-weight: 900;
		color: #999;
	}
	.blog-mini a:hover{
		color: #ff3333;
	}

.features-contents{
	margin: 0 -8px;
	overflow: hidden;
}
.features-contents a{
	float: left;
	position: relative;
	margin: 0 8px 15px;
	width: 80px;
	height: 70px;
}
.features-contents a:before{
	content: "";
	display: block;
	border: 0px solid #ff3333;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	position: absolute;

    -moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.features-contents a:hover:before{
	border-width: 4px;
}
.features-contents img{
	position: absolute;
	top: 0;
	left: 0;
}
.tags-contents a{
	height: 30px;
	line-height: 26px;
	border: 2px solid #ccc;
	padding: 0 10px;
	font-size: 14px;
	color: #999;
	display: inline-block;
	margin: 0 2px 5px 0;
}
.tags-contents a:hover{
	border-color: #666;
	color: #666;
}
.tags-contents a.active{
	background: #ff3333;
	border-color: #ff3333;
	color: #fff;
}
.tags-wrapper{
	margin-bottom: 20px;
}
.tags-wrapper h2{
	margin-top: 50px;
}
/*----------  //RIGHT BLOG SIDE  ----------*/

/*----------  //LEFT CONTENT  ----------*/

/*----------  PRELOADER  ----------*/
#preloader{
	left: 50%;
    margin: -16px 0 0 -16px;
    position: absolute;
    top: 50%;
}
/*----------  //PRELOADER  ----------*/

@media (max-width: 1600px) {
	/*----------  HOME PAGE  ----------*/
	.circle{
		height: 780px;
	    margin: -390px 0 0 -390px;
	    width: 780px;
	}
	.home-title{
		margin-top: 270px;
	}
	.main-navi li div, 
	.main-navi a{
		line-height: 60px;
	}	
	.main-navi li div .corner, 
	.main-navi a .corner{
		border-bottom: 30px solid rgba(0, 0, 0, 0);
	    border-top: 30px solid rgba(0, 0, 0, 0);
	}
	.left-content-text h2{
		font-size: 50px;
		line-height: 50px;
	}
	.left-content-text .member-block h2{
		margin-top: -9px;
	}
	/*----------  //HOME PAGE  ----------*/
	.features-contents a{
		margin: 0 7px 15px;
	}
}
@media (max-width: 1440px){
	.masonry-wrapper .item span.title, 
	.portfolio-image li span.title, 
	.right-images li span.title, 
	.portfolio.column li span.title{
		font-size: 15px;
	}
}
@media (max-width: 1400px) {
	.blog-block{
		padding-left: 70px;
	}
	.blog-block .day{
		font-size: 60px;
		line-height: 60px;
	}
	.blog-block .month{
		font-size: 24px;
		line-height: 24px;
	}
	.blog-details {
	    padding: 0 0 0 5px;
	}
	.portfolio-with-details .soc-icons a{
		margin: 0 5px;
	}
}
@media (max-width: 1366px) {
	/*----------  HOME PAGE  ----------*/
	.circle {
	    height: 650px;
	    margin: -325px 0 0 -325px;
	    width: 650px;
	}
	.home-title {
	    font-size: 70px;
	    line-height: 70px;
	    margin-top: 240px;
	}
	.home-title p{
		font-size: 14px;
		line-height: 14px;
	}
	.button-down {
	    height: 100px;
	    line-height: 100px;
	    margin-top: 80px;
	    width: 100px;
	}
	.button-down:hover {
	    height: 110px;
	    line-height: 110px;
	    margin-top: 75px;
	    width: 110px;
	}
	.twitter-block{
		margin-top: 30px;
	}
	.twitter-block p{
		font-size: 12px;
		line-height: 20px;
		margin-top: 10px;
	}
	.twitter-block .glyph{
		margin-bottom: 10px;
	}
	.soc-icons{
		height: 60px;
		line-height: 60px;
	}
	/*----------  //HOME PAGE  ----------*/
}
@media (max-width: 1366px){
	/*----------  HOME PAGE  ----------*/
	.twitter-block {
	    margin-top: 10px;
	}
	.main-navi li div, 
	.main-navi a {
	    line-height: 54px;
	}
	.main-navi li div, 
	.main-navi a {
	    line-height: 54px;
	}
	.main-navi li div.active .corner, 
	.main-navi a.active .corner {
	    border-left: 15px solid #FF3333;
	    right: -15px;
	}
	.main-navi li div .corner, 
	.main-navi a .corner {
	    border-bottom: 27px solid rgba(0, 0, 0, 0);
	    border-top: 27px solid rgba(0, 0, 0, 0);
	}
	/*----------  //HOME PAGE  ----------*/
	.portfolio-with-details .left-content-text h2,
	.service .left-content-text h2,
	.about .left-content-text h2{
		font-size: 50px;
	}
	.twitter-block p{
		font-size: 10px;
    	line-height: 18px;
    	margin: 5px 0;
	}
	.soc-icons {
	    height: 40px;
	    line-height: 40px;
	}
	.twitter-block strong{
		font-size: 10px;
	}
	.info-block span{
		width: 200px;
	}
	.left-content-text h2 {
	    font-size: 40px;
	    line-height: 40px;
	}
	.left-content-text .member-block h2 {
	    margin-top: -7px;
	}
	.member-block strong{
		font-size: 30px;
	    line-height: 30px;
	}
	.masonry-wrapper .item span.title, 
	.portfolio-image li span.title, 
	.right-images li span.title, 
	.portfolio.column li span.title{
		font-size: 11px;
	}
	.masonry-wrapper .item span.class, 
	.portfolio-image li span.class, 
	.right-images li span.class, 
	.portfolio.column li span.class{
		font-size: 10px;
		top: 23px;
	}
	.masonry-wrapper .item div:last-child, 
	.portfolio-image li div, 
	.right-images li div, 
	.portfolio.column li div:last-child{
		left: 15px;
		right: 20px;
	}
	.masonry-wrapper .item:hover div, 
	.right-images li:hover div, 
	.portfolio.column li:hover div{
		top: 15px;
	}
}
@media (max-width: 1310px){
	.portfolio-with-details .left-content-text h2,
	.service .left-content-text h2,
	.about .left-content-text h2{
		font-size: 50px;
	}
	.left-content-text h2 {
	    font-size: 36px;
	    line-height: 36px;
	}
}
@media (max-width: 1280px) {
	.portfolio-with-details .left-content-text h2,
	.service .left-content-text h2,
	.about .left-content-text h2{
		font-size: 50px;
	}
	.left-content-text h2 {
	    font-size: 34px;
	    line-height: 34px;
	}
	.left-content-text .member-block h2 {
	    margin-top: -5px;
	}
}
@media (max-width: 1024px){
	.portfolio-with-details .left-content-text h2,
	.service .left-content-text h2,
	.about .left-content-text h2{
		font-size: 50px;
	}
	.blog-single,
	.blog,
	.main-block{
		overflow: visible;
		height: auto;
	}
	.portfolio.main-block{
		overflow: hidden;
		height: 100%;
		width: 100%;
	}
	.left-content-text h2{
		font-size: 30px;
    	line-height: 30px;
	}
	.member-block strong {
	    font-size: 20px;
	    line-height: 20px;
	}
	.portfolio-with-details .right-images,
	.portfolio-with-details .left-content{
		height: auto;
	}
	.masonry-wrapper .item{
		width: 33.33%
	}
	.portfolio-with-details{
		overflow: scroll;
	}
}
@media (max-width: 768px){
	/*----------  HOME PAGE  ----------*/
	.right-content{
		margin-left: 0;
	}
	.left-menu{
		left: -280px;
	}
	.main-navi {
	    margin-right: 15px;

	    -moz-transition: all 0.1s linear;
		-webkit-transition: all 0.1s linear;
		-o-transition: all 0.1s linear;
		-ms-transition: all 0.1s linear;
		transition: all 0.1s linear;
	}
	/*----------  //HOME PAGE  ----------*/	
	.portfolio-with-details .left-content-text h2,
	.service .left-content-text h2,
	.about .left-content-text h2{
		font-size: 50px;
	}
	.show-hide-menu{
		display: block !important;
	}
	.home-page{
		padding-left: 0;
	}
	.portfolio-with-details,
	.flexslider.video-slider .slides,
	.home-page .mbYTP_wrapper{
		left: 0 !important;
	}
}
@media (max-width: 640px){
	/*----------  HOME PAGE  ----------*/
	.circle {
	    height: 400px;
	    margin: -200px 0 0 -200px;
	    width: 400px;
	}
	.home-title {
	    font-size: 45px;
	    line-height: 45px;
	    margin-top: 150px;
	}
	.home-title p {
	    font-size: 10px;
	    line-height: 10px;
	    margin-top: 10px;
	}
	.button-down {
	    font-size: 40px;
	    height: 70px;
	    line-height: 70px;
	    margin-top: 40px;
	    width: 70px;
	}
	.button-down:hover {
	    height: 76px;
	    line-height: 76px;
	    margin-top: 37px;
	    width: 76px;
	}
	.left-menu{
		width: 200px;
		left: -200px;
	}
	.twitter-block{
		display: none;
	}
	.drop-down{
		width: 200px;
	}
	.copy{
		height: 20px;
		line-height: 20px;
	}
	.soc-icons {
	    height: 51px;
	    line-height: 50px;
	}
	.soc-icons a{
		margin: 0 5px;
	}
	/*----------  //HOME PAGE  ----------*/
	.portfolio-with-details .left-content-text h2,
	.service .left-content-text h2,
	.about .left-content-text h2{
		font-size: 46px;
	}
	.member-block img {
	    float: left;
	    width: 250px;
	}
	.member-details {
	    margin-left: 270px;
	}
	.map{
		height: 200px;
	}
	.left-content-text{
		padding: 40px;
	}
	.blog-details {
	    padding: 20px 0 0 15px;
	}
	.blog-block {
	    padding-left: 0;
	}
	.blog .left-content-text {
	    padding: 20px;
	}
	.blog-single .blog-title .date,
	.blog .date {
	    background: #000;
	    left: 15px;
	    padding: 10px;
	    position: absolute;
	    top: 0;
	}
	.blog-single .blog-title .date{
		left: 0;
	}
	.date .day,
	.blog .date .month{
		color: #fff;
	}
	.portfolio-details .details-close, 
	.portfolio-details .flex-direction-nav .flex-next, 
	.portfolio-details .flex-direction-nav .flex-prev {
	    bottom: 20px;
	}
	.flex-direction-nav .flex-prev {
		background: none repeat scroll 0 0 #1A1A1A;
		height: 60px;
		line-height: 60px;
		right: 142px !important;
		width: 60px;
	}
	.details-close, .portfolio-with-details .button-close {
		height: 60px;
		line-height: 60px;
		right: 81px;
		width: 60px;
	}
	.flex-direction-nav .flex-next {
		height: 60px;
		line-height: 60px;
		right: 20px !important;
		width: 60px;
	}
	.portfolio-details .flex-direction-nav .flex-next {
	    right: 20px !important;
	}
	.portfolio-details .details-close{
		right: 81px !important;
	}
	.portfolio-details .flex-direction-nav .flex-prev{
		right: 142px !important;
	}
	/*li.flex-active-slide div {
	    bottom: 75px;
	    left: 25px;
	}*/
	.filter{
		padding: 0 20px;
	}
	.filter > a{
		padding: 5px 15px;
	}
	.left-content-text .member-block h2 {
	    margin-top: -5px;
	}
	.member-block strong{
		font-size: 24px;
		line-height: 24px;
	}
	.blog-block img{
		width: 100%;
	}
	.logo{
		font-size: 12px;
	}
	.logo em:before{
		font-size: 22px;
	}
}
@media (max-width: 480px){
	.portfolio-with-details .left-content-text h2,
	.service .left-content-text h2,
	.about .left-content-text h2{
		font-size: 32px;
		line-height: 32px
	}
	.left-content-text > strong {
	    font-size: 20px;
	    line-height: 20px;
	    margin-bottom: 35px;
	}
	.blog-title{
		padding: 0 0 40px 0;
	}
	.blog-single .date .day{
		font-size: 50px;
		line-height: 50px;
	}
	.blog-single .date .month{
		font-size: 24px;
		line-height: 24px;
	}
	.filter > a {
	    font-size: 10px;
	    padding: 5px 10px;
	}
	.portfolio.horizontal li a {
	    padding: 0 10px;
	    right: 240px;
	    width: 240px;
	}
	.service .button {
	    height: 70px;
	    padding: 10px 20px;
	    top: 46px;
	    width: 100px;
	}
	.team .left-content-text{
		padding-left: 15px;
	}
	.member-block img {
	    float: left;
	    width: 150px;
	}
	.member-details {
	    margin-left: 170px;
	}
	.member-block strong {
	    font-size: 20px;
	    line-height: 20px;
	}
	.masonry-wrapper .item{
		width: 50%
	}
	.soc-icons{
		bottom: 20px;
	}
	.main-navi .drop-down a{
		font-size: 10px;
	}
	.logo{
		text-align: left;
		padding-left: 20px;
	}
	.logo > img {
	    width: 120px;
	}
	.left-menu{
		width: 180px;
		left: -180px;
	}	
	.main-navi .drop-down a {
	    font-size: 10px;
	    padding-left: 15px;
	}
	.drop-down {
	    width: 150px;
	}
	.main-navi li div.active .corner, 
	.main-navi a.active .corner {
	    border-left: 10px solid #FF3333;
	    right: -10px;
	}
	.flex-direction-nav .flex-prev:before, 
	.flex-direction-nav .flex-next:before{
		font-size: 25px;
	}
	.flex-direction-nav .flex-prev,
	.flex-direction-nav .flex-next {
	    height: 30px;
	    line-height: 30px;
	    right: 20px !important;
	    width: 30px;
	}
	.details-close, 
	.portfolio-details .details-close,
	.portfolio-with-details .button-close {
	    height: 30px;
	    line-height: 30px;
	    right: 51px !important;
	    width: 30px;
	    font-size: 25px;
	}
	.details-close:after, .portfolio-with-details .button-close:after {
	    left: -1px;
	}
	.portfolio-details .flex-direction-nav .flex-prev,
	.flex-direction-nav .flex-prev {
	    right: 82px !important;
	}
	li.flex-active-slide div {
	    bottom: 75px;
	}
	.blog-single .blog-title,
	.blog-single .left-content-text{
		position: static;
	}
}
@media (max-height: 660px){
	.twitter-block .glyph{
		font-size: 20px;
		line-height: 20px;
	}
	.soc-icons{
		bottom: 20px;
	}
}
@media (max-width: 480px) and (max-height: 320px){
	/*----------  HOME PAGE  ----------*/
	.logo{
		height: 40px;
		line-height: 40px;
		font-size: 10px;
	}
	.main-navi li div, 
	.main-navi a {
	    line-height: 36px;
	}
	.main-navi li div .corner, 
	.main-navi a .corner {
	    border-bottom: 18px solid rgba(0, 0, 0, 0);
	    border-top: 18px solid rgba(0, 0, 0, 0);
	}
	.left-menu.animate .show-hide-menu{
		top: -1px;
	}
	.soc-icons {
	    height: 39px;
	    line-height: 39px;
	    background: #1A1A1A;
	    z-index: 2;
	}
	.copy{
		background: #1A1A1A;
		z-index: 2;
	}
	.circle {
		height: 280px;
		margin: -140px 0 0 -140px;
		width: 280px;
	}
	.home-title {
	    font-size: 30px;
	    line-height: 30px;
	    margin-top: 105px;
	}
	.home-title p {
		font-size: 8px;
		line-height: 8px;
		margin-top: 5px;
		padding: 0 20px;
	}
	.button-down {
		font-size: 30px;
		height: 50px;
		line-height: 50px;
		margin-top: 15px;
		width: 50px;
	}
	.button-down:hover {
		font-size: 30px;
		height: 56px;
		line-height: 56px;
		margin-top: 12px;
		width: 56px;
	}
	/*----------  //HOME PAGE  ----------*/
}
@media (max-width: 410px){
	.service .left-content-text > strong{
		margin-bottom: 100px;
	}
	.service .button {
	    height: 70px;
	    left: 40px;
	    padding: 10px 20px;
	    right: auto;
	    top: 120px;
	    width: 100px;
	}
}
@media (max-width: 350px){

	.blog-info a:before{
		margin: 0 4px;
	}
}

@media (max-width: 320px){
	/*----------  HOME PAGE  ----------*/
	.circle {
		height: 280px;
		margin: -140px 0 0 -140px;
		width: 280px;
	}
	.home-title {
	    font-size: 30px;
	    line-height: 30px;
	    margin-top: 105px;
	}
	.home-title p {
		font-size: 8px;
		line-height: 8px;
		margin-top: 5px;
		padding: 0 20px;
	}
	.button-down {
		font-size: 30px;
		height: 50px;
		line-height: 50px;
		margin-top: 15px;
		width: 50px;
	}
	.button-down:hover {
		font-size: 30px;
		height: 56px;
		line-height: 56px;
		margin-top: 12px;
		width: 56px;
	}
	/*----------  //HOME PAGE  ----------*/
	.portfolio-with-details .left-content-text h2,
	.service .left-content-text h2,
	.about .left-content-text h2{
		font-size: 22px;
		line-height: 22px;
	}
	.left-content-text {
	    padding: 20px;
	}
	.left-content-text h2 {
	    font-size: 28px;
	    line-height: 28px;
	}
	.blog .left-content-text {
	    padding: 0;
	}
	.blog-block img {
	    padding: 0;
	}
	.blog .scroller {
	    display: block;
	}
	.date{
		left: 0;
	}
	.features-contents a{
		margin: 0 6px 12px;
	}
	.blog-info a{
		font-size: 10px;
	}
	.blog-title {
	    padding: 0 0 40px 0;
	}

	.blog-single .date .day{
		font-size: 20px;
		line-height: 20px;
	}
	.blog-single .date .month{
		font-size: 14px;
		line-height: 14px;
	}
	.comments .date{
		margin-left: 0;
	}
	.comments .date:before{
		display: none;
	}
	.soc-icons a {
	    font-size: 12px;
	    margin: 0 4px;
	}
	.info-block strong{
		width: 60px;
	}
	.info-block span {
	    width: 140px;
	}
	.filter{
		height: 75px;
    	line-height: 34px;
	}
	.portfolio.horizontal li a {
	    padding: 0 10px;
	    right: 160px;
	    width: 160px;
	}
	.portfolio.horizontal span.title {
	    font-size: 18px;
	    line-height: 24px;
	    margin-bottom: 5px;
	}
	.portfolio.horizontal strong{
		font-size: 12px;
	}
	.service .button {
	    top: 22px;
	}
	.member-block img {
	    float: none;
	    width: 100%;
	}
	.member-details {
	    margin: 20px 0 0;
	}
	.team .left-content-text{
		padding-left: 20px;
	}
	.masonry-wrapper .item{
		width: 100%
	}
	.blog .date{
		left: 0;
	}
	.show-more{
		margin: 0 15px 30px;
	}
}