@font-face {
	font-family: 'komika_textbold';
	src: url('../fonts/komika/bold/KOMTXTB_-webfont.eot');
	src: url('../fonts/komika/bold/KOMTXTB_-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/komika/bold/KOMTXTB_-webfont.woff') format('woff'),
		url('../fonts/komika/bold/KOMTXTB_-webfont.ttf') format('truetype'),
		url('../fonts/komika/bold/KOMTXTB_-webfont.svg#komika_textbold') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'komika_textregular';
	src: url('../fonts/komika/regular/KOMTXT__-webfont.eot');
	src: url('../fonts/komika/regular/KOMTXT__-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/komika/regular/KOMTXT__-webfont.woff') format('woff'),
		url('../fonts/komika/regular/KOMTXT__-webfont.ttf') format('truetype'),
		url('../fonts/komika/regular/KOMTXT__-webfont.svg#komika_textregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
	height:100%;
	width: 100%;
}
body {
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	background: #fff;
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Montserrat';
	font-weight: 700;
}
a:focus {
    outline: none;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: none;
}
.btn {
	font-family: 'Montserrat';
	font-size: 13px;
	padding: 12px 20px;
	line-height: 1.4;
	border: 0;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}
.btn-lg, .btn-group-lg > .btn {
	border-radius: 4px;
	font-size: 16px;
	line-height: 1.33;
	padding: 14px 24px;
}
.btn-sm, .btn-group-sm > .btn {
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 8px 12px;
}
.btn-default {
	border: 2px solid #C4C4C4;
	color: #737373;
	padding: 10px 18px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	background: #FFFFFF;
	border-color: #949494;
	color: #737373;
}
.btn-default:active, .btn-default.active {
	border-color: #737373;
	box-shadow: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default.focus[disabled], fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
	background: #fff;
}
.btn-primary {
	background: #0099cc;
	color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background: #33a6cc;
}
.btn-primary:active, .btn-primary.active {
	background: #007299;
	box-shadow: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
	background: #0099cc;
}
.btn-success {
	background: #00bf6f;
	color: #ffffff;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
	background: #39bf87;
}
.btn-success:active, .btn-success.active {
	background: #008c52;
	box-shadow: none;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success.focus[disabled], fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active {
	background: #00bf6f;
}
.btn-info {
	background: #31cde8;
	color: #ffffff;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
	background: #5fd4e8;
}
.btn-info:active, .btn-info.active {
	background: #35a2b5;
	box-shadow: none;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info.focus[disabled], fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
	background: #31cde8;
}
.btn-fb {
	background: #3c5488;
	color: #ffffff;
}
.btn-fb:hover, .btn-fb:focus, .btn-fb:active, .btn-fb.active, .open > .dropdown-toggle.btn-fb {
	background: #516288;
	color: #fff;
}
.btn-fb:active, .btn-fb.active {
	background: #2f416a;
	box-shadow: none;
	color: #fff;
}
.btn-warning {
	background: #eb8f34;
	color: #ffffff;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
	background: #eba259;
}
.btn-warning:active, .btn-warning.active {
	background: #b87430;
	box-shadow: none;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning.focus[disabled], fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning.active {
	background: #eb8f34;
}
.btn-danger {
	background: #f25454;
	color: #ffffff;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
	background: #f26d6d;
}
.btn-danger:active, .btn-danger.active {
	background: #bf4343;
	box-shadow: none;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger.focus[disabled], fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger.active {
	background: #f25454;
}
.btn-orange {
	background: #e44727;
	color: #ffffff;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open > .dropdown-toggle.btn-orange {
	background: #f75432;
	color: #ffffff;
}
.btn-orange:active, .btn-orange.active {
	background: #b72a22;
	box-shadow: none;
	color: #ffffff;
}
.bootstrap-select > .btn {
	font-family: "Open Sans";
	height: 42px;
	padding: 8px 25px 8px 14px;
	width: 100%;
}
.bootstrap-select > .btn:hover,
.bootstrap-select > .btn:focus,
.bootstrap-select.open > .dropdown-toggle.btn-default {
	background: #fff;
}

.bootstrap-select.btn-group.open .dropdown-toggle {
	box-shadow: none;
}
label {
	font-weight: 400;
	font-family: 'Montserrat';
	font-size: 14px;
}
label.error {
	color: #ff0000;
	font-family: "Karla";
	font-size: 14px;
}
textarea {
	resize: vertical;
}
.form-control {
	border: 2px solid #a5a5a5;
	font-size: 16px;
	height: 42px;
	box-shadow: none !important;;
}
input[type=text] {
	-webkit-appearance: none;
}
.form-control:focus {
	border-color: #65abd0;
	box-shadow: none;
	outline: 0 none;
}
.nav-tabs {
	border-bottom: 0 none;
}
.nav-tabs > li > a {
	background: #e5e5e5;
	border: 1px solid #ddd;
	border-radius: 0;
	color: #555;
	font-family: "Montserrat";
	font-size: 14px;
	margin-right: 0;
	margin-left: -1px;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: #e2e2e2;
	text-decoration: none;
	border-color: #ddd;
}
.nav-tabs li:first-child a {
	border-radius: 4px 0 0 0;
	margin-left: 0;
}
.nav-tabs > li:last-child > a {
	border-radius: 0 4px 0 0;
}
.nav-tabs.alt {
	border: 1px solid #ddd;
	border-bottom: 0 none;
	padding: 0 10px;
	border-radius: 4px 4px 0 0;
	background: #e9e9e9;
}
.nav-tabs.alt > li {
	margin-top: -1px;
}
.nav-tabs.alt > li > a {
	background: none;
	border: 0 none;
	margin-left: 0;
	margin-top: 1px;
}
.nav-tabs.alt > li.active > a, .nav-tabs.alt > li.active > a:hover, .nav-tabs.alt > li.active > a:focus {
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: 0 none;
	margin-top: 0;
}
.nav-tabs.alt li:first-child a,
.nav-tabs.alt li:last-child a {
	border-radius: 4px 4px 0 0;
}
.tab-content {
	background: #fff;
	padding: 30px;
	border: 1px solid #ddd;
	border-radius: 0 4px 4px 4px;
}
.tab-content.alt {
	border-radius: 0 0 4px 4px;
}
.alert {
	border: 0 none;
	font-family: "Montserrat";
	font-size: 14px;
}
.alert button.close {
	padding-left: 10px;
}
.alert-success {
	background: #39bf87;
	color: #fff;
}
.alert-danger {
	background: #f26d6d;
	color: #fff;
}
.avro_alert i {
	float: left;
}
.avro_alert .msg {
	display: inline-block;
	line-height: 26px;
	margin-left: 10px;
}
.alert-dismissable .close, .alert-dismissible .close {
	color: #fff;
	opacity: 1;
	text-shadow: none;
}
.fullscreen .modal-dialog {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.fullscreen .modal-content {
	height: 100%;
	border-radius: 0;
	border: 0;
}
#wrapper {
	height: 100%;
	width: 100%;
	display: table;
}
#main,
#sidebar {
	float: none;
	vertical-align: top;
}

/**********************************************
	SPIN EFFECT
**********************************************/
.icon-spinner {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/**********************************************
	TAGS INPUT
**********************************************/
.bootstrap-tagsinput {
	background-color: #fff;
	border: 2px solid #a5a5a5;
	box-shadow: none !important;
	font-size: 16px;
	min-height: 42px;
	height: auto;
	display: inline-block;
	padding: 6px 6px 2px;
	margin-bottom: 10px;
	color: #555;
	vertical-align: middle;
	border-radius: 4px;
	max-width: 100%;
	line-height: 22px;
	cursor: text;
	width: 100%;
}
.bootstrap-tagsinput input {
	border: none;
	box-shadow: none;
	outline: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	width: auto !important;
	max-width: inherit;
}
.bootstrap-tagsinput input:focus {
	border: none;
	box-shadow: none;
}
.bootstrap-tagsinput .tag {
	margin: 0 2px 4px 0;
	color: #fff;
	background: #0099cc;
	border-radius: 3px;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding: 6px 8px;
	text-align: center;
	white-space: nowrap;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
	margin-left: 6px;
	cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
	content: "x";
	padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
	
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
	
}


/**********************************************
	CARBON ADS
**********************************************/
#homead {
/*	display: block;
	font-size: 13px;
	line-height: 15px;
	overflow: hidden;
	width: 318px;
	height: 118px;
	padding: 0px;
	margin: 60px auto 0;
	border-radius: 4px;*/

/*	display: block;
	width: 318px;
	margin: 60px auto 0;
	border-radius: 4px;*/

}
#homead .madeby {
	text-align: center;
}
#homead .madeby a {
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-weight: 700;
	margin-top: 60px;
	font-size: 18px;
	background: rgba(255,255,255,0.25);
	padding: 10px 25px;
	border-radius: 40px;
}
#homead .madeby a:hover {
	background: rgba(255,255,255,0.40);
}
#homead .madeby .snaplogo {
	color: #52A7E0;
	font-weight: 700;
	font-size: 30px;
}
#homead #carbonads {
	background: rgba(255,255,255,0.25);
}
#homead a {
	display: block;
}
#homead img {
	width: 100%;
}
#homead .bsap_adhere {
	display: none;
}
#carbonads {
	display: block;
	font-size: 13px;
	line-height: 15px;
	overflow: hidden;
	width: 318px;
	height: 118px;
	background: rgba(255,255,255,0.5);
}
#carbonads .adhere,
#carbonads .bsap_adhere {
	text-align: center;
	height: 13px;
	padding: 46px 0 62px;
	display: block;
}

