/*
col-one-third-left
col-one-third-right
col-half
col-one
*/

* {
	font-family: 'hregular';
	outline: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	background: #eaedf0;
}

input,
button,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'hregular';
}

textarea {
	resize: none;
}

a {
	text-decoration: none;
	color: #333;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

a:focus {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #43a2a2;
}

input[type="submit"],
input[type="button"],
button {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

input,
button,
textarea {
	box-shadow: none;
	border-radius: 0;
}

img {
	max-width: 100%;
}

p {
	font-size: 16px;
	color: #77787c;
	line-height: 24px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

::-webkit-input-placeholder {
	opacity: 1;
}

:-moz-placeholder {
	opacity: 1;
}

::-moz-placeholder {
	opacity: 1;
}

:-ms-input-placeholder {
	opacity: 1;
}


/*one third left*/

.col-one-third-left .section_col:nth-child(1) {
	flex: 2;
	-webkit-flex: 2;
	-moz-flex: 2;
	-ms-flex: 2;
	-o-flex: 2;
}

.col-one-third-left .section_col:nth-child(2) {
	flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	-o-flex: 1;
}


/*one third right*/

.col-one-third-right .section_col:nth-child(1) {
	flex: 1;
	-moz-flex: 1;
	-webkit-flex: 1;
	-o-flex: 1;
	-ms-flex: 1;
}

.col-one-third-right .section_col:nth-child(2) {
	flex: 2;
	-moz-flex: 2;
	-ms-flex: 2;
	-webkit-flex: 2;
	-o-flex: 2;
}


/*one half*/

.col-half .section_col:nth-child(1) {
	flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	-o-flex: 1;
}

.col-half .section_col:nth-child(2) {
	flex: 1;
	-moz-flex: 1;
	-webkit-flex: 1;
	-o-flex: 1;
	-ms-flex: 1;
}


/*full width*/

.col-one .section_col {
	flex: 1;
	-moz-flex: 1;
	-webkit-flex: 1;
	-o-flex: 1;
	-ms-flex: 1;
}

a.navbar-brand {
	height: auto;
	width: 210px;
	padding: 18px 25px;
}

a.navbar-brand img {
	display: block;
}

.main_header {
	background-color: #000000;
	min-width: 1170px;
}

.main_navbar ul:after {
	content: '';
	display: block;
	clear: both;
}

.main_navbar ul > li {
	float: left;
	margin-right: 60px;
	padding: 20px 0;
}

.main_navbar ul > li:last-child {
	margin-right: 0;
}

.main_navbar ul > li > a {
	display: block;
	text-transform: capitalize;
	color: #fff;
	font-size: 16px;
	font-family: 'hbold';
}

.main_navbar ul > li > a:hover {
	color: #0ea0db;
}

.main_navbar {
	margin-right: 25px;
}

.banner {
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	position: relative;
}

.banner_slider_each {
	height: 490px;
}

.banner h2 {
	font-size: 64px;
	color: #fff;
	margin: 0 0 33px;
	text-align: center;
	font-family: hbold;
	text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.9);
}

.banner_content {
	position: absolute;
	top: 50%;
	width: 1000px;
	left: 0;
	right: 0;
	margin: -115px auto 0;
}

.banner_search {
	max-width: 750px;
	margin: 0 auto;
	position: relative;
	border-radius: 12px;
}

.banner_search_input {
	width: 100%;
	height: 60px;
	border-radius: 12px;
	border: 0;
	font-size: 16px;
	color: #333;
	padding: 0 60px 0 30px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.banner_search_input:focus,
.banner_search_input:hover {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}

.banner_search_input::-webkit-input-placeholder {
	color: #9FA4A7;
	opacity: 1;
}

.banner_search_input:-moz-placeholder {
	color: #9FA4A7;
	opacity: 1;
}

.banner_search_input::-moz-placeholder {
	color: #9FA4A7;
	opacity: 1;
}

.banner_search_input:-ms-input-placeholder {
	color: #9FA4A7;
	opacity: 1;
}

.banner_search_button {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	background: transparent;
	padding: 0;
	border-radius: 0 12px 12px 0;
	color: #636568;
	font-size: 24px;
}

.banner_search_button:hover {
	color: #333;
}

.banner_search_button img {
	display: block;
	margin: 0 auto;
}

.banner_content p {
	text-align: center;
	color: #fff;
	font-size: 18px;
	max-width: 520px;
	margin: 20px auto 0;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}

.section_row {
	margin: 30px -15px;
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
}

.section_col {
	min-height: 1px;
	background: #fff;
	margin: 0 15px;
	width: 100%;
}

.shop_canvas_table {
	width: 100%;
	display: table;
	padding: 20px 50px 20px 20px;
}

.shop_canvas_tr {
	display: table-row;
}

.shop_canvas_td {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.shop_canvas_td img {
	display: block;
	margin: 0 auto;
}

.shop_canvas_td h3 {
	font-size: 36px;
	color: #243c46;
	font-family: hbold;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding-bottom: 10px;
	line-height: 46px;
	font-weight: normal;
	border-bottom: solid 2px #9FA4A7;
	display: inline-block;
	width: auto;
	max-width: 300px;
}

.shop_canvas_td p {
	font-size: 18px;
	color: #77787c;
	margin: 0;
}

.blue_bg_btn {
	font-size: 16px;
	color: #fff;
	font-family: hbold;
	background: #0ea0db;
	display: inline-block;
	border-radius: 4px;
	padding: 9px 27px;
}

.blue_bg_btn:focus {
	color: #fff;
}

.blue_bg_btn:hover {
	color: #fff;
	background: #bcc1c4;
}

.shop_canvas_td .blue_bg_btn {
	position: relative;
	top: 70px;
}

.upload_box {
	height: 100%;
	padding: 20px;
	height: 411px;
}

.upload_box input {
	display: none;
}

.upload_box label {
	width: 100%;
	height: 100%;
	border: dashed 1px #afafaf;
	font-weight: normal;
	cursor: pointer;
	text-align: center;
	padding: 24px 15px;
	position: relative;
	/*background-image: url(../images/upload_ico.png);
    background-repeat: no-repeat;
    background-position: center center;*/
}

.upload_box label:after {
	content: '\f0ee';
	font-family: 'FontAwesome';
	color: #9FA4A7;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 160px;
}

.upload_box em {
	font-size: 18px;
	color: #77787c;
	max-width: 260px;
	margin: 0 auto;
	line-height: 24px;
	font-style: normal;
}

.upload_box em strong {
	font-weight: normal;
	font-family: hbold;
}

.upload_btn {
	font-size: 16px;
	font-family: hbold;
	color: #0ea0db;
	text-transform: uppercase;
	position: absolute;
	text-align: center;
	height: 40px;
	width: 120px;
	line-height: 38px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 20px;
	border: solid 1px #d2d3d7;
	border-radius: 4px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.upload_btn:hover {
	background: #0ea0db;
	color: #fff;
	border-color: #0ea0db;
}

.section_header {
	margin: 0 0 30px;
}

.section_header h2 {
	font-size: 36px;
	color: #041d2e;
	font-family: hbold;
	margin: 0 0 15px;
}

.section_header p {
	font-size: 18px;
	color: #77787c;
	line-height: 26px;
	margin: 0;
}

.what_is_photobucket {
	padding: 40px 0px 30px;
}

.what_is_p {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
}

.what_is_p_box {
	flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	-o-flex: 1;
	width: 25%;
	text-align: center;
	border-right: solid 2px #eaedf0;
	padding: 10px 30px 5px;
}

.what_is_p_box:last-child {
	border-right: 0;
}

.what_is_p_box h3 {
	font-size: 24px;
	font-family: hbold;
	margin: 0 0 15px;
	color: #77787c;
}

.what_is_p_box p {
	font-size: 18px;
	color: #77787c;
	line-height: 26px;
	margin: 0 0 25px;
}

.what_is_p_box figure {
	margin: 0 0 20px;
	color: #636568;
	font-size: 56px;
}

.transparent_btn {
	font-size: 16px;
	color: #00b0e2;
	display: inline-block;
	text-transform: uppercase;
	font-family: hbold;
	border: solid 1px #d2d3d7;
	border-radius: 4px;
	padding: 8px 20px;
	min-width: 120px;
	text-align: center;
}

.transparent_btn:focus {
	color: #00b0e2;
}

.transparent_btn:hover {
	background: #00b0e2;
	color: #fff;
	border-color: #00b0e2;
}

.ind_blog_box figure img {
	width: 100%;
	height: auto;
	display: block;
}

.blog_box_text {
	padding: 40px 50px;
	text-align: center;
}

.blog_box_text h3 {
	font-size: 28px;
	color: #243c46;
	text-transform: capitalize;
	margin: 0 0 22px;
	font-family: hbold;
}

.blog_box_text p {
	font-size: 18px;
	color: #77787c;
	line-height: 26px;
	min-height: 80px;
	margin: 0 0 18px;
}

.pardon_dust {
	background: #0ea0db;
	padding: 22px 40px 22px 80px;
	position: relative;
}

.pardon_dust:before {
	content: '\f014';
	font-family: 'FontAwesome';
	color: #fff;
	position: absolute;
	top: 11px;
	left: 23px;
	font-size: 46px;
}

.pardon_dust h3 {
	font-size: 36px;
	color: #fff;
	font-family: hbold;
	margin: 0 0 10px;
}

.pardon_dust p {
	color: #fff;
	margin: 0;
}

.pardon_dust p a {
	color: #fff;
	font-size: 16px;
	text-decoration: underline;
}

.pardon_dust p a:hover {
	text-decoration: none;
}

.newsletter_section {
	background: #242829;
	padding: 15px 0 8px;
}

.newsletter_section h3 {
	font-size: 15px;
	color: #fff;
	margin: 0 0 8px;
}

.newsletter_form {
	width: 585px;
}

.newsletter_input {
	width: 360px;
	height: 41px;
	font-size: 16px;
	color: #333;
	border: solid 1px #979797;
	padding: 0 10px 0 25px;
	float: left;
}

.newsletter_input::-webkit-input-placeholder {
	color: #ced0d5;
	opacity: 1;
}

.newsletter_input:-moz-placeholder {
	color: #ced0d5;
	opacity: 1;
}

.newsletter_input::-moz-placeholder {
	color: #ced0d5;
	opacity: 1;
}

.newsletter_input:-ms-input-placeholder {
	color: #ced0d5;
	opacity: 1;
}

.newsletter_btn {
	width: 194px;
	height: 40px;
	border-radius: 4px;
	background: #0ea0db;
	border: 0;
	float: right;
	color: #fff;
	font-family: hbold;
	letter-spacing: 1px;
}

.newsletter_btn:hover {
	background: #0a7ba8;
}

.follow_us span {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
}

.follow_us a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
	color: #fff;
	font-size: 30px;
	line-height: 27px;
}

.follow_us a:last-child {
	margin-right: 0;
}

.follow_us a:hover {
	color: #0ea0db;
}

.follow_us {
	padding: 5px 0;
}

.main_footer {
	background: #242829;
	border-top: solid 1px #050505;
}

.footer_top {
	padding: 25px 0 20px;
}

.footer_top_box {
	width: 180px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-right: 20px;
}

.footer_top_box:last-child {
	margin-right: 0;
}

.footer_top_box h3 {
	font-size: 14px;
	color: #fff;
	font-family: hbold;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.footer_top_box li {
	margin: 0 0 10px;
}

.footer_top_box li:last-child {
	margin-bottom: 0;
}

.footer_top_box li a {
	font-size: 14px;
	color: #fff;
	display: block;
}

.footer_top_box li a:hover {
	color: #0ea0db;
}

.footer_bottom {
	color: #fff;
	font-size: 12px;
	padding-bottom: 20px;
}


/*28-01-2017*/

.body-signUp {
	max-width: 825px;
	margin: 30px auto;
	padding: 30px 8.4%;
	background: #fff;
}

.body-signin {
	max-width: 555.7px;
	margin: 30px auto;
	padding: 30px 8.4%;
	background: #fff;
}

.logBody {
	text-align: center;
}

.logBody h3 {
	margin: 0;
	font-size: 28px;
	color: #242729;
	line-height: 36px;
	font-weight: 700;
}

.logBody p {
	font-size: 14px;
	color: #53585A;
	letter-spacing: 0;
	line-height: 26px;
}

.logBody p a {
	font-size: 14px;
	color: #2CACE0;
	letter-spacing: 0;
	line-height: 26px;
	margin: 5px;
}

.btnBlank-fb span,
.btnBlank-twit span {
	margin-right: 10px;
}

.btnBlank-fb {
	border: 1px solid #9FA4A7;
	border-radius: 3px 3px 3px 0 3px;
	display: block;
	width: 276px;
	margin: 0 auto;
	line-height: 40px;
	font-size: 18px;
	color: #49639E;
	font-weight: 600;
	background: #fff;
	border-radius: 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btnBlank-twit {
	border: 1px solid #9FA4A7;
	border-radius: 3px 3px 3px 0 3px;
	display: block;
	width: 276px;
	margin: 15px auto 0;
	line-height: 40px;
	font-size: 18px;
	color: #0EA0DB;
	font-weight: 600;
	background: #fff;
	border-radius: 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btnBlank-twit:hover {
	background: #0EA0DB;
	color: #fff;
	border-color: #0EA0DB;
}

.btnBlank-fb:hover {
	background: #49639E;
	color: #fff;
	border-color: #49639E;
}

.dividerOr {
	position: relative;
	max-width: 360px;
	width: 100%;
	margin: 25px auto;
}

.dividerOr span {
	font-size: 18px;
	color: #53585A;
	letter-spacing: 0;
	line-height: 26px;
	text-transform: uppercase;
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 0 10px;
}

.dividerOr:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	height: 1px;
	background: #53585A;
	width: 157px;
	content: '';
	width: 100%;
	left: 0;
	right: 0;
}

.formIn {
	max-width: 360px;
	margin: 0 auto;
}

.formIn input {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #9FA4A7;
	border-radius: 2px;
	margin-bottom: 15px;
	height: 40px;
	padding: 5px 15px;
	font-size: 16px;
	color: #9FA4A7;
	letter-spacing: 0.18px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.formIn .captchaR {
	margin-bottom: 20px;
}

.formIn .blue_bg_btn {
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	border: none;
	border-radius: 3px;
	height: 40px;
	min-width: 200px;
}

.labelled span {
	display: block;
	text-align: left;
	font-size: 14px;
	color: #53585A;
	letter-spacing: 0;
	line-height: 26px;
	margin-bottom: 5px;
}

.radioG input {
	display: none;
}

.radioG input + label {
	position: relative;
	padding-left: 20px;
}

.radioG {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.labelled {
	text-align: left;
}

.radioG input + label {
	position: relative;
	padding-left: 25px;
}

.radioG input + label:before {
	width: 17px;
	height: 17px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border: 3px solid #fff;
	box-shadow: 0 0 0 1px #9FA4A7;
	position: absolute;
	content: '';
}

.radioG input:checked + label:before {
	background: #0A7BA8;
}

.radioG label {
	font-size: 18px;
	color: #53585A;
	letter-spacing: 0;
	line-height: 26px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	font-weight: normal;
}

.body-signin .btnBlank-fb {
	margin-top: 20px;
}

.body-signin .formIn {
	padding-bottom: 30px;
}

.createacFooter {
	padding: 30px 0 0;
}

.createacFooter h3 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 20px;
	color: #53585A;
	line-height: 100%;
}

.createacFooter .btnBlank-twit {
	text-transform: uppercase;
	font-size: 16px;
	color: #0ea0db;
	letter-spacing: 1px;
	max-width: 229px;
	width: auto;
}

.createacFooter .btnBlank-twit:hover {
	color: #fff;
}

.dividerLogin {
	width: auto;
	background: #EDEDED;
	height: 1px;
	max-width: 360px;
}

.chckR input {
	display: none;
}

.chckR label {
	margin: 0;
	font-weight: normal;
	font-size: 14px;
	color: #53585A;
	letter-spacing: 0;
	line-height: 26px;
}

.chckR input + label {
	position: relative;
	padding-left: 25px;
}

.chckR input + label:before {
	position: absolute;
	content: '\f00c';
	font-size: 0;
	font-family: Fontawesome;
	width: 15px;
	height: 15px;
	color: #0A7CA9;
	line-height: 13px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	border-radius: 3px;
	background: #EDEDED;
	text-align: center;
	border: 1px solid #9FA4A7;
}

.chckR input:checked + label:before {
	font-size: 10px;
}

.chckR {
	text-align: center;
	float: left;
}

.rememberPass {
	text-align: center;
	float: right;
}

.rememberPass a {
	font-size: 14px;
	color: #0EA0DB;
	letter-spacing: 0;
	line-height: 26px;
}

.forgetSec {
	margin-bottom: 20px;
}

.radioG {
	display: block;
	float: left;
	margin-right: 8px;
}

.labelled .radioG:last-child {
	margin: 0;
}


/*06-02-2017*/

.header_search {
	float: right;
	position: relative;
	margin: 11px 40px 11px 0;
}

.header_search_input {
	width: 390px;
	height: 40px;
	background: #fff;
	border: solid 1px #626668;
	color: #222528;
	font-size: 16px;
	font-family: 'hregular';
	padding: 0 55px 0 15px;
}

.header_search_input::-webkit-input-placeholder {
	opacity: 1;
	color: #222528;
}

.header_search_input:-moz-placeholder {
	opacity: 1;
	color: #222528;
}

.header_search_input::-moz-placeholder {
	opacity: 1;
	color: #222528;
}

.header_search_input:-ms-input-placeholder {
	opacity: 1;
	color: #222528;
}

.header_search_btns {
	height: 40px;
	background: transparent;
	border: 0;
	position: absolute;
	top: 0;
	right: 0;
	color: #53585a;
	padding: 0;
	font-size: 20px;
	width: 55px;
}

.header_search_btns:hover {
	color: #222425;
}

.related_search {
	background: #fff;
	padding: 16px 0;
}

.related_search span {
	font-size: 16px;
	color: #666b6d;
	font-family: 'hbold';
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px 0 0;
}

.related_search a {
	font-size: 18px;
	color: #0ea0db;
	display: inline-block;
	vertical-align: middle;
	background: #e6f5fb;
	padding: 8px 17px;
	border-radius: 2px;
	margin: 0 2px;
}

.related_search a:hover {
	background: #b7e1f4;
}

.search_main_wrap {
	background: #ededed;
}

.breadcrumb {
	margin: 0;
	background: #ededed;
	border-radius: 0;
	padding: 22px 0px;
}

.breadcrumb>li {
	display: inline-block;
	font-size: 16px;
	color: #666b6d;
	font-family: hbold;
}

.breadcrumb > li+li:before {
	padding: 0 5px;
	color: #666b6d;
	content: ">";
	font-size: 16px;
	font-family: hregular;
}

.breadcrumb > li > a {
	font-size: 16px;
	display: inline-block;
	color: #666b6d;
	font-family: hregular;
}

.breadcrumb > li > a:hover {
	color: #000;
}

.search_tab_nav {
	margin-top: 2px;
}

.search_tab_nav li {
	float: left;
	width: 33.18%;
	margin-right: 2px;
}

.search_tab_nav li:last-child {
	margin-right: 0;
}

.search_tab_nav li a {
	display: block;
	font-size: 16px;
	color: #666b6d;
	background: #ededed;
	text-align: center;
	padding: 10px 0;
}

.search_tab_nav li a:hover {
	background: #dcdcdc;
}

.search_tab_nav li.active a {
	background: transparent;
}

.search_result_item a {
	display: block;
	position: relative;
}

.search_result_item figure {
	width: 100%;
	height: 165px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


/*
.search_result_item:nth-child(6n+1){
    clear: both;
}
*/

.search_result_item figcaption {
	font-size: 11px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 4px 17px;
	opacity: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.search_result_item a:hover figcaption {
	opacity: 1;
}

.pagination {
	display: block;
	margin: 0;
}

.pagination li {
	display: inline-block;
	color: #77787c;
	vertical-align: middle;
}

.pagination li span {
	font-family: hbold;
	font-size: 18px;
	margin-right: 5px;
}

.pagination li a {
	display: block;
	position: relative;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	transition: 0s;
	font-size: 18px;
	color: #77787c;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	background: #fff;
	line-height: 30px;
	text-align: center;
	border: solid 1px #e6e6e6;
}

.pagination li a:hover,
.pagination li.active a {
	background: #e6e6e6;
	color: #333;
}

.pagination li.prev_pag {
	margin-right: 15px;
}

.pagination li.prev_pag a {
	display: block;
	width: 166px;
	height: 35px;
	background-image: url(../images/pager_n_p_bg.png);
	background-repeat: no-repeat;
	font-size: 0;
	border: 0;
	background-color: transparent;
}

.pagination li.prev_pag a:hover {
	background-position: left 100%;
}

.pagination li.next_pag {
	margin-left: 15px;
}

.pagination li.next_pag a {
	display: block;
	width: 166px;
	height: 35px;
	background-image: url(../images/pager_n_p_bg.png);
	background-repeat: no-repeat;
	background-position: right 0;
	font-size: 0;
	border: 0;
	background-color: transparent;
}

.pagination li.next_pag a:hover {
	background-position: right 100%;
}

.search_tab_content .pagination {
	padding: 10px 0 40px;
}

.search_with_ads_wrap .search_main {
	width: 70%;
	float: left;
	background: #fff;
}

.ads_sidebar {
	width: 30%;
	float: right;
	background: #ededed;
	padding: 20px;
	text-align: center;
}


/*09-03-2017
.search_with_ads_wrap .search_result_item:nth-child(6n+1) {
    clear: none;
}
.search_with_ads_wrap .search_result_item:nth-child(4n+1) {
    clear: both;
}
*/

.search_with_ads_wrap .search_tab_nav li {
	width: 33.10%;
}

.search_with_ads_wrap .search_container {
	background: #ededed;
}

.single_ads {
	margin-bottom: 80px;
}

.single_ads:last-child {
	margin-bottom: 0;
}

.ads_bottom {
	background: #ededed;
	text-align: center;
	padding: 20px 15px;
}


/*06-02-2017*/


/*15-02-2017*/

.browse_title {
	background: #ededed;
	padding: 26px 0;
}

.browse_title h2 {
	margin: 0;
	font-family: 'hbold';
	color: #666b6d;
	font-size: 28px;
	font-weight: normal;
}

.browse_tab_content .search_result_item figure {
	height: 235px;
}

.browse_tab_content .search_result_item figcaption {
	font-size: 20px;
	color: #fff;
	font-family: 'hbold';
	background: rgba(0, 0, 0, 0.3);
	opacity: 1;
}

.top_wp {
	background: #ededed;
	text-align: center;
	padding: 15px;
}

.browse_main_wrap .ads_sidebar {
	padding: 0px 20px 13px;
}

.search_tab_content .search_result_item figcaption {
	font-size: 14px;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	line-height: normal;
}

.search_tab_content .search_result_item figure {
	height: 170px;
}

.search_tab_content.browse_tab_content .search_result_item figcaption {
	opacity: 1;
	font-size: 20px;
	padding: 10px 20px;
	font-family: 'hregular';
}


/*15-02-2017*/


/*25-02-2017*/

.media_wrapper {
	background-color: #eaedf0;
}

.media_top_ads {
	padding: 10px 15px;
}

.media_top_ads img {
	display: block;
	margin: 0 auto;
}

.breadcrumb_wrap {
	background-color: #fff;
	margin-bottom: 10px;
}

.breadcrumb_wrap .breadcrumb {
	background: #fff;
	padding: 10px 0;
}

.media_hero_white_bg {
	background-color: #fff;
	padding: 20px;
}

.media_hero_header h2 {
	font-size: 16px;
	color: #666b6d;
	margin: 0 0 10px;
}

.media_hero_header h2 strong {
	font-family: 'hbold';
	font-size: 18px;
}

.media_hero_action a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	font-size: 16px;
	color: #666b6d;
}

.media_hero_action .media_hero_action_right a {
	font-size: 20px;
}

.media_hero_action a:last-child {
	margin-right: 0;
}

.media_hero_action_left a img {
	margin-right: 5px;
}
.media_hero_action_left a i {
	margin-right: 5px;
}
.tooltip-inner {
	font-size: 12px;
	color: #666b6d;
	background: #eaedf0;
	border-radius: 3px;
	box-shadow: 1px 1px 2px #d1d5da;
}

.tooltip.in {
	opacity: 1;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #eaedf0;
}

.tooltip.left .tooltip-arrow {
	border-bottom-color: #eaedf0;
}

.tooltip.right .tooltip-arrow {
	border-bottom-color: #eaedf0;
}

.media_hero_header {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #dddee1;
}

.media_hero_slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	border: 0;
	box-shadow: none;
	font-size: 0;
	/*background-color: transparent;*/
        background-color: rgba(0, 0, 0, 0.74);
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center center;
}

.media_hero_slider .slick-arrow.slick-prev {
	background-image: url(../images/media_slider_arrow_prev.png);
	left: 0;
}

.media_hero_slider .slick-arrow.slick-next {
	background-image: url(../images/media_slider_arrow_next.png);
	right: 0;
}

.media_hero_slider .slick-arrow:hover {
	background-color: #eaedf0;
}

.media_hero_each img {
	display: block;
	margin: 0 auto;
}

.more_travel_img a {
	float: left;
	display: block;
	width: 9%;
	margin-right: 3.5%;
	margin-bottom: 5px;
	transition: 0.3s;
	border: solid 2px #fff;
}

.more_travel_img a:nth-child(8n) {
	margin-right: 0;
}

.more_travel_img a:hover {
	border: solid 2px #1ca3da;
}

.more_travel_img a img {
	display: block;
	width: 100%;
	height: auto;
}

.more_travel h3 {
	font-size: 18px;
	color: #666b6d;
	font-family: 'hbold';
	border-bottom: solid 1px #dddee1;
	margin-bottom: 15px;
	padding-bottom: 10px;
	margin-top: 0;
}

.more_travel {
	border-bottom: solid 1px #dddee1;
	margin-bottom: 25px;
	padding-bottom: 15px;
	padding-top: 20px;
}

.media_realted a {
	font-size: 14px;
	padding: 4px 9px;
	margin-bottom: 2px;
}

.media_realted span {
	font-size: 18px;
}

.media_realted {
	border-bottom: solid 1px #dddee1;
	padding: 0;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.description h3 {
	font-size: 18px;
	color: #666b6d;
	font-family: 'hbold';
	padding-bottom: 10px;
	margin: 0;
}

.photo_share h3 {
	font-size: 18px;
	color: #666b6d;
	font-family: 'hbold';
	border-bottom: solid 1px #dddee1;
	margin-bottom: 15px;
	padding-bottom: 10px;
	margin-top: 0;
}

.photo_share h3 img {
	margin-left: 5px;
}

.like_photo_row {
	font-size: 0;
	margin-bottom: 15px;
}

.like_photo_row:last-child {
	margin-bottom: 0;
}

.like_photo_row label {
	font-size: 16px;
	color: #77787c;
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	margin: 0;
	width: 36%;
	padding-right: 10px;
}

.like_photo_row input {
	font-size: 16px;
	color: #333;
	vertical-align: middle;
	width: 64%;
	padding: 0 10px;
	height: 36px;
	border: solid 1px #dedfe2;
}

.like_photo_row input::-webkit-input-placeholder {
	color: #dbdbdf;
}

.like_photo_row input:-moz-placeholder {
	color: #dbdbdf;
}

.like_photo_row input::-moz-placeholder {
	color: #dbdbdf;
}

.like_photo_row input:-ms-input-placeholder {
	color: #dbdbdf;
}

.photo_share {
	margin-bottom: 20px;
}

.media_ads {
	margin-bottom: 20px;
	text-align: center;
}

.flag_modal .modal-dialog {
	width: 700px;
}

.flag_modal .modal-content {
	border-radius: 0;
}

.flag_modal .modal-body {
	padding: 25px 30px;
}

.flag_modal_header {
	margin: 0 0 20px;
	position: relative;
	padding-right: 55px;
}

.modal_cross {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	background-color: transparent;
	padding: 0;
}

.modal_cross img {
	display: block;
	margin: 0 auto;
}

.flag_modal_header h3 {
	font-size: 20px;
	color: #666b6d;
	margin: 0 0 5px;
	font-family: 'hbold';
}

.flag_modal_header p {
	font-size: 16px;
	color: #77787c;
	margin: 0;
}

.flag_modal_header p a {
	color: #0ea0db;
}

.flag_modal_header p a:hover {
	text-decoration: underline;
}

.rad_style input {
	display: none;
}

.rad_style label {
	display: block;
	font-weight: normal;
	position: relative;
	margin: 0;
	font-size: 16px;
	color: #77787c;
	padding-left: 20px;
}

.rad_style label:before {
	content: '';
	width: 13px;
	height: 13px;
	box-shadow: 0px 0px 0 1px #999;
	position: absolute;
	top: 5px;
	left: 0;
	border-radius: 50%;
}

.rad_style input:checked + label:before {
	background: #0ea0db;
	border: solid 2px #fff;
	box-shadow: 0px 0px 0 1px #0ea0db;
}

.flag_poll {
	padding-left: 20px;
	margin-bottom: 30px;
}

.flag_poll li {
	margin-bottom: 8px;
}

.flag_poll li:last-child {
	margin-bottom: 0;
}

.flag_poll_btn {
	font-size: 16px;
	color: #fff;
	border: solid 1px #0ea0db;
	border-radius: 4px;
	background: #0ea0db;
	font-family: 'hbold';
	text-transform: uppercase;
	font-weight: normal;
	padding: 8px 11px;
}

.flag_poll_btn:hover {
	background-color: #0a7ba8;
	border-color: #0a7ba8;
}

.flag_cancel_btn {
	border-color: #d2d3d7;
	background-color: #fff;
	color: #00b0e2;
	margin-right: 5px;
}

.flag_cancel_btn:hover {
	background-color: #d2d3d7;
	border-color: #d2d3d7;
	color: #333;
}


/*25-02-2017*/

.media_hero_slider {
	position: relative;
	text-align: center;
}

.ads_anchor {
	display: inline-block;
	margin-top: 5px;
	font-size: 16px;
	color: #0ea0db;
}

.ads_anchor:focus {
	color: #00b0e2;
}

.ads_anchor:hover {
	color: #000;
}

.single_ads img {
	display: block;
	margin: 0 auto;
}

.search_tab_content {
	padding: 1.5%;
}

.pagination ul {
	font-size: 0;
}

.ads_top {
	padding: 0 0px 20px;
	background: #ededed;
}

.media_details_right {
	padding-top: 66px;
}

.bgwhite {
	background-color: #fff;
}

.search_without_ads .search_tab_nav {
	padding-top: 2px;
}

.account-createH {
	background: #0ea0db;
	padding: 5px 0 7px;
	text-align: center;
}

.account-createH h3 {
	margin: 0;
	font-size: 20px;
	font-family: 'hbold';
	color: #fff;
	display: inline-block;
	position: relative;
}

.account-createH h3::after {
	background: rgba(0, 0, 0, 0) url("../images/tickA.png") no-repeat scroll 0 0;
	content: "";
	height: 23px;
	left: -31px;
	position: absolute;
	top: 0;
	width: 22px;
}

.account-createD {
	padding: 41px 0;
	background: #fff;
	text-align: center;
}

.account-createD h2 {
	margin: 0;
	font-family: 'hbold';
	margin-bottom: 18px;
}

.account-createD p {
	margin-bottom: 0;
	color: #666b6d;
	font-size: 16px;
	max-width: 33%;
	margin: 0 auto;
	line-height: normal;
	margin-bottom: 30px;
}

.inputUp {
	position: relative;
}

.uploadImg {
	margin-bottom: 43px;
}

.inputUp span {
	padding: 10px 54px;
	display: inline-block;
	background: #0ea0db;
	text-transform: uppercase;
	color: #fff;
	font-family: 'hbold';
	letter-spacing: 1px;
	border-radius: 3px;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
}

.inputUp span:hover {
	background: #0b82b2;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
}

.inputUp input[type="file"] {
	bottom: 0;
	cursor: pointer;
	left: 0;
	opacity: 0;
	outline: medium none;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.col-halfA .blog_box_text p {
	max-width: 76%;
	margin-left: auto;
	margin-right: auto;
	min-height: 103px;
}

.col-halfA .blog_box_text h3 {
	font-size: 30px;
	color: #666b6d;
}

.col-halfA {
	margin-bottom: 53px;
}

.checkYourEmail {
	max-width: 553px;
	margin: 35px auto;
	background: #fff;
	padding: 57px 60px 52px;
	text-align: center;
}

.checkYourEmail h2 {
	font-size: 28px;
	margin-top: 0;
	font-family: 'hbold';
	margin-bottom: 20px;
}

.exmargin {
	padding-top: 16px;
}

.checkYourEmail p a {
	color: #0ea0db;
}

.checkYourEmail p a:hover {
	color: #0a6e96;
}


/*09-03-2017*/

.search_img_row:after {
	clear: both;
}

.search_img_row:after,
.search_img_row:before {
	content: '';
	display: table;
}

.search_result_item {
	float: left;
    width: 22%;
    margin: 1.5%;
}
.search_result_item img{
	width: 100%;
	height: auto;
	display: block;
}

.searchWithAds .tab-pane {
	text-align: center;
	font-size: 0;
}


.media_hero_action .media_hero_action_right a:first-child i {
	font-style: normal;
}

.media_hero_action .media_hero_action_right a:first-child i.heart:after {
	font-family: 'FontAwesome';
	content: "\f08a";
	color: #666b6d;
	position: relative;
}

.media_hero_action .media_hero_action_right a:first-child:hover i.heart:after {
	font-family: 'FontAwesome';
	content: "\f004";
	color: #ff574f;
}

.media_hero_action .media_hero_action_right a:nth-child(2):hover {
	color: #ff574f;
}

.media_hero_action .media_hero_action_right a:nth-child(3):hover {
	color: #3b3b3b;
}

.media_hero_action .media_hero_action_right a:nth-child(4):hover {
	color: #3b3b3b;
}

/*16-03-2017*/
.search_without_ads .search_tab_content {
    padding: 1%;
}
.search_without_ads .search_result_item{
	width: 14.66%;
    margin: 1%;
}



/*22-03-2017*/
.print_photo_img figure{
	max-width: 160px;
    height: auto;
    margin: 0 auto 20px;
    box-shadow: -3px 3px 10px rgba(0,0,0,0.6);
}
.print_photo_img figure img{
	display: block;
	width: 100%;
	height: auto;
}
.print_photo_img{
	text-align: center;
}
.print_photo_img h4{
	font-size: 14px;
	font-family: 'hbold';
	color: #666b6d;
	margin: 0 0 2px;
}
.print_price{
	font-size: 14px;
	color: #666b6d;
	display: block;
	margin: 0 0 15px;
}
.print_price strike{
	color: #bbbbbb;
}
.print_btn{
	font-size: 16px;
	display: inline-block;
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
	background-color: #0ea0db;
	font-family: 'hbold';
	padding: 10px 55px;
}
.print_btn:focus{
	color: #fff;
}
.print_btn:hover{
	background-color: #0a7ba8;
	color: #fff;
}
.print_photo{
	margin-top: 40px;
}
/*22-03-2017*/


/*---25/03/2017----*/

.bgwhite.top-gap-term {
	margin: 40px 0;
}
.top-gap-term h2 {
	font-size: 28px;
	color: #2d3135;
	font-family: 'hbold';
	margin: 0 0 10px;
}
.top-gap-term h3 {
	font-size: 15px;
	font-style: italic;
	margin: 0 0 30px;
}
.search_tab_content.top-gap-term {
	padding: 2%;
}
.top-gap-term h4 {
	font-family: 'hbold';
	font-size: 14px;
	margin: 40px 0 2px;
	color: #666b6d;
}
.top-gap-term p {
	font-size: 14px;
	color: #666b6d;
	line-height: 18px;
	margin-bottom: 15px;
}
.top-gap-term ul {
	margin-left: 30px;
}
.top-gap-term ul li {
	text-decoration: none;
	font-size: 14px;
	color: #666b6d;
	line-height: 18px;
	margin-bottom: 15px;
	list-style-type: disc;
}
.top-gap-term ul li a {
	color: #0ea0db;
}
.top-gap-term ul li a:hover {
	text-decoration: underline;
}
.top-gap-term p a {
	color: #0ea0db;
}
.top-gap-term p a:hover {
	text-decoration: underline;
}