/*------------------*/
/*	GENERAL
/*------------------------------------------------------*/

body {
    background: #fafafa;
}

/* ----------- Logo ----------- */
#trueHeader #logo {
    float: left;
    display: block;
    width: 100%;
    height: 40px;
    margin-top: 22px;
    text-indent: -999em;
    background: url(../images/logo.png) no-repeat left top;
}

/*------------------*/
/*	SITE STRUCTURE
/*------------------------------------------------------*/

.site_wrapper {
    width: 100%;
    margin: 0 auto 0 auto;
}

.container_full {
    width: 100%;
    float: left;
    margin: auto auto auto auto;
}

.container {
    width: 1170px;
    margin: auto auto auto auto;

    text-align: justify;
}

/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth {
    position: relative;
    margin-right: 4%;
    float: left;
}

.one_full {
    width: 100%;
}

.one_half {
    width: 48%;
}

.one_third {
    width: 30.650%;
}

.one_fourth {
    width: 22%;
}

.one_fifth {
    width: 16.800%;
}

.two_third {
    width: 65.350%;
}

.three_fourth {
    width: 74%;
}

.last {
    margin-right: 0 !important;
    clear: right;
}

/*------------------*/
/*	MENU
/*------------------------------------------------------*/

#access .menu {
    list-style: none;
    font-weight: normal;
    position: relative;
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: none;
}

#access .menu select {
    border: 2px solid #eee;
    padding: 10px 10px 10px 10px;
    background-color: #f9f9f9;
    color: #333;
}

#access .menu ul {
    margin: 0px;
    list-style-type: none;
    position: relative;
    text-align: left;
    z-index: 1001;
    height: 80px;
    margin: 0;
    float: right;
}

#access .menu ul li {
    position: relative;
    display: inline-block;
    padding: 0;
    z-index: 101;
    margin: 0px 0px 0px 1px;
    float: left;
    background: url(../images/menu-divider.html) no-repeat right 31px;
}

#access .menu ul li i {
    margin-left: 5px;
}

#access .menu ul li.last {
    background: none;
}

#access .menu ul li a {
    display: inline-block;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: #393a3b;
    margin: 0;
    padding: 33px 10px 33px 10px;
    text-align: center;
}

#access .menu ul li a:hover {
    color: #F16145;
    padding: 30px 10px 33px 10px;
    background: #FCFCFC url(../images/menu-arrow.png) no-repeat center top;
    border-top: 3px solid #F16145;
    border-radius: 2px;
    transition: ease-in-out 0.3s;
}

#access .menu ul li a.active {
    color: #F16145;
    font-weight: bold;
    padding: 30px 12px 33px 12px;
    border-top: 3px solid #F16145;
    background: #F9F9F9 url(../images/menu-arrow.png) no-repeat center top;
}

#access .menu ul li ul {
    position: absolute;
    left: 0;
    height: auto;
    display: none;
    visibility: hidden;
    width: 194px;
    padding: 0;
    margin-top: -1px;
    text-align: left;
    background: #fff;
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

#access .menu ul li ul li {
    display: list-item;
    float: none;
    background: none;
    padding: 0;
    margin: 0;
    height: auto;
}

#access .menu ul li ul li ul {
    top: 0;
}

#access .menu ul li ul li a {
    margin: 0;
    border: none;
    display: block;
    padding: 14px 17px 14px 17px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #393a3b;
    background: #fcfcfc;
    width: 159px;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
}

#access .menu ul li ul li a:hover,
#access .menu ul li ul li.active a,
#access .menu ul li ul li a.selected {
    background: #1889c1;
    border-bottom: 1px solid #f0f0f0;
    color: #fff;
    padding: 14px 17px 14px 17px;
    border-top: none;
}

#access .menu ul li ul li:last-child {
    border: none;
}

* html #access .menu {
    height: 1%;
}

.selectnav {
    display: none;
    width: 440px;
    margin-left: 20px;
}

/*------------------*/
/*	PAGES
/*------------------------------------------------------*/

/* top section */
.top_contact_info {
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-height: 35px;
    background: #2139A5; /* fallback for old browsers */

}

.top_contact_info .date_wrap {
    float: left;
}

.top_contact_info .date {
    color: #fff;
    font-weight: normal;
    font-size: 11px;
    line-height: 35px;
    vertical-align: middle;
    padding-left: 4px;
}

.top_contact_info ul.tci_list {
    float: right;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

.top_contact_info .tci_list li {
    float: left;
    color: #fff;
    padding: 0px;
    font-size: 12px;
    margin: 7px 6px 0px 4px;
}

.top_contact_info .tci_list li i {
    color: #fff;
}

.top_contact_info .tci_list li i:hover {
    color: #ddd;
}

.top_contact_info .tci_list li.empty {
    float: left;
    width: auto;
    line-height: 35px;
    padding: 0px 0px 0px 0px;
    margin: 0px 18px 0px 0px;
    background: none;
    border-radius: 0px;
}

.top_contact_info .tci_list li.empty a {
    float: left;
    width: auto;
    background: none;
    color: #fff;
    line-height: 35px;
}

.top_contact_info .tci_list li.empty a:hover {
    color: #ddd;
}

.top_contact_info .tci_list li.empty a:hover i {
    color: #ddd;
}

.top_contact_info .tci_list li.empty.two {
    margin: 0px 0px 0px 0px;
}

.top_contact_info .tci_list li.empty.two a {
    margin: 0px 4px 0px 4px;
}

.top_contact_info .tci_list li.country_select {
    float: left;
    width: 99px;
}

.top_contact_info .tci_list li.country_select select {
    float: left;
    font-size: 10px;
    width: 99px;
    padding: 0;
    margin: 2px 0px 0px 0px;
    border: 1px solid #fff;
    color: #a9a9a9;
    background-color: #fff;
}

.top_contact_info .tci_list li.space {
    float: left;
    width: 20px;
}

.slider_button1 {
    float: left;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 12px 20px;
    text-transform: uppercase;
    background-color: #6DA74A;
    border-radius: 4px;
}

.slider_button1:hover {
    color: #393a3b;
    background-color: #fff;
}

.slider_button2 {
    float: left;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 12px 20px;
    text-transform: uppercase;
    background-color: #1889c1;
    border-radius: 4px;
}

.slider_button2:hover {
    color: #393a3b;
    background-color: #fff;
}

/* features section 3 */
.features_sec03 {
    float: left;
    width: 100%;
    padding: 50px 0px 20px 0px;
    text-align: center;
}

.features_sec03 h2 {
    font-size: 22px;
    margin-bottom: 27px;
    text-align: left;
    text-transform: uppercase;
}

.features_sec03 h2 em {
    color: #999;
    font-size: 18px;
    font-style: normal;
    text-transform: none;
}

.features_sec03 h2 strong {
    font-weight: bold;
}

.features_sec03 .left {
    float: left;
    width: 23%;
    text-align: left;
}

.features_sec03 .center {
    float: left;
    width: 48%;
    margin: 0 3%;
}

.features_sec03 .right {
    float: left;
    width: 23%;
    text-align: left;
}

.features_sec03 .left ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin-top: 18px;
}

.features_sec03 .left li {
    line-height: 40px;
    font-size: 14px;
    color: #393a3b;
}

.features_sec03 .left li i {
    font-size: 20px;
    color: #1889c1;
    margin-right: 10px;
    float: left;
    margin-top: 10px;
}

.whyus {
    float: left;
    width: 93%;
    padding: 2%;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}

.whyus strong {
    text-transform: uppercase;
    font-size: 14px;
    display: block;
}

.whyus ul {
    float: left;
    width: 45%;
    padding: 0px;
    margin: 10px 20px 0px 0px;
}

.whyus li {
    padding: 13px 20px;
    margin: 10px 0px 0px 0px;
    border-radius: 4px;
    background-color: #f0f0f0;
    color: #393a3b;
}

.whyus li i {
    margin-right: 7px;
    color: #1889c1;
    font-size: 20px;
}

.people_says {
    float: left;
    width: 93%;
    padding: 5% 0% 5.8% 7%;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}

.clients {
    float: left;
    width: 100%;
    padding: 20px 0px;
    background-color: #fff;
    border-top: 2px solid #eee;
}

.features_sec05 {
    float: left;
    width: 100%;
    margin-top: -5px;
    margin-bottom: -1px;
    background: url(../images/graph-bg3.png) no-repeat center top;
}

.twitter_feeds {
    float: left;
    color: #fff;
    width: 62%;
    min-height: 60px;
    padding-left: 8%;
    padding-top: 5px;
    margin-top: 30px;
    margin-bottom: 20px;
    background: url(../images/twitter-icon.png) no-repeat left top;
}

.twitter_feeds a {
    color: #86cff3;
}

.twitter_feeds a:hover {
    color: #fff;
}

.twitter_feeds strong {
    font-weight: 600;
}

.twitter_feeds small a {
    color: #fff;
    font-size: 10px;
    margin-right: 5px;
}

.twitter_feeds small a:hover {
    color: #727272;
}

.features_sec05 .right_sec {
    float: right;
    width: 23.8%;
    color: #fff;
    line-height: 18px;
}

.features_sec05 .right_sec strong {
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 27px;
    margin-bottom: 10px;
}

.features_sec05 .right_sec a {
    color: #d0d0d0;
    font-size: 12px;
    text-decoration: underline;
}

.features_sec05 .right_sec a:hover {
    color: #fff;
    text-decoration: none;
}

