/*
Theme Name: directaxis
Author: Direct Axis
Author URI: http://www.direct-axis.net
*/

html {
	background: #ff7401;
}

body {
	font-size: 11px;
	font-family: "Verdana", "Geneva", sans-serif;
	color: #666666;
	background: #ff7401;
	background: url('images/BG.jpg') no-repeat top;
	padding: 0 20px;
	margin: 34px 0 0 0;
}
@media(min-width:992px){
	body {
		padding: 0 20px;
		margin: 0;
	}
}

h1 {
	font-size: 16px;
	color: #ff8711;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 13px;
	color: #ff8711;
	padding: 0;
	margin: 5px 0px 0px 0px;
}

.clear {
	clear: both;
}

.container {
	max-width: 600px;
	min-width: 300px;
}
@media(min-width:768px){
	.container {
		max-width: 960px;
	}
}

#header {
	height: 100px;
	background: #ffffff;
}

#logoLink {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

#logoLink:hover{
	opacity: .6;
  filter: alpha(opacity=60);
}

#logo {
	margin: 30px 0px 30px -5px;
}
@media(min-width:768px){
	#logo {
		margin: 30px 0px 0px 15px;
	}
}

.sliderContainer {
	position: relative;
	z-index: 10;
	padding: 0;
}

.orangeBG {
	background: #fb9c45;
}

#navigation {
	position: relative;
	z-index: 2;
	float: left;
	height: auto;
	background: #fb9c45;
}

.mainNav{
	float: left;
	width:100%;
	height: auto;
  border-bottom: #f7b85e solid 1px;
	padding: 0 0 10px 0;
	margin: 0 0 0 -15px;
}
@media(min-width:768px){
	.mainNav {
		padding: 0 0 0 4px;
	}
}
@media(min-width:992px){
	.mainNav {
		padding: 0 0 0 10px;
	}
}

/* main menu */

.mainNav h1{
	font-family: 'Ubuntu', sans-serif;
	font-weight:100;
	font-size: 25px;
	color: #fff;
	float: left;
	margin: 9px 0px 10px 15px;
}
@media(min-width:768px){
	.mainNav h1 {
		font-size: 20px;
		margin: 2px 0px -2px 17px;
	}
}
@media(min-width:992px){
	.mainNav h1 {
		font-size: 25px;
		margin: 7px 0px 10px 15px;
	}
}

.mainNav strong{
	font-weight: 500;
}

.mainNav ul{
	position: relative;
	z-index: 2;
	padding: 0;
	margin: 0 0 0 17px;
}

.mainNavSM ul {
	position: relative;
	z-index: 2;
	margin: -2px 0 0 0;
}

.mainNav ul li{
	display: inline;
	font-size: 11px;
	float: left;
	margin: 0px 10px 0px 0px;
}

.mainNav a{
	text-decoration: none;
	color: #ffffff;	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.mainNav a:hover{
	color: #f75819;
}

.navigationXSSpacer {
	width: 100%;
	height: 15px;
	background: #fb9c45;
}

/* mobile menu */

.menuBG {
	position: relative;
	z-index: 999;
	background: #ffffff;
	-webkit-box-shadow: 0 4px 8px rgba(50,50,50,0.26);
	-moz-box-shadow: 0 4px 8px rgba(50,50,50,0.26);
	box-shadow: 0 4px 8px rgba(50,50,50,0.26);
	margin: -34px 0 0 0;
}

.mainMenuMobileSuperContainer {
	background: #ffffff;
}

.mainMenuMobileContainer {
	width: 100%;
	height: 45px;
	padding: 20px 0;
}

.mobileLogo {
	float: left;
	margin: 0 0 20px 15px;
}

.toggle {
  float: right;
	width: 45px;
	cursor: pointer;
	background: #ffffff;
	border: 1px solid #999999;
	border-radius: 3px;
	padding: 7px;
	margin: 4px 15px 0 0;
}

.bar {
	height: 1px;
	background: #999999;
	margin: 6px 3px;
}

.toggle:hover {
	background: #ffffff;
	border: 1px solid #999999;
}

.toggle:hover .bar {
	background: #999999;
}

.mainMenuMobile {
	display: none;
	width: 100%;
	list-style-type: none;
	background: whitesmoke;
	border-bottom: 1px solid #d3d3d3;
	padding: 0;
	margin: 0;
}

