/*************************************/
/******* Alltraders Template *******/
/***********************************/
/*** http://www.alltraders.com ***/
/**** support@alltraders.com ****/

/************************/
/*** Core html ***/
/**********************/

/* Reset all values */

html {
    margin: 0;
    padding: 0;
}

body {
    background: #f7f8f8;
    color: #242424;
    font-size: 15px;
  font-family: helvetica,arial,verdana,san-serif;
    margin: 0;
    min-height: 100%;
    padding: 0;
}

a {
  color: #e55b46;
  font-weight: bold;
}

a:hover,
a:focus {
  color: #f57f6d;
  font-weight: bold;
}

ul {
    color: #242424;
    font-family: arial,tahoma,verdana,helvetica,sans-serif;
}

h1 {
  font-size: 18px;
}

h2, h2 a, h2 a:hover {
    color: #e04126;
    font-size: 40px;
  font-weight: bold;
    margin: 0 0 20px 0;
  font-family: "proxima-nova",sans-serif;
  font-weight: 700;
  font-style: normal;
}

h3, h3 a {
  color: #242424;
  font-size: 24px;
}

h4, h4 a {
  color: #242424;
  font-size: 20px;
}

h5, h5 a {
  color: #242424;
  font-size: 19px;
}

h6, h6 a {
  color: #e76551;
  font-size: 17px;
}

.formContainer h2 {
  font-size: 25px;
}

ul li {
  list-style:disc outside none;
  margin: 0 0 0 20px; 
}

ol li {
  list-style:inherit outside none;
  margin: 0 0 0 20px; 
}

.page {
  background: #f7f8f8 url(../images/topheader_bk_rpt.jpg) repeat-x top center;
  max-height: 160px;
}

.pageinner {
  background: url(../images/topheader_bk.jpg) no-repeat top center;
  min-height: 160px;
}

.pagewhite {
  background: #F7F8F8;
}

.pageinnerwhite {
  background: #FFFFFF;
}
  

/************************/
/*** Content ***/
/**********************/

#container {
  margin: 0px auto;
}

#header {
  padding-top: 40px;
  padding-bottom: 30px;
}

#logo {
  margin: 0px;
}

#menu ul {
  margin: 0px;
}

#menu li {
  list-style: none;
  /*float: left;*/
}

#menu li a {
  font-size: 20px;
  color: #525252;
  background: none;
  font-family: "proxima-nova",sans-serif;
  font-weight: 600 !important;
  font-style: normal;
}

#menu li a:hover,#menu li a:active {
  text-decoration: none;
  color: #26afa5;
  background: none;
}

.toggleMenu {
  width: 100%;
  background: #26afa5;
  border: none;
}

.responsiveMenu a {
  padding: 10px 10px;
}

.isMobile a, a.isMobile:hover, a.isMobile:focus, a.isMobile:active {
  font-size: 15px !important;
  color: #ffffff !important;
}

.isMobile li li a {color: #694f0a!important;}

ul.isMobile {
  background: #69d5cd;
}

ul.isMobile li:hover {
  background: #48bbb2;
}

#top_banner {
  background: url(../images/header_bk_rpt.jpg) repeat-x top center;
  height: 300px;
}

#top_banner_inner {
  background: url(../images/header_bk.jpg) no-repeat top center;
  height: 300px;
  padding: 40px 0;
}

#top_banner_inner .container {
  text-align: center;
}

#top_banner h2 {
  color: #694f0a;
  font-size: 38px;
  margin: 24px 0 0 0;
}

#top_banner p {
    font-size: 19px;
    margin: 13px 0 27px 0;
}

#top_banner em.or { color: #694f0a; opacity: 0.75; }

#top_modules {
  margin: 40px 15px;
}

#top_left, #top_middle {
  border: 2px solid #26afa5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 26px 30px;
  margin-right: 20px;
  background: #FFFFFF;
  text-align: center;
}

#top_left a, #top_middle a{
  color: #ffffff;
}

#top_right {
  background: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 18px 40px;
  -moz-box-shadow: 0px 0px 2px 2px rgba(196,196,196,0.1);
  -webkit-box-shadow: 0px 0px 2px 2px rgba(196,196,196,0.1);
  box-shadow: 0px 0px 2px 2px rgba(196,196,196,0.1);
}

#top_left h3, #top_left h3 a, #top_middle h3, #top_middle h3 a {
  color: #db3c04;
  font-size: 26px;
  font-family: "proxima-nova",sans-serif;
  font-weight: 700;
  font-style: normal;
  
}

