@font-face {
    font-family: 'MuseoSansCyrl-700';
    src: url('../_fonts/MuseoSansCyrl-700.eot');
    src: url('../_fonts/MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/MuseoSansCyrl-700.woff2') format('woff2'),
         url('../_fonts/MuseoSansCyrl-700.woff') format('woff'),
         url('../_fonts/MuseoSansCyrl-700.ttf') format('truetype'),
         url('../_fonts/MuseoSansCyrl-700.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansCyrl-300';
    src: url('../_fonts/MuseoSansCyrl-300.eot');
    src: url('../_fonts/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/MuseoSansCyrl-300.woff2') format('woff2'),
         url('../_fonts/MuseoSansCyrl-300.woff') format('woff'),
         url('../_fonts/MuseoSansCyrl-300.ttf') format('truetype'),
		 url('../_fonts/MuseoSansCyrl-300.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}


.clearfix:before,

.clearfix:after
{
    content: " ";
    display: table;
}

.clearfix:after
{
    clear: both;
}

.clearfix
{
    *zoom: 14;
}


a:link
{
	font-family: 'MuseoSansCyrl-300', "Arial Unicode MS", Arial;
	color: #46a6af;
	text-decoration: none;
}
a:active
{
	font-family: 'MuseoSansCyrl-300', "Arial Unicode MS", Arial;
	color: #46a6af;
	text-decoration:none;
}
a:visited
{
	font-family: 'MuseoSansCyrl-300', "Arial Unicode MS", Arial;
	color: #46a6af;
	text-decoration:none;
}
a:hover
{
	color: #000000;
	text-decoration:none;
}


.menu
{
	font-family: 'MuseoSansCyrl-300', "Arial Unicode MS", Arial;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing:0px;
	text-decoration:none;
	line-height:46px;
}
.menu:hover
{
	color: #000000;
}


h1
{
	margin: 0;
	padding: 0;
	font-family: 'MuseoSansCyrl-700', "Arial Unicode MS", Arial;
	font-size: 46px;
	font-weight: bold;
	color: #b7b7b7;
	letter-spacing:-1px;
	text-decoration:none;
	line-height:46px;
}

h2
{
	margin: 0;
	padding: 0;
	font-family: 'MuseoSansCyrl-300', "Arial Unicode MS", Arial;
	font-size: 32px;
	font-weight: normal;
	color: #7d7d7d;
	letter-spacing:-1px;
	line-height: 36px;
	text-decoration:none;
}

h3
{
	font-family: 'MuseoSansCyrl-300', "Arial Unicode MS", Arial;
	font-size:17px;
	color:#888888;
	letter-spacing: 0px;
	font-weight:normal;
	text-decoration:none;
	line-height:24px;
}

h4
{
	margin: 0;
	padding: 0;
	font-family: 'MuseoSansCyrl-300', "Arial Unicode MS", Arial;
	font-size: 30px;
	font-weight: normal;
	color: #444444;
	line-height:34px;
	letter-spacing:0px;
	text-decoration:none;
}

h5
{
	margin: 0;
	padding: 0;
	font-family: 'MuseoSansCyrl-300', "Arial Unicode MS", Arial;
	font-size: 18px;
	font-weight: normal;
	color: #e3e3e1;
	line-height:24px;
	letter-spacing:0px;
}

.input[type="text"] {
	font-family: 'MuseoSansCyrl-300', "Arial Unicode MS", Arial;
    border: 1px solid #cccccc;
	border-radius:0px;
	font-size: 15px;
	color: #888888;
	width: 100%;
	height: 28px;
	background: #fff;
	padding-left: 10px;
	font-weight: normal;
}

.datepicker {
	font-family: 'MuseoSansCyrl-300', "Arial Unicode MS", Arial;
    border: 1px solid #cccccc;
	border-radius:0px;
	font-size: 15px;
	color: #888888;
	width: 100%;
	height: 28px;
	background: #fff;
	padding-left: 10px;
	font-weight: normal;
}

.select {
	font-family: 'MuseoSansCyrl-300', "Arial Unicode MS", Arial;
    border: 1px solid #cccccc;
	border-radius:0px;
	font-size: 15px;
	color: #888888;
	width: 100%;
	height: 30px;
	background: #fff;
	padding-left: 10px;
	font-weight: normal;
}

.textarea {
	font-family: 'MuseoSansCyrl-300', "Arial Unicode MS", Arial;
    border: 1px solid #cccccc;
	border-radius:0px;
	font-size: 15px;
	color: #888888;
	width: 100%;
	min-height: 50px;
	background: #fff;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: normal;
}

.button
{
	font-family: 'MuseoSansCyrl-300';
	color: #ffffff;
	border-radius:0px;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	padding-top:13px;
	padding-bottom:12px;
	font-size:14px;
	text-transform: uppercase;
	text-decoration:none;
	cursor:pointer;
	font-weight:normal;
	letter-spacing:0px;
	background-color: #46a6af;	
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}
.button:hover
{
	color: #ffffff;
	background-color: #cccccc;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;	
}

.button_transparent
{
	font-family: 'MuseoSansCyrl-300';
	font-size:12px;
	font-weight:bold;
	color: #46a6af;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	padding-top:12px;
	padding-bottom:12px;
	text-transform: uppercase;
	text-decoration:none !important;
	cursor:pointer;
	letter-spacing:0px;
	border:1px #46a6af solid;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;	
}
.button_transparent:hover
{
	background-color: #46a6af;
	color:#ffffff;
	text-decoration:none !important;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;	
}

.button_transparent_white
{
	font-family: 'MuseoSansCyrl-300';
	color: #ffffff;
	border:1px #ffffff solid;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	padding-top:12px;
	padding-bottom:12px;
	font-size:12px;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration:none !important;
	cursor:pointer;
	letter-spacing:0px;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;	
}
.button_transparent_white:hover
{
	background-color: #46a6af;
	color:#ffffff;
	text-decoration:none !important;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;	
}

.button_transparent_newsletter
{
	font-family: 'MuseoSansCyrl-300';
	font-size:12px;
	font-weight:bold;
	background-color: #aaaaaa;
	color: #ffffff;
	border:1px #ffffff solid;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	padding-top:12px;
	padding-bottom:12px;
	text-transform: uppercase;
	text-decoration:none !important;
	cursor:pointer;
	letter-spacing:0px;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;	
}
.button_transparent_newsletter:hover
{
	background-color: #46a6af;
	color:#ffffff;
	text-decoration:none !important;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;	
}

.input_transparent 
{
	font-family: 'MuseoSansCyrl-300';
	background-color:rgba(0,0,0,0);
	color: #ffffff;
	border:1px #ffffff solid;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	padding-top:12px;
	padding-bottom:12px;
	font-size:12px;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration:none !important;
	cursor:pointer;
	letter-spacing:0px;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;	
}
.input_transparent::-webkit-input-placeholder
{
	color: #ffffff;
}
.input_transparent:-moz-placeholder
{
	color: #ffffff;
}
.input_transparent::-moz-placeholder
{
	color: #ffffff;
}
.input_transparent:-ms-input-placeholder
{
	color: #ffffff;
}

.button_social_networks
{
position:relative;
display:inline-block;
width:30px;
height:30px;
border-radius:30px;
border:1px #cccccc solid;
text-align:center;
margin-left:5px;
margin-right:5px;

-webkit-transition: height 0.3s;
-moz-transition: height 0.3s;
transition: height 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
animation: fadein 1s;
-moz-animation: fadein 1s;
-webkit-animation: fadein 1s;
-o-animation: fadein 1s;		
}
.button_social_networks:hover
{
background-color:#eeeeee;

-webkit-transition: height 0.3s;
-moz-transition: height 0.3s;
transition: height 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
animation: fadein 1s;
-moz-animation: fadein 1s;
-webkit-animation: fadein 1s;
-o-animation: fadein 1s;	
}

.button_social_networks2
{
position:relative;
display:inline-block;
width:30px;
height:30px;
border-radius:30px;
border:1px #ffffff solid;
text-align:center;
margin-left:5px;
margin-right:5px;
padding:10px;

-webkit-transition: height 0.3s;
-moz-transition: height 0.3s;
transition: height 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
animation: fadein 1s;
-moz-animation: fadein 1s;
-webkit-animation: fadein 1s;
-o-animation: fadein 1s;		
}
.button_social_networks2:hover
{
background-color:#eeeeee;

-webkit-transition: height 0.3s;
-moz-transition: height 0.3s;
transition: height 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
animation: fadein 1s;
-moz-animation: fadein 1s;
-webkit-animation: fadein 1s;
-o-animation: fadein 1s;	
}

.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

.fade:hover {
      opacity: 0.5;
}

.zoomin
{
    -webkit-transition: all 0.3s ease; /* Safari and Chrome */
    -moz-transition: all 0.3s ease; /* Firefox */
    -ms-transition: all 0.3s ease; /* IE 9 */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}
.zoomin:hover
{
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
	 
	 -webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}

.divmove {
    /*width: 100px;
    height: 100px;
    background: red;*/
    position: relative;
    -webkit-animation: mymove 2s 0; /* Chrome, Safari, Opera */
    animation: mymove 2s 0;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
	/*from {top: -50px; opacity: 0;}*/
    from {top: 0px; opacity: 0;}
    to {top: 0px; opacity: 1;}
}

@keyframes mymove {
	/*from {top: -50px; opacity: 0;}*/
    from {top: 0px; opacity: 0;}
    to {top: 0px; opacity: 1;}
}

.overlay
{
   background:transparent; 
   position:relative; 
   width:100%;
   height:400px; /* your iframe height */
   top:400px;  /* your iframe height */
   margin-top:-400px;  /* your iframe height */
}

#top-link
{ 
	display:none;
	position:fixed; 
	right:20px; 
	bottom:20px; 
	color:green; 
	font-weight:bold; 
	text-decoration:none;  
	background:#2A2A2A; 
	padding:10px; 
	border-radius:0px;
	z-index:1999999999;
}


#fadediv {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}





@media screen and (min-width: 1051px)
{
	nav
	{
		width:100%;
		font-family: 'MuseoSansCyrl-300';
		font-size:22px;
		z-index:1999;
		border:0px #ff3300 solid;
		padding-top:0px;
	}

	nav ul
	{
		padding:0;
		margin:0 auto;
		width:100%;
	}

	nav li
	{
		display: inline;
		float: center;
	}

	nav a
	{
		background-color:#ffffff;
		color:#ffffff;
		display:inline-block;
		text-decoration:none;
		line-height:40px;
		padding-left:5px;
		padding-right:5px;
		padding-top:5px;
		margin-right:0px;
	}
	nav a:hover
	{
		color:#46A6AF;
	}

	nav li a
	{
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}

	nav li:last-child a
	{
		border-right:0;
	}

	nav a#pull
	{
		display:none;
	}

	
	.header_fixed
	{
		position:fixed;
		width:100%;
		height:100px;
		background-color:#ffffff;
		z-index:99999999;
		border:0px #000000 solid;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}

	.header_logo
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		float:left;
		width:230px;
		height:70px;
		border:0px #cccccc solid;	
		text-align:left;
		margin-top:12px;
		margin-right:35px;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	
	.header_menu
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		float:left;
		width:660px;
		height:50px;
		border:0px #cccccc solid;
		margin-top:25px;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}
	
	.header_redes_sociais
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		float:left;
		width:120px;
		height:50px;
		border:0px #cccccc solid;
		text-align:right;
		margin-top:35px;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	
	.slider
	{
		position:relative;
		width:100%;
		height:500px;
		border:0px #cccccc solid;
		padding-top:100px;
		overflow:hidden;		
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 5s;
		-moz-animation: fadein 5s;
		-webkit-animation: fadein 5s;
		-o-animation: fadein 5s;
	}
	
	.slider_homepage
	{
		position:relative; 
		width:100%;
		height:500px;
		background-position:center;
		background-repeat:no-repeat;
		background-position:top;
		border:0px #000000 solid;
		background-color:#eeeeee;
		margin-top:-15px;
		padding:0px;
		overflow:hidden;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 5s;
		-moz-animation: fadein 5s;
		-webkit-animation: fadein 5s;
		-o-animation: fadein 5s;		
	}	

	.slider_headline
	{
		position:relative;
		width:90%;
		min-height:200px;
		margin-top:10%;
		border:0px #ff0000 solid;
	}	

	.slider_background
	{
		position:relative; 
		background-position:top center; 
		background-repeat:no-repeat;
		background-size:cover;	
		width:100%;
		height:500px;
		padding:0px;
		margin:0px;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 5s;
		-moz-animation: fadein 5s;
		-webkit-animation: fadein 5s;
		-o-animation: fadein 5s;	
	}

	.links_menu
	{
		font-family: 'MuseoSansCyrl-300';
		font-size:15px;
		font-weight:bold;
		letter-spacing:1px;
		line-height:20px;	
		color:#999999 !important;
		margin-left:4px;
		margin-right:4px;
		padding-top:15px;
	}
	.links_menu:hover
	{
		color:#46A6AF !important;
	}
	.links_menu:visited
	{
		color:#777777;
	}
	.links_menu:active
	{
		color:#777777;
	}

	.links_footer
	{
		font-family: 'MuseoSansCyrl-300', "Arial Unicode MS", Arial;
		font-size: 12px;
		font-weight: normal;
		line-height: 14px;
		letter-spacing: 0px;
		color: #ffffff !important;
		text-decoration: none !important;
		text-indent: 0px;
	}
	.links_footer:visited
	{
		color: #000000;
	}
	.links_footer:active
	{
		color: #000000;
	}
	.links_footer:hover
	{
		color:#000000 !important;
	}
	
	.box_schedule
	{
		position:relative; 
		display:inline-block;
		vertical-align:top;
		width:500px;
		height:500px;
		margin-left:10px;
		margin-right:10px;
		margin-bottom:30px;
		border:0px solid;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;	
	}
	
	.box_services_image
	{
		position:relative; 
		display:inline-block;
		width:500px;
		height:500px;
		margin-left:0px;
		margin-right:20px;
		margin-bottom:30px;
		overflow:hidden;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	
	.box_services
	{
		position:relative; 
		display:inline-block;
		width:330px;
		height:330px;
		margin-left:5px;
		margin-right:5px;
		margin-bottom:30px;
		overflow:hidden;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	
	.box_blog
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:300px;
		height:450px;
		margin-left:20px;
		margin-right:20px;
		margin-bottom:20px;
		border:0px solid;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	
	.caixa_imagem
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		max-width:400px;
		max-height:300px;
		overflow:hidden;
		margin-bottom:0px;
		border:0px #cccccc solid;
		text-align:center;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}
	.caixa_texto
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		border:0px #cccccc solid;
		margin-bottom:50px;
		text-align:left;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}

	.caixa_servicos
	{
		position:relative;
		display:inline-block;
		width:330px;
		height:330px;
		margin-left:5px;
		margin-right:5px;
		margin-bottom:30px;
		overflow:hidden;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}

	.caixa_blog
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		float:left;
		width:500px;
		height:300px;
		margin-left:5px;
		margin-right:20px;
		margin-bottom:30px;
		border:0px solid;
		overflow:hidden;
		background-size:cover;
		background-repeat:no-repeat;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}
	.caixa_blog_texto
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:500px;
		height:300px;
		margin-bottom:30px;
		border:0px solid;
		background-size:cover;
		text-align:left;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;	
	}		

	.footer_site_map
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:250px;
		min-height:140px;
		text-align:left;
		border:0px #000000 solid;
		margin-right:10px;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}

	.footer_newsletter
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:500px;
		height:140px;
		text-align:left;
		margin-right:10px;
		border:0px #ffffff solid;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}
	
	.footer_social_networks
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:250px;
		height:140px;
		text-align:left;
		border:0px #ffffff solid;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}
	
	.footer_all_rights_reserved
	{
		position:relative;
		display:inline-block;
		width:330px;
		height:50px;
		text-align:left;
		float:left;
		border:0px solid;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}		
	
	.footer_ral
	{
		position:relative;
		display:inline-block;
		width:350px;
		height:50px;
		float:center;
		border:0px solid;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}
	
	.footer_powered_by
	{
		position:relative;
		display:inline-block;
		width:150px;
		height:50px;
		text-align:right;
		float:right;
		border:0px solid;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
	}
	
}












