html, body { font-size: 16px;margin-top:0 !important; }
html { margin-top:0px; padding-top:0px; }
.clear { float:left; clear:both; }

.align-left { float:left; }
.align-right { float:right; }

::placeholder { color: #000;opacity: 1; /* Chrome, Firefox, Opera, Safari 10.1+ */ }
:-ms-input-placeholder { color: #000; /* Internet Explorer 10-11 */ }
::-ms-input-placeholder { color: #000; /* Microsoft Edge */ }

input, textarea { outline: none; }

p {
	line-height:1.8em;
}

.round {
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 12px; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 12px; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 12px; 
}

.no-padding { padding:0; }
.no-margin { margin:0; }
.no-padding-left { padding-left:0; }
.no-padding-right { padding-right:0; }

.margin-left-space-small { margin-left:12px; }
.margin-left-space-large { margin-left:32px; }

.margin-right-space-small { margin-right:12px; }
.margin-right-space-large { margin-left:32px; }

.img-responsive { max-width:100%; }

a { color:#000; }
a:hover { color:#7a7a7a;text-decoration:none; }
strong { font-weight:700; }

body {
	background:#fff;
	color:#000;
	font-family: 'Montserrat', sans-serif;	
	max-width:1280px;
	margin:0 auto;
}


.container {
	margin-bottom:40px;
}

#header {
	margin:36px 0px 0px 0px;
	padding-bottom:24px;
	border-bottom:1px solid #b2b2b2;
}

	#header h1 { float:left; }

	#header h1 img { height:64px; }
	.home.blog #header h1 img { height:auto; }

	.section_name {
		text-transform:uppercase;
		text-align:left;
		margin-top:32px;
		font-size:30px;
		font-weight:700;
	}
	.home.blog .section_name { margin-top:68px; }

	.home.blog .top-social { margin:30px 0px 18px 0px; }
	.top-social ul {
		list-style:none;
		padding:0;
		margin:0;
		float:right;
		clear:both;
		margin-bottom:18px;
	}
	.top-social ul li {
		float:left;
		margin-left:18px;
	}
	.top-social ul li:first-child { margin-left:0; }
	.top-social ul li a {
		display:block;
		width:24px;
		height:24px;
		color:#cececd;
		font-size:18px;
	}

	/*
	.lk-facebook:hover { color:#3b5999; }
	.lk-instagram:hover { color:#e4405f; }
	.lk-youtube:hover { color:#cd201f; }
	*/
	.lk-facebook:hover, .lk-instagram:hover, .lk-youtube:hover { color:#000; }

	.top-social .email-phone {
		float:right;
		clear:both;		
	}
	
	.top-social .lk-email {
		float:left;
		text-transform:uppercase;
		font-size:13px;
		font-weight:800;
		margin-top:3px;
	}
	.top-social .lk-phone {
		float:left;
		font-size:13px;
		font-weight:600;
		margin: 2px 0px 0px 16px;
	}

	/*
	.top-social .lk-phone:hover .fa-whatsapp {
		color:#25D366 !important;
	}
	*/

	
#container_content {
	margin: 56px 0px 100px 0px;
}

	.menu {
		list-style:none;
		padding:0;
		margin:0;
	}
	.menu li {
/*		clear:both;
		float:left;*/
		margin-bottom:18px;
	}
	.menu li:first-child { margin-top:0; }
	.menu li a {
		/*
		float:left;
		*/
		color:#7a7a7a;
		font-size:14px;
		font-weight:600;
		text-transform:uppercase;
		background:url(../img/icon-arrow.png) no-repeat 0px center;
		padding-left:30px;
	}

	.menu li a:hover {
		// animation
		-webkit-animation: bounce .4s forwards;
		animation: bounce .4s forwards;
		animation-direction: normal;
	}

	.menu li ul li {
		margin-bottom: 5px;
	}

	@keyframes bounce {
		0% {
			background-position: 0px center;
		}
		100% {
			background-position: 6px center;
		}
	}
	@-webkit-keyframes bounce {
		0% {
			background-position: 0px center;
		}
		100% {
			background-position: 6px center;
		}
	}

	.menu li a:hover {
		text-decoration: none;
		color:#000;
	}

	.menu li.current-menu-item > a, .menu li.menu-item-has-children > a.active, .menu li.current-menu-ancestor > a {
		background:url(../img/icon-x.png) no-repeat 0px center;
		color:#000;
	}
	.menu li.current-menu-ancestor .sub-menu { display:block !important; }
	.sub-menu a { background:none !important; }
	
	.sub-menu {
		display:none;
		width:100%;
	}
	.sub-menu .current-menu-item { border-bottom:1px solid #000; }

	.menu > li > ul {
		list-style:none;
		margin:10px 0px 20px 0px;
		padding: 0 0 0 30px;
	}



	.menu > li > ul > li { width:100%; }
	.menu > li > ul > li > a { 
		background:none;
		padding-left:0;
		text-transform:none;
		font-size:14px;
	}
	.menu > li > ul > li > a.active { 
		border-bottom:1px solid #000; 
		padding-bottom:3px;
	} 
	
	#container_menu .email-phone {
		float:right;
		clear:both;		
		margin-top:40px;
		text-align:center;
	}
	#container_menu .lk-email {
		text-transform:uppercase;
		color:#000;
		font-size:14px;
		font-weight:800;
	}
	#container_menu .lk-phone {
		display:inline-block;
		font-size:19px;
		font-weight:600;
		color:#000;
	}
	
	#container_menu #mb_social_networks {
		clear:both;
		float:left;
		padding:0;
		margin:0;
		margin-top:40px;
	}
	#container_menu #mb_social_networks a {
		display:inline-block;
	}

	#main_content h3 {
		float:left;
		text-transform:none;
		font-size:12px;
		font-weight:500;
		/*margin-bottom:24px;*/
	}