#carbonads .carbon-img {
	border: medium none;
	display: inline;
	float: left;
	height: 100px;
	margin: 9px;
	width: 130px;
}
#carbonads .carbon-text {
	display: inline;
	float: left;
	padding-top: 12px;
	text-decoration: none;
	width: 170px;
}
#carbonads .carbonad-text a {
	text-decoration: none;
	text-transform: none;
}
#carbonads .carbon-poweredby {
	float: left;
	margin-top: 9px;
	text-decoration: none;
	width: 142px;
}

/**********************************************
	SIDEBAR
**********************************************/
#sidebar {
	position: fixed;
	height: 100%;
	width: 200px;
	display: table-cell;
}
#sidebar.sidebar-home {
	position: relative;
}
#sidebar hr {
	border-color: #ddd;
	margin: 10px 15px;
}
#sidebar a {
	color: #444;
}
#sidebar .logo {
	font-family: "Montserrat";
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	padding: 15px;
	text-align: center;
}
#sidebar .logo a {
	text-decoration: none;
}
#sidebar .logo i {
	font-size: 24px;
	margin-right: 10px;
	position: relative;
	top: 2px;
}
#sidebar .sidebar_search {
	display: none;
	padding: 0 15px 10px 15px;
}
#sidebar .sidebar_search .input-group .form-control {
	border: 0;
	background: #e5e5e5;
	padding: 0;
	height: 34px;
	padding: 5px 0 5px 10px;
	font-size: 13px;
}
#sidebar .sidebar_search .input-group .btn {
	background: #e5e5e5;
	border: 0 none;
	height: 34px;
	padding: 0 12px 0 6px;
}
#sidebar ul.navigation {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
#sidebar .navigation .user-menu {
	display: none;
}
#sidebar .navigation li a {
	display: block;
	font-size: 14px;
	padding: 12px 20px;
	font-family: 'Karla';
}
#sidebar .navigation li a:hover,
#sidebar .navigation li a:focus {
	text-decoration: none;
	background: #f0f0f0;
}
#sidebar .navigation li p.sw-alert {
	display: block;
	font-size: 14px;
	padding: 12px 20px;
	font-family: 'Karla';
	cursor: pointer;
	margin: 0;
}
#sidebar .navigation li p.sw-alert:hover,
#sidebar .navigation li p.sw-alert:focus {
	text-decoration: none;
	background: #f0f0f0;
}
#sidebar .navigation li i {
	font-size: 16px;
	margin-right: 15px;
	position: relative;
	top: 2px;
}
#sidebar .navigation li i.list_angle {
	float: right;
	margin-right: 0;
}
#sidebar .navigation li ul.nav-second-level {
	background: rgba(0, 0, 0, 0.2);
}
#sidebar .navigation li ul.nav-second-level li a {
	font-size: 12px;
    padding-left: 35px;
}
#sidebar .navigation li a.btn {
	color: #ffffff;
	display: block;
	padding: 10px 12px;
	font-family: 'Montserrat';
	margin: 0 15px;
}
#sidebar .navigation li a.btn i {
	margin-right: 2px;
}
#sidebar .navigation li a.btn-orange:hover,
#sidebar .navigation li a.btn-orange:focus,
#sidebar .navigation li a.btn-orange:active {
	background: #f75432;
	color: #ffffff;
}
#sidebar .navigation li a.btn-orange:active {
	background: #b72a22;
	box-shadow: none;
	color: #ffffff;
}
#sidebar .navigation li.promo {
	background: #f7f7f7;
	margin: 15px;
	/*border: 1px solid #ddd;*/
	/*border-radius: 4px;*/
}
#sidebar .navigation li.promo span {
	display: inline-block;
	font-size: 14px;
	padding: 15px 15px 10px;
}
#sidebar .navigation li.promo a {
	color: #3498db;
	display: block;
	font-family: "komika_textbold";
	font-size: 30px;
	line-height: 1;
	/*padding: 0 15px 18px;*/
	padding: 0;
}
#sidebar .navigation li.promo a img {
	display: block;
	border-radius: 4px;
	width: 100%;
}
#sidebar .navigation li.promo a:hover,
#sidebar .navigation li.promo a:focus {
	background: none;
	color: #217dbb;
}

