/*
Theme Name: Dobus Theme
Theme URI: http://hexwhale.com
Author: Hexwhale team
Author URI: http://hexwhale.com
Description: theme Developed for Dobus Website
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* START :: CSS Global Reset */

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp,
small, strike, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END :: CSS Global Reset   */
body
{
background: #FFF;
font-family: sans-serif;
 }

h1{font-size: 24px;
	color: #02628a;
font-family: sans-serif;
padding: 10px 0;
}

h2{font-size: 18px;
	color: #ea5707;
font-family: sans-serif;
}
h3{font-size: 13px;
	color: #00608e;
	padding: 10px 0;
font-family: sans-serif;
}
h4{
    font-size: 12px;
	color: #00608e;
	padding: 10px 0;
font-family: sans-serif;
}
 h5
 {
 	font-size: 12px;
 	letter-spacing: 1px;
 	padding: 10px 0;
	color: #2e2f2f; 
font-family: sans-serif;
 }
p {
	margin-bottom:1.5em;
	width: 96%;
	color: #4d4d4f;
	font-size: 12px;
	text-align: left;
	line-height: 20px;
font-family: sans-serif;
}
a
{
	text-decoration: none;
	color: #008CC6;
font-family: sans-serif;
font-size: 13px;
}
a:hover
{
	text-decoration: underline;
}
.content
{
	padding: 20px 0 10px 0;
}
.wrapper
{
	width: 960px;
	margin: 0px auto;
}
#top
{width: 100%;
height: 35px;
	float: left;
	padding-top: 40px;
}
.top-navigation-left
{
float: left;
line-height: 17px;
	padding: 8px 0;
}
.top-navigation-left a {
font-size: 13px;
color: #636466;
text-decoration: none;
padding: 1px 20px 2px 0;
margin-right: 20px;
border-right: 2px solid #93d4fa;
}
.top-navigation-left a.last {
border: none;
margin-right: 100px;
}
.top-navigation-left a:hover
 {
 	color: #93d4fa;
 transition: color 300ms, background-color 300ms, opacity 300ms;
-moz-transition: color 300ms, background-color 300ms, opacity 300ms;
-o-transition: color 300ms, background-color 300ms, opacity 300ms;
-webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
}
#srch
{
	float: left;
	width: 192px;
	height: 31px;
}
/* Search CSS: */
	.search-input {
		padding: 0 0px 0 5px;
		border: 2px solid #19bef7;
		height: 26.3px;
		width: 155px;
        float: left;
		color: #4d4d4f;
		font-size: 14px;
		font-family: sans-serif;
		background: #96d5fa; /* Old browsers */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99d7fa), to(#d3ecfb));
    background-image: -moz-linear-gradient(#99d7fa, #d3ecfb);
    background-image: -webkit-linear-gradient(#99d7fa, #d3ecfb);
    background-image: -o-linear-gradient(#99d7fa, #d3ecfb);
    background: -ms-linear-gradient(#99d7fa, #d3ecfb);
    background: linear-gradient(#99d7fa, #d3ecfb);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99d7fa', endColorstr='#d3ecfb',GradientType=0 ); 
	
	}
	.search-input:focus {outline: none;}
	.search-submit {
		width: 31px;
height: 30px;
background-position: center;
		float: right;
		border: none;
		background:  #19bef7 url(images/mag-glass.png) no-repeat;
		background-position: center;
		display: block;
		position: relative;
		right: 0px;
        top: -30px;
		text-indent: -9999em;

	}
	/* Search CSS end */
#header
{
	width: 100%;
	float: left;
}
#logo
{
	float: right;
	margin-bottom: 20px;
}


#heading
{
	float: center;
    padding-top: 80px;
    padding-left: 200px;
}

/* MENU */
#navigation
{
	width: 100%;
	float: left;
	 background: #93d4fa;
}
.nav {
	width: 80%;
 float: left;
 margin: 0; 	

}

.nav li a, .nav li {
 float: left;
}

.nav li {
 list-style: none;
 position: relative;
}

.nav li a {
 padding: 0.5em 0.9em;
 font-size: 14px;
 text-decoration: none;
 color: #4d4d4f;
 background: rgba(147, 212, 250, 0.85);
  border: 1px solid rgba(147, 212, 250, 0.85);
}

.nav li a:hover {
 background: #70d7fa;
 background: -moz-linear-gradient(top, #70d7fa, #19bef7);
 background: -webkit-gradient(linear, left top, left bottom, from(#70d7fa), to(#19bef7));
 border: 1px solid #19bef7;
}
li.current_page_ancestor > a, li.current_page_item > a
{
background: #70d7fa;
background: -moz-linear-gradient(top, #70d7fa, #19bef7);
background: -webkit-gradient(linear, left top, left bottom, from(#70d7fa), to(#19bef7));
border: 1px solid #19bef7;
}
#nav li a.active {
 background: #70d7fa;
 background: -moz-linear-gradient(top, #70d7fa, #19bef7);
 background: -webkit-gradient(linear, left top, left bottom, from(#70d7fa), to(#19bef7));
  border: 1px solid #19bef7;
}
/* Submenu */

.hasChildren {
	position: absolute;
	width: 5px; height: 5px;
	background: black;
	right : 0;
	bottom: 0;
}

.nav li ul {
 display: none;
 position: absolute;
 left: 0;
 top: 100%;
 padding: 0; margin: 0;
}

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

.nav li ul li, .nav li ul li a {
 float: none;
  z-index: 10000;
}

.nav li ul li {
 _display: inline; /* for IE6 */
}

.nav li ul li a {
 width: 150px;
 display: block;
 line-height: 18px;
}
.nav li ul li a.list {
background: rgba(147, 212, 250, 0.85) url(../images/arrow.png) no-repeat;
background-position: right;
}
.nav li ul li a.list:hover {
background: rgba(147, 212, 250, 0.85) url(../images/arrow.png) no-repeat;
 background: -moz-linear-gradient(top, #70d7fa, #19bef7);
 background: -webkit-gradient(linear, left top, left bottom, from(#70d7fa), to(#19bef7));
 border: 1px solid #19bef7;
background-position: right;
}
/* SUBSUB Menu */

.nav li ul li ul {
 display: none;
}

.nav li ul li:hover ul {
 left: 100%;
 top: 0;
}



#slidermain{height: auto;
	float: left;
margin-top: 15px;
}

#content{width: 100%;
padding-bottom: 30px;
float: left;}




.footer{
	width: 920px;
	height: 18px;
	float: left;
	 background: #93d4fa;
	 padding: 8px 0 6px 40px;	
	 position: fixed;
	 bottom: 0;
}

.footer-left
{
	width: 500px;
float: left;
line-height: 17px;

}


.footer-left a {
font-size: 12.5px;
color: #4d4d4f;
text-decoration: none;

}
.footer-left a.last {
border: none;
margin-right: 100px;
}
.footer-left a:hover
 {
 	color: #02628a;
 transition: color 300ms, background-color 300ms, opacity 300ms;
-moz-transition: color 300ms, background-color 300ms, opacity 300ms;
-o-transition: color 300ms, background-color 300ms, opacity 300ms;
-webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
}

#horizontalmenu ul {
padding:1; margin:1; list-style:none;
}
#horizontalmenu li {
float:left; position:relative; padding-right:100; display:block;
border-style:inset;border-right: 2px solid #4d4d4f;padding: 2px 10px;
}
#horizontalmenu li ul {
    display:none;
position:absolute;
top: -55px;
padding-bottom: 15px;
border:none;
}
#horizontalmenu li:hover ul{
    display:block;
    background: rgba(147, 212, 250, 0.85);
    
height:auto; width:8em;

}
#horizontalmenu li:last-child { border: 0;}
#horizontalmenu li ul li{
    clear:both;
border:none;}
#horizontalmenu li ul li:hover{
	width: 82%;
background: -webkit-gradient(linear, left top, left bottom, from(#70d7fa), to(#19bef7));
}
.footer-right
{
	width: 300px;
float: right;
line-height: 17px;
color: #02628a;
font-size: 12px;
text-align: right;
padding-right: 40px;
}
.footer-center
{
text-align: center;
padding-top: 2px;
}

.footer-center a {
font-size: 12.5px;
color: #4d4d4f;
text-decoration: none;
padding: 1px 20px 2px 0;
margin-right: 20px;
border-right: 2px solid #4d4d4f;
}
.ffooter-center a.last {
border: none;
margin-right: 100px;
}
.footer-center a:hover
 {
 	color: #02628a;
 transition: color 300ms, background-color 300ms, opacity 300ms;
-moz-transition: color 300ms, background-color 300ms, opacity 300ms;
-o-transition: color 300ms, background-color 300ms, opacity 300ms;
-webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
}
/*inner page*/


.tmo_list { margin: 0px 0 15px 0px; padding: 0; list-style: none }
.tmo_list h5
{
	color: #4d4d4f;
}
.tmo_list li {
	margin: 0 0 5px 10px;
	padding: 0 0 0 20px;
	background: url(images/bullet.png) no-repeat scroll 0 8px;
	background-position: 0 -14px;
	color: #4d4d4f;
	font-size: 12px;
	line-height: 20px;
font-family: sans-serif;
}
.tmo_list li a { color: #408f9e; font-weight: normal }
.tmo_list li a:hover {
	color: #036
}
/*leftside box (gallery page)*/
.mainboxgallery
{
	width: 100%;
	float: left;
	margin: 10px 0;
}
.boxgallery
{
	width: 85px;
	float: left;
	padding-right: 20px;
	padding-bottom: 15px;
}

.boxgallery img
{
	width: 89px;
	float: left;
}
.fullwidthtab{
	width: 98%;
	float: left;
	padding: 30px 0;
}
.p1
{
	color: rgb(255,0,0);
	font-size: 12px;
}

.inbreakul { margin: 0px 0 15px 0px; padding: 0;}
.inbreakul ul
{
	display:inline;
    padding:none;
    margin:none;
}
.inbreakul li {
	display: inline-block;
	width: 267px;
	margin: 0 20px 5px 10px;
	padding: 0 0 0 20px;
	background: url(images/bullet.png) no-repeat scroll 0 8px;
	background-position: 0 -14px;
	color: #4d4d4f;
	font-size: 12px;
	line-height: 20px;
font-family: sans-serif;
}
.inbreakul li a { color: #408f9e; font-weight: normal }
.inbreakul li a:hover {
	color: #036
}