#footer {
	text-align:center;
	margin-top:40px;
}
	.line-footer {
		display: block;
		width: 100%;
		height: 1px;
		border-bottom: 1px solid #b2b2b2;
		position: absolute;
		top: 50%;
	}
	.logo-footer {
		background: #fff;
		position: relative;
		z-index: 9;
	}
	
	
	
/* */
.small-main-title {
	font-size:13px;
	color:#7a7a7a;
	margin:2px 0px 60px 15px;
	/*margin:2px 0px 0px 30px;*/
}

.row-video-thumbs {
	/*margin-top:56px;*/
	margin-top:20px;
}

.screen-modes { float:right; }
.box-screen-modes {
	float:right;
	margin:2px 0px 0px 0px;
}

.box-download {
	float:right;
	margin:2px 0px 0px 0px;
	font-size:14px;
}

.box-download a {
	cursor:pointer;
	color:#000;
}

.box-download a:hover { color:#cececd; }

.box-download i {
	display:inline-block;
	margin-right:20px;
	margin-left:3px;
	font-size:18px;
}

.col-video-thumb {
	margin-bottom:32px;
	text-transform:uppercase;
}

.col-video-thumb .box-download {
	font-size: 14px;
	text-transform: lowercase !important;
	color:#000;
}

.col-video-thumb .box-download a {
	color:#000;
}

.col-video-thumb .box-download i {
	margin-right:0px;
}

.category .box-screen-modes { margin:0px; }


.bt-screen-mode {
	float:left;
	display:block;
	cursor:pointer;
	margin-right:24px;
	color:#000;
	font-size:18px;
}

.bt-screen-mode:hover { color:#cececd; }
.bt-screen-mode.active { color:#cececd; }
.bt-screen-compress { display:none; }


.col-cliente {
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}

.col-cliente a {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.col-cliente.col-sm-4 a {
	font-size: 14px;
}



/* HAMBURGUER ICON */
#hamb_text_menu {
	display:none;
	float:right;
	margin-top:25px;
}
#nav-icon3 {
  width: 50px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
  
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 13px;
}

#nav-icon3 span:nth-child(4) {
  top: 26px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/* */

.row-header-categorias { margin-bottom:36px; }

.row-video-categorias h4,
.row-video-thumbs h4 {
	color: #000;
    /*
	margin-left: 16px;
	margin-right: 16px;
    */
	font-size: 13px;
	font-weight: 600;
	min-height: 40px;
	margin-bottom: 15px;
	line-height: 1.4em;
}

.row-video-categorias .col-video-thumb.col-md-4 {
	margin-bottom: 30px;
}

.row-video-categorias .col-video-thumb.col-md-4 h4 {
	min-height: 40px;
}

.row-video-categorias .col-video-thumb.col-md-12 {
	margin-bottom: 40px;
}

.row-video-categorias .col-video-thumb.col-md-12 h4 {
	min-height: 30px;
}

.page-template-page-sobre .subtit {
	margin: 60px 0 32px 16px;
}

.page-template-page-sobre .video {
	width: 560px;
	height: 468px;
}


.only-mobile { display:none; }
.only-desktop { display:block; }

@media (max-width:767.98px) {	
	.only-mobile { display:block; }

	.home #header .col-md-4 { display:none; }

	#container_content {
		margin:20px 0px 0px 0px;
		min-height:450px;
	}
	
	#header h1 img { width:136px;height:auto; }
	
	#hamb_text_menu { display:block; }
	
	#container_menu, .bt-screen-mode { display:none; }
		
	.row-video-thumbs { margin-top:0px; }
	.row-video-thumbs h4 { margin-top:36px; }
	
	#main_content h3 { 
		float: none;
		text-transform: none;
		margin-bottom: 20px;
		font-size: 13px;
		margin-left: 0;
		text-align:left;
		padding-left:15px;
	}
	
	.menu { margin:0 auto; }

	.small-main-title {
		text-align:center;
		margin:2px 0px 60px 0px;
	}
	
	.section_name {
		font-size:22px;
		margin-top:45px;
	}

	.box-video-featured img {
		width:auto;
		height:auto;
	}

	.page-template-page-sobre #main .img-responsive {
		margin-bottom: 30px
	}

	.page-template-page-sobre .subtit {
		margin: 20px 0 20px 0px;
	}

	.page-template-page-sobre .video {
		height: 215px;
		width: 100%;
	}

	.page-template-page-sobre #main_content h3 {
		margin-left: 16px;
		text-align: left;
	}

	#header {
		margin: 24px 0px 0px 0px;
	}

	.home #main_content .box-video-featured .img-responsive {
		height: 216px;
	}

	.home #main_content .title-video-featured {
		margin-left: 16px;
	}

	.page-sobre .col-md-7 {
		margin-top:15px;
	}

}