/**********************************************
	MAIN SECTION
**********************************************/
#main {
	width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
	float: right;
	/*background: #d5d5d5;*/
	background: #d3dae0;
	display: table;
	height: 100%;
}
#main.main-home {
	width: 100% !important;
}

/**********************************************
	NAVBAR
**********************************************/
.navbar-default {
	background-color: #ffffff;
	position: fixed;
	width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
	font-size: 14px;
	border: 0 none;
}
/*.white-page .navbar-default {
	border-bottom: 1px solid #dddddd;
	width: -moz-calc(100% - 199px);
    width: -webkit-calc(100% - 199px);
    width: calc(100% - 199px);
    margin-left: -1px;
}*/
.navbar-default.navbar-home {
	position: relative;
	width: 100%;
}
.navbar-default.navbar-home.cloned {
	width: -moz-calc(100% - 200px) !important;
	width: -webkit-calc(100% - 200px) !important;
	width: calc(100% - 200px) !important;
    right: 0;
    left: auto !important;
}
.navbar .navbar_search {
	float: left;
	margin: 14px 15px 14px 0;
}
.navbar .input-group {

}
.navbar .navbar_search .input-group-btn {
	width: auto;
}
.navbar .navbar_search .form-control {
	font-size: 14px;
	height: 32px;
	padding: 5px 0 5px 10px;
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    border-right-width: 0;
    width: 200px;
}
.navbar .navbar_search .btn {
	background: #fff;
	height: 32px;
	margin: 0;
	padding: 0 12px;
	border-radius: 0 4px 4px 0;
	border: 1px solid #ccc;
	border-left-width: 0;
	color: #999;
}
.navbar .navbar_search .btn:hover,
.navbar .navbar_search .btn:focus {
	color: #444;
}
.navbar .sortby {
	float: left;
	font-size: 14px;
	line-height: 18px;
	margin: 21px 10px 21px 0;
	color: #555;
}
.navbar .select-view {
	float: left;
	margin: 14px 15px 14px 0;
}
.navbar .select-view .btn {
	border: 1px solid #ddd;
	font-size: 12px;
	line-height: 1;
	padding: 8px 12px;
	z-index: inherit;
	color: #555;
	height: 32px;
}
.navbar .select-view .btn:hover,
.navbar .select-view .btn:focus {
	background: #f2f2f2;
}
.navbar .select-view .btn.active {
	background: #454545;
	border: 0 none;
	color: #ffffff;
	padding: 9px 14px;
}
.navbar .select-view .btn i {
	margin-right: 5px;
	position: relative;
	top: 1px;
}
.navbar-nav > li > a {
	padding: 20px 15px;
}
.nav > li > a > img {
	border-radius: 50%;
	margin-right: 5px;
	width: 34px;
}
.navbar .user-menu .dropdown-menu {
	border: 0 none;
}
.navbar .user-menu .profile-pic {
	background: #eeeeee;
	border-radius: 50%;
	display: inline-block;
	float: left;
	height: 30px;
	margin-right: 10px;
	position: relative;
	text-align: center;
	top: -4px;
	width: 30px;
}
.navbar .user-menu .profile-pic i {
	color: #999999;
	font-size: 14px;
	position: relative;
	top: 6px;
}
.navbar .user-menu .profile-pic img {
	border-radius: 50%;
}
/**********************************************
	PAGE TITLES
**********************************************/
.title-container {
	margin-bottom: 20px;
}
.title-container .title {
	float: left;
}
.title-container .title h1 {
	margin-top: 15px;
}
.title-container .title p {

}
.title-container #carbonads {
	float: right;
	border-radius: 4px;
}
.title-container #carbonads a {
	color: #444;
}
/**********************************************
	PHOTO GRID
**********************************************/
.photo-overflow {
	overflow: hidden;
}
.photo-container {
	margin-right: -20px;
	margin-bottom: 128px;
}
.photo-container .photo-item {
	float: left;
    margin: 0 20px 20px 0;
}
.photo-container .photo-item .photo-link {
	text-decoration: none;
	border: 4px solid #fff;
	border-radius: 4px;
	display: inline-block;

}
.photo-container .photo-item .photo-link img {
	/*width: 100%;*/
}
/*
.photo-container .photo-item .photo-link figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.photo-container .photo-item .photo-link figcaption::before,
.photo-container .photo-item .photo-link figcaption::after {
	pointer-events: none;
}
.photo-container .photo-item .photo-link figcaption,
.photo-container .photo-item .photo-link figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.photo-container .photo-item .photo-link figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.photo-container .photo-item .photo-link figcaption {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 3.75em;
	background: rgba(0,0,0,0.75);
	color: #fff;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	font-size: 13px;
	height: auto;
	padding: 10px;
}
.photo-container .photo-item .photo-link .added {
	float: left;
	margin: 0;
}
.photo-container .photo-item .photo-link .icon-stats {
	margin: 0;
	float: right;
}
.photo-container .photo-item .photo-link .icon-stats i {
	position: relative;
	top: 2px;
}
.photo-container .photo-item .photo-link .icon-stats span {
	margin: 0 15px 0 5px;
}
.photo-container .photo-item .photo-link .icon-stats span:last-child {
    margin-right: 0;
} 
.photo-container .photo-item .photo-link:hover figcaption {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
*/
.photo-container .photo-item .photo-link .photo-info {
	background: #ffffff;
	color: #444444;
	font-size: 13px;
	padding: 10px 10px 6px;
	text-transform: uppercase;
	max-height: 35px;
	overflow: hidden;
}
.photo-container .photo-item .photo-link .photo-info p {
	margin: 0;
}
.photo-container .photo-item .photo-link .photo-info .added {
	float: left;
	display: none;
}
.photo-container .photo-item .photo-link .photo-info .icon-stats {
	text-align: center;
	white-space: nowrap;
	width: 100%;
}
.photo-container .photo-item .photo-link .photo-info .icon-stats i {
	position: relative;
	top: 2px;
}
.photo-container .photo-item .photo-link .photo-info .icon-stats .icon-heart {
	color: #f25454;
}
.photo-container .photo-item .photo-link .photo-info .icon-stats .icon-eye {
	color: #337ab7;
}
.photo-container .photo-item .photo-link .photo-info .icon-stats .icon-cloud-download {
	color: #0DBA63;
}
.photo-container .photo-item .photo-link .photo-info .icon-stats span {
	margin: 0 6px 0 4px;
}
.photo-container .photo-item .photo-link .photo-info .icon-stats span:last-child {
	margin-right: 0;
}

