		*,
*::before,
*::after {
	vertical-align: baseline;
	margin: 0;
	border: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active,
a:focus,
a:active {
	outline: none;
}

html,
body {
	height: 100%;
	min-width: 320px;
}

input,
button,
textarea {
	font-family: "Roboto";
}

input::-ms-clear {
	display: none;
}

button {
	border-width: 0;
	color: inherit;
	background-color: transparent;
	cursor: pointer;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}


/* *********contact page css below********************************************************** */

#contact-btn {
	margin-left: 0px;
	padding: 15px 20px;
	font-family: "Roboto";
}

textarea.input {
	min-height: 175px;
	padding: 15px;
}

.content-text {
	padding: 15px 20px;
}



.input::placeholder {
	opacity: 0.2;
	color: #000000;
}

.form-group {
	margin-bottom: 30px;
}

.input {
	height: 45px;
	width: 600px;
	border-radius: 4px;
	font-size: 25px;
	border: 1px solid #d7d7d7;
	background-color: #ffffff;
	padding-left: 15px;
}

label {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 20px;
}

#any_questions {
	font-size: 20px;
	font-family: "Roboto Condensed", sans-serif;
}

#support_title {
	padding: 15px 20px;
}

input,
button,
textarea {
	font-family: "Roboto Condensed", sans-serif;
}

.contact_info_descr {
	font-size: 20px;
	letter-spacing: 0.1px;
	line-height: 1.1;
}

.contact_info_col {
	padding: 15px 20px;
	border-radius: 4px;
	width: 100%;
	margin-bottom: 10px;
	color: #606060;
}
.section__wrap {
		padding-top:10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 70px;
}

.section-main {
	width: 100%;
  
}

.section-main .text {
	text-align: center;
}
.section-aside {
	padding: 12px 40px;
}

.aside__title {
	margin-bottom: 20px;
	border-bottom: 1px solid #ec4256;
	padding-bottom: 15px;
	font-family:"Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 25px;
	text-align: center;
	text-transform: capitalize;
	color:#ec4256;
}

.aside__wrap {
	text-align: center;
}

.aside__item img {
	max-width: 100%;
}


/* **************contact page css above************************************************** */

.text {
	font-size: 20px;

	padding-bottom: 10px;
}

#twotwo_title {
	padding: 15px 20px;
}

iframe.iframe-item,
img.image-item {
	display: block;
	width: 33%;
	box-sizing: border-box;
}


/* category content_item.tpl css below */

.thumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 5px -5px 20px;

}

.thumb {
	padding: 10px;
	width: 50%;
	max-width: 360px;
	font-family: "Source Sans Pro", sans-serif;
	color: #e1e1e1;
	-webkit-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	cursor: pointer;
	background-color:#e0e1d3;
}

	.thumb:hover .name {
		color:#ffffff;
	}

.thumb__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

}

.thumb__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 300;
}

.thumb__info img {
	margin: 0 5px;
	color:blue;
}

.thumb__item {
	position: relative;
	width: 100%;
}

.thumb__item img {
	max-width: 100%;
}

.online {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 16px;
	text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.46);
	color: #5bff76;
}

.thumb-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #2f2f2f;
	padding: 7px 5px 7px 15px;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 19.7px;
	color: #e1e1e1;
	background-color: #000000;
}


.thumb-row .txt {
	padding: 0 0 0 5px;
	white-space: nowrap;
		
}