#top_right h3 {
  color: #26afa5;
  font-size: 22px;
  font-weight: bold;
}

#contentwrapper {
  margin: 40px 0px;
}

#left {
  background: #FFFFFF;
  padding: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 2px 2px rgba(196,196,196,0.1);
  -webkit-box-shadow: 0px 0px 2px 2px rgba(196,196,196,0.1);
  box-shadow: 0px 0px 2px 2px rgba(196,196,196,0.1);
}

#right h3 {
  font-size: 26px;
}

#right .moduletable {
  background: #e9eaea;
  padding: 35px;
  text-align: center;
  margin-bottom: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#right .green {
  background: #26afa5;
  color: #FFFFFF;
}

#right .green p {
  text-shadow: 1px 1px 1px #CCCCCC;
}

#right .green p.btn {
  text-shadow: none;
}

#right .green h3 {
  color: #FFFFFF !important;
  text-shadow: 1px 1px 1px #CCCCCC;
}

#right .green .btn-default {
  color: #26afa5;
  font-size: 15px;
  text-transform: none;
  padding: 12px 25px;
}

#right .green .btn-default:focus, #right .green .btn-default:hover {
  background: #f8f8f8;
}

#right .green a {
  color: #26afa5;
  font-size: 15px;
}

#right .btn-info {
  color: #26afa5;
  font-size: 13px;
  text-transform: none;
  padding: 12px 25px;
}

#right .btn-info {
  color: #FFFFFF !important;
  font-size: 15px !important;
}

#right .moduletable h3 {
  color: #db3c04;
  font-weight: bold;
  margin: 0 0 10px 0;
  font-family: "proxima-nova",sans-serif;
  font-weight: 700;
  font-style: normal;
}

#footer_wrapper {
  border-top: 5px #e9eaea solid;
  padding-top: 40px;
  color: #4C4C4C;
}

.formResponsive input, .formResponsive textarea, .rsform-input-box {
  width: 100%;
}

.rsform-input-box {
  background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  color: #555555;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 9px;
    padding: 8px;
}

.formContainer radio{
  padding-right: 5px;
}

#footer_wrapper p {
  margin: 0 0 4px 0;
}

#footer_wrapper a {
  color: #4d4d4d;
  font-weight: normal;
}

#footer_right {
  text-align: right;
}

.btn {
  font-size: 15px;
  font-weight: bold;
}

#top_modules .btn {
  text-transform: uppercase;
}

.rsform-text-box {
  resize: none;
}

#captcha23, #captchaTxt23 {
  float: left;
  margin: 5px 10px 0 0;
}

#captcha23 {
  padding-top: 5px;
}

#rsform_3_page_0 #Send {
  margin-top: 20px;
}

#Send {
  text-transform: uppercase;
}

#SendPrev {
  margin-right: 5px;
}

.formError {
  font-size: 11px !important;
}

.formValidation {
  display: block !important;
  clear: both;
}

#footer_left a:hover {
  text-decoration: underline;
}

#top_banner_inner input#Email {
  height: 65px !important;
  font-size: 24px !important;
  width: 140% !important;
}

#top_banner_inner .btn a {
  color: #fff;
  font-size: 22px;
  padding: 0;
  text-shadow: 0 1px 1px rgba(0,0,0,0.25);
  box-shadow: 0 1px 0 rgba(255,255,255,0.2);
}

#top_banner_inner .btn { margin: 0 8px; padding: 12px 26px; }

#top_banner_inner .btn-success {
  background-color: #5eb588;
}

#top_banner_inner .btn-danger {
  background-color: #e76229;
}

#top_banner_inner .btn-success:hover {
  background-color: #4ca878;
}

#top_banner_inner .btn-danger:hover {
  background-color: #d75a26;
}

body.contentpane {
    width:auto;
    margin:10px;
    text-align: left;
}

img { border: 0 none; }

.col-xs-12 {
  margin: 0 0 10px 0;
}

.responsiveMenu {
  background: none;
}

.formResponsive label {
  margin: 0 5px 0 5px;
}

.isMobile a:hover,.isMobile a:focus{
  color: #FFFFFF !important;
}


/************************/
/*** Media Queries ***/
/**********************/

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

@media all 
and (min-width : 993px) {
.responsiveMenu {
    float: right;
}  
#top_modules .col-md-5 {
  width: 46%;
}

#top_left, #top_middle, #top_right {
height : 360px\9;
}
}


@media all 
and (min-width : 768px) 
and (max-width : 1224px) {
#top_modules .col-md-3 {
    width: 49%;
}

