html {
  overflow-y: scroll;
}

body {
	font-family: 'Quicksand', sans-serif !important;
	background: #efefef url('../img/ticks.png') repeat 0 0;
	margin:0;
	padding:0;
	font-size:18px;
}
img{
	max-width:100%;
}
header {
	padding: 35px 0;
	background: #fff;
}
.logo {
	float: left;
	width: 20%;
}
.logo img {
	width: 100%;
}
.social_icon {
	float: right;
	width: 20%;
	margin-right: 50px;
	text-align: right;
}
.social_icon a {
	padding-right: 30px;
	color: #ccc;
	font-size: 35px;
}
.social_icon a:focus, a:hover {
	color: #82ccdc !important;
}
.social_icon a:focus{
	color: #ccc !important;
}
.social_icon a.active{
	color: #82ccdc !important;
}
.social_icon a:last-child {
	padding-right:0;
}
#info {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;				
	background:#fcf8e3;
	border:1px solid  #fbeed5;
	width:95%;
	max-width:900px;
	margin:0 auto 40px auto;
	font-family:arial;
	font-size:12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

	#info .info-wrapper {
		padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;

	}
	
	#info a {
		color:#c09853;
		text-decoration:none;
	}
	
	#info p {
		margin:5px 0 0 0;
	}

/*.container {
	width: 100% !important;
	padding: 0 !important;
	position: relative; 
	-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;	
  background:#fff;
}*/


/* ----- main content sec css ----- */

.main-content {
    background: #8b8c8f;
    color: #fff;
    padding: 50px 0 40px;
}

.main-content .brand-turner-content-sec p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}
.main-content .brand-turner-content-sec p.small-txt {
    padding-top: 15px;
}
.main-content h3 {
    font-weight: 700;
}
.main-content .brand-turner-sec {
    text-align: center;
}
.main-content .brand-turner-sec p.title-director {
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
}
.main-content .brand-turner-sec p.title-director span {
    display: block;
    font-size: 18px;
    font-style: normal;
}
.main-content .brand-turner-content-sec p.small-txt span:not(:last-child) {
    padding-right: 15px;
    border-right: 1px solid #82ccdc;
    margin-right: 15px;
}


/* ----- main content sec css end ----- */

.Filter_gallery {
	padding: 10px 0 0 0;
	float: left;
	width: 50%;
}

#portfoliolist .portfolio:first-child {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:66.59%;
	margin:0;
	display:none;
	float:left;
	overflow:hidden;
}

#portfoliolist .portfolio:nth-child(7) {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:66.59%;
	margin:0;
	display:none;
	float:left;
	overflow:hidden;
	
}
.Filter_gallery .clearfix::before{
	display:none !important;
}
#filters {
	float: right;
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
	ul#filters li:first-child {
		display: none;
	}
	#filters li {
		position: relative;
		display: inline-block;
		float: none;
		margin: 0;
		border-right: 2px solid #82ccdc;
	}
	#filters li span {
		display: block;
		padding: 0px 20px;
		text-decoration: none;
		color: #666;
		cursor: pointer;
		font-size: 18px;
		line-height: 20px;
	}
	#filters li:last-child {
		border: none;
	}
#filters li span.active {
color:#82ccdc;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:33.300%;
	margin:0;
	display:none;
	float:left;
	overflow:hidden;
}



	.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		background: #666;
		cursor:pointer;
	}

	.portfolio img {
		max-width: 100%;
		width: 100%;
		position: relative;
		top: 0;
		-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	}
		.portfolio .label:hover .showtitle a {
			display: block;
			color: #000;
			font-weight: bold !important;
			display: block !important;
		}
	
	/**/
	.portfolio a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.6);
	text-decoration:none !important;
}
.portfolio:hover  a {
    background:rgba(130,204,220,.9);
}

		.portfolio .label-bg {
			width: 100%;
			height:100%;
			position: absolute;
			top:0;
			left:0;
			background:rgba(0,0,0,.6);
		}
	
		.portfolio .label-text {
			color: #fff;
			position: relative;
			z-index: 500;
			padding: 5px 8px;
			text-align: center;
		}
		.portfolio .label-text p {
			display: none;
			width: 71%;
			margin: 0 auto;
			white-space: normal;
			font-size: 14px;
			line-height: 22px;
			font-weight: 500;
		}
		.portfolio a:hover .label-text p {
			display: block;
			color: #000;
		}
		.portfolio .label-text p b {
			font-weight: bold !important;
			display: block !important;
		}
		.portfolio a:hover span {
			display: none !important;
		}
			
			.portfolio .text-category {
				display:block;
				font-size:18px;
				font-weight:500;
			}
			.portfolio .label-text span:first-child {
				font-size: 18px;
				font-weight: 700;
				margin-bottom: 5px;
				display:inline-block;
			}