/* footer */
.footer {
    float: left;
    width: 100%;
    background: url(../images/footer-bg.png) no-repeat center top;
    padding-bottom: 10px;
    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.3), 0px 4px 0px 0px #FFF;
    -moz-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.3), 0px 4px 0px 0px #FFF;
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.3), 0px 4px 0px 0px #FFF;
}

.footer .one_fourth {
    float: left;
    width: 22%;
    min-height: 310px;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-right: 4%;
    margin-right: 0%;
    color: #e3e3e3;
    background: url(../images/tra-graph2.png) repeat-y right top;
}

.footer .one_fourth.last {
    padding-right: 0%;
    margin-right: 0%;
    background: none;
}

.footer h3 {
    color: #fff;
    font-weight: normal;
    margin-bottom: 27px;
}

.footer ul.list {
    padding: 0px;
    margin: -5px 0px 0px 0px;
}

.footer .list li {
    margin: 0;
    padding: 0px;
    line-height: 28px;
}

.footer .list li i {
    margin-right: 4px;
    font-weight: bold;
}

.footer .list li a {
    color: #e3e3e3;
}

.footer .list li a:hover {
    color: #eee;
}

.footer ul.recent_blogs {
    padding: 12px 0px 0 0px;
    margin: -5px 0px 0px 0px;
}

.footer .recent_blogs li {
    padding: 0px 0 16px 0px;
    margin: 0px 0px 16px 0px;
    float: left;
    border-bottom: 1px solid #575757;
}

.footer .recent_blogs li.last {
    margin: 0px 0px 0px 0px;
    border-bottom: none;
}

.footer .recent_blogs li img {
    border: 3px solid #fff;
    float: left;
    margin-right: 20px;
}

.footer .recent_blogs li a {
    color: #e3e3e3;
}

.footer .recent_blogs li a:hover {
    color: #999;
}

.footer .recent_blogs li i {
    font-size: 11px;
    line-height: 16px;
    float: left;
    margin-top: 5px;
    font-style: normal;
    color: #999;
}

.footer .recent_blogs li p {
    margin: -5px 0px 0px 0px;
}

.footer .any_questions {
    float: left;
    padding: 20px 10px 18px 20px;
    margin: 5px 0 0 0;
    min-width: 188px;
    min-height: 88px;
    background-color: #212121;
    border-radius: 4px;
    color: #e3e3e3;
}

.footer .any_questions img {
    float: left;
    margin-right: 20px;
}

.footer .any_questions p {
    line-height: 18px;
}

.footer .any_questions h3 {
    color: #e3e3e3;
    margin: 0px;
    font-weight: bold;
    font-size: 18px;
}

.footer .any_questions h3 i {
    color: #eee;
    text-transform: none;
    font-size: 14px;
    font-style: normal;
}

.footer .live_chat {
    float: left;
    padding: 20px 10px 18px 20px;
    margin: 27px 0 0 0;
    min-width: 188px;
    background-color: #212121;
    border-radius: 4px;
    text-transform: uppercase;
}

.footer .live_chat img {
    float: left;
    margin-right: 20px;
}

.footer .live_chat a {
    font-size: 27px;
    color: #e3e3e3;
    line-height: 22px;
}

.footer .live_chat h2 {
    font-size: 27px;
    color: #e3e3e3;
    line-height: 22px;
    margin: 0px;
    font-weight: 600;
}

.footer .live_chat h2 i {
    font-size: 14px;
    color: #e3e3e3;
    font-style: normal;
}

.footer .live_chat a:hover {
    color: #999;
}

.footer_sectwo {
    float: left;
    width: 100%;
}

.footer_sectwo .container {
    background: url(../images/h-line.png) repeat-x left top;
    padding-top: 28px;
}

.footer_sectwo .free_scripts h4 {
    color: #fff;
    width: 130px;
    float: left;
}

.footer_sectwo .free_scripts {
    float: left;
    width: 48%;
}

.footer_sectwo .free_scripts ul {
    float: left;
    padding: 0px;
    margin: 4px 0px 0px 0px;
}

.footer_sectwo .free_scripts li {
    float: left;
    padding: 0px;
    margin: 0px 11px;
}

.footer_sectwo .payments_list h4 {
    color: #fff;
    width: 100px;
    float: left;
}

.footer_sectwo .payments_list {
    float: right;
    width: 48%;
}

.footer_sectwo .payments_list ul {
    float: left;
    padding: 0px;
    margin: 4px 0px 0px 0px;
}

.footer_sectwo .payments_list li {
    float: left;
    padding: 0px;
    margin: 0px 10px;
}

/* copyrights */
.copyright_info {
    float: left;
    padding: 25px 0px 25px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    color: #000;
    background: #6BA548 url(../images/elements/pattersn-03.jpg) repeat left top;
}

