

body {
	font: 14px sans-serif; 
	color: #fff;
  line-height: 18px;
	background-color: #fff;
  margin: 0;    
}


a, a:focus, a:hover, button, button:focus, button:hover, button:active { 
  text-decoration: none; 
  outline: none; 
  -o-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -khtml-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
a {
  color: #fa6f5d;
}
a:hover, a:focus {
  color: #000;
}

img{ border:none; outline:none; }



/* Font-face for webpage */
@font-face {
	font-family: 'DroidSerif';
	src: url('fonts/DroidSerif.eot');
	src: url('fonts/DroidSerif.eot?#iefix') format('embedded-opentype'),
		url('fonts/DroidSerif.woff2') format('woff2'),
		url('fonts/DroidSerif.woff') format('woff'),
		url('fonts/DroidSerif.ttf') format('truetype'),
		url('fonts/DroidSerif.svg#DroidSerif') format('svg');
	font-weight: bold;
	font-style: italic;
} 
@font-face {
	font-family: 'OptimusPrinceps';
	src: url('fonts/OptimusPrinceps.eot');
	src: url('fonts/OptimusPrinceps.eot?#iefix') format('embedded-opentype'),
		url('fonts/OptimusPrinceps.woff2') format('woff2'),
		url('fonts/OptimusPrinceps.woff') format('woff'),
		url('fonts/OptimusPrinceps.ttf') format('truetype'),
		url('fonts/OptimusPrinceps.svg#OptimusPrinceps') format('svg');
} 
@font-face {
	font-family: 'OptimusPrincepsSemiBold';
	src: url('fonts/OptimusPrincepsSemiBold.eot');
	src: url('fonts/OptimusPrincepsSemiBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/OptimusPrincepsSemiBold.woff2') format('woff2'),
		url('fonts/OptimusPrincepsSemiBold.woff') format('woff'),
		url('fonts/OptimusPrincepsSemiBold.ttf') format('truetype'),
		url('fonts/OptimusPrincepsSemiBold.svg#OptimusPrincepsSemiBold') format('svg');
}  


              
/* Font-face for Bootstrap */
@font-face {  
  font-family: Glyphicons Halflings;  
  src: url('fonts/glyphicons-halflings-regular.eot');  
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
       url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), 
       url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');  
}  


/*------------------------------
	PART OF HEADER OF ALL PAGES
------------------------------*/
#business1_home.header {
  background: #707c94 url(images/home-header-bg.jpg) center top no-repeat; 
  border: 0;
  margin: 0;
  min-height: 650px;
}

#business1_fullpage.header {
  background: #1c2f48; 
  border: 0;
  margin: 0 0 30px 0;
}

#business1_home.header .header-inner,
#business1_fullpage.header .header-inner {
  background: transparent;
  margin-top: 50px;
  padding: 0;
  height: 80px;
  -moz-box-shadow: 0 10px 6px -6px #293348;
  -webkit-box-shadow: 0 10px 6px -6px #293348;
  box-shadow: 0 10px 6px -6px #293348;  
}
/*-------------------------------------------------------------*/
@media (max-width:991px) {
  #business1_home.header .header-inner,
  #business1_fullpage.header .header-inner {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; 
  }
}
/*-------------------------------------------------------------*/