#category_text_player {
	float: left;
	color: #7a7a7a;
	font-weight: 500;
	margin-top: 16px;
	margin-bottom:16px;
	font-size: 12px;
}


@media (min-width:768px) {
	.float-right-on-desktop	{ float:right; }
	.row-menu { float:left; }
	.only-desktop { display:block; }
	.only-mobile { display:none; }

	/*.box-video img { height:150px; }*/
	.box-video img { height:auto; }
	.box-video-featured img {
		width:auto;
		height:468px !important;
	}

	#category_player {
		float: right;
		width: 98px;
		position: relative;
		left: -140px;
	}
}

.col-cliente a img:hover {
	opacity:0.4;
}

/* PAGE SOBRE */
.page-sobre {
	font-size:13px;
	color:#7a7a7a;
	font-weight:500;
}
/* */

/* PAGE CONTATO */
.wpcf7-form input, .wpcf7-form textarea {
	width:100%;
	clear:both;
	float:left;
	margin-top:20px;
	border:0;
	border-bottom:1px solid #000;
	font-size:14px;
	font-weight:bold;
	color:#000;
	padding-bottom:18px;
}
.wpcf7-form textarea {
	width: 100% !important;
	height:128px !important;
}
#bt_submit {
	width:auto;
	height:24px;
	float:right;
	border:0;
	background:#fff;
	text-transform:uppercase;
	font-size:16px;
	background:url(../img/icon-arrow.png) no-repeat 0px 10px;
	padding-left:34px;
	padding-bottom:0;
	cursor:pointer;
}
#bt_submit:hover {
	color:#7a7a7a;
	// animation
	-webkit-animation: animate_bt_submit .4s infinite;
	animation: animate_bt_submit .4s infinite;
	animation-direction: alternate;
}
@keyframes animate_bt_submit {
	0% {
		background-position: 0px 10px;
	}
	100% {
		background-position: 6px 10px;
	}
}
@-webkit-keyframes animate_bt_submit {
	0% {
		background-position: 0px 10px;
	}
	100% {
		background-position: 6px 10px;
	}
}

#box_contatos #bc_email {
	clear:both;
	float:left;
	font-size:14px;
	font-weight:800;
	text-transform:uppercase;
}
#box_contatos #bc_phone {
	clear:both;
	float:left;
	font-size:19px;
	font-weight:600;
	margin-top:14px;
}

@media (max-width:767.98px) {
	.only-desktop { display:none; }
	.only-mobile { display:block; }

	.wpcf7-form { margin-bottom:50px; }

	#box_contatos { text-align:center; }
	#box_contatos #bc_email, #box_contatos #bc_phone { float:none; }
	/*#box_contatos #bc_email { display:block;font-size:11px; }*/
	#box_contatos .float-right-on-desktop {
		margin-top:40px;
	}
	#box_contatos #bc_phone {
		display:inline-block;
		font-size:23px;
	}
}

@media (min-width:768px) and (max-width:990.98px) {
	#box_contatos #bc_email { font-size:13px; }
}
#txtNome { margin-top:0px !important; }
/* */

/* PAGINATION */
.page-numbers {
	margin-right:12px;
	color:#7a7a7a;
}
.page-numbers.current {
	font-weight:700;
	color:#000;
}

.arrow-right, .arrow-left {
	display: inline-block;
	width: 22px;
	height: 10px;
}
.arrow-right { background: url(../img/icon-arrow-right.png) no-repeat center center; }
.arrow-left { background: url(../img/icon-arrow-left.png) no-repeat center center; }