#preloader_1{
	position: absolute; left: 50%; padding-top: 40px;
	margin-top: 340px;
}
#preloader_1 span{
    display:block;
    bottom:0px;
    width: 9px;
    height: 5px;
    background:#777;
    position:absolute;
    animation: preloader_1 1.5s  infinite ease-in-out;
}
 
#preloader_1 span:nth-child(2){
left:11px;
animation-delay: .2s;
 
}
#preloader_1 span:nth-child(3){
left:22px;
animation-delay: .4s;
}
#preloader_1 span:nth-child(4){
left:33px;
animation-delay: .6s;
}
#preloader_1 span:nth-child(5){
left:44px;
animation-delay: .8s;
}
@keyframes preloader_1 {
    0% {height:5px;transform:translateY(0px);background:#777;}
    25% {height:30px;transform:translateY(15px);background:#333;}
    50% {height:5px;transform:translateY(0px);background:#777;}
    100% {height:5px;transform:translateY(0px);background:#777;}
}










.ias-spinner,
.ias-noneleft {
	float: left;
}
.ias-noneleft {
	clear: both;
	width: 100%;
}

/**********************************************
	DEFAULT PAGE
**********************************************/
.default-page {
	padding: 81px 20px 0;
}

/**********************************************
	WHITE PAGE
**********************************************/
.white-page #main {
	background: #d3dae0;
/*	border-left: 1px solid #dddddd;*/
}
.white-page .inner {
	background: #ebeff2;
	padding: 30px;
	max-width: 740px;
	margin: 0 auto 30px;
	border-radius: 4px;
}
.white-page .inner h1 {
	margin: 0 0 20px;
}

/**********************************************
	HOME PAGE
**********************************************/
#home-page.default-page {
	padding-top: 0;
}
.home-header {
	background-image: url(../img/bgg3.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% 100%;
/*	background-size: auto; */
	background-size: cover;
	background-color: #384a5e;
	color: #fff;
	position: relative;
	height: 100vh;
	min-height: 600px;
	display: table-caption;
}
.home-header .header-overlay {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.2;
}
.home-header .zpop {
	z-index: 99;
	position: relative;
}
.home-header .header-nav {
	float: right;
	list-style: none outside none;
	margin: 15px 15px 0 0;
	padding: 0;
}
.home-header .header-nav > li {
	float: left;
	display: block;
	position: relative;
}
.home-header .header-nav > li > a {
	display: block;
	font-size: 14px;
	padding: 8px 14px;
	text-decoration: none;
	text-transform: uppercase;
}
.home-header .header-nav > li > a:hover,
.home-header .header-nav > li > a:focus {
	text-decoration: underline;
}
.home-header .header-nav > li > a.signup {
	border: 1px solid #ffffff;
	border-radius: 4px;
	margin-left: 10px;
	padding: 7px 13px;
}
.home-header .header-nav > li > a.signup:hover,
.home-header .header-nav > li > a.signup:focus {
	text-decoration: none;
	background: rgba(255, 255, 255, 0.2);
}
.home-header .header-nav .dropdown-menu {
	border: 0 none;
	right: 0;
	left: auto;
}
.home-header .header-nav .dropdown-menu > li > a {
	text-decoration: none;
}
.home-header .header-nav .profile-pic {
	background: rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	display: inline-block;
	float: left;
	height: 30px;
	margin-right: 10px;
	position: relative;
	text-align: center;
	top: -4px;
	width: 30px;
}
.home-header .header-nav .profile-pic i {
	color: #fff;
	font-size: 14px;
	position: relative;
	top: 6px;
}
.home-header .header-nav .profile-pic img {
	border-radius: 50%;
}
.home-header .inner {
	padding: 120px 15px 260px;
	margin: 0 auto;
}
.home-header .logo {
	font-family: "Montserrat";
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 25px;
}
.home-header .logo i {
	font-size: 42px;
	margin-right: 12px;
	position: relative;
	top: 4px;
}
.home-header h1 {
	font-size: 58px;
	margin: 0 0 10px;
	text-align: center;
}
.home-header .main_search {
	margin: 0 auto;
	max-width: 700px;
}
.home-header .new-adds {
	font-size: 22px;
	margin-bottom: 30px;
}
.home-header .new-adds span {
	
}
.home-header p {
	text-align: center;
}
.home-header .attr {
	font-size: 14px;
	margin: 8px 0 0;
}
.home-header .attr span {
	text-decoration: underline;
	cursor: pointer;
}
.home-header a {
	color: #fff;
	text-decoration: underline;
}
.home-header .main_search .form-control {
	background: rgba(255,255,255,0.55);
	border-color: #fff;
	border-right: none;
	color: #555;
	font-size: 20px;
	height: 54px;
}
.home-header .main_search .form-control::-webkit-input-placeholder {
	color: #888888;
	opacity: 1;
}
.home-header .main_search .form-control:-moz-placeholder { /* Firefox 18- */
	color: #888888;
	opacity: 1;
}
.home-header .main_search .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #888888;
	opacity: 1;
}
.home-header .main_search .form-control:-ms-input-placeholder {
	color: #888888;
	opacity: 1;
}
.home-header .main_search .btn {
	background: rgba(255,255,255,0.55);
	color: #555;
	border-color: #fff;
	border-left: none;
	line-height: 1;
	margin-left: 0;
	padding: 16px 18px;
	height: 54px;
}
.home-header .main_search .btn i {
	font-size: 18px;
	position: relative;
	top: 1px;
}
.home-header .plugin {
	margin-top: 30px;
	text-align: center;
}
.home-header .plugin .btn {
	border-radius: 32px;
	padding: 14px 40px;
}


@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.arrow {
	bottom: 0;
	font-size: 52px;
	height: 70px;
	left: 50%;
	margin-left: -27px;
	position: absolute;
	width: 54px;
}

a.bounce {
	-moz-animation: bounce 1.5s infinite;
	-webkit-animation: bounce 1.5s infinite;
	animation: bounce 1.5s infinite;
	text-decoration: none;
}

/**********************************************
	ABOUT PAGE
**********************************************/
#about-page {
	margin: 0;
}
#about-page h3 {
	margin: 15px 0 30px;
}
#about-page p {
	margin-bottom: 20px;
	font-size: 18px;
}
#about-page span.twitter {
	margin: 0 4px;
	position: relative;
	top: 4px;
}

