/*************************/
/** common table styles **/
/*************************/

.rt_clickable {
    cursor: pointer;
}

.rt_selectable:hover > td {
    background: #DDD;
}

.rt_selected {
    background: #DDD;
}

.rt_table {
    background: #FFFFFF;
    border-width: 0;
    border-collapse: separate;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-spacing: 0;
    color: black;
    font-size: 12px;
    line-height: 16px;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.rt_table > thead > tr > th {
    text-align: center;
    border-bottom: 0;
    border-left: 1px solid #F0F0F0;
    border-right: 0;
    border-top: 1px solid #CCCCCC;
    color: #777777;
    font-weight: 500;
    padding: 10px;
    text-transform: uppercase;
    background: inherit;
}

.rt_table > tbody > tr > td {
    border-bottom: 0;
    border-left: 1px solid #F0F0F0;
    border-right: 0;
    border-top: 1px solid #F0F0F0;
    line-height: 14px;
    padding: 10px;
    vertical-align: middle;
}

.rt_table > thead > tr > th:first-child,
.rt_table > tbody > tr > td:first-child {
    border-left: none;
}

.rt_table > thead > tr > th,
.rt_table > tbody > tr > td {
    text-align: center;
    color: #666666;
}

.rt_table > tfoot > tr > td {
    text-align: center;
    background-image: none;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #CCCCCC;
    box-shadow: none;
    padding: 10px;
    text-shadow: 0;
}

/****************************/
/**  popup window        **/
/****************************/

.rt_popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}

.rt_popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 70%;
    width: 60%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fefefe;
    border: 1px solid #888;
    overflow: auto;
}

.rt_popup-caption {
    float: left;
    font-size: 22px;
    font-weight: bold;
}

.rt_popup-close {
    color: #aaaaaa;
    float: right;
    font-size: 32px;
    font-weight: bold;
    margin-top: -5px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.rt_popup-close:hover,
.rt_popup-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#rt_popup-text {
    margin-top: 20px;
}

/****************************/
/**  pagination styles     **/
/****************************/

.simple-pagination ul {
    padding: 0;
    margin: 0;
}

.simple-pagination li {
    display: inline;
    margin: 0;
    color: #666666;
}

.simple-pagination a, .simple-pagination span {
    font-size: 13px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    border-radius: 5px;
}

.simple-pagination a:hover {
    background: #DDD;
}

.simple-pagination .current {
    background: #DDD;
}

.simple-pagination .disabled .current {
    background: #FFF;
}

.simple-pagination .ellipse:hover {
    background: #DDD;
    cursor: pointer;
}

.simple-pagination .ellipse input {
    width: 4em;
}

/****************************/
/**  additional styles     **/
/****************************/

.protected-content {
    background-color: white;
    border-radius: 20px;
    border: 0;
    padding-top: 40px;
    padding-bottom: 20px;
}

/****************************/
/**  reset default styles  **/
/****************************/

pre, code, kbd {
    background-color: #6C6C6C;
    color: #FFFFFF;
}

/**  H1-H6  **/
h1{
	font-size:26px;
	line-height:24px;
}
h1 span, h1 a span{
	color:#0069a6
}
h2{
	font-size:24px;
	line-height:22px;
}
h3{
	font-size:22px;
	line-height:20px;
}
h4{
	font-size:20px;
	line-height:20px;
}
h4 span{
	display:block;
	color:#0069a6;
}
h5{
	font-size:18px;
	line-height:18px;
}
h6{
	font-size:16px;
}
h6, h6 a{
	color:#333;
}
h5 a:hover {
	text-decoration:none;
}

/**  Main Styles  **/
a{
	color:#0069a6;
	text-decoration:none;
}
a:hover{
	color:#0069a6;
	text-decoration:none;
}

.listpage ul {
    margin:0;
}
.listpage li {
    list-style:none;
    margin: 0 0 30px;
}
.listpage h2 {
    margin: 5px 0 20px;
}
.listpage h2 a {
    color:#2d2d2d;
}
.listpage h2 a:hover {
    color:#0069a6;
}

.readmore  {
    border: medium none;
    cursor: pointer;
    display: block;
    margin: 10px 0;
    overflow: hidden;
    text-align: center;
    width: 100px;
    float:right;
    color:#0069a6;
}

/**  Menu  **/
.menu a{
        display: block;
        color: #6c6c6c;
}
.menu .current-menu-item > a, .menu a:hover, .menu a.hover{
        color: #0069a6;
}
.menu_mobile a:hover{
        color: #0069a6;
}

/**  Content  **/
#content{
	margin:15px 0 15px 0;
	min-height:250px;
	_height:250px;
}

/**  Innerpage  **/
.innerpage{
	color:#2d2d2d;
	clear:both;
	padding-top:20px;
}

/**  Footer  **/
#footer{
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1000;
}

/** Hide post pagination **/
.pagination {
    display: none;
}

/** Hide categories **/
.meta_tags {
    display: none;
}

/** Hide footer widgets **/
#footer .column4 {
    display: none;
}

/******************************/
/** SiteOrigin Widget Styles **/
/******************************/

.panel-grid-cell .sow-features-list .sow-features-feature .textwidget * a {
    text-decoration: none;
}

.panel-grid-cell .sow-features-list .sow-features-feature .textwidget * a:hover {
    color: #0069a6 !important;
    text-decoration: none;
}
