/*-- dpmtSlider --*/

/*
 * jQuery dpmtSlider v2.6.1
 * http://www.woothemes.com/dpmtslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE SETINHAAAS <       >
 * ====================================================================================================================*/
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.dpmt-container a:hover,
.dpmt-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.dpmt-control-nav,
.dpmt-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dpmt-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.dpmtslider {
  margin: 0;
  padding: 0;
}
.dpmtslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.dpmtslider .slides img {
  width: 100%;
  display: block;
}
.dpmtslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .dpmtslider .slides {
  display: block;
}
* html .dpmtslider .slides {
  height: 1%;
}
.no-js .dpmtslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.dpmtslider {
	margin: 0; 
	position: relative;
	zoom: 1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.dpmtslider .slides {
	zoom: 1;
}
.dpmtslider .slides img {
	height: auto;
	-moz-user-select: none;
}
.dpmt-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .dpmt-viewport {
	max-height: 300px;
}
.carousel li {
	margin-right: 5px;
} 
.dpmt-direction-nav a {
    text-decoration: none;
    display: block;
    position: absolute;
    top: 37px;
    right: 52px;
    z-index: 0;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 0;
}
.dpmt-direction-nav a:before {
	font-size: 21px;
    display: block;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	padding-top: 5px;
	padding-left: 14px;
	background-color: rgba(0,140,210,1.00);
    content: "\f104"; 
    font-family: FontAwesome;
}
.dpmt-direction-nav a:hover {
	
}
.dpmt-direction-nav .dpmt-next {
    right: 4px;
    left: inherit;
}

.dpmt-direction-nav a.dpmt-next:before {
	font-size: 21px;
    display: block;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	padding-top: 5px;
	padding-left: 16px;
	background-color: rgba(0,140,210,1.00);
    content: "\f105";
    font-family: FontAwesome;
}
.dpmt-control-nav {
    width: 100%;
    position: absolute;
    bottom: -73%;
    text-align: center;
	display:none;
}
.dpmt-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1; 
}
  
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/

 /*-- END dpmtSlider --*/




@media(max-width:1600px){
	
}




@media(max-width:1440px){
	
}




@media(max-width:1366px){
	
}




@media(max-width:1280px){
	
}




@media(max-width:1024px){
	
}




@media(max-width:991px){
.dpmt-direction-nav a {
    top: 42px;
	}
}




@media(max-width:767px){
	
}




@media(max-width:480px){
	
}




@media(max-width:320px){
	
}