/**********************************************
	SUBSCRIBE PAGE
**********************************************/
#subscribe-page {

}
#subscribe-page .inner {
	max-width: 540px;
	text-align: center;
}
#subscribe-page p {
	font-size: 18px;
	margin-bottom: 15px;
}
#subscribe-page form {
	max-width: 500px;
	margin: 0 auto;
}
#subscribe-page .btn {
	margin-top: 20px;
	width: 100%;
}
/**********************************************
	LICENSE PAGE
**********************************************/
#license-page .inner {
	max-width: 540px;
	text-align: center;
}
#license-page p {
	font-size: 18px;
	margin-bottom: 15px;
}
/**********************************************
	ACCOUNT PAGE
**********************************************/
#account-page .inner {
	max-width: 540px;
}
#account-page .profile-pic {
	border-bottom: 2px dashed #cccccc;
	margin-bottom: 25px;
	padding: 10px 0 25px;
}
#account-page .profile-pic .photo {
	background: #ffffff;
	border-radius: 50%;
	display: inline-block;
	float: left;
	height: 100px;
	margin-right: 30px;
	text-align: center;
	width: 100px;
}
#account-page .profile-pic .photo img {
	border-radius: 50%;
}
#account-page .profile-pic .photo i {
	color: #999999;
	font-size: 48px;
	position: relative;
	top: 24px;
}
#account-page .profile-pic .btns {
	margin-top: 20px;
}
#account-page .profile-pic #remove {
	color: #777777;
	font-size: 13px;
	margin: 4px 0 0;
}
#account-page .profile-pic #remove:hover,
#account-page .profile-pic #remove:focus {
	color: #444;
	cursor: pointer;
	text-decoration: underline;
}
#account-page .password {
	float: right;
	margin: 10px 0;
}
#account-page textarea {
	min-height: 120px;
}
/**********************************************
	PASSWORD PAGE
**********************************************/
#change-password-page .inner {
	max-width: 540px;
}
#change-password-page .password {
	float: right;
	margin: 10px 0;
}
/**********************************************
	SUBMIT PAGE
**********************************************/
#submit-page .inner {

}
#submit-page h3 {
	margin: 15px 0 30px;
}
#submit-page p {
	margin-bottom: 20px;
	font-size: 18px;
}
#submit-page .options {

}
#submit-page .or {
	margin: 0 10px;
}
#submit-page .photo_preview {
	position: relative;
}
#submit-page .photo_preview .loading-screen {
	background: #fff;
	border: 2px dashed #a5a5a5;
	border-radius: 4px;
	color: #555555;
	font-family: 'Montserrat';
	font-weight: 700;
	height: 100%;
	position: absolute;
	width: 100%;
}
#submit-page .photo_preview .loading-screen p {
	font-size: 22px;
	margin: 60px 0 0;
	text-align: center;
}
#submit-page .photo_preview img {
	border: 8px solid #ffffff;
	transition: all 0.5s ease;
}
#submit-page .upload_diff {
	margin: 20px 0;
}
#submit-page .upload-group {
	background: #fff;
	border: 2px dashed #a5a5a5;
	padding: 80px 30px;
	text-align: center;
	border-radius: 4px;
}
#submit-page .upload-group label {
	display: block;
	margin-bottom: 30px;
}
#submit-page .help-block {
	font-size: 14px;
	margin: 0;
}
#submit-page .bootstrap-tagsinput {
	margin-bottom: 5px;
}
#submit-page .terms-box {
	background: rgba(0, 0, 0, 0.06);
	border-radius: 4px;
	padding: 15px 15px 5px;
}
#submit-page .terms-box p {
	font-size: 14px;
	margin-bottom: 15px;
}
#submit-page .checkbox {
	margin-bottom: 30px;
	margin-top: -5px;
}
#submit-page .terms-label {
	width: 100%;
}
#submit-page .submit-group {
	margin: 0;
}
#submit-page .submit_btn {
	font-size: 18px;
	padding: 20px 24px;
	width: 100%;
}
.white-page #carbonads {
	border-radius: 4px;
	height: auto;
	overflow: visible;
	position: absolute;
	right: 20px;
	width: 148px;
	height: auto;
}
.white-page #carbonads .carbon-text {
	display: inline;
	float: left;
	padding: 0 9px;
	text-decoration: none;
	width: 148px;
}
.white-page #carbonads .carbon-poweredby {
	float: left;
	margin: 9px 0;
	padding: 0 9px;
	text-decoration: none;
	width: 148px;
}
.white-page #carbonads a {
	color: #444;
}
/**********************************************
	MY PHOTOS PAGE
**********************************************/
#my-photos-page .inner {
	max-width: 540px;
}
#my-photos-page h1 {
	margin-top: 15px;
}

