/* Borong v1.0
 * This template is part of themeforest.net
 *
 * Copyright pampersdry@gmail.com
 ================================================= */

/* Main CSS File
================================================== */
@import url("base.css");
@import url("skeleton.css");
@import url("menu.css");

/* Icon CSS File
================================================== */
@import url("main-icon.css");
@import url("social-icon.css");

/* @Font-Face & Google Font
================================================== */
@import url(//fonts.googleapis.com/css?family=Roboto:400,500);
@import url(//fonts.googleapis.com/css?family=Oswald);


/* 0 Global Overide ==============================
 *		0.1 Demo Purpose
 *		0.2 Basic
 *
================================================== */

/* 0.1 Demo Purpose ============================== */
ul.demo li
{
    display: inline-block;
    width: 220px;
}

/* 0.2 Basic ===================================== */
.container1020
{
    width: 1020px;
    margin: 0 auto;
    padding: 0;
}
.row
{
    margin-bottom: 35px;
}
body
{
    font-family: 'Roboto' , sans-serif;
    font-size: 13px;
    width: 100%;

}
a
{
    text-decoration: none;
}
a.color
{
    color: #000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
a.color:hover
{
    color: #555;
}
.placeholder
{
    color: #aaa;
}
img
{
    display: block;
    max-width: 100%;
    border-radius: 2px;
    -moz-border-radius: 2px;
}
hr
{
    border-color: #f5f5f5;
    margin: 0px;
    padding: 0px;
}
h1, h2, h3, h4, h5, h6
{
    font-family: 'Roboto' , sans-serif;
    font-weight: 500;
    color: #333;
    text-shadow: 0px 1px 0px #fff;
}
blockquote
{
    font-size: 14px;
    padding: 5px;
    padding-left: 15px;
    margin: 0 0 20px;
    margin-left: 20px;
    border-left: 4px solid #eee;
}
strong
{
    color: #555;
}

li
{
    margin-bottom: 10px;
}
.align-left
{
    text-align: left;
}
.align-right
{
    text-align: right;
}

/* 1 UI Elements =================================
 *		1.1 Form
 *		1.2 Button
 *		1.3 Pagination
 *		1.4 Well
 *		1.5 Alert
 *		1.6 Highlight
 *		1.7 Seperator
 *		1.8 Jcarousel
 *		1.9 List Styling
 *		1.10 Tooltips
 *		1.11 Callout
 *		1.12 Pricing Table
================================================== */

/* 1.1 Form ====================================== */
form label
{
    font-weight: normal;
}
form label span
{
    font-size: 16px;
    color: #ED1C1C;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select
{
    font-family: 'Roboto' , sans-serif;
    font-size: 13px;
    border: 1px solid #ccc;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #777;
    margin: 0;
    width: 250px;
    max-width: 100%;
    display: block;
    background: #fff;
    padding: 8px 12px;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[name="ACCOUNTNO"]
{
    text-transform: uppercase;
}
textarea
{
    width: 90%;
}
/* Error State */
input[type="text"].error, input[type="password"].error, input[type="email"].error, textarea.error, select.error
{
    border-color: #f67c7c;
}
form label.error
{
    display: inline-block;
    font-size: 11px;
    color: #f67c7c;
}

/* 1.2 Button ==================================== */
.button
{
    display: inline-block;
    padding: 4px 12px;
    margin: 0px 1px 5px 1px;
    font-family: 'Roboto' , sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    color: #555;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
    border: 1px solid #ddd;
    border-bottom-color: #ccc;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.button:hover
{
    background: #e3e3e3;
    border: none;
    border: 1px solid #c5c5c5;
    border-bottom-color: #b5b5b5;
}
.button:active
{
    border: 1px solid #999;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.button.disabled, .button[disabled]
{
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.button.big
{
    font-size: 14px;
    padding: 8px 16px;
}
.button.small
{
    font-size: 11px;
    padding: 2px 6px;
}
.button.small [class^="icon-"], .button.small [class*=" icon-"]
{
    margin-top: 1px;
}
.button.rounded
{
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}
.button.primary
{
    background: #aaa;
    border: 1px solid #999;
    border-bottom-color: #959595;
    color: #fff;
    text-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.button.primary:hover
{
    background: #bbb;
    border: 1px solid #aaa;
    border-bottom-color: #999;
    color: #fff;
}
.button.dark
{
    background: #555;
    border: none;
    border: 1px solid #444;
    border-bottom-color: #333;
    color: #fff;
    text-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.button.dark:hover
{
    background: #656565;
    border: none;
    border: 1px solid #444;
    border-bottom-color: #333;
}

/* 1.3 Pagination ================================ */
.pagination
{
    margin: 20px 0;
}
.pagination ul
{
    margin: 0;
}
.pagination ul > li
{
    display: inline;
}
.pagination ul > li > a, .pagination ul > li > span
{
    display: inline-block;
    padding: 2px 10px;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px;
    color: #555;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
    border: 1px solid #ddd;
    border-bottom-color: #ccc;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.pagination ul > li > a:hover, .pagination ul > .active > a:hover, .pagination ul > .active > a, .pagination ul > .active > span
{
    background: #d5d5d5;
    border: none;
    border: 1px solid #c5c5c5;
    border-bottom-color: #b5b5b5;
    color: #fff;
}
.pagination ul > li > a:hover
{
    color: #333;
}
.pagination ul > li > a:active
{
    border: 1px solid #999;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:active
{
    color: #bbb;
    cursor: default;
    background-color: #f5f5f5;
    border-color: #e5e5e5;
    border-bottom-color: #d5d5d5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.pagination-centered
{
    text-align: center;
}
.pagination-right
{
    text-align: right;
}
.pager:before, .pager:after
{
    display: table;
    line-height: 0;
    content: "";
}
.pager:after
{
    clear: both;
}
.pager li
{
    display: inline;
}
.pager li > a, .pager li > span
{
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.pager li > a:hover
{
    text-decoration: none;
    background-color: #f5f5f5;
}
.pager .next > a, .pager .next > span
{
    float: right;
}
.pager .previous > a, .pager .previous > span
{
    float: left;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > span
{
    color: #999999;
    cursor: default;
    background-color: #fff;
}

/* 1.4 Well ====================================== */
.well
{
    display: block;
    position: relative;
    background: #f1f1f1;
    padding: 30px;
    border: 1px solid #eee;
    border-bottom-color: #e1e1e1;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
.well .close
{
    font-family: verdana;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #aaa;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.well .close:hover
{
    color: #555;
}

/* 1.5 Alert ===================================== */
[class^="alert-"], [class*=" alert-"]
{
    display: block;
    position: relative;
    padding: 15px;
    margin-bottom: 10px;
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
[class^="alert-"] > p, [class*=" alert-"] > p
{
    margin: 0;
}
[class^="alert-"] .close, [class*=" alert-"] .close
{
    font-family: verdana;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 14px;
    color: #aaa;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
[class^="alert-"] .close:hover, [class*=" alert-"] .close:hover
{
    color: #555;
}
.alert-error
{
    background: #fbc8ba;
    border-color: #f58e7a;
}
.alert-error, .alert-error .close, .alert-error strong
{
    color: #f04e49;
}
.alert-error .close:hover
{
    color: #e24933;
}
.alert-success
{
    background: #e1f2d3;
    border-color: #c6e7ab;
}
.alert-success, .alert-success .close, .alert-success strong
{
    color: #5e9a2d;
}
.alert-success .close:hover
{
    color: #4e7f25;
}
.alert-warning
{
    background: #fff3d5;
    border-color: #f1d491;
}
.alert-warning, .alert-warning .close, .alert-warning strong
{
    color: #cbac5d;
}
.alert-warning .close:hover
{
    color: #b19651;
}
.alert-info
{
    background: #b7d2e7;
    border-color: #71b6de;
}
.alert-info, .alert-info .close, .alert-info strong
{
    color: #3989af;
}
.alert-info .close:hover
{
    color: #007fab;
}

/* 1.6 Highlight ================================= */
[class^="highlight-"], [class*=" highlight-"]
{
    padding: 5px 8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
.highlight-color
{
    background: #888;
    color: #fff;
}
.highlight-dark
{
    background: #555;
    color: #fff;
}

/* 1.7 Seperator ================================= */
.seperator
{
    display: block;
    position: relative;
    margin-bottom: 15px;
    min-height: 15px;
}
.seperator .title
{
    display: inline-block;
    font-size: 18px;
    background: #0092d5;
    color: #fff;
    padding: 0 10px;
    margin: 0;
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;
    text-shadow: none;
}
.seperator .line
{
    display: block;
    width: 100%;
    height: 1px;
    margin-top: -2px;
    border-bottom: 1px solid #0092d5;
}
.seperator .controls
{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.seperator .controls a.active
{
    color: #555;
}
.seperator .controls a
{
    display: inline-block;
    color: #eee;
    padding: 0px 4px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.seperator .controls a:hover
{
    cursor: default;
}
.seperator .controls a.active:hover
{
    cursor: pointer;
    background-color: #c5c5c5;
    color: #fff;
}
.seperator .controls a [class^="icon-"], .seperator .controls a [class*=" icon-"]
{
    margin-top: 2px;
    margin-left: 1px;
}
.seperator1 .title
{
    display: inline-block;
    font-size: 18px;
    background: #5eaf47;
    color: #fff;
    padding: 0 10px;
    margin: 0;
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;
}
.seperator2 .title
{
    display: inline-block;
    font-size: 18px;
    background: #eee;
    color: #ff3300;
    padding: 0 10px;
    margin: 0;
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;
}

/* 1.8 Jcarousel ================================= */
.jcarousel
{
    position: relative;
    overflow: hidden;

}
.jcarousel ul
{
    width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* 1.9 List Styling ============================== */
ul.arrow
{
    list-style-image: url('../img/arrow_right.png');
    margin: 0;
    margin-left: 15px;
}
ul.check
{
    list-style-image: url('../img/check.png');
    margin: 0;
    margin-left: 22px;
}
ul.dot
{
    list-style-image: url('../img/dot.png');
    margin: 0;
    margin-left: 17px;
}
ul.plus
{
    list-style-image: url('../img/plus.png');
    margin: 0;
    margin-left: 17px;
}
ul.plus li a, ul.dot li a, ul.arrow li a, ul.check li a
{
    color: #555;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
ul.plus li a:hover, ul.dot li a:hover, ul.arrow li a:hover, ul.check li a:hover
{
    color: #222;
}
ul.plus li:last-child, ul.dot li:last-child, ul.arrow li:last-child, ul.check li:last-child
{
    margin-bottom: 0;
}

/* 1.10 Tooltips ================================= */
.tipsy
{
    font-size: 11px;
    position: absolute;
    padding: 5px;
    z-index: 100000;
}
.tipsy-inner
{
    background-color: #000;
    color: #FFF;
    max-width: 200px;
    padding: 3px 8px 2px 8px;
    text-align: center;
}
.tipsy-inner
{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.tipsy-arrow
{
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #000;
}
.tipsy-arrow-n
{
    border-bottom-color: #000;
}
.tipsy-arrow-s
{
    border-top-color: #000;
}
.tipsy-arrow-e
{
    border-left-color: #000;
}
.tipsy-arrow-w
{
    border-right-color: #000;
}
.tipsy-n .tipsy-arrow
{
    top: 0px;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-nw .tipsy-arrow
{
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-ne .tipsy-arrow
{
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-s .tipsy-arrow
{
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-sw .tipsy-arrow
{
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-se .tipsy-arrow
{
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-e .tipsy-arrow
{
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.tipsy-w .tipsy-arrow
{
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

/* 1.11 Callout ===================================== */
.callout
{
    display: block;
    position: relative;
    padding: 20px;
    color: #555;
    background: url('../img/patterns/pattern1.png');
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
    margin-bottom: 10px;
}
.callout .button, .callout header
{
    display: block;
    float: left;
    margin-top: 4px;
}
.callout header h1, .callout header h2, .callout header h3, .callout header h4, .callout header h5, .callout header h6
{
    margin: 0;
}
.callout .button
{
    margin: 0;
    float: right;
}

/* 1.12 Pricing Table ============================ */
.pricing-table
{
    font-size: 0;
}
/* Five Column */
.pricing-table .five
{
    display: inline-block;
    width: 188px;
}
/* Four Column */
.pricing-table .four
{
    display: inline-block;
    width: 235px;
}
/* Three Column */
.pricing-table .three
{
    display: inline-block;
    width: 313px;
}
/* Three Column */
.pricing-table .two
{
    display: inline-block;
    width: 470px;
}

/* Header */
.pricing-table .header
{
    background: #eee;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 20px;
    padding-bottom: 5px;
}
.pricing-table .featured .header
{
    background: #e5e5e5;
    padding-top: 30px;
    border-top: 3px solid #999;
}
.pricing-table .header h1, .pricing-table .header h2, .pricing-table .header h3, .pricing-table .header h4, .pricing-table .header h5, .pricing-table .header h6
{
    font-size: 24px;
    text-shadow: none;
    line-height: 20px;
    margin: 0;
}
.pricing-table .header small
{
    display: block;
    font-size: 12px;
    padding-bottom: 10px;
}
.pricing-table .featured .header small
{
    font-weight: bold;
}

/* Body */
.pricing-table .body
{
    background: #f5f5f5;
    font-size: 12px;
}
.pricing-table .five .body
{
    padding: 20px 25px;
}
.pricing-table .four .body
{
    padding: 20px 50px;
}
.pricing-table .three .body
{
    padding: 20px 85px;
}
.pricing-table .two .body
{
    padding: 20px 145px;
}
.pricing-table .body ul
{
    margin-bottom: 0;
}
.pricing-table .featured .body
{
    background: #eee;
}

/* Footer */
.pricing-table .footer
{
    background: #eee;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #ddd;
}
.pricing-table .featured .footer
{
    background: #e5e5e5;
    padding-bottom: 30px;
    border-bottom: 1px solid #d5d5d5;
}


/* 2 Site Components =============================
 *		2.1 Wrapper
 *		2.2 Container
 *		2.3 Header
 *		2.4 Slider
 *		2.5 Table
 *		2.6 Content
 *			2.6.1 Features
 *			2.6.2 Items
 *			2.6.3 Portfolio Filter
 *			2.6.4 Post
 *			2.6.5 Author
 *			2.6.6 Comment
 *			2.6.7 Testimonies
 *		2.7 Breadcrumb
 *		2.8 Sidebar
 *		2.9 Footer
================================================== */

/* 2.1 Wrapper =================================== */
#wrapper
{
    background: #fefefe;
}
#wrapper.boxed
{
    width: 1020px;
    margin: 30px auto;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

/* 2.2 Container ================================= */
.container
{
}

/* 2.3 Header =====================================*/
#header
{
    position: relative;
    z-index: 1;
}
#header #headerbar
{
    margin: 30px 0 40px 0;
}
#header .logo h1, footer .logo h1
{
    display: inline-block;
    font-family: 'Oswald' , sans-serif;
    font-weight: 400;
    font-size: 2.2em;
    line-height: 1.2em;
    color: #333;
    text-shadow: 1px 1px 0px #ffffff;
    margin: 0;
}
#header .logo small
{
    font-size: 11px;
    color: #888888;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-top: 6px;
}
.menu_container .search
{
    display: block;
    position: absolute;
    width: 200px;
    top: 10px;
    right: 8px;
}
.menu_container .search form
{
    width: 100%;
}
.menu_container .search input[type="text"]
{
    -moz-box-sizing: border-box;
    background-color: #BDBDBD;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    display: block;
    padding-bottom: 6px;
    padding-top: 6px;
    width: 200px;
    padding-right: 25px;
}
.menu_container .search .button
{
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: none;
    position: absolute;
    right: -5px;
    top: 2px;
}
.menu_container .search .button .icon-search
{
    color: #2B2B2B;
    text-shadow: none;
}
/* 2.4 Slider ==================================== */
#slider
{
    display: block;
}
#wrapper #slider .shadow
{
    display: block;
    max-width: 100%;
}
#wrapper #slider .shadow img
{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

/* Layerslider */
#layerslider
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#layerslider .ls-layer .info
{
    display: block;
}
#layerslider .ls-layer .info .title
{
    float: left;
    font-size: 2.5em;
    margin-bottom: 5px;
    color: #222;
    text-shadow: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
#layerslider .ls-layer .info .subtitle
{
    float: left;
    background: #ddd;
    padding: 2px 8px;
    font-size: 1.8em;
    color: #555;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 15px;
}
#layerslider .ls-layer .info .description
{
    float: left;
    font-size: 1.1em;
    color: #222;
    line-height: 1.4em;
    max-width: 90%;
    margin-bottom: 15px;
}
/* Flexslider */
#slider .flexslider img
{
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

/* 2.5 Table ===================================== */
.table
{
    color: #333333;
    border-width: 1px;
    border-color: #999999;
    border-collapse: collapse;
}
.table th
{
    background-color: #eee;
    text-align: left;
    font-weight: bold;
    border: 1px solid #ddd;
    padding: 8px;
}
.table tr
{
    background-color: #f9f9f9;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.table tr:hover
{
    background-color: #f5f5f5;
}
.table td
{
    border: 1px solid #ddd;
    padding: 8px;
}

/* 2.6 Content =================================== */
#content
{
    padding-top: 40px;
}
/* 2.6.1 Features + Services ================================ */
#content .features
{
    position: relative;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #f1f1f1;
    border-bottom-color: #e5e5e5;
    border-radius: 2px;
    -moz-border-radius: 2px;
    overflow: hidden;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
}
#content .features figure, #content .features header
{
    margin-bottom: 10px;
}
#content .features figure [class^="icon-"], #content .features figure [class*=" icon-"]
{
    font-size: 36px;
}
#content .features > .overlay
{
    position: absolute;
    cursor: pointer;
    width: 0;
    height: 0;
    top: -50px;
    left: -50px;
    border-right: 60px solid transparent;
    border-top: 60px solid #444; /* Slide Transition */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    transition: all 0.1s;
}
#content .features > .overlay [class^="icon-"], #content .features > .overlay [class*=" icon-"]
{
    position: absolute;
    top: -52px;
    left: 12px;
    color: #fc0;
    font-size: 14px;
}
#content .features > .overlay.show, #content .features:hover > .overlay
{
    top: 0;
    left: 0;
}
#content .services
{
    position: relative;
}
#content .services figure
{
    position: absolute;
    top: 5px;
}
#content .services figure [class^="icon-"], #content .services figure [class*=" icon-"]
{
    display: block;
    font-size: 18px;
    color: #eee;
    margin: 0;
    background: #555;
    padding: 12px 13px 10px 13px;
    border-radius: 50%;
}
#content .services header, #content .services > p
{
    padding-left: 55px;
}
/* 2.6.2 Items =================================== */
#content .items
{
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}
#content .items li
{
    list-style: none;
    margin-bottom: 0;
}
#content .items figure
{
    border: 1px solid #f7f7f7;
    border-bottom-color: #eaeaea;
    border-radius: 2px;
    margin-bottom: 5px;
    padding: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#content .items figure .thumbnail, #content .post figure .thumbnail
{
    display: block;
    position: relative;
}
#content .items figure .thumbnail .overlay, #content .post figure .thumbnail .overlay
{
    display: block;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #000;
    border-radius: 2px;
    -webkit-border-radius: 2px; /* Css Hack */
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#content .items figure .thumbnail .action, #content .post figure .thumbnail .action
{
    display: none;
    margin: 0 auto;
    position: absolute;
    top: 80%;
    left: 50%;
    z-index: 10;
}
#content .items figure .thumbnail .action .action-inner, #content .post figure .thumbnail .action .action-inner
{
    position: relative;
    left: -50%;
}
#content .items figure .thumbnail .action .action-inner a [class^="icon-"], #content .items figure .thumbnail .action .action-inner a [class*=" icon-"]
{
    font-size: 14px;
    color: #eee;
}
#content .items figure .thumbnail:hover > .action, #content .post figure .thumbnail:hover > .action
{
    display: block;
    top: 42%;
}
#content .items figure .thumbnail:hover > .overlay, #content .post figure .thumbnail:hover > .overlay
{
    display: block; /* Css Hack */
    zoom: 1;
    filter: alpha(opacity=90);
    opacity: 0.9;
}
#content .items figure:hover, #content .post figure:hover
{
    border-color: #eaeaea;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#content .items figure figcaption > p
{
    margin: 0;
}
#content .items figure figcaption
{
    overflow: auto;
    padding: 15px;
}
#content .items figure figcaption a
{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#content .items figure figcaption a:hover
{
    color: #555;
}
/* 2.6.3 Portfolio Filter ======================== */
#content .portfolio-filter
{
    display: block;
}
#content .portfolio-filter li
{
    display: inline-block;
}
#content .portfolio-filter li a
{
    display: block;
    padding: 6px 12px;
    background: #eee;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#content .portfolio-filter li a:hover
{
    background: #ccc;
    color: #fff;
}
#content .portfolio-filter li.active a
{
    background: #ccc;
    color: #fff;
}
#content .portfolio-filter li.active a:hover
{
    background: #d5d5d5;
    color: #fff;
}
/* 2.6.4 Post ==================================== */
#content .post
{
    margin-bottom: 20px;
    min-height: 65px;
}
#content .post > figure
{
    display: block;
    margin-bottom: 20px;
}
#content .post > figure a .map, #content .post > figure .map, #content .items figure a .map, #content .items figure .map, #content .post > figure .video, #content .items figure .video
{
    display: block;
    width: 100%;
    height: 400px;
    border: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
#content .post > article
{
    display: block;
    position: relative;
    padding-left: 80px;
}
#content .post > article.nopadding
{
    padding: 0;
}
/* Sidebar Post Heading Size */
#content aside .post article > header h1, #content aside .post article > header h2, #content aside .post article > header h3, #content aside .post article > header h4, #content aside .post article > header h5, #content aside .post article > header h6
{
    font-size: 13px;
    font-weight: normal;
}
#content .post article > header
{
    margin-bottom: 6px;
}
#content .post article > header a
{
    color: #333;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#content .post article > header a:hover
{
    color: #555;
}
#content .post header .meta
{
    margin-top: 3px;
}
#content .post header .meta small
{
    margin-right: 10px;
}
#content .post header .meta small a
{
    font-size: 11px;
    color: #999;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#content .post header .meta small a:hover
{
    color: #555;
}
#content .post p
{
    margin-bottom: 10px;
}
#content .post .post-detail
{
    position: absolute;
    left: 0px;
    top: 5px;
    display: block;
    width: 60px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #eee;
}
#content .post .post-detail .number
{
    display: block;
    font-size: 16px;
    color: #555;
    font-weight: 700;
    line-height: 40px;
    text-shadow: 0 1px #fff;
    border-bottom: 1px solid #eee;
    background: #f5f5f5;
}
#content .post .post-detail .text
{
    font-size: 11px;
}
#content .post.medium > figure
{
    display: inline-block;
    width: 180px;
    vertical-align: top;
    margin-top: 5px;
    margin-right: 20px;
}
#content .post.medium > article
{
    display: inline-block;
    width: 400px;
}
/* 2.6.5 Author ================================== */
#content .author figure
{
    display: inline-block;
    width: 20%;
    margin-right: 2%;
    vertical-align: top;
    margin-top: 5px;
}
#content .author > article
{
    display: inline-block;
    width: 76%;
}
#content .author > article p
{
    margin-bottom: 5px;
}
/* 2.6.6 Comment ================================= */
#content .comment
{
    font-size: 12px;
    display: block;
    margin: 0;
}
#content .comment li
{
    position: relative;
    margin-bottom: 0;
}
#content .comment .comment-action
{
    position: absolute;
    right: 0;
    top: 5px;
}
#content .comment .comment-action a
{
    display: inline-block;
    font-size: 14px;
    color: #555;
    margin: 0 5px;
}
#content .comment .avatar
{
    float: left;
    width: 50px;
    margin-top: 2px;
}
#content .comment .mod .avatar img
{
    border-radius: 2px 2px 0px 0px;
    -webkit-border-radius: 2px 2px 0px 0px;
}
#content .comment .mod .avatar span
{
    display: block;
    background: #eee;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 2px 2px;
    -webkit-border-radius: 0px 0px 2px 2px;
}
#content .comment .comment-body
{
    padding-left: 60px;
    padding-right: 20px;
    margin-bottom: 40px;
}
#content .comment .comment-body > p
{
    margin: 0;
}
#content .comment .comment-body .name
{
    font-weight: bold;
}
#content .comment .comment-body .action a
{
    color: #333;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#content .comment .comment-body .action a:hover
{
    color: #666;
}
#content .comment .comment-body .date
{
    display: block;
    font-size: 11px;
    color: #999;
}
#content .comment .comment
{
    margin-left: 50px;
}
/* 2.6.7 Testimonies ============================= */
#content .client-testimonies
{
    margin-bottom: 20px;
    font-size: 0;
}
#content .client-testimonies img
{
    display: inline-block;
    vertical-align: middle;
    max-width: 20%;
    margin-right: 10px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border-left: 4px solid #999;
}
#content .client-testimonies .message
{
    display: inline-block;
    width: 75%;
    font-size: 13px;
    margin-bottom: 0px;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#content .client-testimonies .message p
{
    margin: 0;
}

/* 2.7 Breadcrumb ================================ */
#breadcrumb
{
    padding: 30px 0;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
    -webkit-box-shadow: inset 0px -5px 6px -5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px -5px 6px -5px rgba(0, 0, 0, 0.05);
}
#breadcrumb .breadcrumb
{
    margin: 0;
    text-align: right;
}
#breadcrumb .breadcrumb li
{
    display: inline-block;
    line-height: 30px;
    margin: 0;
}
#breadcrumb .breadcrumb li.divider
{
    width: 5px;
    height: 7px;
    background: url('../img/arrow_right.png') center no-repeat;
    margin: 0 4px;
}
#breadcrumb .breadcrumb li a
{
    color: #222;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#breadcrumb .breadcrumb li a:hover
{
    color: #222;
}
#breadcrumb .breadcrumb li.current a
{
    color: #666;
}
#breadcrumb .breadcrumb li.current a:hover
{
    color: #222;
}

/* 2.8 Sidebar =================================== */
.sidebar-right
{
    margin-left: 30px !important;
}
.sidebar-left
{
    margin-right: 30px !important;
}

.sidebar-flickr .photos a
{
    display: block;
    width: 60px;
    height: 60px;
    margin: 0px 5px 0px 0px;
    border: 4px solid #eee;
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.sidebar-flickr .photos a img
{
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.sidebar-flickr .photos a:hover
{
    border-color: #c5c5c5;
}

/* 2.9 Footer ==================================== */
footer
{
    position: relative;
    color: #333;
    border-top: 4px solid #444;
    padding-top: 40px;
    background-color: #999;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6
{
    color: #eee;
    text-shadow: 1px 0px 0px #222;
    margin-bottom: 10px;
}
footer .logo .title
{
    margin-bottom: 5px;
}
footer .logo .title a
{
    color: #f5f5f5;
    text-shadow: 1px 1px 0px #454545;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
footer .footer-flickr .photos, .sidebar-flickr .photos
{
    display: inline-block;
    font-size: 0px;
}
footer .footer-flickr .photos a
{
    display: block;
    width: 50px;
    height: 50px;
    margin: 0px 5px 0px 0px;
    border: 4px solid #666;
    border-radius: 2px;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}
footer .footer-flickr figure a:hover
{
    border-color: #999;
}
footer .footer-flickr figure a:hover img
{
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

.footer-flickr img {
	float:left;
}
footer .tweet_list
{
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
}
footer .tweet_list li
{
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.5em 0.5em 0.5em 0;
    list-style-type: none;
    margin: 0;
}
footer .tweet_list li a
{
    color: #eee;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
footer .tweet_list li a:hover
{
    color: #fff;
}
footer .tweet_list .tweet_even
{
}
footer .tweet_list .tweet_avatar
{
    padding-right: .5em;
    float: left;
}
footer .tweet_list .tweet_avatar img
{
    vertical-align: middle;
}

footer .footer-bottom
{
    font-size: 11px;
    margin-top: 30px;
    background-color: #999;
    background-image: url(../img/topbar.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
}
footer .footer-bottom p
{
    margin: 0;
}
footer .footer-bottom .copyright
{
    padding: 10px 0;
}
/* To Top */
footer .totop a
{
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 40px;
    height: 41px;
    background: url('../img/arrow-up.png') no-repeat 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
footer .totop a:hover
{
    background-color: #494949;
}
.white
{
    color: #FFF;
}
.title-white
{
    color: #FFF;
}
#mainmenu-yellow
{
    color: #FC0;
}
#redheading
{
    color: #F33;
}
#content-green
{
    color: #363;
}

/* added for explore teacher */

a.color-link, .rules a
{
    color: #0092d5;
}

a.color-link:hover, .rules a:hover
{
    color: #000;
}


/* add for home page three fox height */

.fix-height
{
    height: 375px;
}


/* add for home page three fox height */

.fix-height2
{
    height: 290px;
}

/* testimonial person name */

.black-color
{
    color: #000;
}

/* Supporter list on supporter page */

.supporters ul li img
{
    width: 150px;
    height: 100px;
    border: 1px solid #e9e8e6;
}


.supporters ul li
{
    float: left;
    margin-right: 8px;
}


/* ROTG PAGE */


.ruleslist
{
    list-style-type: decimal;
    list-style-position: inside;
}
.ruleslist-outside
{
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 20px;
}

/* Olinks page */

.olink li
{
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 15px;
}

#Login
{
    padding: 15px;
    margin-bottom: 0px;
}
.lt-ie9 #Login
{
    padding: 15px;
    width: 250px;
}

/* back link on search page */

.back-link a
{
    background: #0092D5;
    padding: 4px 6px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    float: right;
}

.back
{
    margin-right: 15px;
}


div#rssincl-box-796613 div.rssincl-head, .rssincl-head{
	display:none;
}
div#rssincl-box-796613{
	background-color:#ffffff;
}
div#rssincl-box-796613 div.rssincl-content div.rssincl-entry,
div#rssincl-box-862659 div.rssincl-content div.rssincl-entry {
	border-bottom:0 none !important;
	background-color:#ffffff !important;
}
div#rssincl-box-796613 img {
  		display: none !important;
		}

.rssincl-itemdesc {
	height:26px;
	text-overflow: ellipsis;
	overflow:hidden;
}

div#rssincl-box-796613 div.rssincl-content div.rssincl-entry p.rssincl-itemtitle a,
div#rssincl-box-862659 div.rssincl-content div.rssincl-entry p.rssincl-itemtitle a {
	font-size:12px !important;
}
div#rssincl-box-796613 div.rssincl-content div.rssincl-entry div.rssincl-itemdesc,
div#rssincl-box-796613 div.rssincl-content div.rssincl-entry div.rssincl-itemdesc *,
div#rssincl-box-862659 div.rssincl-content div.rssincl-entry div.rssincl-itemdesc,
div#rssincl-box-862659 div.rssincl-content div.rssincl-entry div.rssincl-itemdesc *{
	font-size:11px !important;
	color:#969696 !important;
}

div#rssincl-box-862659 {
	background-color:#ffffff !important;
}