.mainMenuMobile li a {
	display: block;
	font-size: 18px;
  font-weight: 300;
  color: #999999;
	text-decoration: none;
	padding: 10px 20px;
}

.mainMenuMobile li a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #ff7401;
}

.mainMenuMobile li.current-menu-parent > a {
	color: #ffffff;
	background: #ff7401;
}

.mainMenuMobile li.current-menu-item > a {
	color: #ffffff;
	background: #ff7401;
}

.hoverBG {
	color: #ffffff!important;
	background: #ff7401;
}

.mainMenuMobile li ul {
	list-style-type: none;
	padding: 0;
	display: none;
}

.mainMenuMobile li ul li a {
	padding: 10px 0 10px 40px;
}

.mainMenuMobile li ul li ul {
	display: none;
	list-style-type: none;
	padding: 0;
}

.mainMenuMobile li ul li ul li a {
	padding: 0 0 0 80px;
}

.visibleUL {
	display: block!important;
}

.triangleContainer {
  float: right;
	width: 45px;
	cursor: pointer;
	border: 1px solid transparent;
	margin: 0 15px 0 0;
}

.triangleClosed {
	width: 0;
	height: 0;
	line-height: 0px;
	border-style: solid;
	border-width: 7.5px 0 7.5px 10px;
	border-color: transparent transparent transparent #404040;
	_border-color: #000000 #000000 #000000 #404040;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	margin: 15px auto 0 auto;
}

.triangleOpen {
	width: 0;
	height: 0;
	line-height: 0px;
	border-style: solid;
	border-width: 10px 7.5px 0 7.5px;
	border-color: #404040 transparent transparent transparent;
	_border-color: #404040 #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	margin: 17px auto 0 auto;
}

.border {
	width: 100%;
	height: 0px;
	background: #d3d3d3;
}

/* end mobile menu */

.quoteRow {
	background: #ffffff;
}

.quoteBox {
	height: 60px;
	background: #ffffff;
	padding: 10px 0 0 0;
}

.quoteBox h2 {
	text-align: left;
	color: #ff8711;
	font-size: 20px;
	padding: 0 0 0 35px;
	margin: 0;
}

.quoteBox p {
	color: #ff8711;
	text-align: left;
	padding: 0 0 0 35px;
}

.quoteBoxImage {
	height: 60px;
	background: #ffffff;
	padding: 15px 0 0 0;
}
@media(max-width:767px){
	.quoteBoxImage {
		padding: 5px 10px 0 10px;
	}
}
@media(min-width:768px){
	.quoteBoxImage {
		padding: 15px 0 0 0;
	}
}

.quoteBoxImageXS {
	height: 60px;
	background: #ffffff;
}

.addYourEmail {
	position: relative;
	top: -5px;
}

.topContent {
	height: auto;
	background: #ffffff;
	padding: 0 0 10px 0;
}

.topContent h1 {
	font-size: 16px;
	font-family: "Verdana", "Geneva", sans-serif;
	color: #666666;
	font-weight: 700;
	margin: 10px 0 0 0;
}

.topContentRight {
	margin: 0 0 15px 0;
}

.topContentRight ul {
	list-style: square;
	color: #ff8711;
	margin: 38px 0 0 0;
}
@media(min-width:768px){
	.topContentRight ul {
		margin: 38px 0 0 20px;
	}
}

.blogTopContentRight ul {
	margin-top: 0;
}

.topContentRight a {
	font-family: "Verdana", "Geneva", sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.bottomContent {
	height:auto;
	background-color:#f4f4f4;
	margin: -10px -15px -30px -15px;
}

#footer {
	height: 140px;
	background: #404040;
}

#footerNav{
	height: 110px;
	font-size: 10px;
	list-style: none;
	margin: 15px 0 0 0;
}
@media(max-width:767px){
	#footerNav {
		border-right: 0;
		border-left: 0;
		padding: 0;
	}
}
@media(min-width:768px){
	#footerNav {
		font-size: 10px;
		border-right: #999 solid 1px;
		border-left: #999 solid 1px;	
	}
}

#footerNav li a{	
	color: #999;
	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

#footerNav li a:hover{
	color: #ffffff;
}