/**********************************************
	LOGIN PAGE
**********************************************/
#login-page.default-page {
	padding-top: 60px;
}
#login-page .login-wrap {
	margin: 0 auto;
	max-width: 450px;
}
#login-page i.logo {
	display: block;
	font-size: 90px;
	text-align: center;
}
#login-page h1 {
	font-size: 32px;
	margin: 20px 0 40px;
	text-align: center;
}
#login-page .form-control {
	background: rgba(255, 255, 255, 0.4);
}
#login-page .forgot {
	float: left;
	margin: 9px 0;
}
#login-page .no_account {
	border-top: 2px dashed #aaaaaa;
	font-size: 14px;
	margin: 30px 0 100px;
	padding-top: 15px;
}
#login-page .no_account a {
  float: right;
}

/**********************************************
	SIGNUP PAGE
**********************************************/
#signup-page.default-page {
	padding-top: 60px;
}
#signup-page .signup-wrap {
	margin: 0 auto;
	max-width: 450px;
}
#signup-page i.logo {
	display: block;
	font-size: 90px;
	text-align: center;
}
#signup-page h1 {
	font-size: 28px;
	margin: 20px 0;
	text-align: center;
}
#signup-page .note {
	margin-bottom: 30px;
	text-align: center;
}
#signup-page .form-control {
	background: rgba(255, 255, 255, 0.4);
}
#signup-page .help-block {
	font-size: 13px;
	margin-top: 0;
	padding-left: 20px;
}
#signup-page .signup_btn {
	display: block;
	font-size: 16px;
	margin-top: 15px;
	width: 100%;
}
#signup-page .terms {
	font-size: 13px;
	text-align: center;
}
#signup-page .forgot {
	float: left;
	margin: 9px 0;
}
#signup-page .no_account {
	border-top: 2px dashed #aaaaaa;
	font-size: 14px;
	margin: 30px 0 100px;
	padding-top: 15px;
}
#signup-page .no_account a {
  float: right;
}

/**********************************************
	RESET PASSWORD PAGE
**********************************************/
#reset-password-page .reset-wrap {
	margin: 0 auto;
	max-width: 500px;
}
#reset-password-page h1 {
	margin: 20px 0 30px;
	text-align: center;
	font-size: 32px;
}
#reset-password-page .form-control {
	background: rgba(255, 255, 255, 0.4);
}
#reset-password-page .resetBtn {
	display: block;
	width: 100%;
}
#reset-password-page .login {
	display: inline-block;
	margin-top: 30px;
}

/**********************************************
	RESET PASSWORD CONFIRM PAGE
**********************************************/
#reset-password-confirm-page .reset-wrap {
	margin: 0 auto;
	max-width: 500px;
}
#reset-password-confirm-page h1 {
	margin: 20px 0 30px;
	text-align: center;
	font-size: 32px;
}
#reset-password-confirm-page .form-control {
	background: rgba(255, 255, 255, 0.4);
}
#reset-password-confirm-page .resetBtn {
	display: block;
	width: 100%;
	margin-top: 15px;
}

/**********************************************
	WELCOME PAGE
**********************************************/
#welcome-page.default-page {
	padding-top: 60px;
}
#welcome-page .welcome-wrap {
	margin: 0 auto;
	max-width: 450px;
	text-align: center;
}
#welcome-page i {
	display: block;
	font-size: 90px;
	text-align: center;
}
#welcome-page .btn {
	margin-top: 30px;
	max-width: 300px;
	width: 100%;
}
#welcome-page .account {
	margin-top: 20px;
	font-size: 14px;
	display: inline-block;
}