/*------------------------------
	SITENAME, SITETAG - ALL PAGES
------------------------------*/
.sitename-wrap { 
  padding: 10px 15px;
  background: #fa6f5d;
  height: 80px; 
}
.sitename-wrap a { color: #fff; }
.sitename-wrap a:hover { color: #000; }

.sitename-wrap .page-logo img { 
  height: auto;
  max-width: 100%;  
}
/*-------------------------------------------------------------*/
@media (max-width:991px) {
  .sitename-wrap .page-logo img {
    height: 60px;
    max-width: auto;
    margin-top: 0;
  }
}
/*-------------------------------------------------------------*/
.sitename-wrap .sitename {
font: 26px "OptimusPrincepsSemiBold", sans-serif;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
}
/*-------------------------------------------------------------*/
@media (max-width:991px) {
  .sitename-wrap .sitename {
    line-height: 60px;
  }
}
@media (max-width:480px) {
  .sitename-wrap .sitename {
    line-height: 30px;
  }
}
/*-------------------------------------------------------------*/


/*------------------------------
	HEADER NAVBAR FOR ALL PAGES
------------------------------*/
.header-navigation {
  background-color: #2b3f57;
  background-image: none;    
}
.header-navigation .navbar-default {
  border: none;
  margin-bottom: 0;
  background-color: transparent;
  background-image: none;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;  
}
.header-navigation .navbar-default .navbar-collapse {
  /* padding-left: 0;
  padding-right: 0; */
}
.header-navigation .navbar-default .navbar-collapse ul {
  float: right;
}

.header-navigation .navbar-default ul.navbar-nav > li > a {
  position: relative;
  font: 14px "DroidSerif", sans-serif;
  color: #fff;
  line-height: 46px;
  margin: 17px 10px 7px 10px;
  padding: 5px 10px; 
  text-transform: uppercase;
}
.header-navigation .navbar-default ul.navbar-nav > li > a:hover {
  color: #9bcece;
	border-bottom: 2px solid #fa6f5d;
}
.header-navigation .navbar-default ul.navbar-nav > li.open > a, 
.header-navigation .navbar-default ul.navbar-nav > li.active > a {
  color: #9bcece;
	border-bottom: 2px solid #fa6f5d;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.header-navigation .navbar-default ul.navbar-nav li.dropdown > ul.dropdown-menu {
  background: #fa6f5d;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;
}
.header-navigation .navbar-default ul.navbar-nav li.dropdown > ul.dropdown-menu li {
  border-bottom: 1px solid #e46150;
  padding: 5px;
}
.header-navigation .navbar-default ul.navbar-nav li.dropdown > ul.dropdown-menu li:last-child {
  border-bottom: none;
}
.header-navigation .navbar-default ul.navbar-nav li.dropdown > ul.dropdown-menu li a {
  color: #fff;
}
.header-navigation .navbar-default ul.navbar-nav li.dropdown > ul.dropdown-menu li a:hover {
  background: #2b3f57;
  color: #fff;
}

/*-------------------------------------------------------------*/


/*------------------------------------
	HEADER NAVBAR SMALL DEVICES <992px
--------------------------------------*/
@media (max-width: 991px) {
  .header-navigation .navbar-default .navbar-header {
    float: none;
  }
  
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none !important;
  }  
  .collapse.in{
      display:block !important;
  }
  .header-navigation { 
    z-index: 1030;
  }
  .header-navigation .navbar-default .navbar-header button {
    margin-top: 12px;
    margin-bottom: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
  } 
  .header-navigation .navbar-default .navbar-collapse ul {
    float: none !important;
  }   
  .header-navigation .navbar-default .navbar-collapse ul li {
    float: none !important;
  }
  .header-navigation .navbar-default ul.navbar-nav > li > a {
  
  }
  .header-navigation .navbar-default ul.navbar-nav > li > a:hover {
    color: #9bcece;
	  border-bottom: none;
    background: #3d5a7c;
  }
  .header-navigation .navbar-default ul.navbar-nav > li.open > a, 
  .header-navigation .navbar-default ul.navbar-nav > li.active > a {
    color: #9bcece;
	  border-bottom: none;
    background: #3d5a7c;
  }
  .header-navigation .navbar-default ul.navbar-nav li.dropdown > ul.dropdown-menu {
    position: static;
    margin-left: 10px;
    margin-right: 10px;
  }
}
/*-------------------------------------------------------------*/


/*------------------------------------------------------------------------------
	HOME PAGE
--------------------------------------------------------------------------------*/
/* Wmessage of the Homepage */
.wmessage {
  text-align: center;
  padding-top: 100px;
}
.wmessage-logo {
  max-width: 200px;
  margin: 0 auto;
}
.wmessage-box {
  margin: 0;
  padding: 0;
}
.wmessage-box-title {
  margin: 0;
  padding: 0;
}
.wmessage-box-title h2 {
  font: 40px "OptimusPrincepsSemiBold", sans-serif;
  line-height: 44px;
  color: #fff;
  text-transform: uppercase;
}
.wmessage-box-body {
  font: 22px sans-serif;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  padding-top: 10px;
}
.wmessage-bottom-line {
    background: #d4503f;
    display: inline-block;
    height: 1px;
    margin: 0 auto;
    position: relative;
    width: 50%;
}
span.wmessage-bottom-subline {
    background: #9bcece;
    display: inline-block;
    height: 6px;
    left: 25%;
    position: absolute;
    top: -3px;
    width: 50%;
}


/* Part of page - CONTENTBAR 1 of the Homepage */
#business1_home.pagecontent-contentbar1 {
  margin: 0;
  padding: 0;
}
#business1_home.pagecontent-contentbar1 .contentbar1 {
  background: #9bcece;
  padding-top: 40px;
  padding-bottom: 40px;
}
.homeside1-box {
  display: block;
  max-width: 90%;
  margin: 0 auto;
  padding: 40px 20px 40px 20px;
  background: #fff;
  -moz-box-shadow: 0 16px 6px -6px rgba(77,107,107,0.9);
  -webkit-box-shadow: 0 16px 6px -6px rgba(77,107,107,0.9);
  box-shadow: 0 16px 6px -6px rgba(77,107,107,0.9);
}
.homeside1-box-title {
  margin: 0;
  padding: 0;
}
.homeside1-box-title h2 {
  font: 40px "OptimusPrincepsSemiBold", sans-serif;
  line-height: 44px;
  color: #848484;
  text-transform: uppercase;
  margin-bottom: 0;
}
.homeside1-box-title h2 i.fa {
  float: none;
  display: block;
  font-size: 120px;
  color: #dadde4;
  margin-bottom: 15px;
}
.homeside1-box-body {
  font: 14px sans-serif;
  line-height: 18px;
  color: #8d8d8d;
  padding-top: 20px;
}
.homeside1-bottom-line {
    background: #fa6f5d;
    display: inline-block;
    height: 1px;
    margin: 0 auto;
    position: relative;
    width: 50%;
}
span.homeside1-bottom-subline {
    background: #60b6b6;
    display: inline-block;
    height: 6px;
    left: 25%;
    position: absolute;
    top: -3px;
    width: 50%;
}
 

/* Part of page - CONTENTBAR 2 of the Homepage */
#business1_home.pagecontent-contentbar2 {
  margin: 0;
  padding: 0;
}
#business1_home.pagecontent-contentbar2 .contentbar2 {
  background: #f9f9f9;
  padding-top: 40px;
  padding-bottom: 40px;
}
#business1_home.pagecontent-contentbar2 .contentbar2 h3 {
  font: 40px "OptimusPrincepsSemiBold", sans-serif;
  line-height: 44px;
  color: #848484;
  text-transform: uppercase;
}
#business1_home.pagecontent-contentbar2 .contentbar2 h4 {
  font: 26px sans-serif;
  line-height: 30px;
  color: #fa6f5d;    
  text-transform: uppercase;
}
.pagecontent-contentbar2-bottom-line {
    background: #fa6f5d;
    display: inline-block;
    height: 1px;
    margin: 0 auto;
    position: relative;
    width: 50%;
}
span.pagecontent-contentbar2-bottom-subline {
    background: #60b6b6;
    display: inline-block;
    height: 6px;
    left: 25%;
    position: absolute;
    top: -3px;
    width: 50%;
}
#business1_home.pagecontent-contentbar2 .contentbar2 .contentbar2-row {
  background: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
  -moz-box-shadow: 0 13px 6px -6px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 13px 6px -6px rgba(0,0,0,0.2);
  box-shadow: 0 13px 6px -6px rgba(0,0,0,0.2);
  /* ROW EQUAL HEIGHT METHOD */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
/*-------------------------------------------------------------*/
@media (max-width:991px) {
  #business1_home.pagecontent-contentbar2 .contentbar2 .contentbar2-row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  #business1_home.pagecontent-contentbar2 .contentbar2 .contentbar2-row .contentbar2-column {
    background: #f9f9f9 !important;
    border-left: 1px solid #dddae1 !important;
    border-right: 1px solid #dddae1 !important;
    border-top: 7px solid #fa6f5d !important;
    margin-bottom: 20px;
    -moz-box-shadow: 0 13px 6px -6px rgba(0,0,0,0.2) !important;
    -webkit-box-shadow: 0 13px 6px -6px rgba(0,0,0,0.2) !important;
    box-shadow: 0 13px 6px -6px rgba(0,0,0,0.2) !important;
    -o-transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;    
  }
  #business1_home.pagecontent-contentbar2 .contentbar2 .contentbar2-row .contentbar2-column:hover {  
    -moz-transform: none !important;  
    -webkit-transform: none !important;  
    -o-transform: none !important;  
    -ms-transform: none !important;
    transform: none !important;  
  }
}
/*-------------------------------------------------------------*/