#footerContact{
	font-size: 12px;
	color: #999999;
	list-style: none;
	padding: 0;
	margin: 15px 0 -30px 0;
}
@media(min-width:768px){
	#footerContact {
		margin: 15px 0 0 0;
	}
}

#footerContact a{
	color: #999999;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

#footerContact a:hover{
	color: #ffffff;
}

#footerContact li {
	margin: 0 0 -3px 0;
}

.footerBG {
	background: #404040;
	padding-bottom: 20px;
	margin: 0 -15px 20px -15px;
}

#socialIcons{
	float: right;
	padding: 10px 0 10px 10px;
	margin: 0;
}
@media(min-width:992px){
	#socialIcons {
		padding: 10px 35px 0 10px;;
	}
}

.socialLink{
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.socialLink:hover{
	opacity: .4;
	filter: alpha(opacity=40);
}

.videowrapper {
	position: relative;
  float: none;
	clear: both;
  height: 0;
  width: 100%;
  max-width: 550px;
  padding: 25px 0 56.25% 0;
  margin: 15px 0 15px 0;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.FW_h3_1 {
	float: left;
	font-size: 14px;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	color: #666666;
	margin: -2px 0 0 0;
}

.FW_h3_2 {
  float: left;
	font-size: 15px;
	font-family: "Verdana", "Geneva", sans-serif;
  font-weight: 100;
	color: #ff8711;
	margin: 6px 0 0 0;
}

.featuredWorkP {
	float: left;
	font-size: 10px;
	color: #666666;
	padding: 10px 0 0 0;
}

@media (min-width: 992px) {
  .topContentLeft {
    padding-left: 50px;
  }
}
@media (min-width: 768px) {
	.topContentLeft {
		padding-left: 50px;
	}
}

@media(max-width:767px){
	.topContent {
		margin-top: -30px;
	}
}

@media (max-width:767px) {
	.quoteBox h2 {
		text-align: center;
		padding-left: 0;
	}
}

@media(max-width:767px){
	.quoteBox p {
		text-align: center;
		padding-left: 0;
	}
}

.centerImg {
	text-align: center;
}

.bottomContent {
	background-color: #f4f4f4;
  padding-top: 15px;
  padding-right: 35px;
	padding-left: 35px;
}

@media(max-width:767px){
	.bottomContent {
    padding-right: 0;
		padding-left: 0;
	}
}
@media(min-width:768px){
	.bottomContent {
    padding-right: 0;
		padding-left: 0;
	}
}
@media(min-width:992px){
	.bottomContent {
		padding: 35px 35px 20px 35px;
	}
}
@media(min-width:1200px){
	.bottomContent {
		padding: 35px 35px 20px 35px;
	}
}

.homeBottomContentLeft {
	background-color: white;
  padding: 10px;
  margin: 0 -7px 15px 0;
}
@media(max-width:767px){
	.homeBottomContentLeft {
    margin: 0 0 15px 0;
	}
}

.homeBottomContentRight {
	background-color:white;
	padding: 10px;
  margin: 0 0 15px -7px;
}

@media(max-width:767px){
	.homeBottomContentRight {
    margin: 0 0 45px 0;
	}
}
@media(min-width:768px){
	.homeBottomContentRight {
		height: 343px;
    margin: 0 0 45px 0;
	}
}
@media(min-width:992px){
	.homeBottomContentRight {
		height: 330px;
	}
}

.filmStrip {
	margin-top: 30px;
}

#carousel {
  margin-right: auto!important;
	margin-left: auto!important;
}

.es-carousel-wrapper {
	width: 630px;
}
@media(min-width:768px){
	.es-carousel-wrapper {
		width: 630px;
	}
}
@media(min-width:992px){
	.es-carousel-wrapper {
		width: 730px;
	}
}

.workExampleText {
  float: none;
  padding: 15px;
	margin: 30px 0 0 0;
}
@media(max-width:767px){
	.workExampleText {
    margin: -15px 0 0 0;
	}
}

.workExampleText h1{
	font-size: 16px;
	font-family: "Verdana", "Geneva", sans-serif;
	color: #ff8711;
	padding: 0;
  margin: 0;
}

.workExampleText h2{
	font-size: 13px;
	font-family: "Verdana", "Geneva", sans-serif;
	color: #999999;
	padding: 0;
  margin: 5px 0 0 0;
}

.workExampleText p{
	font-size: 11px;
	font-family: "Verdana", "Geneva", sans-serif;
	color: #666666;
	padding: 0;
  margin: 15px 20px 20px 0;
}

.workExampleText a{
	font-family: "Verdana", "Geneva", sans-serif;
	color: #ff8711;
  text-decoration: none;
}

.workExampleText a:hover{
	color: #333333;
	text-decoration: underline;
}

.bigContent {
	background-color: white;
	margin-right: 15px;
	margin-bottom: 15px;
  margin-left: 15px;
}

.bigContentImageConatiner {
	background-color: #ffffff;
	margin-left: 0;
}

.bigContentImage {
  padding: 15px;
	margin-left: auto;
	margin-right: auto;
}

.bottomBitXS {
	background-color: #f4f4f4;
	margin-bottom: -10px;
}

.bottomBitXSInner {
	background-color: white;
	height: auto;
	list-style: square;
	color: #ff8711;
  padding:15px;
  margin: 0 15px 15px 15px;
}

.bottomBitXSInner ul {
	padding-left: 15px;
}

@media(max-width:767px){
	.container{
		max-width: 600px;
	}
}

#eModal-1 {
	height: 510px;
}
@media(max-width:767px){
	#eModal-1 {
		height: 550px;
	}
}
@media(min-width:768px){
	#eModal-1 {
		height: 550px;
	}
}
@media(min-width:992px){
	#eModal-1 {
		height: 510px;
	}
}
@media(min-width:1200px){
	#eModal-1 {
		height: 510px;
	}
}

