﻿
.fullwidthbanner-container {
    width: 100%!important;
    position: relative;
    padding: 0;
    overflow: hidden;
    color: #fff;
}

.tp-caption {
    font-size: 14px;
}

.custom-font-1 {
    font-family:'Poppins', Raleway, Arial, Helvetica, sans-serif;
    font-size: 22px;
	font-weight: bold;
    text-transform: uppercase;
}

.custom-font-2 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 700;
    font-style: uppercase;
}

.custom-font-3{
	font-weight: 700;
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
	color: #333333;
}
.custom-font-4{
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
    font-style: italic;
    color: #888888;
    font-weight: normal;
}

a.btn-border-slider,
a.btn-slider {
    display: inline-block;
    padding: 17px 40px;
    font-family:'Poppins', Raleway, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    min-width: 100px;
    color: #fff;
    text-transform: uppercase;
}

a.btn-slider {
    background: #29b6f6;
    margin-right: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

a.btn-border-slider {
    border: 2px solid rgba(255, 255, 255, .5);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 40px;
}
a.btn-slider.btn-small{
	padding: 15px 30px 15px 30px;
}
a.btn-slider:hover {
    color: #fff;
}

a.btn-border-slider:hover {
    border: 2px solid #2C3E50;
    color: #fff;
}

.narrow-dark .tp-leftarrow.default  {   
    z-index:100;
    cursor:pointer; 
    position:relative;  
    background:url(../rs-plugin/assets/large_left_dark.png) no-Repeat 0 0; 
    width:40px; 
    height:40px;
}

.narrow-dark .tp-rightarrow.default  {   
    z-index:100;
    cursor:pointer; 
    position:relative;  
    background:url(../rs-plugin/assets/large_right_dark.png) no-Repeat 0 0;    
    width:40px; 
    height:40px;
}

@media only screen and (max-width: 767px) {
	a.btn-slider, a.btn-slider.btn-small {
		padding: 6px 14px 5px;
		font-size:12px;
		min-width: auto;
		margin-right: 5px;
	}
	a.btn-border-slider{
		padding: 4px 12px 3px;
		font-size:12px;
		min-width: auto;
	}
}
@media only screen and (max-width: 480px) {
	a.btn-slider, a.btn-slider.btn-small {
		padding: 4px 12px 3px;
		font-size:8px;
		min-width: auto;
		margin-right: 5px;
	}
	a.btn-border-slider{
		padding: 2px 10px 1px;
		font-size:8px;
		min-width: auto;
	}
}


.btn {
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px 30px 10px 30px;
  display: inline-block;
  text-decoration: none;
  border: none;
  font-size: 13px;
  font-weight: bold;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  line-height: 21px;
  text-align: center;
}
.btn.width {
  min-width: 170px;
  padding: 15px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 15px;
  margin-bottom: 20px;
}
.btn i {
  margin-right: 7px;
}
.btn.green {
  background-color: #4caf50;
}
.btn.orange {
  background-color: #ff9800;
}
.btn.red {
  background-color: #f44336;
}
.btn.grey {
  background-color: #e6e6e6;
  color: #555555;
}
.btn.grey:hover {
  color: #fff;
}
.btn.black {
  background-color: #555555;
}
.btn.yellow {
  background-color: #ffeb3b;
  color: #333333;
}
.btn.yellow:hover {
  color: #fff;
}