#business1_home.pagecontent-contentbar2 .contentbar2 .contentbar2-row .contentbar2-column {
  background: #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 7px solid #fff;
  cursor: pointer;
  padding: 3.5em 2em;
  -o-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -khtml-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#business1_home.pagecontent-contentbar2 .contentbar2 .contentbar2-row .contentbar2-column:hover {
  background: #f9f9f9;
  border-left: 1px solid #dddae1;
  border-right: 1px solid #dddae1;
  border-top: 7px solid #fa6f5d;
  -moz-transform: scale(1.04) translateY(-5px);  
  -webkit-transform: scale(1.04) translateY(-5px);  
  -o-transform: scale(1.04) translateY(-5px);  
  -ms-transform: scale(1.04) translateY(-5px);
  transform: scale(1.04) translateY(-5px);
  z-index: 1;
}
.homeside2-box {
  margin: 0;
  padding: 0;
}
.homeside2-box-title {
  margin: 0;
  padding: 0;
}
.homeside2-box-title h2 {
  font: 26px sans-serif;
  line-height: 30px;
  color: #848484;
  text-transform: uppercase;
  margin-bottom: 0;
}
.homeside2-box-title h2 i.fa {
  float: none;
  display: block;
  font-size: 70px;
  color: #fa6f5d;
  margin-bottom: 15px;
}
.homeside2-box-body {
  font: 14px sans-serif;
  line-height: 18px;
  color: #8d8d8d;
  padding-top: 20px;
}


/* Part of page - CONTENTBAR 3 of the Homepage */
#business1_home.pagecontent-contentbar3 {
  margin: 0;
  padding: 0; 
}
#business1_home.pagecontent-contentbar3 .contentbar3 {
  background: #f9f9f9 url(images/home-deliver-bg.jpg) no-repeat fixed center top / cover;
  padding-top: 40px;
  padding-bottom: 40px;
  height: 400px;
}
.homeside3-box {
  margin: 0 auto;
  padding: 0 20px 40px 20px;
}
.homeside3-box-title {
  margin: 0;
  padding: 0;
}
.homeside3-box-title h2 {
  font: 40px "OptimusPrincepsSemiBold", sans-serif;
  line-height: 44px;
  color: #fff;
  text-transform: uppercase;
}
.homeside3-box-body {
  font: 18px sans-serif;
  line-height: 22px;
  color: #fff;
  padding-top: 40px;
}
.homeside3-box-body a.btn-primary {
  margin-top: 30px;
}
.homeside3-bottom-line {
    background: #fff;
    display: inline-block;
    height: 1px;
    margin: 0 auto;
    position: relative;
    width: 50%;
}
span.homeside3-bottom-subline {
    background: #fff;
    display: inline-block;
    height: 6px;
    left: 25%;
    position: absolute;
    top: -3px;
    width: 50%;
}

/* btn-primary style */
#business1_home.pagecontent-contentbar3 .btn-primary {
  background-color: transparent;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  font: 18px "OptimusPrincepsSemiBold", sans-serif;
  color: #fff;
  padding: 20px 25px;
  text-shadow: 0 -1px 0 #000;  
  text-transform: uppercase;
   -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;
}
#business1_home.pagecontent-contentbar3 .btn-primary:focus,
#business1_home.pagecontent-contentbar3 .btn-primary.focus {
  background-color: transparent;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  color: #fff;
  padding: 20px 25px;
  outline: none; 
  -o-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -khtml-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  text-transform: uppercase;
   -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;
}
#business1_home.pagecontent-contentbar3 .btn-primary:hover {
  background-color: #9bcece;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #60c2d3;
  color: #fff;
  padding: 20px 25px;
  outline: none; 
  -o-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -khtml-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  text-transform: uppercase;
   -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;
}
#business1_home.pagecontent-contentbar3 .btn-primary:active,
#business1_home.pagecontent-contentbar3 .btn-primary.active {
  background-color: #9bcece;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #60c2d3;
  color: #fff;
  padding: 20px 25px;
  outline: none; 
  -o-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -khtml-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  text-transform: uppercase;
   -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;
}
#business1_home.pagecontent-contentbar3 .btn-primary:active:hover,
#business1_home.pagecontent-contentbar3 .btn-primary.active:hover,
#business1_home.pagecontent-contentbar3 .btn-primary:active:focus,
#business1_home.pagecontent-contentbar3 .btn-primary.active:focus,
#business1_home.pagecontent-contentbar3 .btn-primary:active.focus,
#business1_home.pagecontent-contentbar3 .btn-primary.active.focus {
  background-color: #9bcece;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #60c2d3;
  color: #fff;
  padding: 20px 25px;
  outline: none; 
  -o-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -khtml-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  text-transform: uppercase;
   -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;
}
#business1_home.pagecontent-contentbar3 .btn-primary:active,
#business1_home.pagecontent-contentbar3 .btn-primary.active {
  background-image: none;
}


/* Part of page - CONTENTBAR 4 of the Homepage */
#business1_home.pagecontent-contentbar4 {
  margin: 0;
  padding: 0; 
}
#business1_home.pagecontent-contentbar4 .contentbar4 {
  background: #f9f9f9;
  padding-top: 40px;
  padding-bottom: 40px;
}
.homeside4-box {
  margin: 0 auto;
  padding: 0 20px 40px 20px;
}
.homeside4-box-title {
  margin: 0;
  padding: 0;
}
.homeside4-box-title h2 {
  font: 40px "OptimusPrincepsSemiBold", sans-serif;
  line-height: 44px;
  color: #848484;
  text-transform: uppercase;
}
.homeside4-box-body {
  font: 14px sans-serif;
  line-height: 18px;
  color: #8d8d8d;
  padding-top: 40px;
}
.homeside4-bottom-line {
    background: #fa6f5d;
    display: inline-block;
    height: 1px;
    margin: 0 auto;
    position: relative;
    width: 50%;
}
span.homeside4-bottom-subline {
    background: #60b6b6;
    display: inline-block;
    height: 6px;
    left: 25%;
    position: absolute;
    top: -3px;
    width: 50%;
}

#contactInfo {
  margin-top: 20px;
}
#contactInfo i.fa{
  font-size: 100px;
  color: #fa6f5d; 
}
#contactInfo h3 {
  font: 26px sans-serif;
  line-height: 30px;
  color: #848484;
  margin-top: 10px;
  padding: 10px 0 10px 0;
} 
 
