
/*------------------------------------------------------------------
[3.1. Full sreen slider / .full-screen-slider ]
*/

.full-screen-slider {}

.full-screen-slider .item {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.full-screen-slider .item h1,
.full-screen-slider .item h2,
.full-screen-slider .item h3 {
    margin: 0;
    line-height: 1em;
}

.full-screen-slider .item h1 {
    font-size: 3.333em; /* 18px/60px */
    margin-bottom: 0.2em;
}

.full-screen-slider .item p {
    font-style: italic;
}

.full-screen-slider .item h2 {}

.full-screen-slider .item h3 {}

.full-screen-slider .owl-prev,
.full-screen-slider .owl-next {
    position: absolute;
    top: 50%;
    z-index: 2;
    font-size: 28px;
    color: #fff;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
}

.full-screen-slider .owl-prev {
    left: 20px;
}

.full-screen-slider .owl-next {
    right: 20px;
}


/*------------------------------------------------------------------
[3.5. Instagram carousel / .ig-carousel ]
*/

.ig-carousel {
    overflow: hidden;
}

.ig-carousel .item {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    color: black;
}

.ig-carousel .item:after {
    content: "";
    display: block;
    margin-bottom: 100%;
}

.ig-carousel .item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*------------------------------------------------------------------
[3.9. Gallery thumbnails / .gallery-module ]
*/

.gallery-module {
    text-align: center;
}

.gallery-module .item {
    margin: 0 0 30px 0;
}

.gallery-module .item a {
    position: relative;
    display: block;
}

.gallery-module .item a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden; 
}

.gallery-module .item:hover a:after {
    opacity: 1;
    visibility: visible;
}

.gallery-module .item img {
    max-width: 100%;
    vertical-align: bottom;
}



/*------------------------------------------------------------------
[3.16. Team grid / .team-grid-item ]
*/

.team-grid-item {
    position: relative;
    height: 470px;
    color: #fff;
    text-align: center;
    background-size: cover;
    background-position: 50%;
}

.team-grid-item:not(.fixed) .centered-container {
    margin-top: 50px;
    opacity: 0;
    visibility: hidden;  
}

.team-grid-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
}

.fw-col-sm-6.team-grid-item:after {
    margin-bottom: 48.3%;
}

.team-grid-item h1 {
    margin: 0;
}

.team-grid-item p {
    margin: 0;
    line-height: 1.714em;
    font-size: 0.778em;
}

.team-grid-item .post {
    font-size: 0.778em;
    text-transform: uppercase;
    color: #a8a8a7;
    margin-bottom: 5px;
}

.team-grid-item .name {
    font-size: 1.667em;
    font-weight: bold;
    text-transform: uppercase;
}

.tg-social {
    color: #aaaaaa;
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 100%;
    z-index: 1;
    margin-bottom: 50px;
    opacity: 0;
    visibility: hidden; 
}

