/*------------------------------------------------------------------

Project:	A Future HTML UI Kit
Version:	1.0.0
Author: 	webstrot 

------------------------------------------------------------------
[Table of contents]
 
1. body
2. portfolio_section start 
3. search_form start
4. accordion_wrapper start
5. latest_post_wrapper start
6. video_wrapper start
7. tag_cloud_wrapper start
8. text_widget_content start 
9. tag_cloud_wrapper start
10. instagram_images start
11. archives_wrapper start
12. twitter_wrapper start

*/

/* port_menu_wrapper start */

.portfolio_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background:#f7f7f7;
}
.port_menu_wrapper{
	float:left;
	width:100%;
	text-align:center;
	overflow:hidden;
	background:#f7f7f7;
}
.port_menu_wrapper .text_wrapper_heading h3{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#999;
	padding-bottom:20px;
}
.port_menu_wrapper .text_wrapper_heading h2{
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
}
.portfolio-area{
	float:left;
	width:100%;
}
.portfolio_img_wrapper{
	text-align:center;
	float:left;
	width:100%;
}
.portfolio_img {
  position: relative;
  width:auto;
  margin-bottom:30px;
  display:inline-block;
}
.portfolio_img img{
	width:100%;
}
.portfolio_img_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;	
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.portfolio_img_wrapper:hover .portfolio_img_overlay {
	background: rgba(52, 51, 51, 0.8);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	overflow:hidden;
}
.port_menu_wrapper .portfolio_img_overlay::before{
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;

	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;

	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
}
.port_menu_wrapper .portfolio_img_overlay::before,
.port_menu_wrapper .portfolio_img_overlay::after{
	content: "";
	position: absolute;
	opacity: 0;
}
.port_menu_wrapper .portfolio_img_wrapper:hover .portfolio_img_overlay::before,
.port_menu_wrapper .portfolio_img_wrapper:hover .portfolio_img_overlay::after{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.port_menu_wrapper .portfolio_img_overlay::after{
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;

	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;

	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
}
.portfolio_img_text {
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.search{
	margin-right:10px;
}
.portfolio_img_text a i{
	font-size:16px;
}
.portfolio_img_text a{
	float:left;
	background:#fff;
	color: #4285f4;
	border:1px solid #fff;
	width:40px;
	height:40px;
	line-height: 35px;
	border-radius:50%;
	text-align:center;
}
.portfolio_img_text a:hover{
	background:#4285f4;
	color: #fff;
	border:1px solid #4285f4;
}

/*portfolio-filter*/

.portfolio-filter {
    margin-bottom: 30px;
}
#filter li a{
    display: block;
    font-size: 16px;
    cursor: pointer;
	color:#202020;
	background:transparent;
    padding: 10px 20px;
    margin-right: 10px;
	font-weight:400;
	text-transform:capitalize;
	position:relative;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#filter li a:hover,
#filter li a.active{
	color:white;
    background:#4285f4;
}
#filter li a:last-child{
    margin-right: 0px;
}

/* port_menu_wrapper end*/


/* --------------------------------------
sidebar start
----------------------------------------- */


.sidebar_widget{
	float: left;
    width: 100%;
	margin-bottom:50px;
	background:#f7f7f7;
}
.sidebar_widget h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #111;
	text-transform:uppercase;
}
.sidebar_widget h4:after {
    display: block;
    content: "";
    background: #4285f4;
	border:1px solid #4285f4;
    width: 40px;
    height: 4px;
	border-radius:3px;
    margin-top: 13px;
}

/* search_form start */

.search_form .form-control {
    height: 50px;
    font-size: 14px;
    min-width: 218px;
	padding:0px 40px 0px 20px;
    color: #999;
    background-color: #fafafa;
    border-color: #fafafa;
	box-shadow:none;
}
.search_form {
    position: relative;
}
.search_form button {
    position: absolute;
    top: 13px;
    right: 15px;
    padding: 0;
    width: 25px;
    height: 25px;
    font-size: 16px;
    line-height: 25px;
    background-color: transparent;
    border: 0;
}  
.search_form button i {
    color:#4285f4;
}  