/* btn-primary style */
.contactMenuForm .btn-primary {
  background-color: #fa6f5d;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #da5b4a;
  font: 18px "OptimusPrincepsSemiBold", sans-serif;
  color: #fff;
  padding: 10px 10px;
  text-shadow: 0 -1px 0 #000;  
  text-transform: uppercase;
   -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;
}
.contactMenuForm .btn-primary:focus,
.contactMenuForm .btn-primary.focus {
  background-color: #fa6f5d;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #da5b4a;
  color: #fff;
  padding: 10px 10px;
  outline: none; 
  -o-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -khtml-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  text-transform: uppercase;
   -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;
}
.contactMenuForm .btn-primary:hover {
  background-color: #2b3f57;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #1f2f41;
  color: #fff;
  padding: 10px 10px;
  outline: none; 
  -o-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -khtml-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  text-transform: uppercase;
   -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;
}
.contactMenuForm .btn-primary:active,
.contactMenuForm .btn-primary.active {
  background-color: #2b3f57;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #1f2f41;
  color: #fff;
  padding: 10px 10px;
  outline: none; 
  -o-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -khtml-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  text-transform: uppercase;
   -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;
}
.contactMenuForm .btn-primary:active:hover,
.contactMenuForm .btn-primary.active:hover,
.contactMenuForm .btn-primary:active:focus,
.contactMenuForm .btn-primary.active:focus,
.contactMenuForm .btn-primary:active.focus,
.contactMenuForm .btn-primary.active.focus {
  background-color: #2b3f57;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #1f2f41;
  color: #fff;
  padding: 10px 10px;
  outline: none; 
  -o-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -khtml-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  text-transform: uppercase;
   -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;
}
.contactMenuForm .btn-primary:active,
.contactMenuForm .btn-primary.active {
  background-image: none;
}


/* Part of page - CONTENTBAR 5 of the Homepage */
#business1_home.pagecontent-contentbar5 {
  margin: 0;
  padding: 0; 
}
#business1_home.pagecontent-contentbar5 .contentbar5 {
  background: #fa6f5d;
  padding-top: 40px;
  padding-bottom: 40px;
}
.homeside5-box {
  margin: 0 auto;
  padding: 0 20px 40px 20px;
}
.homeside5-box-title {
  margin: 0;
  padding: 0;
}
.homeside5-box-title h2 {
  font: bold 20px sans-serif;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
}
.homeside5-box-body {
  font: 12px sans-serif;
  line-height: 16px;
  color: #fff;
  padding-top: 20px;
  text-align: left;
}

.homeside5-box ul {
  list-style: none;
  padding-left: 0;
}
.homeside5-box ul li {
  border-bottom: none;
  padding: 5px 0;  
}
.homeside5-box ul li:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #eee;
  text-decoration: inherit;
  padding-right: 5px; 
}
.homeside5-box ul li a {
  display: initial; 
  font-weight: bold;
  color: #edd4d1;
  padding: 0; 
}
.homeside5-box ul li a:hover {
  color: #fff; 
  background-color: transparent;
  text-decoration: underline;
}
.homeside5-box ul li .text-muted {
  color: #fff; 
}
.homeside5-box ul li a span.badge {
  background-color: #fff; 
  color: #fa6f5d;
}
.homeside5-box ul li a:hover span.badge {
  background-color: #cd5849; 
  color: #fff;
}
.homeside5-box ul li a span.badge span.badge {
  padding: 0;
  background-color: transparent;
}
  

/* Footer of the Homepage */
#business1_home.footer {
  background: #f9f9f9;
  padding: 30px 0;
}
#business1_home.footer .site-info {
  font: 12px sans-serif;
  color: #777;
  line-height: 20px;
  margin: 0;
  padding: 5px 15px 15px 15px;
}
#business1_home.footer .site-info a { color: #e64c3c; text-decoration: none; border: none; outline: none; }
#business1_home.footer .site-info a:hover { color: #d6d6d6; text-decoration: none; border: none; outline: none; }


/* Social Bookmarking Icons of the Homepage */
#business1_home.footer p.xurl-social-icons {
    display: inline-block;
}
#business1_home.footer p.xurl-social-icons a {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}
#business1_home.footer p.xurl-social-icons span.fa { 
  line-height: 50px; 
  overflow: hidden;
  transition-duration: 0.8s;
  transition-property: transform;
}
#business1_home.footer p.xurl-social-icons span.fa:hover {
  -ms-transform: rotateY(360deg); /* IE 9 */
  -webkit-transform: rotateY(360deg); /* Chrome, Safari, Opera */
  transform: rotateY(360deg);
}

/*------------------------------------------------------------------------------
	END OF HOME PAGE
--------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------
	DEFAULT PAGES OF ALL PAGES
--------------------------------------------------------------------------------*/
.leftside {
  padding-bottom: 50px;
  padding-top: 50px; 
}


/*----------------------------------
	CONTENT - LEFT SIDE, LEFT MENUS
-----------------------------------*/
.leftmenu-box {
  overflow: hidden;
  margin-bottom: 50px;
  padding: 0; 
}
.leftmenu-box-title {
  margin: 0;
  padding: 0;
}
.leftmenu-box-title h2 {
  font: 32px "OptimusPrincepsSemiBold", sans-serif;
  line-height: 36px;
  color: #848484;
  text-transform: uppercase;
  text-align: center;
}
.leftmenu-box-title-bottom-line {
    background: #fa6f5d;
    display: inline-block;
    height: 1px;
    margin: 0 12%;
    position: relative;
    width: 76%;
}
span.leftmenu-box-title-bottom-subline {
    background: #60b6b6;
    display: inline-block;
    height: 6px;
    left: 25%;
    position: absolute;
    top: -3px;
    width: 50%;
}
.leftmenu-box-body {
  font: 14px sans-serif;
  line-height: 18px;
  color: #8d8d8d;
  padding: 20px 0;
}


