
/*--------------------- Portfolio Styles ---------------------*/

.portfolio-filter {
	margin-bottom: 30px;
}

.portfolio-filter li {
	display: inline-block;
	margin-right: 2px;
}

.portfolio-filter li a {
	color: #666;
	display: inline-block;
	padding: 5px 14px;
	border: 1px solid #eee;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.portfolio-filter li a:hover {
	border-color: #ddd;
}

.portfolio-filter li a.selected, .portfolio-filter li a.selected:hover {
	color: #fff;
}

.portfolio-item {
	margin-bottom: 30px;
}

.portfolio-item .portfolio-border {
	padding: 4px 5px;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.portfolio-item:hover .portfolio-border {
	box-shadow: 0 1px 3px #f8f8f8;
	-o-box-shadow: 0 1px 3px #f8f8f8;
	-moz-box-shadow: 0 1px 3px #f8f8f8;
  	-webkit-box-shadow: 0 1px 3px #f8f8f8;
}

.portfolio-item .portfolio-thumb {
	position: relative;
	overflow: hidden;
	width: 50%;
}

.portfolio-item .portfolio-thumb .thumb-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0);
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.portfolio-item:hover .portfolio-thumb .thumb-overlay {
	background: rgba(255,255,255,0.5);
}

.portfolio-item .portfolio-thumb .thumb-overlay i {
	color: rgba(255,255,255,0);
	position: absolute;
	top: 42%;
	left: 50%;
	display: block;
	margin-left: -27px;
	margin-top: -19px;
	font-size: 3em;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.portfolio-item:hover .portfolio-thumb .thumb-overlay i {
	top: 50%;
	color: #444;
}

.portfolio-item .portfolio-details {
	position: relative;
	width: 50%;
	padding: 0px;
}
.portfolio-item .portfolio-details img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	background-color: #f4f4f4;
}

.portfolio-item .portfolio-details .portfolio-content {
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
}

.portfolio-item .portfolio-details .like-link {
	position: absolute;
	right: 8px;
	top: 88%;
	margin-bottom: 9px;
}