.main-navigation {
	clear: both;
	position: relative;
	max-width: 1080px;
	min-height: 45px;
  margin: 0 auto;
}

ul.nav-menu, div.nav-menu > ul {
	margin: 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
  display: block;
	color: #909090;
	font-size: 12px;
	font-family: "Verdana", "Geneva", sans-serif;
	line-height: 1;
	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
  padding: 15px 12px;
}

.nav-menu li:hover > a, .nav-menu li a:hover {
  color: #333333;
	background-color: transparent;
}

.nav-menu .sub-menu, .nav-menu .children {
	display: none;
  position: absolute;
  z-index: 99999;
	left: -2px;
  background-color: #ffffff;
	padding: 0;
}

.nav-menu .sub-menu ul, .nav-menu .children ul {
  top: 0;
	left: 100%;
}

@media(min-width:992px){
	ul.sub-menu {
    -webkit-box-shadow: 9px 9px 9px rgba(50, 50, 50, 0.14);
    -moz-box-shadow: 9px 9px 9px rgba(50, 50, 50, 0.14);
    box-shadow: 9px 9px 9px rgba(50, 50, 50, 0.14);
	}
}
@media(min-width:1200px){
	ul.sub-menu {
		-webkit-box-shadow: 9px 9px 9px rgba(50, 50, 50, 0.14);
		-moz-box-shadow: 9px 9px 9px rgba(50, 50, 50, 0.14);
		box-shadow: 9px 9px 9px rgba(50, 50, 50, 0.14);
	}
}

ul.nav-menu ul a,
.nav-menu ul ul a {
  width: 260px;
	color: #909090;
	border-bottom: 1px solid #909090;
	padding-top: 12px;
	padding-bottom: 12px;
  margin: 0;
}

ul.nav-menu ul a:hover, .nav-menu ul ul a:hover {
	background-color: #ffffff;
}

ul.nav-menu li:hover > ul, .nav-menu ul li:hover > ul {
	display: block;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	position: relative;
	z-index: 2;
  color: #333333;
}

.menu-toggle {
	display: none;
}

.navbar {
  float: right;
	left: 10px;
  max-width: 1600px;
	width: 645px;
	background-color: #ffffff;
  margin: 24px auto 0 auto;
}

.site-header .search-form {
	position: absolute;
  top: 1px;
	right: 20px;
}

.site-header .search-field {
  position: relative;
  height: 37px;
  width: 0;
	background-color: transparent;
	background-image: url('images/search-icon.png');
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition: width 400ms ease, background 400ms ease;
  margin: 3px 0;
	padding: 0 0 0 34px;
}

.site-header .search-field:focus {
  width: 230px;
	background-color: #fff;
	border: 2px solid #c3c0ab;
	outline: 0;
  cursor: text;
}