/*------------------------------------------
	CONTENT - LEFT SIDE - NEWS POST STYLE
--------------------------------------------*/
.newspost {
  overflow: hidden;
  margin-bottom: 50px;
  padding: 0;
}
.newspost .newspost-content {

}
.newspost .newspost-image {
  overflow: hidden;
  width: 90%;
  margin: 0 auto 20px auto;  
  padding: 8px;       
  background: #fff;
  border: 1px solid #e4e4ec;
}
.newspost .newspost-image img {
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;
}
.newspost .newspost-title {
  margin: 0;
  padding: 0;
}
.newspost .newspost-title h2,
.newspost .newspost-title h2 a {
  font: 32px "OptimusPrincepsSemiBold", sans-serif;
  line-height: 36px;
  color: #848484;
  text-transform: uppercase;
  text-align: center;
}
.newspost .newspost-title h2 a:hover {
  color: #fa6f5d;
}
.newspost-title-bottom-line {
    background: #fa6f5d;
    display: inline-block;
    height: 1px;
    margin: 0 12%;
    position: relative;
    width: 76%;
}
span.newspost-title-bottom-subline {
    background: #60b6b6;
    display: inline-block;
    height: 6px;
    left: 25%;
    position: absolute;
    top: -3px;
    width: 50%;
}
.newspost .newspost-data {
  font: 11px "DroidSerif", sans-serif;
	line-height: 18px;
  color: #888;
  padding-top: 15px;
  padding-bottom: 15px;
} 
.newspost-body {
  font: 14px sans-serif;
  line-height: 18px;
  color: #8d8d8d;
  padding-top: 40px;
}
.newspost .newspost-extended {
  padding: 30px 20px 30px 10px;
}
.newspost .newspost-extended .btn, 
.newspost .newspost-extended .btn:focus {
  background-color: transparent;
  background-image: none;
  border: none;
  padding: 0;
  text-shadow: none;  
}
.newspost .newspost-extended .btn:hover {
	background-color: transparent
  background-image: none;
  border: none;
  padding: 0;
}
.newspost .newspost-extended .btn a {
  height: 46px;
  background-color: #60b6b6;
  background-image: none;
  border: none;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;
  font: 12px "DroidSerif", sans-serif;
  color: #fff;
  line-height: 20px;
  margin: 0;
  padding: 12px 20px;
  text-transform: uppercase;
}
.newspost .newspost-extended .btn a:hover {
  background-color: #fa6f5d;
  color: #fff;
}
.news-separator {
  display: block;
  height: 2px;
  margin: 25px auto 0 auto;
  width: 96%;
  background-color: #eee;
  border: 0 none;
  color: #eee;
}


/*---------------------------------------------------------
	CONTENT - RIGHT SIDE - NEWS POST STYLE FOR EXTEND NEWS
-----------------------------------------------------------*/
.newspost2 {
  overflow: hidden;
  margin: 0;
  padding: 30px 0;
}
.newspost2 .newspost2-content {

}
.newspost2 .newspost2-date {
  font: 14px "DroidSerif", sans-serif;
	line-height: 16px;
  color: #888;
  padding: 5px;
}
.newspost2 .newspost2-title {
  margin: 0;
  padding: 0;
}
.newspost2 .newspost2-title h2,
.newspost2 .newspost2-title h2 a {
  font: 32px "OptimusPrincepsSemiBold", sans-serif;
  line-height: 36px;
  color: #848484;
  text-transform: uppercase;
  text-align: center;
}
.newspost2 .newspost2-title h2 a:hover {
  color: #fa6f5d;
}
.newspost2-title-bottom-line {
    background: #fa6f5d;
    display: inline-block;
    height: 1px;
    margin: 0 12%;
    position: relative;
    width: 76%;
}
span.newspost2-title-bottom-subline {
    background: #60b6b6;
    display: inline-block;
    height: 6px;
    left: 25%;
    position: absolute;
    top: -3px;
    width: 50%;
}
.newspost2 .newspost2-data {
  font: 11px "DroidSerif", sans-serif;
	line-height: 18px;
  color: #888;
  padding-top: 15px;
  padding-bottom: 15px;
}
.newspost2 .newspost2-mainimage {
  overflow: hidden;
  width: 90%;
  margin: 0 auto 20px auto;  
  padding: 8px;       
  background: #fff;
  border: 1px solid #e4e4ec;
}
.newspost2 .newspost2-mainimage img {
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;
}
.newspost2 .newspost2-body {
  font: 14px sans-serif;
  line-height: 18px;
  color: #8d8d8d;
  padding-top: 20px;
}
.newspost2 .news-videos-1 { }
.newspost2 .news-images-1 { }
.newspost2 .news-images-2 { }
.newspost2 .news-videos-2 { }
.newspost2 .newspost2-social-icons {
  padding: 10px 20px;
}
.newspost2 .newspost2-social-icons .btn {
  font-size: 20px;
}
.newspost2 .newspost2-related-news {

}


/*---------------------------------------------------------
	CONTENT - RIGHT SIDE - RELATED NEWS ON THE EXTEND NEWS
-----------------------------------------------------------*/
.e-related { 
  overflow: hidden;
  padding: 10px 30px 20px 30px;
}
.e-related h2.caption {
  font: 24px sans-serif;
  color: #8b8b8b;
  line-height: 28px; 
  margin: 0;
	padding: 20px 0 20px 0;
}
.e-related h3 { 
  font: 22px "OptimusPrinceps", sans-serif;
  color: #cbcbcb;
  line-height: 24px;
  text-align: center;
  margin: 0;
	padding: 20px 0 20px 0; 
}
.e-related img { 
  padding: 8px;       
  background: #fff;
  border: 1px solid #e4e4ec;
}

/*------------------------------
	RELATED NEWS SMALL DEVICES
------------------------------*/
@media (max-width:767px) {
  .e-related h3 { 
    font-size: 14px;
    line-height: 16px; 
  }
}



/*----------------------------------
	CONTENT - RIGHT SIDE, RIGHT MENUS
-----------------------------------*/
.rightside {
  padding-bottom: 50px;
  padding-top: 50px; 
}  
.rightside a {
  color: #19a1a1;  
}
.rightside a:hover {
  color: #fa6f5d;
}
.rightmenu-box { 
  margin: 0 0 30px 0; 
  padding: 10px 10px 20px 10px;
}
.rightmenu-box-title {  }
.rightmenu-box-title h2 {   
  font: 20px sans-serif;
  color: #96a2ab;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0 0 8px 0; 
  padding: 0;
  text-align: center;
} 
.rightmenu-box-title-bottom-line {
    background: #bec7cd;
    height: 1px;
    margin: 0 10% 0 10%;
    position: relative;
    width: 80%;
}
span.rightmenu-box-title-bottom-subline {
    background: #96a2ab;
    height: 3px;
    left: 25%;
    position: absolute;
    top: -1px;
    width: 50%;
}
.rightmenu-box-body {  
  font: 12px sans-serif;
	color: #808080;
  line-height: 15px;
  margin: 0;
  padding: 20px 10px 0 10px;
}
.rightmenu-box-body table.table tr > td {
  padding: 4px;
}