#top_modules .col-md-5 {
    width: 100%;
}

#top_left, #top_middle {
  margin: 0px 0 10px 0;
}

#top_middle {
  margin-left: 13px;
}

#menu li a {
  font-size: 17px;
}

#top_banner_inner .btn a {
  font-size: 20px;
}

}

/* All Smartphones in portrait and landscape ----------- */
@media all 
and (min-width : 320px) 
and (max-width : 480px) {
#footer_wrapper, #footer_right {
  text-align: center;
}

#footer_right {
  margin: 10px 0;
  text-align: center;
}

#right {
  padding: 0px;
}

#right .moduletable {
  margin: 10px;
}

#left {
  margin: 10px 0px;
  padding: 20px;
}

#top_banner_inner .btn a {
  font-size: 14px;
}

#top_banner p {
    font-size: 14px;
}

#contentwrapper {
  margin: 15px 0;
}

#top_banner h2 {
  font-size: 25px;
}

#top_left, #top_middle {
  padding: 15px;
}

h2, h2 a, h2 a:hover {
  font-size: 34px;
}

p, h1, h2, h3 {/*
-ms-word-break: break-all;
     word-break: break-all;*/
      word-wrap: break-word;

     /* Non standard for webkit */
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}
}

@media all 
and (min-width : 481px) 
and (max-width : 760px) {
#footer_wrapper, #footer_right {
  text-align: center;
}

#top_banner_inner .btn a {
  font-size: 14px;
}

}

@media all 
and (max-width : 300px) {
#top_banner_inner h3 {
  display: none !important;
}

#top_banner h2 {
  font-size: 18px;
}
}

/* All Smartphones in landscape ----------- */
@media all 
and (max-width : 321px) {
#top_banner_inner .btn a {
  font-size: 14px;
}

#top_banner_inner .btn {
  display: block;
}

#top_banner p {
    font-size: 14px;
}

#top_banner_inner .btn-danger {
  margin-top: 10px;
}

#top_banner_inner {
  padding: 25px 0px;
}
}

/* All Smartphones in portrait ----------- */
@media all 
and (max-width : 479px) {
#top_banner_inner .btn a {
  font-size: 14px;
}

#top_banner p {
    font-size: 14px;
}

#top_banner_inner .btn {
  display: block;
}

#top_banner_inner {
  padding: 25px 0px;
}
}

/***** ANDROID DEVICES *****/

/* Android 240 X 320 ----------- */
@media only screen
and (max-width: 241px){
/* YOUR STYLE GOES HERE */
}

/* Android(Samsung Galaxy) in portrait 380 X 685 ----------- */
@media only screen
and (min-width: 375px)
and (max-width: 385px){
/* YOUR STYLE GOES HERE */
}

/* Android(Samsung Galaxy) in Landscape 685 X  380 ----------- */
@media only screen
and (min-width: 680px)
and (max-width: 690px){
/* YOUR STYLE GOES HERE */
}

/***** ALL GENERATION IPADS *****/

/* iPads in portrait and landscape----------- */
@media all 
and (min-width : 768px) 
and (max-width : 1024px) {

}

/* iPad in landscape----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* YOUR STYLE GOES HERE */
}

/* iPad in portrait----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait){
/* YOUR STYLE GOES HERE */
}

/* Only iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* YOUR STYLE GOES HERE */
}

/************************/
/*** Pagination ***/
/**********************/

div.pagination {
    clear: both;
    text-align: center;
    margin: 15px 0 0 0;
}
 
div.pagination p.counter {
    font-style: italic;
}
 
div.pagination ul {
    list-style: none;
    padding: 0;
}
 
div.pagination ul li {
    list-style: none;
    display: inline;
}

div.pagination  li {
  background: #f2f2f2;
  padding: 5px 10px;
  margin-right: 10px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

div.pagination  li a {
  color: #5F4579;
  font-weight: bold;
}

div.pagination  li span {
  color: #B7B9BD;
}

.counter {
  display: none;
}

.mceContentBody  {
  text-align: left !important;
}

@media (min-width: 1225px) {
  .responsiveMenu ul { width: 20em; background: rgba(255,255,255,0.8); z-index: 1; }}

@media (max-width: 1224px) {
  .responsiveMenu ul { width: 17em; background: rgba(255,255,255,0.8); z-index: 1; }}

@media (min-width: 786px) {
  .responsiveMenu ul { border: 1px solid #26afa5; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.responsiveMenu li li:first-child a { border-top: none; }}