@media screen and (max-width:1050px)
{
	nav
	{	
		position:relative;
		display:inline-block;
		padding:0px;
		margin:0px;
		width:100%;
		height:50px;
		z-index:9999999999999999999999999999999999;
  	}	
  	nav ul
	{
		padding: 0;
		margin: 0 auto;
		width: 100%;
		height: 50px;		
		display: none;
		height: auto;
		background-color:#46A6AF;
  	}
  	nav li
	{
		position:relative;
		display:inline-block;
		background-color:#cccccc;
		width:100%;
		height:50px;
		float:left;
		color:#ffffff !important;
		text-align:center;
		border:0px solid;
		text-transform:uppercase;
		vertical-align:middle;	
  	}	
  	nav li a, li a:link, li a:active, li a:visited
	{
		font-family: 'MuseoSansCyrl-300';
		font-size:14px;
		font-weight:bold;
		letter-spacing:1px;	
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		width:100%;		
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		height: 100%;
		line-height:30px;
		padding-left:0px;
		padding-right:0px;
		color:#ffffff !important;		
		border-bottom: 1px solid #bbbbbb;
		text-decoration:none;
	}
  	nav li a:hover
	{
		background-color: #aaaaaa;
		color:#ffffff !important;
	}
	nav li:last-child a
	{
		border-right: 0;
		color:#ffffff !important;
	}	
	nav a#pull
	{
		position: relative;
		display: block;
		background-color:#46A6AF;
		width: 100%;
		height: 50px;
		vertical-align:middle;
		font-family: 'MuseoSansCyrl-300';
		font-size:14px;
		font-weight:bold;
		letter-spacing:1px;	
		text-align:center;
		color:white !important;
		line-height:50px;
	}
	nav a#pull:after
	{		
		content:"";	
		color:white !important;
		background: url('../_images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 15px;
	}
	
	.header_fixed
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:240px;
		background-color:#ffffff;
		z-index:1;
		border:0px #000000 solid;
	}

	.header_logo
	{
		position:relative;
		display:inline-block;
		width:100%;
		min-height:90px;
		margin-top:20px;
		margin-bottom:0px;
		border:0px solid;		
	}
	
	.header_menu
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:50px;
		border:0px #000000 solid;
		margin-top:0px;
		z-index:9999999999999999;
	}
	
	.header_redes_sociais
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:40px;
		border:0px #ff0000 solid;
		text-align:center;
		margin-top:20px;
	}

	.links_menu
	{
		font-family: 'MuseoSansCyrl-300';
		font-size:14px;
		font-weight:bold;
		letter-spacing:1px;	
		line-height:20px;	
		color:#ffffff !important;
		padding-top:10px;
	}
	.links_menu:visited
	{
		color:#ffffff !important;
	}
	.links_menu:active
	{
		color:#ffffff !important;
	}
	.links_menu:hover
	{
		color:#ffffff !important;
	}	

	.slider
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:500px;
		border:0px #ff0000 solid;
		margin-top:-20px;
	}
	
	.slider_homepage
	{
		position:relative; 
		display:inline-block;
		width:100%;
		height:500px;	
		background-position:center;
		background-repeat:no-repeat;
		background-position:top;
		border:0px #ff0000 solid;
		background-color:#eeeeee;
		overflow:hidden;
	}
	
	.slider_headline
	{
		position:relative;
		margin-top:180px;
		width:90%;
		min-height:200px;
		border:0px #ff0000 solid;
	}		
	
	.slider_background
	{
		position:relative; 
		display:inline-block;
		background-position:center; 
		background-position:top; 
		background-repeat:no-repeat;
		background-size:cover;	
		width:100%;
		height:500px;
	}
	
	.box_services
	{
		position:relative; 
		display:inline-block;
		width:90%;
		height:330px;
		margin-left:0px;
		margin-right:0px;
		margin-bottom:30px;
		overflow:hidden;
	}
	
	.box_blog
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		height:450px;
		margin-left:0px;
		margin-right:0px;
		margin-bottom:20px;
		border:0px solid;
	}
	
		
	.caixa_imagem
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		max-height:300px;
		overflow:hidden;
		margin-bottom:50px;
		border:0px #cccccc solid;
		text-align:center;		
	}
	.caixa_texto
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		border:0px #cccccc solid;	
		border:0px #cccccc solid;
		margin-bottom:50px;
		text-align:center;
		z-index:1;
	}	

	.caixa_servicos
	{
		position:relative;
		display:inline-block;
		width:80%;
		height:330px;
		margin-left:5px;
		margin-right:5px;
		margin-bottom:30px;
		overflow:hidden;		
	}

	.caixa_blog
	{
		position:relative;
		display:inline-block;
		width:80%;
		min-height:100px;
		margin-bottom:30px;
		border:0px solid;
		background-size:cover;
		background-repeat:no-repeat;
	}	
	
	.caixa_blog_texto
	{
		position:relative;
		display:inline-block;
		width:80%;
		min-height:300px;
		margin-bottom:30px;
		border:0px solid;
		background-size:cover;	
	}	
	
	.links_footer
	{
		font-family: 'MuseoSansCyrl-300', "Arial Unicode MS", Arial;
		font-size: 12px;
		font-weight: normal;
		line-height: 14px;
		letter-spacing: 0px;
		color: #ffffff !important;
		text-decoration: none !important;
		text-indent: 0px;
	}
	.links_footer:visited
	{
		color: #000000;
	}
	.links_footer:active
	{
		color: #000000;
	}
	.links_footer:hover
	{
		color:#000000 !important;
	}
	
	.footer_site_map
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		min-height:120px;
		text-align:center;
		border:0px #000000 solid;
		margin-right:0px;
	}

	.footer_newsletter
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:140px;
		text-align:center;
		margin-bottom:20px;
		border:0px #ffffff solid;
	}

	.footer_social_networks
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:140px;
		text-align:center;
		border:0px #ffffff solid;
	}
	
	.footer_all_rights_reserved
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:50px;
		text-align:center;
		border:0px solid;
	}		
	
	.footer_ral
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:50px;
		text-align:center;
		float:center;
		border:0px solid;
	}
	
	.footer_powered_by
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:50px;
		text-align:center;
		border:0px solid;
	}
}