/* Right menu table style */
.rightmenu-box .table, 
.table.blogcalendar {
  background: transparent;
}
.rightmenu-box .table > thead > tr > th, 
.rightmenu-box .table > thead > tr > td,
.rightmenu-box .table > tbody > tr > td {
  border: none;
}
.rightmenu-box .table > thead > tr > th.blogcalendar-day-name {
  text-align: center;
}
.rightmenu-box .table > thead > tr > th span {
  text-transform: uppercase;
  font-weight: bold;
}
.rightmenu-box .table > tbody > tr > td {
  text-align: center;
}
.rightmenu-box .table > tbody > tr > td .label-info {
  background: #e64c3c;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;
}


/* Right menu list style */
.rightmenu-box ul {
  list-style: none;
  padding-left: 0;
} 
.rightmenu-box ul li {
  display: block;
  padding: 7px 0;
} 
.rightmenu-box ul li a {
  display: initial; 
  padding: 0; 
}
.rightmenu-box ul li a:hover {
  background-color: transparent;
}
.rightmenu-box ul li a span.badge {
  background-color: #dfe2e5; 
  color: #adb5bc;
}
.rightmenu-box ul li a:hover span.badge {
  background-color: #fa6f5d; 
  color: #fff;
}


/*------------------------------------------
	CHATBOX Style
--------------------------------------------*/
#chatbox-posts-block { }
#chatbox-posts-block > ul > li.media span.media-object {
 padding-right: 15px;
}
#chatbox-posts-block > ul > li.media span.media-object img {
 -moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
  border-radius: 50%;
}
#chatbox-posts-block > ul > li.media {
  margin-top: 10px;
  padding: 0;
}
#chatbox-posts-block > ul > li.media .media-body {
  background: transparent;
  padding: 0;
}


/*------------------------------------------
	COMMENT Style
--------------------------------------------*/
/* Comment form */
.media .comment-box.comment-box-form { padding-top: 20px; }
.media .comment-box.comment-box-form .comment-box-left { 
  padding-right: 15px;
}
.media .comment-box.comment-box-form .comment-box-left .comment-avatar { 
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.media .comment-box.comment-box-form .comment-box-left .comment-avatar img { 
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
  -moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.media .comment-box.comment-box-form .comment-box-right { }
.media .comment-box.comment-box-form .comment-box-right .form-control {
  background-color: #fff;
  border: 1px solid #eee;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
  color: #646464;
}
.media .comment-box.comment-box-form .comment-box-right .e-comment-submit { }


/* Comments */
ul#comments-container { padding-top: 20px; }
ul#comments-container .comment-box { 
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
ul#comments-container .comment-box .comment-box-left {
  padding-right: 15px;  
}
ul#comments-container .comment-box .comment-box-left .comment-avatar {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
ul#comments-container .comment-box .comment-box-left .comment-avatar img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
  -moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
ul#comments-container .comment-box .comment-box-right { }
ul#comments-container .comment-box .comment-box-right .comment-box-username { }
ul#comments-container .comment-box .comment-box-right .comment-box-date { }
ul#comments-container .comment-box .comment-box-right .comment-text p {
  font: 14px sans-serif;
  line-height: 18px;
}
ul#comments-container .comment-box .comment-box-right .comment-status { }
ul#comments-container .comment-box .comment-box-right .comment-moderate { }
ul#comments-container .comment-box .comment-box-right .comment-moderate span.comment-reply { }
ul#comments-container .comment-box .comment-box-right .comment-moderate span.comment-reply a:before {
  content: "\f112";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 3px;
}
ul#comments-container .comment-box .comment-box-right .comment-moderate span.comment-edit { }
ul#comments-container .comment-box .comment-box-right .comment-moderate span.comment-edit a:before { 
content: "\f044";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 3px;
}
ul#comments-container .comment-box .comment-box-right .comment-moderate span.comment-moderate { }
ul#comments-container .comment-box .comment-box-right .comment-moderate span.comment-moderate a.e-comment-delete:before {
content: "\f00d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 3px;
}
ul#comments-container .comment-box .comment-box-right .comment-moderate span.comment-moderate { }
ul#comments-container .comment-box .comment-box-right .comment-moderate span.comment-moderate a.e-comment-approve:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 3px;
}
.comment-options {
  background: transparent;
  padding: 20px;
}


/*------------------------------
	COMMENTS SMALL DEVICES
------------------------------*/
@media (max-width:767px) {
  .media .comment-box.comment-box-form .comment-box-left { 
    display: none;
    visibility: hidden;
  }
  ul#comments-container .comment-box .comment-box-left {
    display: none;
    visibility: hidden;
  }
}


/*------------------------------------------------------
	PART OF FULL PAGES - CONTENTBAR OF THE OTHER PAGES
--------------------------------------------------------*/
#business1_fullpage.fullpagecontent-contentbar {
  margin: 0;
  padding: 0; 
}
#business1_fullpage.fullpagecontent-contentbar .contentbar {
  background: #fa6f5d;
  padding-top: 40px;
  padding-bottom: 40px;
}
.bottomside-box {
  margin: 0 auto;
  padding: 0 20px 40px 20px;
}
.bottomside-box-title {
  margin: 0;
  padding: 0;
}
.bottomside-box-title h2 {
  font: bold 20px sans-serif;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
}
.bottomside-box-body {
  font: 12px sans-serif;
  line-height: 16px;
  color: #fff;
  padding-top: 20px;
  text-align: left;
}

.bottomside-box ul {
  list-style: none;
  padding-left: 0;
}
.bottomside-box ul li {
  border-bottom: none;
  padding: 5px 0;  
}
.bottomside-box ul li:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #eee;
  text-decoration: inherit;
  padding-right: 5px; 
}
.bottomside-box ul li a {
  display: initial; 
  font-weight: bold;
  color: #edd4d1;
  padding: 0; 
}
.bottomside-box ul li a:hover {
  color: #fff; 
  background-color: transparent;
  text-decoration: underline;
}
.bottomside-box ul li .text-muted {
  color: #fff; 
}
.bottomside-box ul li a span.badge {
  background-color: #fff; 
  color: #fa6f5d;
}
.bottomside-box ul li a:hover span.badge {
  background-color: #cd5849; 
  color: #fff;
}
.bottomside-box ul li a span.badge span.badge {
  padding: 0;
  background-color: transparent;
}


/*-----------------------------
	FOOTER OF THE OTHER PAGES
-------------------------------*/
/* Footer of the Homepage */
#business1_fullpage.footer {
  background: #f9f9f9;
  padding: 30px 0;
}
#business1_fullpage.footer .site-info {
  font: 12px sans-serif;
  color: #777;
  line-height: 20px;
  margin: 0;
  padding: 5px 15px 15px 15px;
}
#business1_fullpage.footer .site-info a { color: #e64c3c; text-decoration: none; border: none; outline: none; }
#business1_fullpage.footer .site-info a:hover { color: #d6d6d6; text-decoration: none; border: none; outline: none; }