/* */

/* VIDEO BOX */

.box-video {
	position:relative;
}
.box-video img {
	position:relative;
	z-index:9;
}
.auto-height { height:auto !important; }
.screen-reader-text { display:none; }

.icon-play {
	position: absolute;
	background: url(../img/icon-play.png) no-repeat center center;
	z-index: 999;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-size: 70px;
	-webkit-transition: background-size 350ms; /* Safari */
	transition: background-size 350ms;
}
.icon-play:hover {
	background-size:100px;
}
/* */

/* MODAL */
.modal-dialog {
	max-width: 800px;
	margin: 30px auto;
}

.modal-body {
	position:relative;
	padding:0px;
}
.close {
	position:absolute;
	right:-30px;
	top:0;
	z-index:999;
	font-size:2rem;
	font-weight: normal;
	color:#fff;
	opacity:1;
}
/* */


/* CF7 */
span.wpcf7-not-valid-tip { display:inline !important; }
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	float: left !important;
	width: 70% !important;
	margin-top: 20px !important;
	font-size: 12px !important;
	border: 0 !important;
	text-decoration: underline !important;
	color: red;
}
span.wpcf7-not-valid-tip { font-size:11px !important; }
div.wpcf7-mail-sent-ok {
	color: green !important;
	font-size: 12px !important;

	position: absolute;
	bottom: -12px;
	left: 0px;
}
.wpcf7-response-output { font-weight: 500 !important; }
/* */


/* VIDEO MASK */
.box-video-mask {
	background:#000;
	text-align:center;
}
.title-video-featured {
	text-transform:uppercase !important;
	font-size:18px !important;
	font-weight:600 !important;
}
/**/

.home.blog .bt-screen-compress, .home.blog .bt-screen-expand { margin-right:0; }

.bt-screen-mode.bt-screen-compress, .bt-screen-mode.bt-screen-expand { margin-right:0; }

/* MATERIAL */
#form_contato .wrap { margin: 0 auto; }

.mat-label {
	display: block;
	font-size: 16px;
	transform: translateY(25px);
	color: #71686a;
	transition: all 0.5s;
}

.mat-input {
	position: relative;
	background: transparent;
	width: 100%;
	border: none;
	outline: none;
	padding: 8px 0;
	font-size: 1.8rem;
}

.mat-div {
	padding: 12px 0 0 0;
	position: relative;
	height:68px;
}

.mat-div:after, .mat-div:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #71686a;
	bottom: 0;
	left: 0;
	transition: all 0.5s;
}

.mat-div::after {
	background-color: #1775a3;
	transform: scaleX(0);
}

.is-active::after {
	transform: scaleX(1);
}

.is-active .mat-label {
	color: #1775a3;
}

.is-completed .mat-label {
	font-size: 1.2rem;
	transform: translateY(0);
}

#form_contato button {
	background-color: #93E1D8;
	border: none;
	display: block;
	margin: 35px auto;
	padding: 15px 30px;
	border-radius: 10px;
	cursor: pointer;
}
/* */

.single-cliente .row-smt {
	margin-bottom: 24px;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 12px;
}
.single-cliente .small-main-title {
	/*
	margin-top: 24px !important;
	color: #000 !important;
	text-transform: uppercase !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	*/
	color: #000 !important;
	text-transform: uppercase !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	margin-bottom: 0;
	margin-top: 0 !important;
}

.single-cliente .row-smt img { height:75px; }


.mode-list { height:468px !important; }
.mode-sidebyside { height:145px !important; }



.modal-backdrop.show {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.modal-dialog {
	max-width: 800px;
	margin: 10% auto;
}

.col-audio h4 {
	padding-left: 10px;
	min-height: inherit;
	margin-bottom: 0;
	line-height: inherit;
	padding-top: 5px;
    }

.col-audio.col-video-thumb {
	margin-bottom: 20px;
}

@media (max-width:350px) {
    #container_menu { padding-left:0; }
    #container_menu .lk-email { font-size:12px; }
}


.my-custom-player {
    float: left;
    background: #ffffff;
    -webkit-border-radius: 32px;
    margin-left: 0px;
    margin-top: 3px;
    margin-right: 7px;
}

.my-custom-player i {
    cursor:pointer;
}

.my-custom-player-controls {
/*	position:relative;
    margin-left:12px;
    margin-right:12px;*/
}
.my-custom-player-controls i {
	/*position:absolute;
	top:0px;
	left:0px;*/
}
.my-custom-player-controls i.fa-pause { display:none; }

.my-custom-player i.fa-download {
	position: relative;
	float: left;
	left: 40px;
}

.wpcf7-response-output.wpcf7-mail-sent-ng {
	position:absolute;
	bottom:-95px;
	left:0px;
}