body {
    font-family: open sans-serif;
}
.modal-confirm {		
	color: #434e65;
	width: 525px;
}
.modal-confirm .modal-content {
	padding: 20px;
	font-size: 16px;
	border-radius: 5px;
	border: none;
}
.modal-confirm .modal-header {
	background: #e85e6c;
	border-bottom: none;   
	position: relative;
	text-align: center;
	margin: -20px -20px 0;
	border-radius: 5px 5px 0 0;
	padding: 35px;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 36px;
	margin: 10px 0;
}
.modal-confirm .form-control, .modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-confirm .close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	text-shadow: none;
	opacity: 0.5;
}
.modal-confirm .close:hover {
	opacity: 0.8;
}
.modal-confirm .icon-box {
	color: #fff;		
	width: 95px;
	height: 95px;
	display: inline-block;
	border-radius: 50%;
	z-index: 9;
	border: 5px solid #fff;
	padding: 15px;
	text-align: center;
}
.modal-confirm .icon-box i {
	font-size: 58px;
	margin: -2px 0 0 -2px;
}
.modal-confirm.modal-dialog {
	margin-top: 80px;
}
.modal-confirm .btn, .modal-confirm .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #eeb711 !important;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border-radius: 30px;
	margin-top: 10px;
	padding: 6px 20px;
	min-width: 150px;
	border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
	background: #eda645 !important;
	outline: none;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}

body{
    background: #fff;
}
.header{
    color: #fff;
    background-color: #1ebba3;
    background-size: cover;
    padding: 15px 0;
}
.header.small{
    padding: 10px 0;
    min-height: 60px;
    background: #343a40!important;
}
.header h1{
    font-size: 60px;
    line-height: 1;
}
.header p{
    font-size: 22px;
}
.header.small{
    margin-bottom: 0;
}
.navbar{
    border-bottom: none;
    margin: 0;
}
.navbar .btn-sm{
    padding: .4rem .5rem;
}
.navbar .btn i{
    position: relative;
    left: -2px;
}
.navbar button.btn i{
    font-size: 13px;
}
.content{
    min-height: 400px;
	padding: 20px 0 12px;
	background: #f4f4f4;
}
.container-fluid{
    max-width: 1200px;
}
a:hover{
    text-decoration: none;
}
h3:hover{
    text-decoration: underline;
}
.snippet-link{
    display: block;
    color: #212529 !important;
    text-decoration: none !important;
}
.snippet-link:hover .thumbnail{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
}
.thumbnail{
    position: relative;
    background: #fff;
    padding: 12px;
    border: none;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    margin: 0 5px 40px;
    border-radius: 5px;
    overflow: hidden;
    transition: all;
    transition-duration: 1s;
}
.thumbnail .img-box{
    height: 190px;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
    background: url("../images/placeholder.png") no-repeat center;
    background-size: 110% auto;
    text-align: center;
    border-radius: 1px;
    /*margin: -12px -12px 0;*/
}
.thumbnail .img-box img{
    margin: 0 auto;
    transition: all;
    transition-duration: 1s;
}
.thumbnail .img-box img:hover{    
    transform: scale(1.15);
}
.thumbnail .caption{
    padding: 0;
    text-align: center;
}
.caption h2{
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px;
    padding: 16px 0 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid rgba(0,0,0,0.07);
}
.caption .overview{    
    padding: 7px 0 10px;
    color: #b4b4b4;
    letter-spacing: 0.5px;
}
.caption .overview i{
    font-size: 15px;
    margin-right: 1px;
}
.view-btn{
    font-size: 14px;
    color: #1ebba3;
    padding: 6px 18px;
    border: 1px solid #1ebba3;
    border-radius: 30px;
    display: inline-block;
    opacity: .8;
}
.snippet-link:hover .view-btn{
    opacity: 1;
}
.caption .glyphicon{
    position: relative;
    top: 2px;
}
.lead-main{
    padding-bottom: 30px;
}
.lead-main.bottom-ad{
    padding-bottom: 40px;
    padding-top: 15px;
}
.pagination{
    margin-top: 0;
    border-radius: 50px;
    background: #fff;
    padding: 5px;
    display: flex;
}
.pagination li a, .pagination li span{
    padding: 0;    
    color: #212529;
    border-radius: 50px !important;
    border: none;
    margin: 0 3px;
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}
.pagination li a:hover{
	color: #212529;
}
.pagination li.active a, .pagination li.active a:hover{
    color: #fff !important;
    background: #1ebba3;
}
.not-found{
    font-size: 18px;
}
/* Styles for preview page */
.header.small h1.snippet-name{
    font-size: 23px;
    margin-top: 8px;
}
iframe.preview{
    border: none;
    min-height: 500px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}