/* Social Bookmarking Icons of the Homepage */
#business1_fullpage.footer p.xurl-social-icons {
    display: inline-block;
}
#business1_fullpage.footer p.xurl-social-icons a {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}
#business1_fullpage.footer p.xurl-social-icons span.fa { 
  line-height: 50px; 
  overflow: hidden;
  transition-duration: 0.8s;
  transition-property: transform;
}
#business1_fullpage.footer p.xurl-social-icons span.fa:hover {
  -ms-transform: rotateY(360deg); /* IE 9 */
  -webkit-transform: rotateY(360deg); /* Chrome, Safari, Opera */
  transform: rotateY(360deg);
}


/*------------------------------------
	OTHER MENUS Style
-------------------------------------*/
.othermenu-box { 
  overflow: hidden; 
  margin: 0 0 30px 0; 
  padding: 40px 10px 20px 10px; 
}
.othermenu-box-title { 
  margin: 0; 
  padding: 0; 
}
.othermenu-box-title h2 { 
  font: 32px "OptimusPrincepsSemiBold", sans-serif;
  line-height: 36px;
  color: #848484;
  text-transform: uppercase;
  text-align: center;
}
.othermenu-box-body {  
  font: 14px sans-serif;
  line-height: 18px;
  color: #8d8d8d;
  padding-bottom: 15px;
}  


/*------------------------------------
	MOVE TO TOP
-------------------------------------*/
.movetotop, .movetotop:focus {
  background: #444;
  border-radius: 2px;
  bottom: 10px;
  cursor: pointer;
  height: 40px;
  overflow: auto;
  position: fixed;
  right: 10px;
  -o-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -khtml-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 40px;
  font-size: 24px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  display: none;
  z-index: 2;
  outline: none;
}
.movetotop:hover {   
  background: #f24b17; 
  opacity: 1;
  color: #fff;
  outline: none;
}



/*******************************************************************************
         core style 
********************************************************************************/

/*------------------------------------------
	FORM-GROUP - SEARCH INPUT GROUP
--------------------------------------------*/
.input-group .form-control {
  font-size: 14px;
  margin: 0;
  padding: 6px 12px;
  background: #fff;
  border: 1px solid #c3c3c3;
}
.input-group .input-group-btn > .btn {
  font-size: 16px;
  margin: 0;
  -moz-border-radius: 0px 4px 4px 0px;
  -webkit-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
}


/*------------------------------------------
	BACK BUTTON, PAGER
--------------------------------------------*/
ul.pager li a, ul.pager li a:focus {
  height: 46px;
  background-color: #60b6b6 !important;
  background-image: none;
  border: 1px solid #eee;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  font: 14px "DroidSerif", sans-serif;
  color: #fff;
  line-height: 20px;
  margin: 0;
  padding: 12px 20px;
  text-shadow: none;
  text-transform: uppercase;
  -o-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -khtml-transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s; 
  position: relative;
}
ul.pager li a:hover, ul.pager li a:active {
  -moz-box-shadow: inset 0 46px 0 0 #e64c3c;
  -webkit-box-shadow: inset 0 46px 0 0 #e64c3c;
	box-shadow: inset 0 46px 0 0 #e64c3c;	
  color: #fff;
}


/*------------------------------------------
	TBOX, CHATBOX
--------------------------------------------*/
.tbox{  
  font: 14px sans-serif; 
  color: #646464; 
  background: #fff;  
  margin: 2px 0; 
  padding: 6px; 
  border: 1px solid #eee;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset; 
}
.tbox.chatbox { 
  color: #646464; 
  background: #fff;
  padding: 6px; 
  margin: 10px auto; 
  border: 1px solid #eee;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset; 
} 