/* search_form end */


/* accordion_wrapper start */

.accordion_wrapper .panel .panel-heading a {
	font-size: 14px;
}
.accordion_wrapper .panel-body {
	font-size: 14px;
	border-bottom: 1px solid #e4e4e4;
}
.accordion_wrapper .panel-heading {
	padding: 0px;
	border-radius: 0px;
}
.accordion_wrapper .panel-heading h2 {
    font-size: 18px;
    line-height: 24px;
}
.accordion_wrapper .panel-group .panel+.panel {
	margin-top: 0px;
}
.accordion_wrapper .panel-group {
  margin-bottom: 0;
}
.accordion_wrapper .panel-default {
  border: 0;
}
.accordion_wrapper .panel {
	background-color: transparent;
	box-shadow: none;
	border-radius: 0;
	margin: 0;
}
.accordion_wrapper .panel:last-of-type {
	border-bottom: 0;
}
.accordion_wrapper .panel .panel-heading a {	
	display: block;
	padding: 12px 0px;	
	color:#4285f4;
	font-weight:700;	
	border-bottom: 1px solid #e4e4e4;
	text-decoration:none;
}
.accordion_wrapper .panel .panel-heading a.collapsed {
	color:#222;
	font-weight:700;	
	display: block;
	padding: 12px 0px;
}
.accordion_wrapper .panel-default>.panel-heading {
  border-radius: 0px;
}
.accordion_wrapper .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
  padding-top: 0;
  padding: 10px 0px;
  color: #999999;
}
.accordion_wrapper .panel-group .panel-heading+.panel-collapse>.panel-body
 ul li {
  padding: 10px 0px;
}
.accordion_wrapper .panel-group .panel-heading+.panel-collapse>.panel-body
 ul li:last-child {
  padding-bottom:10px;
}
.accordion_wrapper .panel .panel-heading a:after,
.accordion_wrapper .panel .panel-heading a.collapsed:after{
	font-family: 'FontAwesome'; 
	float: right;	
}
.accordion_wrapper .panel .panel-heading a:after {  
  content: "\2212";
  color: #4285f4;
  font-size:22px;
  font-weight:800;
}
.accordion_wrapper .panel .panel-heading a.collapsed:after {
	content: "\2b";
	color: #999;
}

/* accordion_wrapper end */


/* latest_post_wrapper start */