@media(min-width:992px){
	.topLevel {
    height: 50px;
		width: 82px;
		text-align: center;
		vertical-align: middle;
	}
}
@media(min-width:1200px){
	.topLevel {
    height: 50px;
		width: 82px;
		text-align: center;
		vertical-align: middle;
	}
}

.menuRibbon {
  position: absolute;
  z-index: 1;
	top: 80px;
	left: 0;
	width: 82px;
}
@media(max-width:767px){
	.menuRibbon {
		display: none;
	}
}
@media(min-width:768px){
	.menuRibbon {
		display: none;
	}
}
@media(min-width:992px){
	.menuRibbon {
		display: block;
	}
}

.nav-menu .current-menu-item li a {
	color: #909090;
}

.nav-menu .current-menu-ancestor li a {
	color: #999999;
}

.nav-menu .current-menu-item li a:hover {
	color: #333333;
}

.nav-menu .current-menu-ancestor li a:hover {
	color: #333333;
}

#sdrn_bar .menu_title {
	font-size: 14px;
}

#sdrn_bar {
	height: 76px!important;
}

#sdrn_menu.top {
	top: -4px!important;
}

@media(max-width:767px){
	.row {
    padding-right: 0;
		padding-left: 0;
	}
	body {
    padding-right: 0;
		padding-left: 0;
	}
}

@media(min-width:768px){
	.row {
    padding-right: 0;
		padding-left: 0;
	}
	body {
    padding-right: 0;
		padding-left: 0;
	}
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	position: relative;
	top: 2px;
	left: 5px;
  width: 108px;
	height: 32px;
	color: transparent;
	font-size: 12px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-image:url('images/submitBtn.png');
	border: 0;
	background-color:white;
	margin: 0 0 -12px 0 !important;
}

.quoteSubmit {
	position: relative;
	top: -3px !important;
	left: 5px !important;
	font-size: 12px;
	color: #fff;
	width: 108px;
	height: 32px;
	color:transparent !important;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-image:url('images/submitBtn.png');
	border: 0;
	background-color: white;
	margin: 0px 0px -12px 0px !important;
}

.quoteSubmit:hover{
	opacity: .4;
    filter: alpha(opacity=40);
}

.specialPadding {
	padding-top: 10px;
	padding-bottom: 10px;	
}

.popFormText {
	color: #333333;
	font-size: 12px;
	padding-right: 20px;
}

@media(max-width:767px){
	.popup {
		width: 250px;	
	}
}
@media(min-width:768px){
	.popup {
		width: 220px;	
	}
}

.popupSubmit {
	color: transparent !important;
}

.search-submit {
	color: transparent !important;
}

h1.backToTop {
	margin-bottom: 20px;
}

ul.black {
	font-size: 14px;
	color: #666666;
	list-style: none;
}

li.blackBig {
	font-size: 14px;
	color: #666666;
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

li.black {
	color: #666666;
	margin-bottom: 5px;
}

.bottomBitXSInner ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.blogPage {
	padding-bottom: 40px;
}
@media(max-width:767px){
	.blogPage {
		padding-top: 25px;
		padding-bottom: 30px;
	}
}
@media(min-width:768px){
	.blogPage {
		padding-top: 25px;
		padding-bottom: 30px;
	}
}
@media(min-width:992px){
	.blogPage {
		padding-top: 25px;
		padding-bottom: 30px;
	}
}

.quoteSubmit {
	position: absolute;
	top: -25px!important;
	left: 0px!important;
}

.night_phone_a {
	width: 35px!important;
	margin-right: 3px;
}

.night_phone_b {
	width: 35px!important;
	margin-right: 3px;
}

.night_phone_c {
	width: 45px!important;
}

.paypal_subscription {
	background: transparent!important;
}

.country {
	height: 30px;
}

#invoice_paid {
	font-weight: 900;
}

.blog .content-area,
.single .content-area,
.archive .content-area{
 	background-color: #FFFFFF;
	padding: 50px;
  margin: -15px;
}

.blog .orangeBG,
.single .orangeBG,
.archive .orangeBG{
	display: none;
}

.blog article{
 	border-bottom: 1px solid #404040;
	padding-bottom: 20px;
  margin-bottom: 20px;
}

.single article a,
.single article h1,
.archive article a,
.archive article h1,
.blog article a,
.blog article h1{
	color: #FF8711;
}