/*------------------------------------------
	BUTTONS
--------------------------------------------*/
.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* btn-default style */
.btn-default {
  background-color: #abc3bf;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #96afab;
  font: 12px "DroidSerif", sans-serif;
  color: #fff !important;
  padding: 6px 12px;
  text-shadow: 0 -1px 0 #8ba6a2;
}
.btn-default:focus,
.btn-default.focus {
  background-color: #abc3bf;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #96afab;
  color: #fff !important;
  padding: 6px 12px;
  outline: none; 
  -o-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -khtml-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.btn-default:hover {
  background-color: #96b0ac;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #849f9b;
  color: #fff !important;
  padding: 6px 12px;
  outline: none; 
  -o-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -khtml-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-color: #96b0ac;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #849f9b;
  color: #fff !important;
  padding: 6px 12px;
  outline: none; 
  -o-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -khtml-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  background-color: #96b0ac;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #849f9b;
  color: #fff !important;
  padding: 6px 12px;
  outline: none; 
  -o-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -khtml-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #7c9793;
  border-color: #6a837f;
}


/* btn-primary style */
.btn-primary {
  background-color: #abc3bf;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #96afab;
  font: 12px "DroidSerif", sans-serif;
  color: #fff !important;
  padding: 6px 12px;
  text-shadow: 0 -1px 0 #8ba6a2;  
}
.btn-primary:focus,
.btn-primary.focus {
  background-color: #abc3bf;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #96afab;
  color: #fff !important;
  padding: 6px 12px;
  outline: none; 
  -o-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -khtml-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.btn-primary:hover {
  background-color: #96b0ac;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #849f9b;
  color: #fff !important;
  padding: 6px 12px;
  outline: none; 
  -o-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -khtml-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #96b0ac;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #849f9b;
  color: #fff !important;
  padding: 6px 12px;
  outline: none; 
  -o-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -khtml-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background-color: #96b0ac;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #849f9b;
  color: #fff !important;
  padding: 6px 12px;
  outline: none; 
  -o-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -khtml-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #7c9793;
  border-color: #6a837f;
}

/* BUTTON style */
.button, 
.button:focus,
.button.focus {
  background-color: #abc3bf;
  background-image: none;
  border-color: #96afab;
  font: 12px "DroidSerif", sans-serif;
  color: #fff !important;
  padding: 6px 12px;
  text-shadow: 0 -1px 0 #8ba6a2; 
}
.button:hover {
	background-color: #96b0ac;
  background-image: none;
  border-color: #849f9b;
  color: #fff !important;
  padding: 6px 12px;
  outline: none; 
  -o-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -khtml-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.button:active,
.button.active {
  background-color: #96b0ac;
  background-image: none;
  border-color: #849f9b;
  color: #fff !important;
  padding: 6px 12px;
  outline: none;
}  


/*------------------------------------------
	PROGRESS BAR
--------------------------------------------*/
.progress {
  background-color: #fff;
  background-image: none;
  border: 1px solid #eee;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;  
  box-shadow: none;
  height: 20px;
  margin-top: 5px;
  margin-bottom: 20px;
  overflow: hidden;
}
.progress-bar {   
  background-color: #60b6b6;
  background-image: none;
  box-shadow: none;
  color: #fff;
  float: left;
  font-size: 12px;
  height: 100%;
  line-height: 20px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0;
}


/*------------------------------------------
	PAGINATION
--------------------------------------------*/
div.pagination-wrap {
  margin: 0;
  padding: 0;
  text-align: center;
}
div.pagination {
  margin: 0;
  padding: 0;
}
div.pagination > ul.pagination {
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0 1px 5px 0 rgba(200, 200, 200, 1);
  -webkit-box-shadow: 0 1px 5px 0 rgba(200, 200, 200, 1);
  box-shadow: none;
}
div.pagination > ul.pagination > li a {
  color: #838383;
  font-family: "DroidSerif", sans-serif; 
  background: transparent;
  border: 1px solid #54a2a2;
}
div.pagination > ul.pagination > li a:hover {
  background-color: #d7e3e3;
  border-color: #54a2a2;
  color: #fff;
}
div.pagination > ul.pagination > .active > a, 
div.pagination > ul.pagination > .active > span, 
div.pagination > ul.pagination > .active > a:hover, 
div.pagination > ul.pagination > .active > span:hover, 
div.pagination > ul.pagination > .active > a:focus, 
div.pagination > ul.pagination > .active > span:focus {
  background-color: #60b6b6;
  border-color: #54a2a2;
  color: #fff;
}
div.pagination > ul.pagination > li:first-child > a, 
div.pagination > ul.pagination > li:first-child > span, 
div.pagination > ul.pagination > li:last-child > a, 
div.pagination > ul.pagination > li:last-child > span {
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;
}
.pagination-no-space .pagination {
  margin: 0;
}


/*------------------------------------------
	BREADCRUMB - PGE NAVIGATION Style
--------------------------------------------*/
ul.breadcrumb {
  font: 12px "DroidSerif", sans-serif;
}


/*------------------------------------------
	BBCODE PANEL style
--------------------------------------------*/
div.bbcode-panel {
  border: none;
  background-color: transparent;
  background-image: none;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
  box-shadow: none;
}
div.bbcode-panel a {
  margin-right: 2px;
}

/*------------------------------------------
	NAV-TABS style
--------------------------------------------*/
.nav-tabs > li > a {
  font-size: 12px;
}



/*------------------------------------------
	FORUM style
--------------------------------------------*/
.forum-perms {
  font: 13px sans-serif;
}
ul#forum-viewtopic li.forum-viewtopic-post {
  background: transparent !important;
  border-top: none; 
  border-bottom: 1px solid #eee;  
}
ul#forum-viewtopic li.forum-viewtopic-post:first-child {
  background: #eee !important;
  border-top: none; 
  border-bottom: none;   
}
ul#forum-viewtopic li.forum-viewtopic-post:last-child {
  border-top: none; 
  border-bottom: none;   
}
ul#forum-viewtopic li img.user-avatar {
  border-radius: 50%;
  display: block;
  margin: 0 auto 15px auto;
}
.forum-thread-text {
  font-size: 14px;
}


.fborder { } 
.fcaption { text-align: left; }
.forumheader { text-align: left; }
.forumheader2 { text-align: left; }
.forumheader3 { text-align: left; }
.finfobar { 
  padding-top: 10px;
}

/* 
.forumheader2{ background: transparent; font: 13px Helvetica, Arial, sans-serif; color: #363636; padding: 8px 10px; border-bottom: 1px dotted #c9c9c9; } 
.forumheader2 a { color: #733854; text-decoration: none; outline: none; }
.forumheader2 a:hover { color: #ff0000; text-decoration: underline; outline: none; }
.forumborder{ border: 1px dotted #1a1a1a; }
a.forumlink{ text-decoration: none; color: #428BCA; }
a.forumlink:hover { text-decoration: none; color: #000; }
.nforumcaption2 { background: transparent; font: 14px "sansation_regular", Helvetica, Arial, sans-serif; color: #363636; padding: 8px 10px; border-bottom: 1px dotted #c9c9c9; }
.caption { background: transparent; font: 14px "sansation_regular", Helvetica, Arial, sans-serif; color: #363636; padding: 8px 10px; border-bottom: 1px dotted #c9c9c9; }   
.finfobar{ background: transparent; font: 13px Helvetica, Arial, sans-serif; color: #363636; padding: 8px 10px; border-bottom: 1px dotted #a0a0a0; } 
.nforumholder { }
.nforumcaption { }
.nforumthread { }
.nforumreplycaption { }
.nforumreply { }
.nforumdisclaimer { }
.nforumview1 { }
.nforumview2 { }
.nforumview3 { }
.nforumview4 { }
*/ 


/*
.indent{ 
  font: italic 12px Arial, sans-serif; 
  color: #808080;    
  padding: 10px 20px;
  margin: 0;
  border-left: 5px solid #eee; 
}
.indent a { text-decoration: none; color: #428BCA; }
.indent a:hover { color: #428BCA !important; text-decoration: underline; } 
*/ 

/* TEXTS */
small { font-size: 75%; }
small span.label { clear: both; display: block; padding: 5px 10px; }
.smalltext { font: 12px sans-serif; } 
.smallblacktext { font: 12px sans-serif; }  
.defaulttext { font: 14px sans-serif; }
.mediumtext { font: 13px ans-serif; }

blockquote { 
  background: transparent;
  border-left: 10px solid #bababa;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #bababa;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
  font: italic 12px sans-serif; 
}


/* MISC */ 
/* form { margin: 2px 0px 0px 0px; }  */
p { margin: 0px; padding: 0 0 10px 0; font: 14px sans-serif; }
.spacer{ padding: 0; }
hr { 
  display: block;
  height: 2px;
  margin: 10px auto 10px auto;
  width: 96%;
  background-color: #eee;
  border: 0 none;
  color: #eee;
} 
.helpbox { width: 94%; background: transparent; font: 11px sans-serif; color:#8e6e4f; border: 0px; margin: 0; padding: 0; }
