/*
Template 2033 Business
http://www.tooplate.com/view/2033-business
*/

body {
	margin: 0px;
	padding: 0px;
	color: #3a3430;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	line-height:1.5em; 
	background-color: #e1e1e1;
}

a, a:link, a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: red;
}

p { margin: 0px; padding: 0 0 10px 0; }


fieldset {
	
	font-family: sans-serif;
	border: 2px solid #000000;
	background: #FFFFFF;
    border-radius: 25px;
    padding: 15px;
}

fieldset legend {

	background: #000000;
    /* background: #1F497D;*/ 
    color: #fff;
    padding: 5px 10px ;
    font-size: 15px;
    border-radius: 5px;
    box-shadow: 0 0 0 2px #cc0000;
    margin-left: 20px;
	font-weight: bold;
}

  .accordionphotos {
  	cursor: pointer;
  	padding: 18px;
  	width: 100%;
  	border: bottom;
	border-radius: 25px;
  	border: 0px solid #257EB2;
  	text-align: left;
  	font-weight: bold;
  	outline: none;
  	font-size: 15px;
  	transition: 0.4s;
	background: white;
  }

  .accordiontitle {
  	cursor: pointer;
  	padding: 18px;
  	width: 106%;
  	border: bottom;
	border-radius: 25px;
  	border: 0px solid #257EB2;
  	text-align: left;
  	font-weight: bold;
  	outline: none;
  	font-size: 15px;
  	transition: 0.4s;
	background: white;
  }

  .accordion {
  	cursor: pointer;
  	padding: 18px;
  	width: 100%;
  	border: bottom;
	border-radius: 25px;
  	border: 0px solid #257EB2;
  	text-align: left;
  	font-weight: bold;
  	outline: none;
  	font-size: 15px;
  	transition: 0.4s;
	background: white;
  }

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

/* Style the active class (and buttons on mouse-over) */
.active, .accordion:hover {
overflow: hidden;
}



/* Style the tab */
.tab {
  overflow: hidden;
  width: 100%;
  background-color: white;
  border: bottom;
  border: 0px solid #257EB2;
}

/* Style the buttons inside the tab */
.tab button {

  background-color: inherit;
  float: center;
  border: none;
  border-radius: 25%;
  outline: none;
  cursor: pointer;
  padding: 10px 10px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
  
}

.tab button.active:after {
    content: "";
}



/* Style the tab content */
.tabcontent {
  display: none;
  padding: 20px 0px;
  webkit-animation: fadeEffect 3s;
  animation: fadeEffect 3s;
}

/* Fade in tabs */
@webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}



  
 div.panel {
    display: none;
	
}

div.panel.show {
    display: block !important;
} 
  
  
img { border: none; }