.archive .entry-meta span,
.single .entry-meta span,
.blog .entry-meta span{
	padding-right: 10px;
}

.single article h1,
.archive article h1,
.blog article h1{
	margin: 0 0 5px;
	margin-top: 20px;
}

h1.blog {
	margin: 20px 0 10px 0;
}

.addthis_button_tweet {
	width: 80px;
	padding-right: 0px;
}

@media(max-width:767px){
	.entry-content h2 {
		padding-top: 30px;
		padding-bottom: 10px;
	}
}

.bottomBitXSBlog {
	margin-bottom: 30px;
}

/* rebranding backend login */

body.login {
	height: 100%;
	background: #ffffff!important;
}

form > p {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 100;
	text-transform: uppercase;
}
@media(max-width:767px){
	form > p {
		font-size: 16px;
	}
}

#loginform {
	background: #ff7401!important;
}

.login label {
	color: #ffffff;
}

#wp-submit {
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	border: 0;
}

.login .message {
	color: #212123;
}

.login #backtoblog a, .login #nav a, .login h1 a {
	color: #509ef8!important;
}

.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
	color: #faa639!important;
}

form#login > p.submit > input.button-large{
	height: 25px!important;
}

form#lostpasswordform {
	background: #6d6e70!important;
}

.tp-leftarrow.default {
	left: 10px!important;
	width: 36px!important;
	height: 36px!important;
	background:url('http://www.direct-axis.net/wp-content/uploads/2014/07/lefty.png')!important;
}

.tp-leftarrow.default:hover {
	background: url('http://www.direct-axis.net/wp-content/uploads/2014/07/lefty.png')!important;
	background-position: center bottom!important;
}

.tp-rightarrow.default {
	right: 10px!important;
	width: 36px!important;
	height: 36px!important;
	background: url('http://www.direct-axis.net/wp-content/uploads/2014/07/righty.png')!important;
}

.tp-rightarrow.default:hover {
	background: url('http://www.direct-axis.net/wp-content/uploads/2014/07/righty.png')!important;
	background-position: center bottom!important;
}

.tp-bullets.simplebullets.round .bullet:first-of-type {
	left: 15px!important;
}

.tp-bullets.simplebullets.round .bullet:nth-of-type(3) {
	right: 15px!important;
}

.tp-bullets.simplebullets.round .bullet {
	width: 36px!important;
	height: 36px!important;
	background: url('http://www.direct-axis.net/wp-content/uploads/2014/07/doublepagination.png')!important;
}

.tp-bullets.simplebullets.round .bullet:hover {
	width: 36px!important;
	height: 36px!important;
	background: url('http://www.direct-axis.net/wp-content/uploads/2014/07/doublepagination.png')!important;
	background-position: center bottom!important;
}

.tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.navbar .bullet:hover, .tp-bullets.simplebullets.navbar .bullet.selected {
	width: 36px!important;
	height: 36px!important;
	background: url('http://www.direct-axis.net/wp-content/uploads/2014/07/doublepagination.png')!important;
	background-position: center bottom!important;
}

.emodal-close {
	font-size: 25px!important;
	background-color: #ffffff!important;	
}

.formWrapper p {
	font-size: 11px!important;
	font-family: Verdana, Geneva, sans-serif!important;
}

.playSmall {
	margin-left: 5px;
}

.articleList {
	color: #ff8711;
	list-style: square;
	margin: 38px 0px 0px 20px;
}

.articleList ul{
	padding: 0;
}

.articleList ul li a {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666666;
	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;	
}

/* slider */

.bxslider {
	padding: 0;
}

.bx-wrapper {
	margin: 0 auto;
}

.bx-wrapper .bx-viewport {
	left: 0;
	background: transparent;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bx-wrapper .bx-pager {
	bottom: 10px;	
}

/* bootstrap modal */

button.close {
	top: -4px;
	margin-right: -40px!important;
}

.quoteBoxImage img {
	cursor: pointer;
}

/* unique web menus */

#StaticImage, #StaticImage2 {
	cursor: pointer;
}

textarea#comment {
  width: 100%;
  max-width: 865px;
  font-size: 15px;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 3px;
}

.comment-form-author input, .comment-form-email input, .comment-form-url input {
  width: 100%;
  font-size: 15px;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 3px;
}

.form-submit input {
  left: 0;
}


/*
@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}
*/