

/* -- The "User's Menu Container" specific elements. Custom container for the snippet -- */
div.user-menu-container {
  z-index: 10;
  background-color: #F9F9F9;
  margin-top: 30px;
  margin-bottom: 30px;
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}

div.user-menu-container .btn-lg {
    padding: 0px 12px;
}

div.user-menu-container h4 {
    font-weight: 300;
    color: #8b8b8b;
}


div.user-menu-container a, div.user-menu-container .btn  {
    transition: 1s ease;
}


div.user-menu-container .thumbnail {
   width:100%;
   min-height:200px;
   border: 0px!important;
   padding: 0px;
   border-radius: 0;
   border: 0px!important;
}

/* -- Vertical Button Group -- */
div.user-menu-container .btn-group-vertical {
    display: block;
}

div.user-menu-container .btn-group-vertical>a {
    padding-top: 26px;
	padding-bottom: 26px;
    background-color: #46D8D2;
    color: white;
    border-color: #fff;
	cursor: pointer;
}

div.btn-group-vertical>a:hover {
    color: white;
    border-color: white;
}

div.btn-group-vertical>a.active {
    background: #FA396F;
    box-shadow: none;
    color: white;
}
/* -- Individual button styles of vertical btn group -- */
div.user-menu-btns {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.user-menu-btns div.btn-group-vertical>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #FA396F;
}

div.user-menu-btns div.btn-group-vertical>a.active:hover:after{
	border-left: 10px solid #FA396F;
	transition: 1s ease;
}

div.user-menu-btns div.btn-group-vertical>a:hover:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #46D8D2;
}


/* -- The main tab & content styling of the vertical buttons info-- */
div.user-menu-content {
    color: #323232;
}

ul.user-menu-list {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 10px;
    border: 1px solid #eee;
}
ul.user-menu-list>li {
    padding-bottom: 8px;
    text-align: center;
}

div.user-menu div.user-menu-content:not(.active){
  display: none;
}

/* -- The btn stylings for the btn icons -- */
.btn-label {position: relative;left: -12px;display: inline-block;padding: 6px 12px;background: rgba(0,0,0,0.15);border-radius: 0px 0 0 0px;}
.btn-labeled {padding-top: 0;padding-bottom: 0;}

/* -- Custom classes for the snippet, won't effect any existing bootstrap classes of your site, but can be reused. -- */

.user-pad {
    padding: 19px 25px 18px 25px;
	
}

.no-pad .user-pad h3 {
	font-size: 2em;
	color: #FFF;
	font-family: 'Roboto', arial, tahoma, sans-serif;
	letter-spacing: 0px;
	font-weight: 700;
}

.no-pad .user-pad h4 {
	font-size: 1.0em;
	color: #FFF;
	font-family: 'Roboto', arial, tahoma, sans-serif;
	letter-spacing: 0px;
	font-weight: 300;
}

.no-pad .user-pad h4 a {
	color: #FFF;	
}


.no-pad {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.user-details {
    
}

.overview .user-pad h3 {
	font-size: 1.3em;
	color: #333;
	font-family: 'Roboto', arial, tahoma, sans-serif;
	letter-spacing: 0px;
	font-weight: 700;
}

.user-menu-container .user-menu-content h3 {
	font-family: 'Roboto', arial, tahoma, sans-serif;
	font-size: 1.2em;
	letter-spacing: 0px;
	font-weight: 700;
	margin-top: 14px;
}

.user-menu-content ul {
	margin-left: 18px;	
}

.user-menu-content ul li {
	padding: 5px 4px;	
}

.user-image {
  max-height:200px;
  overflow:hidden;
}

.overview h3 {
    font-weight: 300;
    margin-top: 15px;
    margin: 10px 0 0 0;
}

.overview h4 {
    font-weight: bold!important;
    font-size: 36px;
    margin-top: 0;
}

.view-gallery {
    position:relative;
    overflow:hidden;
	display: block;
	margin: 0px 0px;
	padding: 0px;
	
}

.view-deal {
    position:relative;
    overflow:hidden;
	display: block;
	margin: 10px 0px;
}

a.view-deal:hover {
  box-shadow: 0px 0px 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.2);
}


.view {
    position:relative;
    overflow:hidden;
	display: block;
}

.view p {
    margin-top: 20px;
    margin-bottom: 0;
}

.caption-gallery {
    position:absolute;
    top:10px;
    right:0px;
	left:0px;
	bottom: 10px;
    background: rgba(103, 28, 54, 0.8);
    width:auto;
    height:auto;
    display: none;
    text-align:center;
    color:#fff !important;
    z-index:100;
	padding: 0px;
	border-radius: 4px;
	
	
}

.caption-gallery a {
    padding-right: 10px;
    color: #fff;
	position:relative;
}