h1 { font-size: 40px; font-weight: bold; margin: 0 0 30px 0; padding: 5px 0; color: #000; }
h2 { font-size: 28px; font-weight: normal; line-height: 28px; margin: 0 0 30px 0; padding: 0; color: #000; }
h3 { font-size: 21px; margin: 0 0 20px 0; padding: 0; padding: 0; color: #000; }
h4 { font-size: 18px; font-weight: normal; margin: 0 0 20px 0; padding: 0; color: #000; }
h5 { font-size: 16px; margin: 0 0 10px 0; padding: 0; color: #333; }
h6 { font-size: 14px; margin: 0 0 5px 0; padding: 10;}
h7 {
    
    color: #000000;
    padding: 5px 10px ;
    font-size: 25px;
    border-radius: 5px;
    /*box-shadow: 0 0 0 5px #ddd;*/
    align: center;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
}

h8 { font-size: 12px; margin: 0 0 10px 10px; padding: 0;margin-bottom: 1.67em;}

.img-box4 {width:100%;overflow:hidden;padding-bottom:10px}
.img-box4 img {float:center;margin:5px 10px 0 0}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.margin_r30 { margin-right: 30px; }
.margin_b20 { margin-bottom: 20px; }

.vertical_divider { background: url(images/tooplate_vertical_divider.jpg) repeat-y right;  }
.horizon_divider {  background: url(images/tooplate_hor_divider.jpg) repeat-x bottom; }

.float_l {
	float: left;
}

.float_r {
	float: right;
}


.float_c {

	display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
   color: black;
	
}

.float_m {

	display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
   color: black;
	
}


.image_wrapper {
	display: inline-block;
	padding: 5px;
	border: 1px solid #999;
	background: #ffffff;
	margin-bottom: 5px;
}

.image_wrapper2 {
	display: inline-block;
	padding: 4px;
	border: 1px solid #999;
	background: #ffffff;
	margin-bottom: 10px;
}

.image_wrapper3 {
	display: inline-block;
	padding: 5px;
	border: 0px solid #999;
	margin-bottom: 5px;
}	

.image_wrapper4 {
	display: inline-block;
	padding: 5px;
	border: 2px solid #999;
	background: #ffffff;
	margin-bottom: 5px;
	align: center;
}

.fl_img {
	float: left;
	margin: 3px 30px 15px 0;
}
.fr_img {
	float: right;
	margin: 3px 0 15px 15px;
}

.hangingindent {
  padding-left: 22px ;
  text-indent: -22px ;}

blockquote { font-style: italic; margin-left: 10px;}
cite { font-weight: bold; }
cite span { color: #2d607f; }
em { color: #bf4300; }

.tooplate_list {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

.tooplate_list li {
	background: transparent url(images/tooplate_list.png) no-repeat scroll 0 0px;
	margin:0 0 10px;
	padding:0 0 0 25px;
	line-height: 1em;
}

.tooplate_list li a {
	text-decoration: none;
	color: black;
}

.tooplate_list li a:hover {
	text-decoration: none;
	color: red;
}

.button a {
	clear: both;
	display: block;
	width: 100px;
	height: 27px;
	padding: 5px 0 0 22px;
	margin-top: 15px;
	background:  url(images/tooplate_button.png) no-repeat;
	color: white;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.button.float_c a:hover {
    color: #ff4d4d;
}

.button.float_c a {
    color: white;
}


.button.float_m a {
    color: white;
	padding-right: 25px;
	width: 105px;
	text-align: center;
	
}

.button.float_m a:hover {
    color: #ff4d4d;
}



#tooplate_header_wrapper {
	width: 100%;
	background: #f3f3f3;
	height: 200px;
}

#tooplate_header {
	width: 990px;
	height: 200px;
	padding: 0;
	margin: 0 auto;
	background: url(images/tooplate_header.jpg) no-repeat;
}

#tooplate_header  #site_title {
	float: left;
	width: 400px;
	padding: 35px 0 0 40px;
}

#tooplate_header  #site_title h1 {
	margin: 0;
	padding: 0;
}

#tooplate_header  #site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 38px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#tooplate_header  #site_title h1 a span {
	display: block;
	margin-top: 5px;
	margin-left: 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#header_phone_no {
	float: right;
	padding-right: 40px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding-top: 60px;
}

#header_phone_no span {
	font-size: 30px;
	color: #ef7716;
}

/* menu */

#tooplate_menu {
	clear: both;
	width: 940px;
	height: 90px;
	padding: 3px 25px;
	background: url(images/tooplate_menu.png) no-repeat;
}

#tooplate_menu #home_menu a {
	float: left;
	display: block;
	width: 46px;
	height: 46px;
	margin-right: 40px;
	background: url(images/tooplate_home.png) no-repeat;
}

#tooplate_menu #home_menu a:hover {
	background: url(images/tooplate_home_hover.png) no-repeat;
}

#tooplate_menu ul {
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}

#tooplate_menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#tooplate_menu ul li a {
	float: left;
	display: block;
	width: 128px;
	height: 27px;
	padding: 10px 0 0 0;
	margin: 0 9px 0 0 ;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	color: #fff;	
	font-weight: bold;
	outline: none;
	border: none;
}

#tooplate_menu ul li a:hover, #tooplate_menu ul li .current {
	color: #fec823;
}

/* end of menu */

#tooplate_middle_wrapper1 {
	width: 100%;
	background: url(images/tooplate_banner.jpg) repeat-x;
	height: 280px;
}

#tooplate_middle_wrapper2 {
	width: 100%;
	height: 280px;
	background: url(images/tooplate_banner_wrapper.jpg) no-repeat top center;
}