footer {
    background: url(../img/banner-2.jpg);
    position: relative;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
}
footer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(130,204,220,.9);
    z-index: 1;
}
	footer .row {
	    position: relative;
	    z-index: 9;
	}
	footer h3 {
	    padding: 0 0 8px;
	    color: #000;
	    font-weight: 800;
	    margin: 0;
	    font-size: 18px;
	}
	footer ul {
		padding: 0;
		list-style: none;
		margin: 0;
	}
	footer ul li a {
		color: #000;
		text-decoration: none !important;
		font-size: 18px;
	}
	footer ul li a:hover {
		color: #000 !important;
	}
.copy_right {
    background: #333;
    padding: 20px 15px;
    text-align: center;
    color: #fff;
}
@media (max-width:1199px){
	.social_icon {
		width: 23%;
	}
	.social_icon a {
	padding-right: 20px;
	font-size: 25px;
}
	#filters {
		margin: 0;
	}
}

@media (max-width: 991px){
	.brand-turner-sec {
	    margin-bottom: 50px;
	}
}
/* #Tablet (Portrait) */

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container {
		width: 100%; 
	}
	#ads {
		display:none;
	}
	#portfoliolist .portfolio {
		width: 50%;
	}
	#portfoliolist .portfolio:first-child {
		width: 100%;
	}
	#portfoliolist .portfolio:nth-child(7){
		width:50%;
	}
}
/* #Tablet (Portrait) */
@media only screen and (min-width: 958px) and (max-width: 959px) {
	#portfoliolist .portfolio{
		transform-style: flat;
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0.99);
		transition:1s;
	}
}
	
/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	.container { 
		width: 100%; 
	}	

	#ads {
		display:none;
	}
	#portfoliolist .portfolio{
		width:50%;
	}
	#portfoliolist .portfolio:nth-child(7){
		width:50%;
	}
	#portfoliolist .portfolio:first-child {
		width: 100%;
	}

	footer ul {
		padding: 15px 0;
	}
	.logo {
		margin: 0px auto;
		float: none;
		width: 100%;
	}
	.Filter_gallery {
		float: none;
		width: 100%;
	}
	#filters {
		float: none;
	}
	.social_icon {
		width: 100%;
		text-align: center;
		margin-top: 20px;
		float: none;
	}
	.main-content .brand-turner-content-sec p.small-txt span:not(:last-child) {
	    padding-right: 10px;
	    margin-right: 10px;
	}
	
}

/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	#ads {
		display:none;
	}
	
}
@media only screen and (min-width: 639px) and (max-width: 640px) {
	#portfoliolist .portfolio{
		transform-style: flat;
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0.99);
		transition:1s;
	}
}
@media only screen and (max-width: 640px) {
	.container {
		width: 100%; 
	}
	#ads {
		display:none;
	}
	#portfoliolist .portfolio{
		width:100%;
	}
	#portfoliolist .portfolio:first-child {
		width: 100%;
	}
	#portfoliolist .portfolio:nth-child(7){
		width:100%;
	}
	.portfolio img {
		height: auto !important;
	}
		.portfolio .label-text p {
			display: none;
			width: 71%;
			margin: 0 auto;
			white-space: normal;
			font-size: 14px;
			line-height: 18px;
			font-weight: 500;
		}
}
/* #Clearing */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