.copyright_info .one_half {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.copyright_info b {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #60973F;
    font-style: normal;
    font-weight: normal;
}

.copyright_info span {
    float: right;
}

.copyright_info a {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
    text-align: right;
}

.copyright_info a:hover {
    color: #eee;
}

.arrow_up {
    float: left;
    width: 100%;
    height: 9px;
    margin-top: -9px;
    border-bottom: 4px solid #60973f;
    background: url(../images/arrow-up.png) no-repeat center top;
}

/* footer social links */
ul.footer_social_links {
    float: right;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

.footer_social_links li {
    float: left;
    padding: 0px;
    margin: 0px 0px 0px 5px;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 24px;
    line-height: 22px;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.9);
    border: 6px solid rgba(96, 151, 63, 1);
}

.footer_social_links li:hover {
    background-color: #fff;
}

.footer_social_links li i {
    color: #222;
}

/*------------------*/
/*	CONTENT
/*------------------------------------------------------*/
.content_left {
    float: left;
    width: 71%;
    padding: 40px 0px 40px 0px;
}

.content_fullwidth {
    float: left;
    width: 100%;
    padding: 40px 0px 50px 0px;
}

.right_sidebar {
    float: right;
    width: 25%;
    padding: 40px 0px 40px 0px;
}

.left_sidebar {
    float: left;
    width: 25%;
    padding: 40px 0px 50px 0px;
}

.content_right {
    float: right;
    width: 71%;
    padding: 40px 0px 40px 0px;
}

/* page title */
.page_title {
    float: left;
    width: 100%;
    padding: 10px 0px;
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.page_title .title {
    width: 100%;
    float: left;
    text-align: left;
    margin: 0px;
}

.page_title .title h1 {
    margin: 0px 0px 0px 0px;
    background: none;
    font-weight: 600;
    color: #444;
}

.page_title .pagenation {
    position: relative;
    right: 0;
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    color: #848484;
    margin: 4px 0px 0px 0px;
    padding: 0px;
}

.page_title .pagenation i {
    color: #ddd;
    margin: 0px 2px 0px 2px;
}

.page_title .pagenation a {
    padding: 0px 0px 0px 0px;
    color: #333;
}

.page_title .pagenation a:hover {
    color: #999;
}

/* our team */
.our_team_box {
    width: 100%;
    float: left;
}

.our_team_box ul {
    margin: 0;
    padding: 7px 0 0 0px;
    float: left;
    width: 180px;
}

.our_team_box li {
    margin: 0;
    padding: 0;
    line-height: 18px;
    list-style-type: none;
    color: #a9a9a9;
}

.our_team_box li a {
    margin: 7px 5px 0 0;
    padding: 0;
    float: left;
}

.our_team_box img.teammempic {
    width: 100%;
    margin: 0px;
    padding: 0;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.our_team_box img.teammempic:hover {
    width: 100%;
    margin: 0px;
    padding: 0;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.our_team_box li a img:hover {
    margin: 0px;
    padding: 0;
    opacity: 0.7;
    filter: alpha(opacity=10);
}

.our_team_box li strong {
    font-size: 13px;
    color: #454545;
    display: block;
}

.our_team_box li strong i {
    color: #999;
    font-size: 11px;
    font-style: normal;
}

.our_team_box .boxleft {
    width: 180px;
    float: left;
    margin: 0px 36px 0 0;
}

.our_team_box .cont-area {
    float: left;
    font-size: 10px;
    color: #727272;
    width: 100%;
    margin-bottom: 10px;
}

.our_team_box .boxright {
    width: 180px;
    float: right;
    margin: 0px;
}

.our_team_box li a i {
    color: #dadada;
    margin-right: 1px;
}

/* our team big */
.our_team_box_big {
    width: 100%;
    float: left;
}

.our_team_box_big ul {
    margin: 0;
    padding: 20px 0 0 0px;
    float: left;
    width: 245px;
}

.our_team_box_big li {
    margin: 0;
    padding: 0;
    line-height: 18px;
    list-style-type: none;
    color: #a9a9a9;
}

.our_team_box_big li a {
    margin: 7px 5px 0 0;
    padding: 0;
    float: left;
}

.our_team_box_big img.teammempic {
    width: 245px;
    margin: 0px;
    padding: 0;
    float: left;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.our_team_box_big img.teammempic:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.our_team_box_big li a img:hover {
    margin: 0px;
    padding: 0;
    opacity: 0.7;
    filter: alpha(opacity=10);
}

.our_team_box_big li strong {
    font-size: 14px;
    color: #454545;
    display: block;
}

.our_team_box_big li strong i {
    color: #999;
    font-size: 12px;
    font-style: normal;
}

.our_team_box_big .cont-area {
    float: left;
    font-size: 10px;
    color: #727272;
    width: 100%;
    margin-bottom: 10px;
}

.our_team_box_big li a i {
    color: #dadada;
    margin-right: 4px;
}

ul.list_doted02 {
    float: left;
    margin: 13px 0px 0px 0px;
    padding: 0px;
}

.list_doted02 li {
    margin: 0px 0px 13px 0px;
    padding: 0px 0px 0px 13px;
}

.list_doted02 li h5 {
    margin-bottom: 2px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f3f3f3;
}

.big_text1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 27px;
    line-height: 35px;
    color: #999;
}

.big_text1 i {
    color: #1889c1;
    font-style: normal;
    font-weight: normal;
}

.bottom_section {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #1889c1;
}

.big_text2 {
    float: left;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 22px;
    color: #fff;
    padding-top: 22px;
    padding-left: 10px;
    font-style: italic;
}

.big_text2 i {
    font-weight: 300;
}

ul.fullimage_box {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 48%;
}

.fullimage_box li {
    padding: 0px;
    margin: 0px;
}

.fullimage_box li img {
    margin-bottom: 8px;
    width: 100%;
}

.fullimage_box li img:hover {
}

ul.fullimage_box.last {
    float: left;
    width: 48%;
    margin-left: 4%;
}

ul.fullimage_box2 {
    float: left;
    padding: 30px 20px;
    margin: 0px;
    width: 86.6%;
    border: 1px solid #eee;
    border-radius: 4px;
}

.fullimage_box2 li {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

ul.fullimage_box2.last {
    float: left;
    width: 100%;
    margin-left: 4%;
}

.fullimage_box2 li i {
    color: #1889c1;
}

.fullimage_box2 h3 {
    color: #1889c1;
    margin-top: 13px;
}

.box_widget_full {
    float: left;
    width: 96%;
    padding: 2%;
    margin: 0px;
    background-color: #fbfbfb;
    border: 1px solid #eee;
    border-bottom: 2px solid #eee;
}

.box_widget_full h3 {
    margin-bottom: 10px;
}

.box_widget_full i {
    float: left;
    margin-right: 20px;
}

/* client logos */
ul.clients_logos_list {
    padding: 0;
    margin: 30px 0 0 0px;
    position: relative;
}

.clients_logos_list li {
    padding: 0;
    margin: 0;
    float: left;
    width: 25%;
}

.clients_logos_list li.last {
    margin: 0 0px 0 0;
}

/* get features */
.get_features {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
}

.get_features h5 {
    margin-bottom: 7px;
    font-weight: normal;
}

.get_features p {
    line-height: 19px;
}

.get_features ul.get_features_list {
    float: left;
    padding: 0px;
    margin: 0px 0px 35px 0px;
}

.get_features ul.get_features_list.last {
    margin: 0px 0px 0px 0px;
}

.get_features .get_features_list li {
    float: left;
    padding: 0px;
    margin: 0px;
}

.get_features .get_features_list li.left {
    float: left;
    padding: 0px;
    margin: 0px 15px 0px 0px;
    width: 44px;
    height: 44px;
    background-color: #1889c1;
    border-radius: 45px;
    text-align: center;
    line-height: 52px;
    vertical-align: middle;
}

.get_features .get_features_list li.left i {
    color: #fff;
}

.get_features .get_features_list li.right {
    width: 80%;
}

/* section 2 */
ul.lirt_section {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.lirt_section li.left {
    float: left;
    padding: 0px;
    margin: 0 25px 0 0;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    vertical-align: middle;
    background-color: #f3f3f3;
    border-radius: 100%;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
    font-size: 22px;
}

.lirt_section li strong {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #1889c1;
    display: block;
    margin: 8px 0 0 0;
}

.lirt_section li i {
    font-style: normal;
}

/* 404 Error Page */
.error_pagenotfound {
    padding: 50px 30px 58px 30px;
    margin: 0 auto;
    width: 67%;
    background-color: #fff;
    border: 1px solid #eee;
    border-bottom: 5px solid #eee;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.error_pagenotfound strong {
    display: block;
    font-size: 145px;
    line-height: 100px;
    color: #e3e3e3;
    font-weight: normal;
}

.error_pagenotfound b {
    display: block;
    font-size: 40px;
    line-height: 40px;
    color: #eee;
    margin: 0;
    font-weight: 300;
}

.error_pagenotfound em {
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #1889c1;
    margin: 0;
    font-style: normal;
}

/* portfolio single image */
.portfolio_area {
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: left;
}

.portfolio_area_left {
    padding: 0px;
    margin: 0px;
    width: 75%;
    float: left;
}

.portfolio_area_left img {
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: left;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.portfolio_area_right {
    padding: 0px;
    margin: 0px 0px 0px 3%;
    width: 22%;
    float: left;
}

.project_details {
    padding: 0px;
    margin: 70px 0px 0px 0px;
}

.project_details span {
    padding: 5px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #454545;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
}

.project_details strong {
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    font-weight: bold;
    color: #727272;
    float: left;
    width: 40%;
}

.project_details em {
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    color: #727272;
    float: left;
    width: 60%;
}

.project_details span a {
    padding: 3px 10px;
    margin: 0px 0px 0px 3px;
    font-size: 11px;
    line-height: 30px;
    font-weight: normal;
    font-style: normal;
    color: #727272;
    background-color: #e3e3e3;
    border-radius: 3px;
}

.project_details span a:hover {
    background-color: #ddd;
}

.addto_favorites {
    padding: 3px 10px 5px 10px;
    margin: 20px 0px 0px 0px;
    width: 122px;
    display: block;
    border-radius: 3px;
    font-size: 13px;
    color: #999;
    background: #eee;
}

.addto_favorites:hover {
    background: #ddd;
}

.addto_favorites i {
    color: #c3c3c3;
}

ul.small_social_links {
    padding: 0px;
    margin: 9px 0 25px 0px;
}

.small_social_links li {
    padding: 0px;
    margin: 0px 9px 0px 0px;
    float: left;
}

.small_social_links li i {
    color: #1889c1;
}

.small_social_links li a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.small_social_links li a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.portfolio_image {
    float: left;
    width: 97%;
    padding: 0px;
    margin: 0px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.portfolio_image .title {
    float: left;
    width: 92%;
    margin: 0px;
    font-size: 11px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 16px;
    padding: 0 6px;
}

.portfolio_image i {
    position: absolute;
    display: none;
    color: #fff;
    margin-left: 45%;
    margin-top: 22%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.portfolio_image:hover i {
    display: block;
}

.portfolio_image img {
    float: left;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.portfolio_image img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/* blog */
.blog_post {
    float: left;
    width: 100%;
}

.blog_post h3 {
    float: left;
    text-align: left;
    color: #333;
    width: 85%;
    line-height: 30px;
}

.blog_post h3 a {
    color: #1889c1;
    text-decoration: none;
    float: left;
    margin-top: 3px;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 30px;
}

.blog_post h3 a:hover {
    color: #393a3b;
}

.post_info_content {
    padding: 0px;
    margin: 10px 0 0 10%;
    width: 90%;
    float: left;
}

ul.post_meta_links {
    float: left;
    margin: -10px 0px 0px -6px;
    padding: 0px 0px 0px 0px;
    width: 80%;
}

.post_meta_links li {
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 4px;
    list-style-type: none;
    color: #999;
}

.post_meta_links li.post_by {
    padding: 0px 0px 0px 25px;
    background: url(../images/blog/icon-by-user.png) no-repeat 5px 5px;
}

.post_meta_links li.post_categoty {
    padding: 0px 0px 0px 22px;
    background: url(../images/blog/icon-category.png) no-repeat 2px 6px;
}

.post_meta_links li.post_comments {
    padding: 0px 0px 0px 22px;
    background: url(../images/blog/icon-comments.png) no-repeat 2px 5px;
}

.post_meta_links li a {
    color: #a1a1a1;
    padding: 0px 18px 0px 0px;
    text-decoration: none;
    font-size: 11px;
}

.post_meta_links li a:hover {
    color: #727272;
    text-decoration: none;
}

.blog_postcontent {
    float: left;
    width: 100%;
}

.blog_postcontent .image_frame {
    float: left;
    width: 98%;
    border: 7px solid #fff;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.blog_postcontent .image_frame:hover {
    border: 7px solid #f9f9f9;
}

.blog_postcontent .image_frame img {
    float: left;
    width: 99.7%;
    border: 1px solid #fff;
}

.blog_postcontent .video_frame iframe {
    float: left;
    width: 98%;
    height: 400px;
    border: 7px solid #fff;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.blog_postcontent .video_frame iframe:hover {
    border: 7px solid #f9f9f9;
}

/* blog small */
.blog_post h3 {
    width: 74%;
}

.blog_postcontent .image_frame.small {
    float: left;
    width: 43%;
    border: 7px solid #fff;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.blog_postcontent .image_frame.small:hover {
    border: 7px solid #f9f9f9;
}

.blog_postcontent .image_frame img {
    float: left;
    width: 99.7%;
    border: 1px solid #fff;
}

.blog_postcontent .video_frame.small iframe {
    float: left;
    width: 43%;
    height: 180px;
    border: 7px solid #fff;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.blog_postcontent .video_frame iframe:hover {
    border: 7px solid #f9f9f9;
}

.post_info_content_small {
    padding: 0px;
    margin: 0 0 0 4%;
    width: 50%;
    float: left;
}

ul.post_meta_links_small {
    float: left;
    margin: -15px 0px 12px 80px;
    padding: 0px 0px 0px 0px;
    width: 80%;
}

.post_meta_links_small li.post_by {
    float: left;
    padding: 0px 0px 0px 18px;
    background: url(../images/blog/icon-by-user.png) no-repeat 0px 5px;
}

.post_meta_links_small li.post_categoty {
    float: left;
    padding: 0px 0px 0px 26px;
    background: url(../images/blog/icon-category.png) no-repeat 9px 6px;
}

.post_meta_links_small li.post_comments {
    float: left;
    padding: 0px 0px 0px 26px;
    background: url(../images/blog/icon-comments.png) no-repeat 9px 5px;
}

.post_meta_links_small li a {
    color: #a1a1a1;
    padding: 0px 5px 0px 0px;
    text-decoration: none;
    font-size: 11px;
}

.post_meta_links_small li a:hover {
    color: #727272;
    padding: 0px 5px 0px 0px;
    text-decoration: none;
    font-size: 11px;
}

.blog_post a.date {
    padding: 10px 5px 0px 0px;
    text-decoration: none;
    width: 55px;
    height: 55px;
    text-align: center;
    background: #f9f9f9;
    display: block;
    margin-right: 20px;
    float: left;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.blog_post a.date strong {
    color: #1889c1;
    font-size: 27px;
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.blog_post a.date:hover strong {
    color: #333;
}

.blog_post a.date i {
    color: #fff;
    font-size: 11px;
    font-style: normal;
    padding: 0px 0px;
    display: block;
    border-top: 1px solid #f3f3f3;
    width: 60px;
    background-color: #1889c1;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.blog_post a.date:hover i {
    background-color: #393a3b;
}

.post_readmore:link, .post_readmore:visited {
    float: right;
    height: 27px;
    width: 185px;
    text-align: center;
    padding-top: 7px;
    color: #fff;
    text-decoration: none;
    background: url(../images/skin01/but_post_readmore.html) no-repeat left top;
}

.post_readmore:hover {
    float: right;
    height: 27px;
    width: 185px;
    text-align: center;
    padding-top: 7px;
    color: #fff;
    text-decoration: none;
    background: url(../images/skin01/but_post_readmore_hover.html) no-repeat left top;
}

.sharepost {
    float: left;
    width: 80%;
    margin-bottom: 40px;
}

.sharepost ul {
    margin: 0px;
    padding: 0px;
}

.sharepost li {
    margin: 0px 7px 5px 0px;
    padding: 2px 5px;
    float: left;
    border-radius: 2px;
    list-style-type: none;
    background-color: #1889c1;
}

.sharepost li i {
    color: #fff;
}

.sharepost li:hover {
    background-color: #393a3b;
}

.about_author {
    float: left;
    width: 93%;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #eee;
}

.about_author img {
    float: left;
    margin-right: 20px;
}

.about_author a {
    font-family: 'Open Sans' !important;
    font-weight: normal;
    font-weight: 600;
    color: #333;
}

.about_author a:hover {
    color: #1889c1;
}

/* pagination */
.pagination {
    clear: both;
    padding: 10px 0;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

.pagination b {
    float: left;
    margin: 0px 5px 2px 0;
    padding: 0px 10px;
    font-weight: normal;
    color: #999;
}

.pagination a.navlinks {
    font-size: 12px;
    color: #454545;
    background-color: #eee;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 10px;
    border-radius: 3px;
}

.pagination a.navlinks:hover {
    color: #fff;
    background-color: #454545;
}

.pagination a.current {
    color: #fff;
    background-color: #454545;
}

/* comment form */
.comment_form {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.comment_form label {
    float: left;
    width: 90px;
    height: 15px;
    padding: 7px 10px;
    margin-bottom: 20px;
}

.comment_input_bg {
    float: left;
    width: 75%;
    height: 25px;
    padding: 7px 10px 0px 10px;
    border-top: 2px solid #e3e3e3;
    border-left: 2px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.comment_textarea_bg {
    float: left;
    width: 90%;
    height: 235px;
    padding: 7px 10px 0px 10px;
    margin-bottom: 20px;
    border-top: 2px solid #e3e3e3;
    border-left: 2px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.comment_checkbox {
    float: left;
    display: block;
    width: 90%;
    margin-top: 10px;
}

.comment_submit {
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 9px 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    border-radius: 4px;
    color: #333;
    text-transform: uppercase;
}

.comment_submit:hover {
    background-color: #f9f9f9;
    cursor: pointer;
}

/* comments */
.comment_wrap {
    padding: 20px 20px 20px 0px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.comment_wrap.chaild {
    border-bottom: 1px solid #eee;
    margin: 10px 20px 10px 50px;
    overflow: hidden;
}

.gravatar {
    float: left;
}

.comment_content {
    overflow: hidden;
    padding-left: 20px;
    position: relative;
    min-height: 80px;
}

.comment_content .comment_meta {
    position: relative;
}

.comment_content .comment_meta .comment_author {
    display: inline;
    font-size: 14px;
    font-style: normal;
}

.comment_content .comment_meta .comment_author i {
    display: inline;
    font-size: 11px;
    font-style: italic;
}

.comment_content .comment_text {
    clear: both;
    padding-top: 0px;
    overflow: hidden;
}

.comment_content .comment_text a {
    color: #d3d3d3;
    margin-top: 5px;
    float: left;
}

.comment_content .comment_text a:hover {
    color: #727272;
    margin-top: 5px;
    float: left;
}

#comments_section li ul li {
    margin-left: 30px;
}

/* contact form */
.comment_form {
    float: left;
    width: 690px;
    margin-top: 30px;
}

.blocklabel {
    float: left;
    width: 100%;
    display: block;
    margin-top: 10px;
}

.comment_form label {
    float: left;
    width: 90px;
    height: 15px;
    padding: 7px 10px;
    margin-bottom: 20px;
}

.input_bg {
    float: left;
    width: 70%;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    padding: 0px 0px 0px 10px;
    border-top: 2px solid #e1e1e1;
    border-left: 2px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.textarea_bg {
    float: left;
    width: 90%;
    height: 235px;
    padding: 7px 10px 0px 10px;
    margin-bottom: 20px;
    border-top: 2px solid #e1e1e1;
    border-left: 2px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.address-info {
    float: left;
    background-color: #f9f9f9;
    border: 1px solid #e1e1e1;
    padding: 20px 20px 10px 20px;
    width: 91%;
    margin-bottom: 40px;
}

.address-info a {
    color: #1889c1;
}

.address-info a:hover {
    color: #454545;
}

.google-map {
    width: 99%;
    height: 350px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

/* Portfolio Page */
.portfolio_page {
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
}

.portfolio_page h3 {
    color: #fff;
    text-align: center;
    width: 370px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    background-color: #35353d;
    float: left;
}

.portfolio_page .imgWrap {
    position: relative;
    width: 370px;
    height: 300px;
}

.portfolio_page .imgWrap.last {
    margin-right: 0px;
}

.portfolio_page .imgWrap img {
    float: left;
    width: 100%;
    height: 250px;
}

.portfolio_page .imgDescription {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(00, 000, 000, 0.40);
    color: #fff;
    visibility: hidden;
    opacity: 0;
}

.portfolio_page .imgWrap:hover .imgDescription {
    visibility: visible;
    opacity: 1;
}

.portfolio_page .imgDescription i {
    position: absolute;
    top: 103px;
    left: 160px;
    color: #fff;
    opacity: 0.8;
}

/* our products */
.our_products {
    width: 100%;
    float: left;
}

.our_products ul {
    width: 100%;
    float: left;
}

.our_products li {
    width: 47.8%;
    float: left;
    margin-top: 20px;
    margin-right: 30px;
    margin-bottom: 10px;
}

.our_products li h4 {
    color: #393a3b;
    margin-top: 5px;
    margin-bottom: 10px;
}

.our_products li.last {
    width: 47.8%;
    float: left;
    margin-top: 20px;
}

.our_products.big {
    margin-top: -25px;
}

.our_products li .icon {
    float: left;
    width: 100px;
    height: 100px;
    border: 3px solid #f0f0f0;
    border-radius: 100%;
    text-align: center;
    line-height: 120px;
    vertical-align: middle;
    margin-right: 30px;
}

.our_products li .icon i {
    color: #b9b9b9;
    font-size: 40px;
}

.our_products.two li .icon i {
    color: #1889c1;
}

/* fresh projects */
.fresh_projects {
    float: left;
    width: 100%;
    background: #f0f0f0 url(../images/elements/light_honeycomb.html) repeat left top;
    text-align: center;
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1), 0px 4px 0px 0px #FFF;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1), 0px 4px 0px 0px #FFF;
    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1), 0px 4px 0px 0px #FFF;
}

.fresh_projects h1 {
    font-size: 40px;
    padding: 0px;
    margin: 0px 0px 45px 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.fresh_projects h1 strong {
    font-weight: normal;
}

.fresh_projects h1 i {
    font-size: 18px;
    color: #727272;
    font-style: normal;
    display: block;
    padding-top: 18px;
    line-height: 27px;
}

.fresh_projects_list section .display .small-group {
    float: left;
    width: 550px;
    height: 340px;
    overflow: hidden;
}

.fresh_projects_list section .display .small-group div.small {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.fresh_projects_list section .display .small-group div.small img {
    width: 100%;
    height: 250px;
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}

.fresh_projects_list section .display .small-group div.small .hover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 90;
}

.fresh_projects_list section .display .small-group div.small:hover .hover {
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    height: 250px;
}

.fresh_projects_list section .display .small-group div.small:hover .info {
    color: #fff;
}

.fresh_projects_list section .display .small-group div.small a {
    color: #fff;
}

.fresh_projects_list section .display .small-group div.small .info {
    position: absolute;
    bottom: 20px;
    margin-bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 100;
    background: none;
    border: none;
    -webkit-transition: bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.fresh_projects_list section .display .small-group div.small .info h1 {
    background: none;
    color: #383634;
    margin: 0px;
    padding: 0px;
    line-height: normal;
    font-size: 16px;
    font-weight: normal;
}

.fresh_projects_list section .display .small-group div.small .info h2 {
    background: none;
    color: #727272;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-size: 13px;
    font-weight: normal;
}

.fresh_projects_list section.cheapest .small-group .additionnal {
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    margin-top: 20px;
}

.fresh_projects_list section.cheapest .small-group .additionnal b {
    padding: 7px 10px 7px 20px;
    margin: 0px 0px 0px 0px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid #fff;
    border-radius: 2px;
}

.fresh_projects_list section.cheapest .small-group div.small:hover .info {
    bottom: 207px;
}

.fresh_projects_list section.cheapest .small-group div.small:hover .additionnal {
    opacity: 1;
}

.fresh_projects_list section.cheapest .small-group div.small:hover h1, .fresh_projects_list section.cheapest .small-group div.small:hover h2, .fresh_projects_list section.cheapest .small-group div.small:hover section#easy-to-reach .large .info h3, .fresh_projects_list section#easy-to-reach .large .info section.cheapest .small-group div.small:hover h3 {
    color: #fff;
    margin: 0px;
    padding: 0px;
    line-height: normal;
}

.fresh_projects_list section.cheapest .small-group div.small:hover h2 strong, .fresh_projects_list section.cheapest .small-group div.small:hover section#easy-to-reach .large .info h3 strong, .fresh_projects_list section#easy-to-reach .large .info section.cheapest .small-group div.small:hover h3 strong {
    color: #fff;
    margin: 0px;
    padding: 0px;
    line-height: normal;
}

.portfolio_sidebar_widget .fresh_projects_list section .display .small-group div.small .info h1 {
    background: none;
    color: #fff;
    margin: 0px;
    padding: 0px;
    line-height: normal;
    font-size: 16px;
    font-weight: normal;
}

.portfolio_sidebar_widget .fresh_projects_list section .display .small-group div.small .info h2 {
    background: none;
    color: #fff;
    margin: 5px 0px 0px 0px;
    padding: 0px;
    font-size: 13px;
    font-weight: normal;
}

.portfolio_sidebar_widget .fresh_projects_list section .display .small-group {
    float: left;
    width: 550px;
    height: 250px;
    overflow: hidden;
}

.portfolio_sidebar_widget .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 100%;
    height: 250px;
}

.portfolio_sidebar_widget .fresh_projects_list section.cheapest .small-group div.small:hover .info {
    bottom: 130px;
}

/* hosting plan */
.hosting_page_plan_main {
    position: relative;
    float: left;
}

.hosting_page_plan.first {
    position: relative;
    float: left;
    width: 39.4%;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.hosting_page_plan.first .title {
    float: left;
    width: 100%;
    height: 27px;
    padding: 13px 0 10px 0;
    background: url(../images/gray-bg.jpg) repeat left top;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-top: 3px solid #272727;
    border-bottom: 1px solid #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

.hosting_page_plan {
    position: relative;
    float: left;
    width: 20%;
    border-right: 1px solid #eee;
}

.hosting_page_plan i.green {
    color: #2bce05;
}

.hosting_page_plan i.gray {
    color: #d3d3d3;
}

.hosting_page_plan .title {
    float: left;
    width: 100%;
    height: 27px;
    padding: 13px 0 10px 0;
    background: url(../images/gray-bg.jpg) repeat left top;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-top: 3px solid #272727;
    border-bottom: 1px solid #818181;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.hosting_page_plan .price {
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
    text-align: center;
    font-size: 30px;
    color: #1889c1;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.hosting_page_plan .price i {
    font-size: 14px;
    color: #1889c1;
    font-weight: normal;
    font-style: normal;
    margin-top: 5px;
}

.hosting_page_plan .cont-list {
    float: left;
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
    text-align: center;
    color: #727272;
}

.hosting_page_plan .cont-list ul {
    margin: 0;
    padding: 0;
}

.hosting_page_plan .cont-list li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 35px;
    border-bottom: 1px solid #eee;
}

.hosting_page_plan .cont-list li.last {
    border: none;
}

.hosting_page_plan .ordernow {
    float: left;
    width: 100%;
    height: 90px;
    padding: 18px 0 0px 0;
    background-color: #f7f7f7;
    border-bottom: 1px solid #eee;
    text-align: center;
    color: #fff;
}

.hosting_page_plan .ordernow h4 {
    padding: 20px 0px 0px 0px;
    text-align: center;
    color: #1889c1;
}

a.ordernow_but {
    padding: 9px 20px 9px 20px;
    margin: 10px 0px 0px 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    background-color: #1889c1;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 1px solid #353535;
}

a.ordernow_but:hover {
    background-color: #393a3b;
}

/* our support */
.our_support {
    width: 42.5%;
    padding: 10px 20px 10px 20px;
    float: left;
    border-radius: 5px;
    border: 5px solid #f0f0f0;
}

.our_support.last {
    padding: 10px 20px 10px 20px;
    float: right;
}

.our_support h3 {
    color: #272727;
    border-bottom: 1px solid #eee;
    padding: 5px 0px;
    margin-bottom: 20px;
}

.our_support h5 {
    color: #1889c1;
    margin-bottom: 3px;
    font-size: 14px;
}

.our_support h5 img {
    margin-right: 10px;
    float: left;
}

.our_support a {
    color: #454545;
}

.our_support a:hover {
    color: #1889c1;
}

.our_support p strong {
    font-weight: 600;
}

.address-info {
    float: left;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    padding: 15px 15px 10px 15px;
    width: 90%;
    margin-bottom: 40px;
}

.address-info a {
    color: #1889c1;
}

/*------------------*/
/*	RIGHT SIDEBAR
/*------------------------------------------------------*/
/* site search */
.site-search-area {
    margin: 0px;
    padding: 0px;
}

#site-searchform {
    margin: 0;
    padding: 0;
}

#site-searchform #s {
    border: 1px solid #eee;
    background-color: #fff;
    width: 71%;
    height: 30px;
    padding: 5px 10px 5px 10px;
    color: #999;
    float: left;
    font: normal 12px "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#site-searchform #searchsubmit {
    float: left;
    width: 50px;
    height: 41px;
    cursor: pointer;
    text-indent: -5555em;
    line-height: 100;
    overflow: hidden;
    background: #1889c1 url(../images/site-search-icon.png) no-repeat center 14px;
    border: 0;
}

#site-searchform #searchsubmit:hover {
    background: #393a3b url(../images/site-search-icon.png) no-repeat center 14px;
}

.sidebar_widget {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.sidebar_widget ul.arrows_list1 {
    padding: 0px;
    margin: 0px;
    float: left;
    margin-top: -10px;
}

.sidebar_widget ul.arrows_list1 li a {
    color: #1889c1;
    line-height: 30px;
}

.sidebar_widget ul.arrows_list1 li a:hover {
    color: #393a3b;
}

.sidebar_widget ul.arrows_list1 i {
    margin-right: 4px;
}

.sidebar_title {
    float: left;
    width: 100%;
}

.sidebar_widget h3, .clientsays_widget h3 {
    margin-bottom: 30px;
    float: left;
    font-weight: 300;
}

.sidebar_widget h3 i, .clientsays_widget h3 i {
    font-weight: normal;
    font-style: normal;
}

/* Recent Posts */
ul.recent_posts_list {
    margin: 0px;
    padding: 10px;
    border: 1px solid #eee;
    width: 100%;
    float: left;
    background: #fff;
}

.recent_posts_list li {
    padding: 0px 0px 13px 0px;
    margin: 0px 0px 16px 0px;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
}

.recent_posts_list li a {
    text-decoration: none;
    line-height: 17px;
    display: block;
    color: #222;
}

.recent_posts_list li a:hover {
    color: #1889c1;
}

.recent_posts_list li span {
    float: left;
    margin-right: 15px;
}

.recent_posts_list li span img {
    float: left;
    margin-right: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.recent_posts_list li span img:hover {
    float: left;
    margin-right: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.recent_posts_list li i {
    padding: 1px 0px 0px 0px;
    margin: 0px;
    display: block;
    font-size: 11px;
    line-height: 14px;
    font-style: normal;
    color: #555;
}

.recent_posts_list li.last {
    padding: 0px 0px 7px 0px;
    margin: 0px 0px 0px 0px;
    border-bottom: 0px solid #f5f6f6;
}

/* client says widget */
.clientsays_widget {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    color: #999;
}

.clientsays_widget strong {
    font-weight: 600;
    color: #454545;
}

.clientsays_widget h3 {
    margin-bottom: 18px;
}

.clientsays_widget img {
    float: left;
    margin-right: 13px;
    margin-top: 7px;
    border: 1px solid #e3e3e3;
}

/* Advertisements */
ul.adsbanner-list {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

.adsbanner-list li {
    margin: 0px 10px 10px 0px;
    padding: 0px;
    float: left;
    width: 120px;
    height: 120px;
    list-style-type: none;
}

.adsbanner-list li img {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 120px;
    height: 120px;
    list-style-type: none;
}

.adsbanner-list li.last {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    float: left;
    width: 120px;
    height: 120px;
    list-style-type: none;
}

/*------------------*/
/* TYPOGRAPHY ELEMENTS
/*------------------------------------------------------*/

a.but_goback,
a.but_ok_2,
a.but_wifi,
a.but_warning_sign,
a.but_user,
a.but_tag,
a.but_table,
a.but_star,
a.but_search,
a.but_phone,
a.but_pencil,
a.but_new_window,
a.but_music,
a.but_hand_right,
a.but_thumbs_down,
a.but_thumbs_up,
a.but_globe,
a.but_hospital,
a.but_coffe_cup,
a.but_settings,
a.but_chat,
a.but_play_button,
a.but_remove_2,
a.but_lock,
a.but_shopping_cart,
a.but_exclamation_mark,
a.but_info,
a.but_question_mark,
a.but_minus,
a.but_plus,
a.but_folder_open,
a.but_file,
a.but_envelope,
a.but_edit,
a.but_cogwheel,
a.but_check,
a.but_camera,
a.but_calendar,
a.but_bookmark,
a.but_book,
a.but_download,
a.but_pdf,
a.but_word_doc,
a.but_woman {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

a.but_goback i {
    color: #fff;
}

a.but_goback {
    padding: 13px 25px 13px 22px;
    margin: 0px 0px 0px 0px;
    background: #1889c1;
    border-bottom: 1px solid #999;
}

a.but_goback:hover {
    color: #fff;
    background-color: #393a3b;
}

a.but_ok_2 {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #ff8100;
    border-bottom: 1px solid #909090;
}

a.but_ok_2:hover {
    background-color: #ff9900;
}

a.but_wifi {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #0099cc;
    border-bottom: 1px solid #909090;
}

a.but_wifi:hover {
    background-color: #00abde;
}

a.but_warning_sign {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #e5cc19;
    border-bottom: 1px solid #909090;
}

a.but_warning_sign:hover {
    background-color: #efda1b;
}

a.but_user {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #007f99;
    border-bottom: 1px solid #909090;
}

a.but_user:hover {
    background-color: #0090ad;
}

a.but_tag {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #e59919;
    border-bottom: 1px solid #909090;
}

a.but_tag:hover {
    background-color: #efa61b;
}

a.but_table {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #4c6699;
    border-bottom: 1px solid #909090;
}

a.but_table:hover {
    background-color: #5674ad;
}

a.but_star {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #99cc4c;
    border-bottom: 1px solid #909090;
}

a.but_star:hover {
    background-color: #a6da52;
}

a.but_search {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #66667f;
    border-bottom: 1px solid #909090;
}

a.but_search:hover {
    background-color: #747490;
}

a.but_phone {
    padding: 10px 20px 10px 20px;
    margin: 0px 0px 0px 0px;
    background: #e56619;
    border-bottom: 1px solid #909090;
}

a.but_phone:hover {
    background-color: #ef6f1b;
}

a.but_pencil {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #cc4c19;
    border-bottom: 1px solid #909090;
}

a.but_pencil:hover {
    background-color: #da521b;
}

a.but_new_window {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #001900;
    border-bottom: 1px solid #909090;
}

a.but_new_window:hover {
    background-color: #333333;
}

a.but_music {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #cccc7f;
    border-bottom: 1px solid #909090;
}

a.but_music:hover {
    background-color: #dada8a;
}

a.but_hand_right {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #ff8100;
    border-bottom: 1px solid #909090;
}

a.but_hand_right:hover {
    color: #fff;
    background-color: #ff9900;
}

a.but_thumbs_down {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #9999cc;
    border-bottom: 1px solid #909090;
}

a.but_thumbs_down:hover {
    background-color: #a6a6da;
}

a.but_thumbs_up {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #00cce5;
    border-bottom: 1px solid #909090;
}

a.but_thumbs_up:hover {
    background-color: #00daef;
}

a.but_globe {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #669999;
    border-bottom: 1px solid #909090;
}

a.but_globe:hover {
    background-color: #6fa6a6;
}

a.but_hospital {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #196666;
    border-bottom: 1px solid #909090;
}

a.but_hospital:hover {
    background-color: #1b6f6f;
}

a.but_coffe_cup {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #7f994c;
    border-bottom: 1px solid #909090;
}

a.but_coffe_cup:hover {
    background-color: #8aa652;
}

a.but_settings {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #997f4c;
    border-bottom: 1px solid #909090;
}

a.but_settings:hover {
    background-color: #a68a52;
}

a.but_chat {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #7f9919;
    border-bottom: 1px solid #909090;
}

a.but_chat:hover {
    background-color: #8aa61b;
}

a.but_play_button {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #4c664c;
    border-bottom: 1px solid #909090;
}

a.but_play_button:hover {
    background-color: #567456;
}

a.but_remove_2 {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #e59966;
    border-bottom: 1px solid #909090;
}

a.but_remove_2:hover {
    background-color: #efa66f;
}

a.but_lock {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #994c19;
    border-bottom: 1px solid #909090;
}

a.but_lock:hover {
    background-color: #a6521b;
}

a.but_shopping_cart {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #cc7f4c;
    border-bottom: 1px solid #909090;
}

a.but_shopping_cart:hover {
    background-color: #da8a52;
}

a.but_exclamation_mark {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #4c7f7f;
    border-bottom: 1px solid #909090;
}

a.but_exclamation_mark:hover {
    background-color: #528a8a;
}

a.but_info {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #667fcc;
    border-bottom: 1px solid #909090;
}

a.but_info:hover {
    background-color: #6f8ada;
}

a.but_question_mark {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #4c0019;
    border-bottom: 1px solid #909090;
}

a.but_question_mark:hover {
    background-color: #620020;
}

a.but_minus {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #666666;
    border-bottom: 1px solid #909090;
}

a.but_minus:hover {
    background-color: #747474;
}

a.but_plus {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #333333;
    border-bottom: 1px solid #909090;
}

a.but_plus:hover {
    background-color: #444444;
}

a.but_folder_open {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #99cc99;
    border-bottom: 1px solid #909090;
}

a.but_folder_open:hover {
    background-color: #a6daa6;
}

a.but_file {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #999999;
    border-bottom: 1px solid #909090;
}

a.but_file:hover {
    background-color: #a6a6a6;
}

a.but_envelope {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #727272;
    border-bottom: 1px solid #909090;
}

a.but_envelope:hover {
    background-color: #7c7c7c;
}

a.but_edit {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #e5cc7f;
    border-bottom: 1px solid #909090;
}

a.but_edit:hover {
    background-color: #efda8a;
}

a.but_cogwheel {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #194c7f;
    border-bottom: 1px solid #909090;
}

a.but_cogwheel:hover {
    background-color: #1e5c99;
}

a.but_check {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #004c4c;
    border-bottom: 1px solid #909090;
}

a.but_check:hover {
    background-color: #005c5c;
}

a.but_camera {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #007fcc;
    border-bottom: 1px solid #909090;
}

a.but_camera:hover {
    background-color: #008ada;
}

a.but_calendar {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #4c99e5;
    border-bottom: 1px solid #909090;
}

a.but_calendar:hover {
    background-color: #52a6ef;
}

a.but_bookmark {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #990000;
    border-bottom: 1px solid #909090;
}

a.but_bookmark:hover {
    background-color: #b60000;
}

a.but_book {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #7f9999;
    border-bottom: 1px solid #909090;
}

a.but_book:hover {
    background-color: #8aa6a6;
}

a.but_download {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #ff8100;
    border-bottom: 1px solid #909090;
}

a.but_download:hover {
    background-color: #ff9900;
}

a.but_pdf {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #ff8100;
    border-bottom: 1px solid #909090;
}

a.but_pdf:hover {
    background-color: #ff9900;
}

a.but_word_doc {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #ff8100;
    border-bottom: 1px solid #909090;
}

a.but_word_doc:hover {
    background-color: #ff9900;
}

a.but_woman {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #ff8100;
    border-bottom: 1px solid #909090;
}

a.but_woman:hover {
    background-color: #ff9900;
}

/* styled boxes */
.info, .error, .notice, .success {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #bbb;
    margin-bottom: 20px;
    font-size: 13px;
}

p.error {
    border: none;
}

.info strong, .error strong, .notice strong, .success strong {
    font-size: 16px;
}

.message-box-wrap {
    border: 0px solid #fff;
    padding: 10px;
}

.info {
    color: #4a84bc;
    border-color: #c6e3ff;
    background-color: #e6f3ff;
}

.error {
    color: #bd6767;
    border-color: #f1bdbd;
    background-color: #ffdddd;
}

.notice {
    color: #a79a30;
    border-color: #d7d099;
    background-color: #f6f2d2;
}

.success {
    color: #1ea133;
    border-color: #a9ecb4;
    background-color: #dffbe4;
}

.close-but {
    width: 10px;
    height: 10px;
    float: right;
    border: none;
    margin: 5px;
    background: url(../images/elements/icon-remove.png) no-repeat center top;
}

/* dropcaps */

.dropcap1, .dropcap2, .dropcap3 {
    float: left;
    text-align: center;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.dropcap1 {
    width: 53px;
    height: 58px;
    line-height: 50px;
    background: url(../images/elements/dropcap_gray.png) no-repeat scroll 0px 0px transparent;
    color: #999;
    margin: 0 8px -4px 0;
    font-size: 32px;
}

.dropcap1.gray {
    background-image: url(../images/elements/dropcap_gray.png);
}

.dropcap2 {
    background: url(../images/elements/dropcap_gray.png) no-repeat scroll 0 -108px transparent;
    color: #999;
    line-height: 47px;
    height: 56px;
    width: 53px;
    margin: 0 8px -4px 0;
    font-size: 32px;
}

.dropcap2.gray {
    background-image: url(../images/elements/dropcap_gray.png);
}

.dropcap3 {
    font-size: 40px;
    line-height: 40px;
    width: 44px;
    height: 44px;
    margin: 0 0 -4px 0;
}

.dropcap3.gray {
    color: #999;
}

/* styled lists */
ul.list1 {
    padding: 0px;
    margin: 0px;
}

.list1 li {
    padding: 0px;
    margin: 0px;
    text-align: left;
    line-height: 30px;
}

.list1 li i {
    padding: 0px;
    margin: 0px 4px 0px 0px;
}

ul.list2 {
    padding: 0px;
    margin: 0px;
}

.list2 li {
    padding: 0px;
    margin: 0px;
    text-align: left;
    line-height: 29px;
    font-size: 14px;
    color: #1889c1;
}

.list2 li i {
    padding: 0px;
    margin: 0px 9px 0px 0px;
}

/* highlight colors */
.highlight {
    color: #fff;
    padding: 2px 5px;
    background: #000;
    border-radius: 3px;
}

.highlight.black {
    background: #000;
    border-radius: 3px;
}

.highlight.red {
    background: #ff0000;
    border-radius: 3px;
}

.highlight.gray {
    background: #aaa;
}

.highlight.yellow {
    background: #fff000;
}

.highlight.blue {
    background: #0099cc;
}

.highlight.pink {
    background: #e826b4;
}

.highlight.green {
    background: #48b02b;
}

.highlight.orange {
    background: #ffcc00;
}

.highlight.magenta {
    background: #9325ea;
}

/* buttons */
.button, button {
    text-decoration: none;
    text-align: center;
    color: #585656;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 32px;
    line-height: 32px;
    padding: 0px 15px;
    position: relative;
    outline: none;
    overflow: hidden; /* removes extra side padding in IE */
    cursor: pointer;
    border: 1px solid #dcdcdc; /* IE */
    border: rgba(0, 0, 0, .2) 1px solid; /* Saf4+, Chrome, FF3.6 */
    border-bottom: rgba(0, 0, 0, .4) 1px solid;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-transform: uppercase;

    background: -moz-linear-gradient(
            center top,
            rgba(255, 255, 255, .1) 0%,
            rgba(0, 0, 0, .1) 100%
    ); /* FF3.6 */
    background: -webkit-gradient(
            linear,
            center top,
            center bottom,
            from(rgba(255, 255, 255, .1)),
            to(rgba(0, 0, 0, .1))
    ); /* Saf4+, Chrome */

    background-color: white;
}

.button::-moz-focus-inner {
    border: none; /* overrides extra padding in Firefox */
}

.button:hover, .button.hover, .page-numbers:hover {
    background: -moz-linear-gradient(
            center top,
            rgba(255, 255, 255, .2) 0%,
            rgba(255, 255, 255, .1) 100%
    ); /* FF3.6 */
    background: -webkit-gradient(
            linear,
            center bottom,
            center top,
            from(rgba(255, 255, 255, .1)),
            to(rgba(255, 255, 255, .2))
    ); /* Saf4+, Chrome */
}

.button:active, .button.active, .page-numbers:active {
    top: 2px;
    background: -moz-linear-gradient(
            center top,
            rgba(0, 0, 0, .1) 0%,
            rgba(255, 255, 255, .2) 100%
    ); /* FF3.6 */
    background: -webkit-gradient(
            linear,
            center bottom,
            center top,
            from(rgba(255, 255, 255, .2)),
            to(rgba(0, 0, 0, .1))
    ); /* Saf4+, Chrome */

}

.button.full {
    display: block;
}

.button.small {
    font-size: 13px;
}

.button.medium {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
}

.button.large {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

/* styled buttons */
.button.red {
    background-color: #ff0000;
    color: #fff;
}

.button.blue {
    background-color: #117ed1;
    color: #fff;
}

.button.lightblue {
    background-color: #0099cc;
    color: #fff;
}

.button.green {
    background-color: #009933;
    color: #fff;
}

.button.black {
    background-color: #333;
    color: #fff;
}

.button.orange {
    background-color: #ff8100;
    color: #fff;
}

.button.darkgray {
    background-color: #818181;
    color: #fff;
}

.button.gray {
    background-color: #f0f0f0;
    color: #000;
}

/* tables */
.table-style {
    float: left;
    width: 100%;
}

.table-list {
    float: left;
    background-color: #fff;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
    width: 100%;
}

.table-list th {
    padding: 18px 10px;
    background-color: #eee;
}

.table-list td {
    padding: 13px 10px;
    text-align: left;
    background-color: #f5f5f5;
}

.table-list tr:hover td {
    background-color: #f9f9f9;
}

ul.list_empty {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.list_empty li {
    float: left;
    padding: 0px;
    margin: 0px 20px 35px 0px;
}

/* pricing tables */
.pricing-tables-main {
    position: relative;
    float: left;
    margin-bottom: 40px;
}

.pricing-tables {
    position: relative;
    float: left;
    width: 24%;
    border: 1px solid #eee;
}

.pricing-tables .title {
    float: left;
    width: 100%;
    height: 30px;
    padding: 13px 0 10px 0;
    background-color: #454545;
    text-align: center;
    font-size: 23px;
    color: #fff;
    border-top: 3px solid #272727;
    border-bottom: 1px solid #818181;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.pricing-tables .price {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
    background-color: #636363;
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.pricing-tables .price i {
    font-size: 14px;
    color: #ccc;
    display: block;
    font-weight: normal;
    font-style: normal;
    margin-top: 5px;
}

.pricing-tables .cont-list {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    background-color: #f9f9f9;
    text-align: center;
    color: #727272;
}

.pricing-tables .cont-list ul {
    margin: 0;
    padding: 0;
}

.pricing-tables .cont-list li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 30px;
    border-bottom: 1px solid #fff;
}

.pricing-tables .cont-list li.last {
    border: none;
}

.pricing-tables .ordernow {
    float: left;
    width: 100%;
    padding: 28px 0px;
    background-color: #eee;
    text-align: center;
    color: #fff;
}

.pricing-tables-main .ordernow .normalbut {
    color: #fff;
    background-color: #666;
    border: 1px solid #454545;
    padding: 10px 18px;
    border-radius: 3px;
    font-weight: normal;
}

.pricing-tables-main .ordernow .normalbut:hover {
    background-color: #727272;
}

.pricing-tables-main .ordernow .colorchan {
    color: #fff;
    background-color: #1889c1;
    padding: 10px 18px;
    border-radius: 3px;
    font-weight: normal;
}

.pricing-tables-main .ordernow .colorchan:hover {
    color: #fff;
    background-color: #2b9ad1;
}

.pricing-tables-helight {
    position: relative;
    float: left;
    width: 27%;
    z-index: 3;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

.pricing-tables-helight .title {
    float: left;
    width: 100%;
    height: 46px;
    padding: 20px 0 0 0;
    margin-top: -10px;
    background-color: #2b8ec9;
    text-align: center;
    font-size: 23px;
    color: #fff;
    border-top: 3px solid #2285c0;
    border-bottom: 1px solid #41a3dd;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.pricing-tables-helight .price {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
    background-color: #1889c1;
    text-align: center;
    font-size: 45px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.pricing-tables-helight .price i {
    font-size: 14px;
    color: #eee;
    display: block;
    font-weight: normal;
    font-style: normal;
    margin-top: 5px;
}

.pricing-tables-helight .cont-list {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    background-color: #f9f9f9;
    text-align: center;
    color: #727272;
}

.pricing-tables-helight .cont-list ul {
    margin: 0;
    padding: 0;
}

.pricing-tables-helight .cont-list li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 30px;
    border-bottom: 1px solid #fff;
}

.pricing-tables-helight .cont-list li.last {
    border: none;
}

.pricing-tables-helight .ordernow {
    float: left;
    width: 100%;
    padding: 30px 0 35px 0;
    background-color: #eee;
    text-align: center;
    color: #fff;
}

.pricing-tables-two {
    position: relative;
    float: left;
    width: 33%;
    border: 1px solid #eee;
}

.pricing-tables-two .title {
    float: left;
    width: 100%;
    height: 30px;
    padding: 13px 0 10px 0;
    background-color: #454545;
    text-align: center;
    font-size: 23px;
    color: #fff;
    border-top: 3px solid #272727;
    border-bottom: 1px solid #818181;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.pricing-tables-two .price {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
    background-color: #636363;
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.pricing-tables-two .price i {
    font-size: 14px;
    color: #ccc;
    display: block;
    font-weight: normal;
    font-style: normal;
    margin-top: 5px;
}

.pricing-tables-two .cont-list {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    background-color: #f9f9f9;
    text-align: center;
    color: #727272;
}

.pricing-tables-two .cont-list ul {
    margin: 0;
    padding: 0;
}

.pricing-tables-two .cont-list li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 30px;
    border-bottom: 1px solid #fff;
}

.pricing-tables-two .cont-list li.last {
    border: none;
}

.pricing-tables-two .ordernow {
    float: left;
    width: 100%;
    padding: 28px 0;
    background-color: #eee;
    text-align: center;
    color: #fff;
}

.pricing-tables-helight-two {
    position: relative;
    float: left;
    width: 33%;
    z-index: 3;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

.pricing-tables-helight-two .title {
    float: left;
    width: 100%;
    height: 46px;
    padding: 20px 0 0 0;
    margin-top: -10px;
    background-color: #2b8ec9;
    text-align: center;
    font-size: 23px;
    color: #fff;
    border-top: 3px solid #2285c0;
    border-bottom: 1px solid #41a3dd;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.pricing-tables-helight-two .price {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
    background-color: #1889c1;
    text-align: center;
    font-size: 45px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.pricing-tables-helight-two .price i {
    font-size: 14px;
    color: #eee;
    display: block;
    font-weight: normal;
    font-style: normal;
    margin-top: 5px;
}

.pricing-tables-helight-two .cont-list {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    background-color: #f9f9f9;
    text-align: center;
    color: #727272;
}

.pricing-tables-helight-two .cont-list ul {
    margin: 0;
    padding: 0;
}

.pricing-tables-helight-two .cont-list li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 30px;
    border-bottom: 1px solid #fff;
}

.pricing-tables-helight-two .cont-list li.last {
    border: none;
}

.pricing-tables-helight-two .ordernow {
    float: left;
    width: 100%;
    padding: 30px 0 35px 0;
    background-color: #eee;
    text-align: center;
    color: #fff;
}

/* columns with box */
.framed-box {
    width: 100%;
}

.framed-box.center {
    text-align: center;
}

.framed-box-wrap {
    border: 1px solid #fff;
    background-color: #f9f9f9;
}

.framed-box-wrap .pricing-title {
    background-color: #ddd;
    padding: 20px 0px 0px 0px;
    text-align: center;
    border-bottom: 2px solid #999;
}

.framed-box-wrap .pricing-text-list {
    padding: 15px 20px 40px 20px;
    text-align: left;
}

/* testimonials */
.testimonials-5 {
    float: left;
}

.testimonials-5 span {
    float: left;
}

.testimonials-4 {
    float: left;
}

.testimonials-4 .content {
    float: left;
    padding: 20px 20px 25px 20px;
    border: 1px solid #eee;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.testimonials-4 .content i {
    font-size: 11px;
    color: #909090;
    text-transform: none;
}

.testimonials-2 {
    float: left;
}

.testimonials-2 span {
    float: left;
    line-height: 21px;
    padding: 20px 30px 20px 30px;
    border: 1px solid #eee;
    background: #f9f9f9;
}

/* section 1 */
ul.lirc_section {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.lirc_section li {
    float: left;
    padding: 0px;
    margin: 0px;
}

.lirc_section li.left {
    float: left;
    padding: 0px;
    margin: 0 8% 0 0;
    width: 90px;
    height: 90px;
    line-height: 110px;
    text-align: center;
    vertical-align: middle;
    background-color: #f3f3f3;
    border-radius: 100%;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
}

.lirc_section li.left i {
    color: #1889c1;
}

.lirc_section li.right {
    float: left;
    padding: 0px;
    margin: 0;
    width: 60.7%;
}

.lirc_section li.left.two {
    padding: 0px;
    margin: 0 0 0 35%;
    width: 65px;
    height: 65px;
    line-height: 75px;
    text-align: center;
    vertical-align: middle;
    background-color: #f3f3f3;
    border-radius: 100%;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
}

.lirc_section li.right.two {
    float: left;
    padding: 0px;
    margin: 0;
    width: 100%;
    text-align: center;
}

.lirc_section li.right.two h3 {
    margin-top: 20px;
}

.punchline_text_box {
    float: left;
    width: 95.400%;
    padding: 30px 20px;
    margin: 0px;
    border: 1px solid #eee;
    border-left: 5px solid #1889c1;
    color: #999;
    background: #f9f9f9;
}

.punchline_text_box strong {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #393a3b;
}

.punchline_text_box .left {
    float: left;
    width: 80%;
}

.punchline_text_box .right {
    float: left;
    width: 20%;
}

a.knowmore_but {
    float: right;
    padding: 13px 20px 13px 20px;
    margin: 0px 0px 0px 50px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    background-color: #1889c1;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 1px solid #999;
}

a.knowmore_but:hover {
    color: #fff;
    background-color: #393a3b;
}

/* four columns features section */
.four_col_fusection .one_fourth {
    width: 21.6%;
    padding: 30px 1%;
    text-align: center;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    position: relative;
    margin-right: 1.6%;
    float: left;
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}

.four_col_fusection .one_fourth:hover {
    background-color: #f0f0f0;
}

.four_col_fusection .one_fourth:hover i {
    background-color: #f9f9f9;
    border: 4px solid #fff;
}

.four_col_fusection .one_fourth.helight {
    background-color: #f0f0f0;
}

.four_col_fusection .one_fourth.helight i {
    background-color: #f9f9f9;
    border: 4px solid #fff;
    color: #1889c1;
}

.four_col_fusection .one_fourth i {
    color: #383634;
    margin-bottom: 30px;
    border: 4px solid #f3f3f3;
    border-radius: 100%;
    float: left;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    vertical-align: middle;
    margin-left: 73px;
}

.four_col_fusection .one_fourth h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 25px;
    text-transform: uppercase;
}

.four_col_fusection .one_fourth a {
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
}

.four_col_fusection .one_fourth a:hover {
    color: #1889c1;
}

.four_col_fusection .one_fourth a:hover i {
    color: #1889c1;
    background: none;
    border: none;
}

.four_col_fusection .one_fourth:hover a i {
    background: none;
    border: none;
}

.four_col_fusection .one_fourth.helight a {
    color: #1889c1;
}

.four_col_fusection .one_fourth.helight a:hover {
    color: #383634;
}

.four_col_fusection .one_fourth.helight a:hover i {
    color: #383634;
}

.four_col_fusection .one_fourth.helight a i {
    background: none;
    border: none;
    color: #1889c1;
}

.four_col_fusection .one_fourth a i {
    display: inherit;
    margin: 0px 0px 0px 3px;
    color: #999;
    width: auto;
    height: auto;
    line-height: inherit;
    border: none;
    float: inherit;
    background: none;
    border: none;
}

.four_col_fusection .last {
    margin-right: 0 !important;
    clear: right;
}

.four_col_fusection.inner .one_fourth i {
    color: #1889c1;
}

/* parallax one */
#parallax_01 {
    background: url("../images/para-bg1.jpg");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    position: relative;
    min-height: 100px;
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 0px 58px 0px;
}

/* our services section */
.joosa.features5 {
    float: left;
    width: 100%;
    text-align: center;
}

.joosa.features5 h2 {
    color: #fff;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.joosa.features5 h2 strong {
    font-weight: bold;
}

.joosa.features5 h2 em {
    color: #e3e3e3;
    font-size: 16px;
    text-transform: none;
    font-style: normal;
    display: block;
    margin-top: 7px;
}

.joosa.features5 .ser_box {
    float: left;
    color: #666;
    width: 88%;
    padding: 20px 6%;
    text-align: left;
    border-radius: 4px;
    background-color: #fafafa;
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.joosa.features5 .ser_box h4 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.joosa.features5 .ser_box .left_icon {
    float: left;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    margin-right: 30px;
    border-radius: 100%;
    color: #fff;
    border: 1px solid #2F80ED;
    background: #56CCF2; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #2F80ED, #56CCF2); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #2F80ED, #56CCF2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.joosa.features5 .ser_box:hover {
    color: #393a3b;
    background-color: #fff;
}

.joosa.features5 .ser_box:hover h4 {
    color: #393a3b;
}

.joosa.features5 .ser_box:hover .left_icon {
    background-color: #19376f;
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.joosa.features7 {
    float: left;
    width: 100%;
    padding: 45px 0px 50px 0px;
    background: #333 url(../images/graph-bg1.png) repeat left top;
}

.joosa.features7 h2 {
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.joosa.features7 h2 strong {
    font-weight: bold;
}

/* scroll up */
.scrollup {
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 64px;
    right: 20px;
    display: none;
    text-indent: -9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
    z-index: 999;
}

.aads {
    position: fixed;
    top: 23%;
    right: -20px;
    z-index: 999;
    transform: rotate(-90deg);
    background: #f23;
    padding: 4px 18px;
    color: #fff;
    -webkit-animation: aads 0.5s infinite;
    -moz-animation: aads 0.5s infinite;
    animation: aads 0.5s infinite;
    font-size: 18px;
    text-align: center;
}

.aads a {
    color: #fff;
}

@-webkit-keyframes aads {
    0% {
        background-color: #21618C;
    }
    49% {
        background-color: #21618C;
    }
    50% {
        background-color: #CB4335;
    }
    99% {
        background-color: #CB4335;
    }
    100% {
        background-color: #21618C;
    }
}

@-moz-keyframes aads {
    0% {
        background-color: #21618C;
    }
    49% {
        background-color: #21618C;
    }
    50% {
        background-color: #CB4335;
    }
    99% {
        background-color: #CB4335;
    }
    100% {
        background-color: #21618C;
    }
}

@keyframes aads {
    0% {
        background-color: #21618C;
    }
    49% {
        background-color: #21618C;
    }
    50% {
        background-color: #CB4335;
    }
    99% {
        background-color: #CB4335;
    }
    100% {
        background-color: #21618C;
    }
}

table.blueTable {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

table.blueTable td, table.blueTable th {
    border: 1px solid #AAAAAA;
    padding: 13px 10px;
}

table.blueTable tbody td {
    font-size: 13px;
}

table.blueTable tr:nth-child(even) {
    background: #fff;
}

table.blueTable thead {
    background: #1C6EA4;
    background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
}

table.blueTable thead th {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
}

table.blueTable tfoot {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    background: #D0E4F5;
    background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    border-top: 2px solid #444444;
}

table.blueTable tfoot td {
    font-size: 14px;
}

table.blueTable tfoot .links {
    text-align: right;
}

table.blueTable tfoot .links a {
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
}

.hstay {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/*Video*/
video{
    height: 100%;
    width:100%;
}

.fitimg{
    max-height: 200px;
    min-height: 200px;
    width: 100%;
    object-fit: cover;
}

.text-white{
    color: #fff;
}


.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}


.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}


.table {
    border-collapse: collapse !important
}

.table td, .table th {
    background-color: #fff !important
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important
}

.table-dark {
    color: inherit
}

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6
}

.table .thead-dark th {
    color: inherit;
    border-color: #dee2e6
}
}