/**********************************************
	CONFIRM EMAIL PAGE
**********************************************/
#confirm-email-page.default-page {
	padding-top: 60px;
}
#confirm-email-page .confirm-wrap {
	margin: 0 auto;
	max-width: 450px;
	text-align: center;
}
#confirm-email-page p {
	font-size: 20px;
}
#confirm-email-page .btn {
	margin-top: 30px;
	max-width: 300px;
	width: 100%;
}
#confirm-email-page .account {
	margin-top: 20px;
	font-size: 14px;
	display: inline-block;
}
/**********************************************
	SEARCH PAGE
**********************************************/
.search-page .title-container .title h1 {
	margin-top: 0;
}
.search-page .search-tags {

}
.search-page .search-tags span a {
	background: #337ab7;
	border-radius: 25px;
	color: #ffffff;
	display: inline-block;
	margin-right: 15px;
	padding: 4px 15px;
}
.search-page .search-tags span a:hover,
.search-page .search-tags span a:focus {
	background: #23527c;
	text-decoration: none;
}

/**********************************************
	404 PAGE
**********************************************/
.page-404 #main {

}
#page-404 {
	margin: 0 auto;
	max-width: 540px;
	padding-top: 20px;
	text-align: center;
}
#page-404 h1 {
	margin: 30px 0;
}
#page-404 p {
	margin-bottom: 20px;
	font-size: 18px;
}
#page-404 form {
	max-width: 500px;
	margin: 0 auto;
}
#page-404 .form-control {
	border-color: #a5a5a5;
	border-right: 0;
}
#page-404 .btn {
	border-color: #a5a5a5;
	border-left: 0;
}
#page-404 #carbonads {
	border-radius: 4px;
	margin: 60px auto 0;
	text-align: left;
}
#page-404 #carbonads a {
	color: #444;
}
/**********************************************
	SINGLE PHOTO PAGE
**********************************************/
#single-photo-page {

}
#single-photo-page #carbonads {
	height: auto;
	overflow: visible;
	position: absolute;
	width: 148px;
	border-radius: 4px;
	right: 20px;
	margin-top: 10px;
}
#single-photo-page #carbonads .carbon-img {
	border: none;
	display: inline;
	float: left;
	height: 100px;
	margin: 9px;
	width: 130px;
}
#single-photo-page #carbonads .carbon-text {
	display: inline;
	float: left;
	padding: 0 9px;
	text-decoration: none;
	width: 148px;
}
#single-photo-page #carbonads .carbon-poweredby {
	float: left;
	margin: 9px 0;
	padding: 0 9px;
	text-decoration: none;
	width: 148px;
}
#single-photo-page #carbonads a {
	color: #444444;
}
#single-photo-page .img-wrap {
	margin: 10px 0 30px;
}
#single-photo-page .img-photo {
	border: 6px solid #fff;
	border-radius: 4px;
	width: 100%;
}
#single-photo-page .img-info {
	margin-bottom: 100px;
}
#single-photo-page .img-info .leader {
	border-bottom: 2px dashed #bbb;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