.caption-hover {
	position: absolute;
  top: 45%;
  transform: translateY(-50%);
  padding: 20px;
  text-align: center;
  width: 100%;
}


.caption-deal {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background: rgba(103, 28, 54, 0.8);
    width: auto;
    height: auto;
    display: none;
    text-align: center;
    color: #fff !important;
    z-index: 100;
    padding: 0px;
}


 
.caption {
    position:absolute;
    top:0;
    right:0;
    background: rgba(70, 216, 210, 0.44);
    width:100%;
    height:100%;
    padding:2%;
    display: none;
    text-align:center;
    color:#fff !important;
    z-index:2;
	padding-top: 12px;
}

.counter-pad {
    padding: 30px 20px 6px 20px;
	}

.caption a {
    padding-right: 10px;
    color: #fff;
	position:relative;
}

.inform {
    display: block;
    padding: 10px;
    background: #eee;
    text-transform: uppercase;
    font-weight: 300;
    text-align: right;
	font-size: 0.8em;
}

.inform p, .stats p {
    margin-bottom: 0;
}



.stats {
    display: block;
    padding: 10px;
    color: white;
	font-size: 0.8em;
}

.share-links {
    padding: 15px;
    margin-top: 0px;
}

.square {
    border-radius: 0px!important;
}

.aboutus-panel{
	background-color: #5cb85c;
  	border-color: #4cae4c;	
}

/* -- media query for user profile image -- */


/*iPad Landscape*/
@media only screen and (min-width : 768px) and (max-width : 1199px) { 
	.overview .user-pad h3 {
			font-size: 1.2em;
		}
		
		.overview h4 {
			font-weight: bold!important;
			font-size: 30px;
			margin-top: 10px;
		}
		
		.caption {
			padding-top: 4px;
		}
		
		.counter-pad {
    padding: 20px 20px 6px 20px;
	}
}

/*iPad Portrait*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .user-image {
        max-height: 200px;
    }
	
	div.user-menu-btns div.btn-group-vertical>a.active:after, div.user-menu-btns div.btn-group-vertical>a:after {
		display: none;	
	}
	
	.counter-pad {
    padding: 20px 20px 6px 20px;
	}
	
	.caption {
			padding-top: 60px;
		}
		
	div.user-menu-container {
		border-bottom: 3px solid #FA396f;
	}
	
	.overview h4 {
			font-weight: bold!important;
			font-size: 28px;
			margin-top: 14px;
		}
	

}

/*iPhone Landscape*/
@media only screen and (max-width: 767px) {
	
	.user-image {
        max-height: 400px;
    }
	
	.counter-pad {
    padding: 20px 20px 6px 20px;
	}
	
	.overview .user-pad h3 {
		font-size: 0.8em !important;	
	}
	
	.overview .user-pad h4 {
		font-size: 1.4em !important;	
	}
	
	div.user-menu-btns div.btn-group-vertical>a.active:after,  div.user-menu-btns div.btn-group-vertical>a:after{
		display: none;	
	}
	
	.caption {
			padding-top: 170px;
		}
		
	div.user-menu-container {
		border-bottom: 3px solid #FA396f;
	}
	
	.overview h4 {
			font-weight: bold!important;
			font-size: 28px;
			margin-top: 14px;
		}
	
}

/*iPhone Portrait*/
@media only screen and (max-width: 479px) {
    .user-image {
        max-height: 400px;
    }
	
	.counter-pad {
    padding: 20px 0px 6px 0px;
	}
	
	.overview .user-pad h3 {
		font-size: 0.6em !important;	
	}
	
	.overview .user-pad h4 {
		font-size: 1.3em !important;	
	}
	
	.overview h4 {
			font-weight: bold!important;
			font-size: 1.1em;
			margin-top: 8px;
		}
	
	
	
	div.user-menu-btns div.btn-group-vertical>a.active:after,  div.user-menu-btns div.btn-group-vertical>a:after {
		display: none;
	}
	
	.caption {
			padding-top: 50px;
		}
		
	div.user-menu-container {
		border-bottom: 3px solid #FA396f;
	}
}


/*iPhone Portrait*/
@media only screen and (max-width: 320px) {
    .user-image {
        max-height: 400px;
    }
	
	.counter-pad {
    padding: 20px 0px 6px 0px;
	}
	
	.overview .user-pad h3 {
		font-size: 0.6em !important;	
	}
	
	.overview .user-pad h4 {
		font-size: 1.3em !important;	
	}
	
	.overview h4 {
			font-weight: bold!important;
			font-size: 1em;
			margin-top: 8px;
		}
	
	
	
	div.user-menu-btns div.btn-group-vertical>a.active:after,  div.user-menu-btns div.btn-group-vertical>a:after {
		display: none;
	}
	
	.caption {
			padding-top: 50px;
		}
		
	div.user-menu-container {
		border-bottom: 3px solid #FA396f;
	}
}