@media screen and (max-width: 990px){
    .team-grid-item.hover:not(.fixed) .centered-container {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }

    .team-grid-item.hover:not(.fixed):after {
        opacity: 0.6;
        visibility: visible;
    }
    .team-grid-item.hover:not(.fixed) .tg-social {
        opacity: 1;
        visibility: visible;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 990px){
    .team-grid-item:not(.fixed):hover .centered-container {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }

    .team-grid-item:not(.fixed):hover:after {
        opacity: 0.6;
        visibility: visible;
    }
    .team-grid-item:not(.fixed):hover .tg-social {
        opacity: 1;
        visibility: visible;
        margin-bottom: 0;
    }
}

.tg-social a {
    margin: 0 10px 0;
}



/*------------------------------------------------------------------
[3.17. Blog item / .cf-item ]
*/

.cf-item {
    padding-bottom: 40px;
}

.cf-item .image {
    position: relative;
}

.cf-item .image img {
    vertical-align: bottom;
}

.cf-item .image .fw-row {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    margin: 0;
    border-top: 1px solid #fff;
    font-size: 0.778em;
    font-style: italic;
}

.cf-item.fw-row .image .fw-row {
    left: 15px;
    right: 15px;
}

.cf-item .image .fw-row > div:first-of-type {
    border-right: 1px solid #fff;
}

.cf-item .image .fw-row > div {
    padding: 25px 0;
}

.cf-item .image .fw-row i {
    font-size: 1.5em;
    vertical-align: middle;
    margin-right: 10px;
}

.cf-item .content {}

.cf-item .content h1,
.cf-item .content h2,
.cf-item .content h3,
.cf-item .content h4,
.cf-item .content h5,
.cf-item .content h6 {
    margin: 1.2em 0 0.5em;
}

.cf-item .content h1 a,
.cf-item .content h2 a,
.cf-item .content h3 a,
.cf-item .content h4 a,
.cf-item .content h5 a,
.cf-item .content h6 a {
    text-decoration: none;
    color: inherit;
}

.cf-item .datails {
    font-size: 0.778em;
    font-style: italic;
    margin: 0 0 5px;
}

.cf-item .datails span {
    margin-right: 15px;
}

.cf-item .datails .icon-font {
    margin-right: 5px;
}

.cf-item .datails a {
    text-decoration: none;
    color: inherit;
}

.cf-item .datails .author {}

.cf-item .datails .tags {}

.cf-item .content p {
    font-size: 0.889em;
    line-height: 1.875em;
}



/*------------------------------------------------------------------
[3.20. Gallery items / .cf-items ]
*/

.cf-overlay {
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 0 -15px;
}

.cf-items.horisontal {
    height: auto;
    width: 4500px;
}

.horisontal .gallery-item{
    float: left;
}

.horisontal .gallery-item:not(:last-of-type) {
    margin-right: 30px;
}

.cf-items {
    height: 700px;
}

.gallery-item, .gallery-itemV {
    position: relative;
    background-size: cover;
    background-position: 50%;
    padding-bottom: 0;
    padding: 0;
    overflow: hidden;
}

.masonry {
    margin: 0 15px;
}

.masonry .gallery-item .gallery-itemV {
    padding: 15px;
}

.masonry .gallery-item a {
    position: relative;
    display: block;
}

.masonry .gallery-item a img {
    max-width: 100%;
    vertical-align: bottom;
}

.masonry .gallery-item:after {
    display: none;
}

.gallery-item a, .gallery-itemV a  {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.gallery-item a > div, .gallery-itemV a > div {
    line-height: 1.2em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0px;
    padding: 10px 30px;
    background: #000;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    opacity: 0;
    visibility: hidden;
}

.gallery-itemV a > div {
    opacity: 1;
    visibility: visible;
}

.gallery-item:hover a > div {
    opacity: 1;
    visibility: visible;
}

.gallery-itemV:hover a > div {
    opacity: 1;
    visibility: hidden;
}

.gallery-item a > div .name {
    text-transform: uppercase;
    font-weight: bold;
}

.gallery-itemV a > div .name {
    text-transform:  capitalize;
    font-weight: bold;
}

.gallery-item a > div .text {
    font-style: italic;
    font-size: 0.778em;
}

 .gallery-itemV a > div .text {
    font-style: italic;
    font-size: 0.8em;
}

.horisontal .gallery-item a {
    /* position: relative; */
    /* display: block; */
}

.horisontal .gallery-item img {
    height: 700px;
    display: block;
}

.gallery-item:after, .gallery-itemV:after {
    content: "";
    display: block;
    margin-bottom: 70%;
}

.horisontal .gallery-item:after {
    display: none;
}


div.show-image {
    position: relative;
    float:left;
    margin:5px;}

div.show-image:hover .snsbt
  {
  display: block;
  }

div.show-image .snsbt {
    position:absolute;
    bottom:4px;
    right:4px;
    display:none;
}
.minibutton{
background: #6292c2;
  border: 2px solid #eee;
  height: 28px;
  width: 115px;
  margin: 20px 0 0 20px;
  padding: 0 0 0 7px;
  overflow: hidden;
  display: block;
  }


  #screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}


.imageshadow{
	border:1px solid #ddd;
	background:#fff;
	padding:3px;
	color:#fff;
	}



/* Members */


.memberlist {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 20px;
}

.member {
        float:left;
	width:90%;		
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0 1px 12px rgba(0,0,0,0.3);
	background: url(.images/memberbg.jpg) bottom right no-repeat #fff;
	position: relative;
	padding: 10px;
/*	margin-top:10px;
	margin-left:10px;
	margin-bottom: 20px;
	margin-right:30px; */
	min-height: 102px; 
}


.member p, .memberdetails p {
	margin-bottom: 0;
	font-size: 0.8em;
	line-height: 1.3em;
}

.member p span, .memberdetails p span {
	color: #0F572C;
}

.member span.more {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 24px;
	height: 24px;
	background: url(//cdn.pickupimage.com/images/membermore.png) center center no-repeat;
}

.margin10 {margin-top:10px;}
.margin20 {margin-top:20px;}
.margin30 {margin-top:30px;}
.margin40 {margin-top:40px;}

.fontgreen {color:green;}
.fontblack {color:black;}



 .inputsubmit{border-style:solid;
                                  border-width:1px;
				 border-color:#d9dfea #0e1f5b #0e1f5b #d9dfea;
				 background-color:#3b5998;color:#fff;
				 padding:2px 15px 3px 15px;
				 text-align:center;*width:1;*overflow:visible;*padding:2px 15px}

.inputlink   {border-style:solid;
                                 border-width:1px;
				border-color:#919191;
				background-color:#f2f2f2;
				font-weight:bold;
				color:#000;padding:2px 15px 3px 15px;text-align:center;*width:1;*overflow:visible;*padding:2px 15px}


.details_box {float:left;position:relative;width:98%;padding:8px;border:1px solid #ddddddss;}
/* groups of similar images, categories and keywords */
.section_head {
	padding-bottom: 7px;
	border-bottom: 1px solid #d4d4d4;
}
.section_head h3,
.section_head a {
	opacity: .99;
}
.section_head h3 {
	display: inline;
	margin-right: 5px;
	font-size: 15px;
	color: #333;
}
.section_head a {
	font-size: 14px;
	margin-left: 5px;
}
.section_content {
	padding-top: 24px;
}


.kw_title {text-transform: capitalize;}
.size-name {width:40px; text-align:left;}

.img-circle {
    border-radius: 50%;
}

.img-circlep {
width:70px; height:78px;
 border-radius: 50%;
}