.latest_post_wrapper{
	float:left;
	width:100%;
}
.blog_wrapper1, .blog_wrapper2, .blog_wrapper3{
	float:left;
	width:100%;
}
.blog_wrapper1, .blog_wrapper2{
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #e4e4e4;
}
.blog_date i{
	color:#999;
	margin-right:10px;
}
.blog_date{
	margin-top:7px;
	font-size:14px;
	color:#999;
}
.blog_image{
	float:left;
	width:100px;
}
.blog_text{
	font-size:14px;
	font-weight:500;
	float:left;
	width:calc(100% - 100px);
	padding-left:10px;
}
.blog_text h5{
	font-size:16px;
	font-weight:500;
	line-height:20px;
}
.blog_text h5 a{
	color:#222;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.blog_text h5 a:hover{
	color: #4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

/* latest_post_wrapper end */


/* video_wrapper start */

.video_wrapper{
	float:left;
	width:100%;
	position: relative;
}
.video_wrapper .play-trigger{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: #4285f4;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* video_wrapper end */


/* tag_cloud_wrapper start */

.tag_cloud_wrapper ul li{
	float:left;
	margin-right:7px;
}
.tag_cloud_wrapper ul li a{
	float:left;
	padding:5px 10px;
	text-align:center;
	background:#fafafa;
	border:1px solid #fafafa;
	color:#999;
	margin-bottom:20px;
}
.tag_cloud_wrapper ul li a:hover,
.tag_cloud_wrapper ul li.active a{
	background:#4285f4;
	color:#fff;
	border:1px solid #4285f4;
	border-radius:4px;
}

/* tag_cloud_wrapper start */


/* instagram_wrapper start */

.instagram_wrapper{
	float:left;
	width:100%;
}
.instagram_images li{ 
	float:left;
	margin-left:3px;
}
.instagram_img_wrapper {
  position: relative;
  width:auto;
  display:inline-block;
}
.instagram_img_overlay_icon{
  position: absolute;
  top: 50%;
  left: 50%;
  color:#fff;
  background:#2f4f7f;
  border-radius:50%;
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
  font-size:14px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
   transition: all 0.5s;
}
.instagram_img_overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 50%;
  right: 50%;
  opacity:0;
  transition: .2s ease;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.instagram_wrapper:hover .instagram_img_overlay {
  background-color:#4285f4;
  opacity:0.7;
  top:0;
  left:0;
  right:0;
  bottom:0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow:hidden;
}

/* instagram_wrapper start */


/* archives_wrapper start */

.archives_wrapper{
	float:left;
	width:100%;
}
.archives_wrapper ul li{
	border-bottom: 1px solid #e4e4e4;
	padding: 20px 0px;
}
.archives_wrapper ul li a{
	color:#222222;
    font-weight: 500;
}
.archives_wrapper ul li i{
	margin-right:30px;
	color:#999;
}
.archives_wrapper ul li:hover a,
.archives_wrapper ul li:hover i{
	color:#4285f4;
}

/* archives_wrapper start */


/* text_widget_content start */

.text_widget_content p{
	font-size:16px;
	margin-bottom:20px;
}
.text_widget_content a{
	color:#4285f4;
}

/* text_widget_content start */


/* twitter_wrapper start */

.twitter_wrapper{
	float:left;
	width:100%;
	background:#30a3f0;
	border-radius:5px;
	padding:30px;
}
.twitter_icon_wrapper{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.twitter_icon_image{
	 float: left;
	 width: 15%;	
}
.twitter_icon_image i{
	 font-size:40px;
	 color:#59b5f3;
}
.twitter_icon_content{
	float: left;
    width: calc(100% - 15%);
    font-size: 14px;
	padding-top:10px;
	padding-left:20px;
}
.twitter_icon_content a{
    color: #a6d1f7;
}
.twitter_wrapper p{
	color:#fff;
	font-weight:300;
}
.twitter_wrapper ul li{
	margin-right: 15px;
    display: inline-block;
}
.twitter_wrapper ul li a{
	display: block;
    color: #a6d1f7;
    font-size: 14px;
}
.list-inline{
	float:left;
}

/* twitter_wrapper start */

/* sidebar end */


/* media query css for mobile */

@media(min-width: 992px)and (max-width: 1199px){
	.list-inline>li{
		margin-bottom:10px;
	}
	.portfolio-filter{
		display:inline-block;
	}
	.col-md-8{
		width:100%;
	}
	.col-md-4{
		width:100%;
	}
}

@media(min-width: 768px)and (max-width: 991px){
	.list-inline>li{
		margin-bottom:10px;
	}
	.col-sm-7{
		width:100%;
	}
	.col-sm-5{
		width:100%;
	}
}

@media(max-width: 767px){
	.list-inline>li{
		margin-bottom:10px;
	}
	.page_header {
		text-align: center;
	}
	.sub_title_section {
		float: none;
		display: inline-block;
		margin-top: 20px;
	}
	.video_wrapper img{
		width: 100%;
	}
	.blog_pagination_section{
	  margin-bottom:40px;
	}
	.port_menu_wrapper{
		margin-bottom:40px;
	}
}

@media only screen and (max-width : 480px) {
	.list-inline>li{
		margin-bottom:10px;
	}
	.page_header .sub_title i{
		padding: 0px 5px;
	}
	.page_header .sub_title li {
		font-size: 15px;
	}
}