.portfolio-item .portfolio-details .like-link i, .portfolio-item .portfolio-details .like-link span {
	color: #666;
	font-style: normal;
	padding-right: 3px;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.portfolio-item .portfolio-details .like-link:hover i, .portfolio-item .portfolio-details .like-link:hover span {
	color: #F54B5C;
}
.portfolio-item .portfolio-details .like-link i {
	padding-right: 5px;
}

.portfolio-item .portfolio-details h4 {
	padding: 1px 0px 4px 0px;
	margin-bottom: 2px;
	line-height: 20px;
	border-bottom: #e8e8e8 solid 1px;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.portfolio-item .portfolio-details span {
	font-size: 13px;
	color: #666;
	line-height: 13px;
	margin-left: 2px;
}

.portfolio-item .portfolio-details a span {
	font-size: 13px;
	color: #666;
	line-height: 13px;
	margin-left: 2px;
}
.portfolio-item .portfolio-details a:hover span {
	color: #171717;
}

.portfolio-item .portfolio-details span:after {
	content: ", ";
	margin-right: 2px;
}

.portfolio-item .portfolio-details span:last-child:after {
	content: "";
}

.portfolio-item .portfolio-details .linkbtn button {
	position: absolute;
	right: 6px;
	bottom: 4%;
	float: right;
	color: #666;
	border: #CCC dashed 1px;
	margin-top: 4px;
	display: block;
}
.portfolio-item .portfolio-details .linkbtn button:hover {
	right: 5px;
	color: #f1505b;
	background-color: #FFF;
	border: #CCC solid 1px;
}
.portfolio-item .portfolio-details .linkbtn button:hover span {
	color: #f1505b;
	font-weight: bold;
}

/*--------------------- Project Styles ---------------------*/


.project {
    padding-top: 130px;
}

.project-page {
	margin-bottom: 50px;
}

.project-content h4 {
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eee;
}

.project-content h4 span {
	padding-bottom: 8px;
	border-bottom: 1px solid;
}

.project-content p, .project-content ul {
	margin-bottom: 30px;
}

.project-content ul li {
	margin-bottom: 5px;
}

.projects-carousel, .projects-carousel_three {
	max-width: 1150px !important;
}

.projects-pa {
	padding-left: 10px;
	padding-right: 10px;
}

.projects-carousel .item, .projects-carousel_three .item {
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 0;
}

.full-width-recent-page .projects-carousel {
	width: 100% !important;
}

.full-width-recent-page .projects-carousel .item {
	margin: 0;
}

.full-width-recent-page .portfolio-item .portfolio-border {
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.full-width-recent-page .portfolio-item:hover .portfolio-thumb .thumb-overlay {
	opacity: 0.65;
	z-index: 9994;
}

.full-width-recent-page .portfolio-item .portfolio-thumb .thumb-overlay i {
	top: 25%;
}

.full-width-recent-page .portfolio-item:hover .portfolio-thumb .thumb-overlay i {
	color: #fff;
	top: 45%;
}

.full-width-recent-page .portfolio-item .portfolio-details {
	position: absolute;
	bottom: -10px;
	opacity: 0;
	width: 100%;
	z-index: 9995;
	padding: 0 20px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.full-width-recent-page .portfolio-item:hover .portfolio-details {
	bottom: 10px;
	opacity: 1;
}

.full-width-recent-page .portfolio-item:hover .portfolio-details h4 {
	color: rgba(255,255,255,.9);
}

.full-width-recent-page .portfolio-item .portfolio-details a span {
	color: rgba(255,255,255,.8);
}

.full-width-recent-page .portfolio-item .portfolio-details .like-link i, .full-width-recent-projects .portfolio-item .portfolio-details .like-link span {
	color: #fff;
}


/*------------------- Plugins Styles -----------------------*/


/* Nivo Lightbox */
 
.nivo-lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	overflow-style: none;

	visibility: hidden;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open { 
	visibility: visible;
	opacity: 1;
}
.nivo-lightbox-wrap {
	position: relative;
	display: inline-block;
	left: 12%;
	right: 12%;
	width: 76%;
	height: auto;

	margin: 5% 0;
	padding-bottom: 3%;
	background-color: rgba(255,255,255,0.95);
	border: #DDD solid 16px;
	border-radius: 8px;
}
.nivo-lightbox-content {
	margin: 0;
	padding: 0;
}
.nivo-lightbox-title-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 90%;
	height: 70px;
	margin: 0px 5%;
	z-index: 99998;
	text-align: center;
	display: block;
	border-bottom: #DDD solid 1px;
}
.nivo-lightbox-title-wrap .l-title-wrap {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 99998;
	text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
	position: fixed;
	top: 50%;
	left: 0%;
}
.nivo-lightbox-next {
	position: fixed;
	top: 50%;
	right: 0%;
}
.nivo-lightbox-close {
	position: absolute;
	top: 16px;
	right: 16px;
	margin: 5% 12%;
}

.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}
.nivo-lightbox-content iframe {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-ajax { 
	max-height: 100%;
	overflow: auto; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
	display: table-cell;
	vertical-align: middle;
}
/* END Nivo Lightbox */





/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*
* 	Owl Carousel Owl Theme 
*/

.owl-theme .owl-controls{
	text-align: center;
}

/* Styling Next and Prev buttons */

.touch-slider .owl-controls .owl-buttons div{
	position: absolute;
	top: 50%;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	zoom: 1;
	padding: 0 1px;
	*display: inline;/*IE7 life-saver */
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
	background: #444;
	filter: Alpha(Opacity=60);/*IE7 fix*/
	opacity: 0.6;
	margin-top: -30px;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.touch-slider:hover .owl-controls .owl-buttons div{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

.touch-slider .owl-controls .owl-buttons div.owl-prev{
	left: 0;
	border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
}

.touch-slider .owl-controls .owl-buttons div.owl-next{
	right: 0;
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
}

.touch-slider .owl-controls .owl-buttons div i{
	font-size: 1.8em;
	color: #fff;
}


.touch-carousel .owl-controls .owl-buttons {
	position: absolute;
	top: -50px;
	right: 2px;
}

.touch-carousel.projects-carousel .owl-controls .owl-buttons {
	right: 0px;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons {
	position: relative;
	top: 0;
	right: 0;
}

.touch-carousel.navigation-2.clients-carousel .owl-controls .owl-buttons {
	top: -8px;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div, .touch-carousel.navigation-3 .owl-controls .owl-buttons div{
	background-color: #f2f2f2;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div i, .touch-carousel.navigation-3 .owl-controls .owl-buttons div i{
	color: #666;
}

.touch-carousel.navigation-3 {
	padding-top: 45px;
}

.touch-carousel.navigation-3.clients-carousel {
	padding-top: 25px;
}

.touch-carousel.navigation-3 .owl-controls .owl-buttons {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}

.touch-carousel.navigation-4 {
	padding-top: 25px;
}

.touch-carousel.navigation-4.clients-carousel {
	padding-top: 25px;
}

.touch-carousel.navigation-4 .owl-controls .owl-buttons {
	position: absolute;
	top: 50%;
	left: 0%;
	width: auto;
}
.touch-carousel.navigation-4 .owl-controls .owl-buttons div {
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 0%;
	border: 0px solid #eee;
	background: rgba(255,255,255,0);
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.touch-carousel.navigation-4 .owl-controls .owl-buttons div i {
	font-size: 1px !important;
	width: 40px;
    line-height:40px;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    -ms-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
}
.touch-carousel.navigation-4 .owl-controls .owl-buttons div i:hover {
    border-top:1px solid #3a3a3a;
    border-right:1px solid #3a3a3a;
    -ms-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
}
.touch-carousel.navigation-4 .owl-controls .owl-buttons div.owl-prev {
	position: absolute;
	margin: 0;
	left: -32px;
    -ms-transform:rotate(225deg);
    -moz-transform:rotate(225deg);
    -webkit-transform:rotate(225deg);
    transform:rotate(225deg);
}
.touch-carousel.navigation-4 .owl-controls .owl-buttons div.owl-next {
	position: absolute;
	margin: 0;
	right: -32px;
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div, .touch-carousel.navigation-3 .owl-controls .owl-buttons div {
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.touch-carousel.navigation-3.projects-carousel .owl-controls .owl-buttons {
	right: 0px;
}

.touch-carousel .owl-controls .owl-buttons div, .testimonials-carousel .owl-controls .owl-buttons div {
	height: 22px;
	width: 22px;
	line-height: 17px;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	margin-left: 4px;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    border: 1px solid #ccc;
}

.touch-carousel .owl-controls .owl-buttons div i, .testimonials-carousel .owl-controls .owl-buttons div i {
	font-size: 12px;
	color: #ccc;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.testimonials-carousel .owl-controls .owl-buttons div i {
	color: #fff;
}

.touch-carousel .owl-controls.clickable .owl-buttons div:hover i {
	color: #3a3a3a;
}

.testimonials-carousel .owl-controls.clickable .owl-buttons div:hover {
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
}

/*------------------- Plugins - NivoLightbox -----------------------*/
/* Hidden-Content */

.hidden-content {
	display: none;
	margin: 0px;
	padding: 0px;
}
.hidden-content .content {
	width: 100%;
	height: auto;

	position: relative;
	margin: 0px 0px 0px;
	padding: 90px 0px 0px;
}
.hidden-content img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	padding: 3%;
	background-color: #fff;
	border: #EEE solid 1px;
}
.hidden-content .h-book {
	margin: 1% 3% 0px 0%;
	padding: 0px 20px 5% 0px;
	display: inline-block;
	width: 30%;
	float: left;
}
.hidden-content .h-content {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 67%;
	float: left;
}
.hidden-content .h-btn {
	position: relative;
	z-index: 99999;
	float: right;
	right: 0%;
	padding: 1% 0%;
}
.hidden-content .btn, .hidden-content .btn:before, .hidden-content .btn:after {
	-webkit-transition: 0.25s ease-in-out all;
	-moz-transition: 0.25s ease-in-out all;
	-o-transition: 0.25s ease-in-out all;
	transition: 0.25s ease-in-out all;
}
.hidden-content .btn {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 4px;
	box-shadow: none;
	background-image: none;
	background-repeat: no-repeat;
	border-color: transparent;
	font-weight: bold;
	text-transform: uppercase;
	color: #7a7a7a;
	border: #ccc solid 1px;
}
.hidden-content .btn:hover {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 4px;
	box-shadow: none;
	background-image: none;
	background-repeat: no-repeat;
	border-color: transparent;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	border: #880d16 solid 1px;
	background-color: #ee424c;
}

.hidden-content .btn:hover span {
	font-weight: bold;
}
.hidden-content .h-btn span {
	font-size: 16px;
	line-height: 26px;
	padding-right: 5px;
}
.hidden-content .h-btn .btn-lg {
	font-size: 19px;
	line-height: 26px;
}
.hidden-content ul, .hidden-content ul.list_cut {
	margin: 0px 0px 20px;
	padding: 10px 0px 0px 0px;
	border-bottom: #b8b8b8 dotted 2px;
}
.hidden-content ul h3 {
	color: #fff;
	width: auto;
	margin: 8px 0px 12px 5px;
	padding: 7px 12px 6px;
	display: inline-block;
	border-radius: 5px;
	background-color: #333;
}
.hidden-content ul li, .hidden-content ul p {
	margin: 0px 0px;
	padding: 0px 0px 0px;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	border-top: #efefef solid 1px;
	width: 100%;
	height: 100%;
}
.hidden-content ul p {
	padding: 11px 0px 10px;
}
.hidden-content ul li a {
	padding: 11px 0px 10px;
	font-size: 16px;
	line-height: 20px;
	color: #686868;
	display: inline-block;
	width: 100%;
}
.hidden-content ul li a:hover {
	color: #f1505b;
	background-color: rgba(255,255,255,0.95);
}
.hidden-content ul li div.un_test {
	margin: 0px 0px 0px 31%;
	padding: 5px 0px 15px;
	border: transparent solid 0px;
	background-color: transparent;
	display: inline-block;
	position: relative;

}
.hidden-content ul li a.un_test {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #3f3f3f;
	width: auto;
	margin: 5px 0px 0px 5px;
	padding: 4px 8px 2px;
	border-radius: 5px;
	border: #333 solid 1px;
	background-color: #FFF;

}
.hidden-content ul li a.un_test:hover {
	color: #FFF;
	border: #e1161c solid 1px;
	background-color: #f1505b;
}
.hidden-content ul li div.re_test {
	margin: 0px auto;
	padding: 13px 1% 22px;
	background-color: transparent;
	border-top: #efefef solid 0px;
	position: relative;
	width: 100%;
	height: auto;
}
.hidden-content ul li a.re_test {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	width: 48%;
	margin: 8px 1% 0px 1%;
	padding: 7px 4% 6px;
	border-radius: 5px;
	border: #333 solid 1px;
	background-color: #333;
	display: inline-block;
}
.hidden-content ul li a.re_test:hover {
	color: #fff;
	border: #e1161c solid 1px;
	background-color: #f1505b;
}
.hidden-content ul li a.re_test, .hidden-content ul li a.re_test:before, .hidden-content ul li a.re_test:after {
	-webkit-transition: 0.25s ease-in-out all;
	-moz-transition: 0.25s ease-in-out all;
	-o-transition: 0.25s ease-in-out all;
	transition: 0.25s ease-in-out all;
}
.hidden-content .lineB {
	margin: 0px 0px 0px 0px;
	border-bottom: #DDD dashed 1px;
}
.hidden-content ul li b {
	margin: 0px 2% 0px 0px;
	padding: 0px 2% 0px 1%;
	color: #313131;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: capitalize;
	word-wrap: break-word;
	word-break: normal;
	display: inline-table;
	border-right: #f1505b solid 1px;
	width: 30%;
	height: auto;
}
.hidden-content ul li a:hover b {
	font-size: 17px;
	color: #000;
}
.hidden-content ul li span {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 68%;
	height: auto;
	display: inline-table;
}


/* == media queries == */
/* LG */
@media (min-width: 1200px) {
	.touch-carousel.navigation-4 .owl-controls .owl-buttons div.owl-prev { left: -22px; }
	.touch-carousel.navigation-4 .owl-controls .owl-buttons div.owl-next { right: -22px; }
}
/* MD */
@media (min-width: 992px) and (max-width: 1199px) {
	body, html{
		max-width: 1190px !important;
		overflow-x:1190px hidden !important;
	}
	.project { padding-top: 168px;}
	.projects-pa { padding-left: 0px; padding-right: 0px; margin-left: -5px; }
	.touch-carousel.navigation-4 .owl-controls .owl-buttons div.owl-prev { left: -16px; }
	.touch-carousel.navigation-4 .owl-controls .owl-buttons div.owl-next { right: -16px; }
}
/* SM */
@media (min-width: 768px) and (max-width: 991px) {
	.project { padding-top: 178px;}
	.project.sm-ptop { padding-top: 87px;}
	.touch-carousel.navigation-4 .owl-controls .owl-buttons div { width: 28px; height: 28px; line-height: 28px; }
	.touch-carousel.navigation-4 .owl-controls .owl-buttons div i { width: 30px; line-height: 30px; }
	.touch-carousel.navigation-4 .owl-controls .owl-buttons div.owl-prev { left: -16px; }
	.touch-carousel.navigation-4 .owl-controls .owl-buttons div.owl-next { right: -16px; }
	.hidden-content ul li div.un_test { margin: 0px 0px 0px 0%; }
}
/* XS */
@media (min-width: 480px) and (max-width: 767px) {
	.touch-carousel.navigation-4 .owl-controls .owl-buttons div { width: 24px; height: 24px; line-height: 24px; }
	.touch-carousel.navigation-4 .owl-controls .owl-buttons div i { width: 26px; line-height: 26px; }
	.touch-carousel.navigation-4 .owl-controls .owl-buttons div.owl-prev { left: -9px; }
	.touch-carousel.navigation-4 .owl-controls .owl-buttons div.owl-next { right: -9px; }
	
	.hidden-content .h-book { margin: 0px 1% 0px 0px; padding: 0px 16px 1% 0px; width: 40%; position: relative; }
	.hidden-content .h-content { margin: 0px; float: none; }
	.hidden-content ul h3 { margin: 2px 0px 12px 5px; padding: 2px 8px 4px; font-size: 13px; }
	/*.hidden-content ul.list_cut { display: inline-table; }*/
	.hidden-content ul p, .hidden-content ul div.re_test { padding: 9px 0px 9px; font-size: 15px; line-height: 18px; }
	.hidden-content ul li b { margin: 0px 2% 0px 0px; padding: 0px 2% 0px 1%; font-size: 15px; }
	.hidden-content ul li a:hover b { font-size: 16px; }
	.hidden-content ul div.re_test a.re_test { font-size: 16px; line-height: 20px; width: 47%; }
	.hidden-content ul li div.un_test { margin: 0px 0px 0px 0%; }
	.hidden-content .h-btn { right: 0%; padding-bottom: 6%; }
	.hidden-content .h-btn span { font-size: 14px; line-height: 15px; padding-right: 5px; }
	.hidden-content .h-btn .btn-lg { font-size: 13px; line-height: 15px; padding: 8px; }
}

@media (max-width: 479px) {
	.project { padding-top: 58px;}
	.projects-pa { padding-left: 18px; padding-right:18px; }
	.touch-carousel.navigation-4 .owl-controls .owl-buttons div { width: 28px; height: 28px; line-height: 28px; }
	.touch-carousel.navigation-4 .owl-controls .owl-buttons div i { width: 30px; line-height: 30px; }
	.touch-carousel.navigation-4 .owl-controls .owl-buttons div.owl-prev { left: -8px; }
	.touch-carousel.navigation-4 .owl-controls .owl-buttons div.owl-next { right: -8px; }
	
	.hidden-content .h-book { margin: 0px 1% 0px 0px; padding: 0px 12px 1% 0px; width: 50%; position: relative; }
	.hidden-content .h-content { margin: 0px; float: none; }
	.hidden-content ul h3 { margin: 2px 0px 12px 5px; padding: 2px 8px 4px; font-size: 13px; }
	/*.hidden-content ul.list_cut { display: inline-table; }*/
	.hidden-content ul p, .hidden-content ul div.re_test { padding: 7px 0px 7px; font-size: 13px; line-height: 18px; }
	.hidden-content ul li b { margin: 0px 2% 0px 0px; padding: 0px 2% 0px 1%; font-size: 13px; width: auto; }
	.hidden-content ul li a:hover b { font-size: 14px; }
	.hidden-content ul li span { width: auto; margin: 2% 0px 0px 1%; }
	.hidden-content ul div.re_test a.re_test { font-size: 15px; width: 98%; }
	.hidden-content ul li div.un_test { margin: 0px 0px 0px 0%; }
	.hidden-content ul li a.un_test { font-size: 12px; line-height: 15px; padding: 3px 6px 3px; }
	.hidden-content .h-btn { right: 0%; padding-bottom: 8%; }
	.hidden-content .h-btn span { font-size: 14px; line-height: 15px; padding-right: 5px; }
	.hidden-content .h-btn .btn-lg { font-size: 13px; line-height: 15px; padding: 6px; }
	.nivo-lightbox-close { top: 0px; right: 10px; margin: 5% 12%; }
}
@media (max-width: 319px) {
	.nivo-lightbox-close { top: 0px; right: 10px; margin: 5% 12%; }
	
	/*.hidden-content ul.list_cut { display: inline-table; }*/
	.hidden-content ul p, .hidden-content ul div.re_test { padding: 7px 0px 7px; font-size: 12px; line-height: 16px; }
	.hidden-content ul li b {margin: 0px 2% 0px 0px; padding: 0px 2% 0px 1%; font-size: 12px; line-height: 15px; }
	.hidden-content ul li a:hover b { font-size: 13px; }
}
@media all and (min-width: 480px) and (max-width: 800px) {
        .hidden-content .h-book { margin: 0px 1% 0px 0px; padding: 0px 16px 1% 0px; width: 33%; position: relative; }
		.hidden-content .h-content { margin: 0px; float: none; }
		.nivo-lightbox-close { top: 16px; right: 16px; margin: 5% 12%; }

} 
@media all and (min-width: 400px) and (max-width: 480px) {
        .hidden-content .h-book { margin: 0px 1% 0px 0px; padding: 0px 12px 1% 0px; width: 50%; position: relative; }
		.hidden-content .h-content { margin: 0px; float: none; }
		.nivo-lightbox-close { top: 0px; right: 10px; margin: 5% 12%; }

}