.header-inverse{
    background: #fff;
}
.navbar-inverse{
    background: #262626;
    text-align: center;
}
.navbar .btn{
    min-width: 120px;
    margin-left: 10px;
}
.navbar-form{
    display: inline-block;
}
.similar-title{
    text-align: center;        
}
.similar-title h2{
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    font-size: 22px;
    margin: 20px 0 40px;
}
.similar-title h2:after{
    position: absolute;
    margin: 0 auto;
    content: "";
    border-bottom: 4px solid #1ebba3;
    width: 60%;
    bottom: -10px;
    left: 0;
    right: 0;
}
.ad-box{
    max-height: 91px;
    margin: 8px auto;
	overflow: hidden;
	text-align: center;
}
.ad-box.top-side{
	height: 91px;
}
.bg-white{
    background: #fff !important;
}
.bg-gray{
    background: #f4f4f4 !important;
}
.border-line{
    border-bottom: 1px solid #ddd;
}
.footer{
	padding-top: 20px;
}
.footer-inner{
	padding: 15px 0;
    background: #fff;
    /*box-shadow: 0 0 5px #999999;*/
    border-top: 1px solid #ddd;
}
.footer ul{
    margin: 0;
    padding: 0;
}
.footer ul li{
    padding: 0 0 0 15px;
    margin: 0 0 0 15px;
    border-left: 1px solid #ddd;
}
.footer ul li:first-child{
    border: none;
}
.footer a{
    color: #333;
}
.footer a:hover{
    text-decoration: underline;
}
ul.tags{
    margin-top: 8px;
    margin-bottom: 0;
}
ul.tags em{
    font-style: normal;
    font-size: 13px;
}
ul.tags em .glyphicon{
    position: relative;
    top: 3px;
}
.tags{
    margin-top: 6px;
}
.tags a{
    padding: 3px 11px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 15px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
}
.tags a:hover{
    background: #fff;
    color: #212529;
}
.tags i{
    position: relative;
    top: 2px;
}
.btn.view-more{    
    border: none;
    min-width: 210px;
    margin-bottom: 20px;
    padding: 9px 12px;
    border-color: #1ebba3;
    background: transparent;
    color: #1ebba3;
}
.btn.view-more:hover{
    text-decoration: underline;
}
.view-more .glyphicon{
    font-size: 13px;
}
.alert{
    margin: 5px 0 0;
    text-align: center;
}
.tooltip-inner{
    border-radius: 2px;
}
.navbar-form .btn .glyphicon{
	font-size: 13px;
    margin-right: 2px;
}
.navbar-form .btn{
	letter-spacing: 0.6px;
	outline: none !important;
    border-color: inherit !important;
}
.fullscreen, .fullscreen .modal-dialog{
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    z-index: 1100;
    margin: 0;
    background: #fff;
    border-radius: 0;
    border: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
iframe.fullscreen{
    z-index: 1200;
    overflow-y: auto !important;
}
.fullscreen .modal-content{
    background: none;
    box-shadow: none;
    border: none;
}
.close-btn{
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 25px;
    right: 30px;
    z-index: 1300;
    color: #fff;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
}
.close-btn:hover{
    background: rgba(0, 0, 0, 0.2);
}
.adjust{
    max-width: none;
    float: right;
    transform: scale(.75);
    transform-origin: top right;
}
.similar-snippets{
    position: relative;
}
.similar-snippets .thumbnail{
	margin-bottom: 20px;
    box-shadow: 0 0px 2px rgba(0,0,0,0.2);
}
.similar-snippets .snippet-link:hover .thumbnail{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.snippet-tags{
    padding-bottom: 18px;
    text-align: center;
    color: #9a9a9a;
	font-size: 13px;
}
.snippet-tags a{
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 1px 9px 3px;
    color: #8e8e8e;
    margin: 0 2px 10px;
}
.snippet-tags a:hover{
	color: #1ebba3;
	border-color: #1ebba3;
}
.snippet-tags a.selected{
	color: #fff;
	background: #1ebba3;	
	border-color: #1ebba3;
}
.snippet-tags .glyphicon{
    margin-right: 5px;
    top: 2px;
}
.showcase{
    min-height: 92px;
}
.preview-page .showcase{
    min-height: 109px;
}
.ad-label{
    color: #aaa;
    letter-spacing: .5px;
    font-size: 10.4px;
    text-transform: uppercase;
    text-align: center;
    line-height: 11px;
}
.mt-10{
    margin-top: 10px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.social-widget{width:40px;height:120px;position:fixed;left:0;top:0;bottom:0;margin:auto 0;z-index:99}
.social-widget a{width:40px;height:40px;display:block;background:url(/lib/images/social-icons.png) no-repeat;background-size:100% auto;position:relative;cursor:pointer}
.social-widget a#facebook-share-btn{background-position:0 0}
.social-widget a#twitter-share-btn{background-position:0 -40px}
.social-widget a#google-share-btn{background-position:0 -80px}
.social-widget a#facebook-like-btn{background-position:0 -120px}
#like-container{width:95px;background:url(/lib/images/loading.gif) no-repeat center center #fff;background-size:25px auto;display:none;border:1px solid #ccc;padding:9px 0 0;height:40px;box-sizing:border-box;position:absolute;z-index:100;top:0;left:50px;white-space:pre;text-align:center}
#like-container::before,#like-container::after{width:0;height:0;content:'';border:8px solid transparent;display:inline-block;position:absolute}
#like-container::before{border-right-color:#ccc;left:-16px;top:11px}
#like-container::after{border-right-color:#fff;border-width:6px;left:-12px;top:13px}
@media screen and (max-width: 1180px){
.social-widget{display:none}
}



body {
    font-family: open sans-serif;
}