#single-photo-page .img-info .author {
	float: left;
}
#single-photo-page .img-info a:hover .author-name,
#single-photo-page .img-info a:focus .author-name {
	text-decoration: underline;
}
#single-photo-page .img-info .author .profile-pic {
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	height: 50px;
	text-align: center;
	width: 50px;
	margin-right: 10px;
	float: left;
}
#single-photo-page .img-info .author .profile-pic i {
	color: #999;
	position: relative;
	top: 12px;
	font-size: 24px;
}
#single-photo-page .img-info .author .profile-pic img {
	border-radius: 50%;
}
#single-photo-page .img-info .author .author-name {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	line-height: 46px;
	color: #333;
}
#single-photo-page .img-info .stats {
	float: left;
	margin: 4px 0;
}
#single-photo-page .img-info .stats .box {
	float: left;
	margin-right: 20px;
}
#single-photo-page .img-info .stats .box .icon {
	float: left;
	font-size: 24px;
	margin: 2px 12px 0 0;
}
#single-photo-page .img-info .stats .box .icon .icon-heart {
	color: #f25454;
}
#single-photo-page .img-info .stats .box .icon .icon-eye {
	color: #337ab7;
}
#single-photo-page .img-info .stats .box .icon .icon-cloud-download {
	color: #0DBA63;
}
#single-photo-page .img-info .stats .box .num {
	float: left;
	font-size: 14px;
	line-height: 1.2;
	color: #555;
}
#single-photo-page .img-info .stats .box .num span {
	font-size: 20px;
	font-weight: 700;
	color: #333;
}
#single-photo-page .img-info .img-details {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	max-width: 60%;
	width: auto;
}
#single-photo-page .img-info .img-details td {
	vertical-align: top;
	padding-bottom: 2px;
}
#single-photo-page .img-info .img-details td:first-child {
	font-weight: 700;
	padding-right: 15px;
}
#single-photo-page .img-info .img-details li {
	color: #444;
	margin-bottom: 2px;
}
#single-photo-page .img-info .img-details span {
	color: #333;
	display: inline-block;
	font-weight: 700;
	margin-right: 15px;
}
#single-photo-page .img-info .action-btns {
	float: right;
}
#single-photo-page .img-info .download {
	text-align: center;
	float: right;
}
#single-photo-page .img-info .download .btn {
	padding: 15px 28px;
	font-size: 14px;
}
.fav-modal {
	margin: 30px 0;
}
.fav-modal-btns {
	margin: 0;
}
.fav-modal-btns span {
	margin: 0 6px;
}
.fav-modal-btns .btn {
	width: 150px;
}
.btn-fav {
	background: #fff;
}
.btn-fav:hover, .btn-fav:focus, .btn-fav:active, .btn-fav.active, .open > .dropdown-toggle.btn-fav {
	background: #f7f7f7;
}
.btn-fav:active, .btn-fav.active {
	background: #eee;
	box-shadow: none;
}
.btn-fav.disabled, .btn-fav[disabled], fieldset[disabled] .btn-fav, .btn-fav.disabled:hover, .btn-fav[disabled]:hover, fieldset[disabled] .btn-fav:hover, .btn-fav.disabled:focus, .btn-fav[disabled]:focus, fieldset[disabled] .btn-fav:focus, .btn-fav.disabled.focus, .btn-fav.focus[disabled], fieldset[disabled] .btn-fav.focus, .btn-fav.disabled:active, .btn-fav[disabled]:active, fieldset[disabled] .btn-fav:active, .btn-fav.disabled.active, .btn-fav.active[disabled], fieldset[disabled] .btn-fav.active {
	background: #eee;
}
.btn-fav.faved {
	background: #f26d6d;
	color: #fff;
}
.btn-fav i {
	position: relative;
	top: 1px;
}
#single-photo-page .img-info .download {
/*	text-align: center;
	margin-top: 40px;*/
}
#single-photo-page .img-info .download .btn {
	/*padding: 16px 60px;*/
}
/*.single-photo-page .sweet-alert .confirm.btn {
	background: none;
	color: #777777;
	font-family: "Karla";
	font-size: 14px;
	font-weight: 400;
	padding: 0;
	text-decoration: underline;
}*/
.single-photo-page .sweet-alert .spread {
	color: #555555;
	font-size: 16px;
	margin: 20px 0 30px;
}
.single-photo-page .sweet-alert #fbshare {
	border-radius: 4px 0 0 4px;
	font-size: 16px;
	width: 50%;
}
.single-photo-page .sweet-alert #fbshare i {
	position: relative;
	top: 1px;
	margin-right: 10px;
}
.single-photo-page .sweet-alert #tweet {
	border-radius: 0 4px 4px 0;
	font-size: 16px;
	width: 50%;
}
.single-photo-page .sweet-alert #tweet i {
	position: relative;
	top: 2px;
	margin-right: 10px;
}
.single-photo-page .sweet-alert .confirm {
	background: none;
	color: #555555;
	font-family: "Karla";
	margin-top: 10px;
	padding: 0;
	text-decoration: underline;
}
/**********************************************
	USER PAGE SELECT
**********************************************/
.user-page {

}
.user-page .title-container .title {
	max-width: 50%;
}
.user-page .author {
	display: inline-block;
	margin-bottom: 15px;
}
.user-page .profile-pic {
	background: #ffffff;
	border-radius: 50%;
	display: inline-block;
	float: left;
	height: 50px;
	margin-right: 10px;
	text-align: center;
	width: 50px;
}
.user-page .profile-pic i {
	color: #999999;
	font-size: 24px;
	position: relative;
	top: 12px;
}
.user-page .profile-pic img {
	border-radius: 50%;
}
.user-page .author .author-name {
	color: #333333;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	line-height: 46px;
}

/**********************************************
	BOOTSTRAP SELECT
**********************************************/

/*!
 * Bootstrap-select v1.6.3 (http://silviomoreto.github.io/bootstrap-select/)
 *
 * Copyright 2013-2014 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .btn:focus {

}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
  color: #64b1d8;
  color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1035 + 1;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: rgba(204, 204, 204, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}

/**********************************************************
	SWEET ALERTS
**********************************************************/

@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
.showSweetAlert {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}
.hideSweetAlert {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}
@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}
.icon.success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}
@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}
@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}
@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}
.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1040;
}
.sweet-alert {
  background-color: #ffffff;
  width: 478px;
  padding: 20px 25px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 2000;
}
.single-photo-page .sweet-alert {
	width: 740px;
	margin-left: -370px;
	top: 51%;
	margin-top: -335px !important;
}
.single-photo-page .sweet-alert .snapvid {
	width: 100%;
	border: 2px solid #d5d5d5;
	border-radius: 3px;
}
.single-photo-page .sweet-alert p {
	margin-bottom: 20px;
}
.single-photo-page .sweet-alert .btn-snap {
	background: #3498db;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	border: 1px solid #d6d6d6;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.18);
	padding: 12px 40px;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-family: 'Karla';
	font-weight: 700;
	margin: 20px 0 0px;
}
@media all and (max-width: 767px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert .icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: 20px auto;
  position: relative;
  box-sizing: content-box;
}
.sweet-alert .icon.error {
  border-color: #d43f3a;
}
.sweet-alert .icon.error .x-mark {
  position: relative;
  display: block;
}
.sweet-alert .icon.error .line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #d9534f;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.sweet-alert .icon.error .line.left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}
.sweet-alert .icon.error .line.right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}
.sweet-alert .icon.warning {
  border-color: #eea236;
}
.sweet-alert .icon.warning .body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #f0ad4e;
}
.sweet-alert .icon.warning .dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #f0ad4e;
}
.sweet-alert .icon.info {
  border-color: #46b8da;
}
.sweet-alert .icon.info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #5bc0de;
}
.sweet-alert .icon.info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #5bc0de;
}
.sweet-alert .icon.success {
  border-color: #4cae4c;
}
.sweet-alert .icon.success::before,
.sweet-alert .icon.success::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .icon.success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.sweet-alert .icon.success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}
.sweet-alert .icon.success .placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(92, 184, 92, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alert .icon.success .fix {
  width: 5px;
  height: 90px;
  background-color: #ffffff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .icon.success .line {
  height: 5px;
  background-color: #5cb85c;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .icon.success .line.tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .icon.success .line.long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .icon.custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}
/**********************************************************
	CUSTOM SWEET ALERT STYLES
**********************************************************/
.sweet-alert h2 {
	margin: 5px 0 20px;
}
.sweet-alert p {

}
.sweet-alert p.license {
	font-size: 14px;
	margin: 15px 0 30px;
}