.name {
	font-weight: 600;
	white-space: nowrap;
	color: #ec4256;
	-webkit-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

.custom_head_html {
	text-decoration:underline;
}



.num {
	padding: 0 5px;
	font-family:"Source Sans Pro", sans-serif;
	font-weight: 300;
	font-size: 26px;
}

.player {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 56.25%;
	height: 0;
	width:100%;
}

.player video,
.player iframe,
.player object,
.player embed {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
}


.video-btn {
	display: block;
	border-radius: 4px;
	padding: 10px;
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
	color:  #e4e4e4;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(16%, #d11349), color-stop(85%,#b7174c));
	background-image: -o-linear-gradient(bottom,#d11349 16%, #b7174c 85%);
	background-image: linear-gradient(0deg,#d11349 16%,#d11349 85%);
	cursor: pointer;
}


.video-btn:hover {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(16%, #B7174C), color-stop(85%, #D11349));
	background-image: -o-linear-gradient(bottom, #B7174C 16%, #D11349 85%);
	background-image: linear-gradient(0deg, #B7174C 16%, #D11349 85%);
}

.breadcrumbs {
	margin-bottom: 20px;
}
.breadcrumbs {
	margin-bottom: 20px;
}

.breadcrumbs__link {
	font-family:"Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 0.005em;
	color:#ff164e;
	-webkit-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

.breadcrumbs__link:not(:last-child)::after {
	content: ">";
	margin: 0 10px;
	color: #dadada;
}

.breadcrumbs__link_current {
	color: #000000;
}

.breadcrumbs__link:hover {
	color: #dadada;
}


.descr {
	margin-bottom: 60px;
}

.descr-info {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 22.8px;
	text-align: left;
	color: #000000;
}

.descr-info__name {
	margin-bottom: 10px;
	border-bottom: 2px solid  #dadada;
	padding: 10px 0;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 28.4px;
	color: #000000;
}
.model-text{
	color: #000000;
	font-family: "Source Sans Pro", sans-serif;
}

.pagging {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 60px;
}

.pagging.pagging-top {
	margin-bottom: 20px;
}

.pagging__arrow,
.pagging__list li {
	margin: 0 3px;
	border-radius: 4px;
	padding: 0 10px;
	height: 40px;
	min-width: 40px;
	font-weight: 600;
	font-size: 15px;
	line-height: 40px;
	white-space: nowrap;
	text-align: center;
	text-transform: uppercase;
	color:#000000;
	background-color: #e0e1d3;
	-webkit-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}


.pagging__arrow:hover{
	color:  #ffffff;
	background-color:  #ec4256;
}

.pagging__arrow .active,
.pagging__list li:hover{
	color:  white;
	background-color:  #ec4256;
}



.pagging__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagging__list ._hide {
	display: none;
}

.pagging__link {
	display: block;
}

.pagging__arrow {
	white-space: nowrap;
}

.pagging__arrow span {
	display: none;
}


/* category content_item.tpl css above */


/* categories tags.tpl css below */

.categ-but {
	max-width: 360px;
	width: 100%;
	font-size: 22px;
	color: #fff;
	background-color: #ec4256;
}

.categ-but:hover {
	border: 1px solid #ec4256;
	color: #ec4256;
	background-color: transparent;
}

.categories {
	display: inline-grid;
	grid-template-columns: 360px;
	margin: 10px 10px 10px 0
}

.thumb {
	max-width: 360px;
	width: 100%;
}

.categories:hover {
	-webkit-box-shadow: 0 11px 11px 11px rgba(255, 0, 0, 0.3);
	box-shadow: 0 21px 11px 11px #000000;
}


#category-title {
	padding-top: 10px;
}

#category-section {
	padding-bottom: 25px;
}


/* categories css above */


/* dmca css below */

#dmca-btn {
	margin-left: 0px;
	padding: 15px 20px;
	font-family: "Roboto";
}

#dmca_title {
	padding: 15px 20px;
}

#dmca_info {
	font-size: 20px;
}

.dmca_info_descr {
	padding-bottom: 25px;
	font-size: 30px;
}


/* dmca css above */

a {
	color: inherit;
	cursor: pointer;
}

a,
a:visited,
a:hover {
	text-decoration: none;
}

ul,
ol,
dd {
	list-style: none;
}

img {
	vertical-align: top;
	-o-object-fit: cover;
	object-fit: cover;
	 
}

body {
	font-family: "Roboto";
	font-weight: 300;
	font-size: 14px;
	line-height: 1.2;
	background: #fff;
}

h1 {
	margin-bottom: 20px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 46px;
	letter-spacing: -0.025em;
	text-align: center;
	text-shadow: 0 4px 10px rgba(20, 20, 20, 0.23);
	color: #ec4256;
}


h2 {
	margin-bottom: 30px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 38px;
	letter-spacing: -0.025em;
	text-align: center;
	text-shadow: 0 4px 10px rgba(20, 20, 20, 0.23);
	text-transform: uppercase;
	color: #ec4256;
}

h3 {
	margin-bottom: 20px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 36px;
	letter-spacing: -0.025em;
	text-align: center;
	text-shadow: 0 4px 10px rgba(20, 20, 20, 0.23);
	color: #ec4256;
}


.quadimg-title{
	color: #ec4256;
	font-family: "Open Sans", sans-serif;
}

.circleimg-title{
	color: #ec4256;
	font-family: "Open Sans", sans-serif;
}

.largeimg-title{
	color: #ffffff;
	font-family: "Open Sans", sans-serif;
}

.slider-title1{
	color: #ec4256;
	font-family: "Open Sans", sans-serif;
} 
.slider-title2{
	color: #ec4256;
	font-family: "Open Sans", sans-serif;
}


p {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0.005em;
	color: #8c8c8c;
	text-align:center;
}

.quadimg-text{
	color: #8c8c8c;
	font-family: "Source Sans Pro", sans-serif;
}

.circleimg-text{
	color: #8c8c8c;
	font-family: "Source Sans Pro", sans-serif;
}

.largeimg-text{
	color: #ffffff;
	font-family: "Source Sans Pro", sans-serif;
}
.slider-text{
	color: #8c8c8c;
	font-family: "Source Sans Pro", sans-serif;
}

p+p {
	margin-top: 30px;
}

.block {
	padding: 30px 0;
	/*formerly 60px*/
}



.sec3background{
	background-color:#ffffff;
}
.sec5background{
	background-color:#ffffff;
}
.sec6background{
	background-color:#000000;
}
.sec7background{
	background-color:#ffffff;
}

.wrapper {
	overflow: hidden;
	width: 100%;
	min-height: 100%;
}

.container {
	margin: 0 auto;
	width: 100%;
	max-width: 1660px;
}

.btn {
	position: relative;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 5px;
	padding: 10px 17px;
	font-weight: 300;
	letter-spacing: 0.005em;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.btn_o {
	font-family: "Roboto";
	display: none;
	border: 1px solid #ec4256;
	color: #ec4256;
}

.btn_o:hover {
	color: #ffffff;
	background-color: #ec4256;
	border: 1px solid #ec4256;
}

.btn_r {
	font-family: "Roboto";
	margin: 0 auto;
	max-width: 524px;
	font-size: 22px;
	border: 1px solid #ec4256;
	color: #ffffff;
	background-color: #ec4256;
}

.btn_r:hover {
	border: 1px solid  #ec4256;
	color: #ec4256;
	background-color: transparent;
}

.disclaimer {
	text-align: center;
}

.socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;


}

.socials a {
	margin: 10px;
	border-radius: 30px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;

}

.socials a img {	
	max-width: 100%;
}

.socials a:hover {
	-webkit-box-shadow: 5px 11px 11px 7px rgba(20, 20, 20, 0.4);
	box-shadow: 5px 11px 11px 7px rgba(224,225,211,1);
}

.shadow-down,
.shadow-up {
	position: relative;
}

.shadow-down::before,
.shadow-up::after {
	content: "";
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 40px;
	background: url("/templates/singlelandercam/127/images/shadow.png") no-repeat;
}

.shadow-down::before {
	bottom: 0;
}

.shadow-up::after {
	top: 0;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.logo {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.005em;
	white-space: nowrap;
	-webkit-text-fill-color: transparent;
	text-transform: capitalize;
	color: #fc465c;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(252,70,92,0.49))), to(#fc465c));
	background: -o-linear-gradient(bottom,  rgba(252,70,92,0.49) 0%, #fc465c 100%);
	background: linear-gradient(0deg, rgba(252,70,92,0.49) 0%, #fc465c 100%);
	-webkit-background-clip: text;
	background-clip: text;
}

.header {
	background: #000000;
}

.header-row {
	position: relative;
	z-index: 5;
	padding: 10px 0;
}

.holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.menu__button {
	display: none;
}

.menu__lines,
.menu__lines::after,
.menu__lines::before {
	position: absolute;
	border-radius: 3px;
	width: 30px;
	height: 4px;
	background-color: #fc465c;
}

.menu__lines {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.menu__lines::before {
	content: "";
	top: -8px;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.menu__lines::after {
	content: "";
	right: 0;
	top: 8px;
	width: 100%;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.active .menu__lines {
	background: transparent;
}

.active .menu__lines::before {
	top: 0;
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

.active .menu__lines::after {
	top: 0;
	width: 100%;
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.nav_icon_1, .nav_icon_2, .nav_icon_3{
	background-image:url(/templates/singlelandercam/127/images/nav_icons_red.png);
    background-repeat:no-repeat;
	margin-right:10px;
}
.nav_icon_1{
	
	height: 11px;
	width: 11px;
	  background-position: -1px -4px;

}
.nav_icon_2{
	
	height: 9px;
	width: 16px;
background-position: -41px -4px;
}

.nav_icon_3{

	height: 22px;
	width: 27px;
background-position: -14px 0px;
}


.menu__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.menu__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px;
	font-family: "Roboto";
	font-weight: 300;
	font-size: 26px;
	letter-spacing: 0.005em;
	white-space: nowrap;
	color: #cccccc;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
}

.menu__link img {
	margin-right: 10px;
}

.menu__link:focus,
.menu__link:hover,
.menu__link:active,
.menu__link_active {
	position: relative;
	text-decoration: underline;
	color: #fc465c;
}

.categories-block {
	position: relative;
	z-index: 10;
	height: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.categories-block ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px;
}

.categories-block li {
	padding: 5px;
	width: calc(100% / 2);
	font-size: 26.3px;
	font-family: "Roboto";
	color: #cccccc;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.categories-block li:hover {
	color: #fc465c;
}

.categories-block.active {
	height: 100%;
	opacity: 1;
	visibility: visible;
	background-color: #000000;
}

.categories-btn.active img {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.video {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%;
	height: 0;
	background: #000;
}

.video video,
.video iframe,
.video object,
.video embed {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.tag-video {
	position: relative;
	overflow: hidden;
	height: 0;
	background: #000;
}

.tag-video video,
.tag-video iframe,
.tag-video object,
.tag-video embed {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.parallax1,
.parallax2,
.parallax3 {
	position: relative;
	height: 100%;
	background: transparent;
}

.parallax1 .caption {
	padding: 20px 0;
}

.parallax2 p,
.parallax2 h3 {
	color: #fff;
}

.parallax2 img {
	width: 100%;
}

.caption {
	padding: 60px 0;
}

.col-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
	height: 100%;
}

.col-items-b {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
	height: 100%;
}


#bigcam {
    padding-left:1px;
	width:100%;
	height:100%;
}


.col-items a {
	display: block;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.col-items-b a {
	display: block;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.col-item {
	margin: 10px;
	border-radius: 3px;
	-webkit-box-shadow: 5px 11px 21px 0 rgba(20,20,20,0.23);
	box-shadow: 5px 11px 21px 0 rgba(20,20,20,0.23);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 33%;
	float: left;
}

.col-item-b {
	margin: 10px;
	border-radius: 3px;
	-webkit-box-shadow: 5px 11px 21px 0 rgba(20,20,20,0.23);
	box-shadow: 5px 11px 21px 0 rgba(20,20,20,0.23);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}



.col-item img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.col-item-b img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}



.quadimg img{
	height 270.75px;
	height: 270.75px;
	max-height: 270.75px;
	
}

.col-item iframe {
	display: block;
	width: 100%;
}

.col-item:hover {
	-webkit-box-shadow: 5px 11px 21px 0 rgba(20,20,20,0.7);
	box-shadow: 5px 11px 21px 0 rgba(20,20,20,0.7);
}

.col-item-b:hover {
	-webkit-box-shadow: 5px 11px 21px 0 rgba(20,20,20,0.7);
	box-shadow: 5px 11px 21px 0 rgba(20,20,20,0.7);
}



.block2 {
	background-color: #f1f1f1;
}

.cam-category-background {
	background-color: #f1f1f1;
}

.block2 a:nth-last-child(1) {
	position: relative;
}



.block2 a:nth-last-child(1)::after:hover {
	opacity: 0.35;
	cursor: pointer;
}

.block3 h3 {
	text-align: center;
}

.block3 .col-items,
.block3 .col-items-b {
	padding-bottom: 60px;
}

.block3 .col-item,
.block3 .col-item-b {
	position: relative;
	overflow: hidden;
	margin: 50px auto 0;
	border-radius: 50%;
	width: 300px;
	height: 300px;
}

.block3 .col-item span,
.block3 .col-item-b span {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 100%;
	font-family: "Roboto";
	font-weight: 900;
	font-size: 40.1px;
	letter-spacing: -0.025em;
	text-align: center;
	text-shadow: 0 7px 10px rgba(20, 20, 20, 0.37);
	color: #ffffff;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.block3 .col-item img,
.block3 .col-item-b img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.col-img {
	margin: 0 auto;
	margin-bottom: 30px;
	max-width: 718px;
}

.col-img img {
	width: 100%;
	height: auto;
}


/*block2 .col-item was removed from the below selectors*/

.slider__item .col-item,
.slider__item .col-item-b,
.block3 .col-item,
.block3 .col-item-b {
	border: 7px solid #ec4256;
}




/*block2 .col-item:hover was removed from the below selectors*/

.slider__item .col-item:hover,
.slider__item .col-item-b:hover,
.block3 .col-item:hover,
.block3 .col-item-b:hover {
	border: 7px solid #000000;
	-webkit-box-shadow: rgba(20,20,20,0.7);
	box-shadow: rgba(20,20,20,0.7);
}


/*block2 col-item was removed for the below to rid of duplicate borders on the 3cams*/

.iframe-item iframe,
.img-item img {
	border: 7px solid #ec4256;
}


/*block2 col-item:hover was removed for the below so the border styles are on the img/frame themselves*/

.iframe-item iframe:hover,
.img-item img:hover {
	border: 7px solid #000000;
	-webkit-box-shadow: 5px 11px 21px 0 rgba(20, 20, 20, 0.7);
	box-shadow: 5px 11px 21px 0 rgba(20, 20, 20, 0.7);
}



.slider__item .col-item:hover:last-child::after,
.slider__item .col-item-b:hover:last-child::after,
.block2 .col-item:hover:last-child::after,
.block3 .col-item:hover:last-child::after,
.block3 .col-item-b:hover:last-child::after {
	opacity: 0.35;
	cursor: pointer;
}

.block4 h2 {
	text-align: center;
}

.block5 {
	background-color: #303030;
	
}

.slick-slider {
	position: relative;
	min-width: 0;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-list {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.slick-track {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	font-size: 0;
}

.slick-slide {
	position: relative;
}

.slider {
	position: relative;
	margin-bottom: 20px;
	padding: 0 30px;
}

.slider .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
	margin: -30px 0 0;
	width: 40px;
	height: 60px;
	font-size: 0;
	background: url("/templates/singlelandercam/127/images/arr.png") center no-repeat;
}

.slider .slick-arrow.slick-prev {
	left: 0;
}

.slider .slick-arrow.slick-next {
	right: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.slider .slick-arrow.slick-disabled {
	opacity: 0.2;
}

.slider__item {
	padding: 25px 10px;
}

.slider__item .col-item,
.slider__item .col-item-b {
	margin: 0;
}

footer {
	padding: 18px 0;
	background-color: #000000;
}

.footer {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer .logo {
	margin: 0 0 20px;
}

.disclaimer {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 860px;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 17px;
	line-height: 1;
	color: #b5b5b5;
}

.info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 19.3px;
	text-align: right;
	color: #cacaca;
}

.info-top a {
	line-height: 1.5;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.info-top a:not(:last-child)::after {
	content: "|";
	padding-right: 5px;
}

.info-top a:hover {
	color: #ec4256;
}

.info-bottom {
	text-transform: uppercase;
}

.parallax1 {
	background-color: black;
}

.parallax2 {
	background-color: black;
}

.social-background {
	background-color: black;
}

.cam-container {
	position: relative;
	overflow: hidden;
}

.gender-icon {
	
	width:17px;
	height:24px;
	display:block;
	cursor: pointer;
	background:url(/templates/singlelandercam/127/images/gender.png);
 	background-repeat: no-repeat;
}

.icon-m {
	 background-position: 0px 0px;
}

.icon-f {
	 background-position: -17px 0px;
}

.icon-s {
	 background-position: -32px 0px;
}

/*Non-Index pages styling tags below */

.content-title{
	color: #ec4256;
	font-family: "Open Sans", sans-serif;
}

.content-text p{
	color: black;
	font-family: "Roboto Condensed", sans-serif;;
}

.form-text{
	color: black;
	font-family: "Roboto Condensed", sans-serif;;
}

.form-background{
	background-color:#ffffff;
	max-width:1663px;
}
.form-background2{
	background-color:#ffffff;
}

.nonindex-btn{
    border: 1px solid #ec4256;
	color: #ffffff;
	background-color: #ec4256;
}
.nonindex-btn:hover{
    border: 1px solid  #ec4256;
	color: #ffffff;
	background-color: transparent;
}
.categoriescams-thumb{
	background-color: #e0e1d3;
}

/*Non-Index pages styling tags above */


@media all and (min-width: 379.98px) {
	.categories-block ul {
		padding: 20px;
	}
	
}

@media all and (min-width: 479.98px) {
	.categories-block li {
		width: calc(100% / 3);
	}
	.col-items a {
		width: 50%;
	}
	.col-items-b a {
		width: 50%;
	}

	.block2 a,
	.block3 a {
		width: 50%;
	}
	.thumbs {
		margin-left: 90px;
	}
}

@media all and (min-width: 767.98px) {
	.btn_o {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: 50px;
		min-height: 60px;
		font-size: 20px;
	
	}
	.logo {
		margin-right: auto;
		padding-left: 15px;
		font-size: 46.2px;
	}
	.thumbs {
		margin-left: 90px;
	}

}

@media all and (min-width: 991.98px) {
	h2 {
		font-size: 70px;
	}
	h3 {
		font-size: 62.8px;
		text-align: left;
	}
	p {
		font-size: 26px;
	}
	.btn_r {
		height: 94px;
		font-size: 42.1px;
	
	}
	.shadow-down::before {
		bottom: 0px;
	}
	.shadow-up::after {
		top: 0px;
	}
	.header-row {
		padding: 20px 0;
	}
	.categories-block li {
		padding: 5px 35px;
		width: calc(100% / 4);
	}
	.row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.col {
		padding: 0 10px;
		width: 50%;
	}
	.col-items {
		margin-bottom: 0;
	}
	.col-items-b {
		margin-bottom: 0;
	}


	.block3 .col-item span,
	.block3 .col-item-b span {
		font-size: 35px;
	}
	.block2 a {
		width: 20%;
	}
	.block3 a {
		width: 30%;
	}
	.block4 {
		padding: 90px 0 150px;
	}
	.block4 p,
	.block3 p {
		margin: 0 auto;
		max-width: 85%;
	}
	.slider {
		padding: 0 60px;
	}
	.slider .slick-arrow {
		top: 40%;
		margin: -30px 0 0;
		height: 110px;
	}
	.slider__item {
		padding: 25px 10px 40px;
	}
	.info {
		min-width: 380px;
	}
	#contact-btn {
		max-width: 600px;
		width: 600px;
	}
	#dmca-btn {
		max-width: 600px;
		width: 600px;
	}

	.thumbs {
		margin-left: 150px;
	}
}

@media all and (min-width: 1100px) {
	.categories-block li {
		width: calc(100% / 5);
	}
	.thumbs {
		margin-left: 180px;
	}
	.block3 a {
		width: 30%;
	}
}

@media all and (min-width: 1280px) {
	.categories-block li {
		width: calc(100% / 6);
	}
	.footer .logo {
		margin: 0;
	}
	.footer {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.thumbs {
		margin-left: 110px;
	}
	.block3 a {
		width: 30%;
	}
}

@media all and (min-width: 1440px) {
	.btn_o {
		font-size: 26px;
	}
	.thumbs {
		margin-left: 90px;
	}
}

@media all and (min-width: 1680px) {
	.col {
		padding: 0 30px;
	}
	.col-img {
		margin-bottom: 0;
		padding: 0 0 0 50px;
	}
	.block4 h3 {
		padding-left: 60px;
	}
}

@media all and (max-width: 1700px) {
	.container {
		padding: 0 10px;
	}
}

@media all and (max-width: 1680px) {
	.footer {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media all and (max-width: 1280px) {
	.holder {
		position: relative;
	}
	.menu__button {
		position: relative;
		z-index: 2;
		display: block;
		width: 35px;
		height: 35px;
		-webkit-transition: 0.5s ease-in;
		-o-transition: 0.5s ease-in;
		transition: 0.5s ease-in;
	}
	.menu__nav.active {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.menu__nav {
		display: none;
		padding: 20px 10px;
		width: 100%;
	}
	.menu__link {
		line-height: 60px;
	}
	.disclaimer {
		margin-bottom: 20px;
	}
	.info {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media all and (max-width: 991.98px) {
	.info {
		font-size: 14px;
		text-align: center;
	}
	#circle-imgs {
		width: auto;
		max-width: 100%;
		display: inline-grid;
		grid-template-columns: 300px;
		grid-template-rows: 310px 310px 310px;
	}
	#circle-img-cont {
		text-align: center;
	}
	.mobile-form-cont {
		text-align: center;
	}
	.mobile-form {
		width: auto;
		max-width: 100%;
	}
	.section-aside {
	display: none;
}
	
}

@media screen and (max-width: 767px) {
	.col-item {
		width: 100%;
	}

}

@media all and (max-width: 479.98px) {
	.disclaimer {
		padding: 0;
	}
	.input {
		width: 317px;
	}
	.quadimg img {
		max-width:359px;
	}
}

@media all and (max-width: 420px) {
	.thumbs {
		margin-left: 25px;
	}
	@media all and (max-width: 380px) {
		.thumbs {
			margin-left: 5px;
		}
		@media all and (max-width: 370px) {
			.thumbs {
				margin-left: 0px;
			}
	
		}
		/* For centered responsiveness

imgs {
width: auto;
max-width: 100%;}

container {
		text-align: center;
	}
	
*/