#tooplate_middle {
	width: 900px;
	height: 220px;
	padding: 30px 45px;
	margin: 0 auto;
	color: #c5dcea;
	font-size: 20px;
	background: url(images/tooplate_banner_wrapper.jpg) center top no-repeat;
}

#tooplate_middle h1 {
	color: #fff;
	font-size: 50px;
	letter-spacing: 3px;
	text-shadow: 1px 1px 1px #555;
	font-weight: normal;
	padding: 50px 0 0 0;
}

#tooplate_middle h1 span {
	font-size: 30px;
	color: #fec821;
	margin-left: 30px;
}

#tooplate_middle  p {
	line-height: 24px;
	margin-bottom: 20px;
}

#tooplate_middle a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}


#tooplate_middle a span {
	color: #fec821;
}

#tooplate_middle a:hover {
	color: #fec821;
}

/* main */

#tooplate_main {
	clear: both;
	width: 900px;
	padding: 45px;
	margin: 0 auto;
}

#tooplate_content {
	float: right;
	width: 650px;
}


.col_w270 {
	width: 270px;
}

.col_w250 {
	width: 250px;
}

.col_w190 {
	width: 190px;
	padding-right: 40px;
}

.col_w300 {
	width: 300px;
	padding-right: 10px;
}


.col_w500 {
	width: 600px;
}

.services_section {
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.services_section .ss_left {
	float: left;
	width: 80px;
}

.services_section .ss_left img {
	width: 80px;
	height: 80px;
}

.services_section .ss_right {
	float: right;
	width: 500px;
}

#tooplate_sidebar {
	float: left;
	width: 240px;
}

#tooplate_sidebar a, a:link, a:visited {
	color: black;
	text-decoration: none;
}


#tooplate_sidebar a:hover {
	color: red;
	text-decoration: none;
}


#scrollup{
    background: url('images/scroll.png') no-repeat;
    width: 80px;
    height: 80px;
    position:fixed;
    bottom:90px;
    right:300px;
    display:none;
    text-indent:-9999px;
}


/* end of main */

/* footer */

#tooplate_footer_wrapper {
	width: 100%;
	border-top: 1px solid #fff;
	padding-top: 1px;
	background: #28556e; 
}

#tooplate_footer {
	width: 900px;
	margin: 0 auto;
	padding: 20px 35px;
	text-align: center;
	color: #8ab6d1;
}

#tooplate_footer a {
	color: #b4d8ee;
}


/* end of footer */




.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#28556e;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	z-index:1000;
	animation: bot-to-top 2s ease-out;
}

ula{
	position:fixed;
	right:40px;
	padding-bottom:20px;
	bottom:80px;
	z-index:100;
}

ula li{
	list-style:none;
	margin-bottom:10px;
}

ula li a{
	background-color:#28556e;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	width:60px;
	height:60px;
	display:block;
}

ula:hover{
	visibility:visible!important;
	opacity:1!important;
}


.my-float{
	font-size:24px;
	margin-top:18px;
}

a#menu-share + ula{
  visibility: hidden;
}

a#menu-share:hover + ula{
  visibility: visible;
  animation: scale-in 0.5s;
}

a#menu-share i{
	animation: rotate-in 0.5s;
}

a#menu-share:hover > i{
	animation: rotate-out 0.5s;
}

@keyframes bot-to-top {
    0%   {bottom:-40px}
    50%  {bottom:40px}
}

@keyframes scale-in {
    from {transform: scale(0);opacity: 0;}
    to {transform: scale(1);opacity: 1;}
}

@keyframes rotate-in {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

@keyframes rotate-out {
    from {transform: rotate(360deg);}
    to {transform: rotate(0deg);}
}


.label-container{
	position:fixed;
	bottom:48px;
	right:105px;
	display:table;
	visibility: hidden;
}

.label-text{
	color:#FFF;
	background:#28556e;
	display:table-cell;
	vertical-align:middle;
	padding:10px;
	border-radius:3px;
}

.label-arrow{
	display:table-cell;
	vertical-align:middle;
	color:#28556e;
	
}


.label-arrow{
	display:table-cell;
	vertical-align:middle;
	color:#28556e;
	
}

a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}

a.float:hover + div.label-container{
  visibility: visible;
  opacity: 1;
}