body {
    background-color: #fff;
    color: #999;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial;
    font-size: 13px;
    line-height: 22px;
}
h1, h2, h3, h4, h5, h6 {
    color: #666;
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 15px;
}
h1.large, h2.large, h3.large, h4.large, h5.large, h6.large {
    font-weight: 300;
}
h1 {
    font-size: 22px;
    line-height: 28px;
}
h1.large {
    font-size: 33px;
    line-height: 44px;
}
h2 {
    font-size: 20px;
    line-height: 26px;
}
h2.large {
    font-size: 30px;
    line-height: 39px;
}
h3 {
    font-size: 18px;
    line-height: 24px;
}
h3.large {
    font-size: 27px;
    line-height: 36px;
}
h4 {
    font-size: 16px;
    line-height: 22px;
}
h4.large {
    font-size: 24px;
    line-height: 33px;
}
h5 {
    font-size: 14px;
    line-height: 20px;
}
h5.large {
    font-size: 22px;
    line-height: 40px;
}
h6 {
    font-size: 12px;
}
h6.large {
    font-size: 18px;
    line-height: 21px;
}
a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #666;
    transition: all 0.1s ease-in-out 0s;
}
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus, a:focus {
    color: inherit;
    outline: 0 none;
    text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, a:hover {
    color: #44bfe8;
    text-decoration: none;
}
.button, button {
    border: 0 none;
}
input, select, textarea {
    border: 1px solid #f2f2f2;
    color: #666;
    font-family: inherit;
    margin-bottom: 5px;
    padding: 7px 10px;
}
input:focus, select:focus, textarea:focus {
    border: 1px solid #ccc;
    outline: 0 none;
}
.button, button, input[type="submit"], input[type="button"], input[type="reset"] {
    background: #44bfe8 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 7px 25px;
    text-decoration: none;
    transition: background 0.5s ease-in-out 0s;
}
.button:hover, .button:focus, button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
    background: #44bfe8 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    outline: medium none;
}
.button:active, button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
    background: #44bfe8 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    outline: medium none;
}
:-moz-placeholder {
    color: #888;
}
*::-moz-placeholder {
    color: #888;
}
#header .top-header {
    border-bottom: 1px solid #f2f2f2;
    box-shadow: 0 2px 0 rgba(252, 252, 252, 1);
    padding: 15px 0;
    position: relative;
    z-index: 1;
}
#header .social {
    margin: -15px 0;
}
#header .social li {
    display: inline-block;
    margin-left: 1px;
}
#header .social a {
    color: #666;
    display: inline-block;
    padding: 15px 20px;
    transition: all 0.2s ease 0s;
}
#header .social a:hover {
    color: #fff;
}
#header .header-search {
    float: right;
    height: 52px;
    margin: -15px 0 -15px 1px;
    position: relative;
    width: 50px;
    z-index: 100000;
}
#header .header-search-input-wrap {
    height: 52px;
    overflow: hidden;
    position: absolute;
    right: 50px;
    transition: width 200ms ease 0s;
    width: 0;
}
#header .header-search.header-search-open .header-search-input-wrap {
    width: 278px;
}
#header .header-icon-search, #header input.header-search-submit[type="submit"] {
    cursor: pointer;
    display: block;
    height: 52px;
    line-height: 42px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
}
#header .header-icon-search {
    color: #666;
    transition: all 0.1s ease-in-out 0s;
    z-index: 90;
}
#header .header-icon-search i {
    margin-top: 19px;
}
#header .header-icon-search:hover {
    background: #363636 none repeat scroll 0 0;
    color: #fff;
}
#header .header-search.header-search-open .header-icon-search {
    background: #44bfe8 none repeat scroll 0 0;
    color: #fff;
    pointer-events: none;
    z-index: 1;
}
#header input.header-search-submit[type="submit"] {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: transparent;
    outline: medium none;
    padding: 0;
    z-index: -1;
}
#header .header-search.header-search-open input.header-search-submit[type="submit"] {
    z-index: 90;
}
#header input.header-search-input[type="text"] {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    height: 52px;
    margin: 0;
    opacity: 0;
    outline: medium none;
    padding: 15px;
    width: 265px;
}
#header .header-search.header-search-open input.header-search-input[type="text"] {
    opacity: 1;
}
#header .main-header {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #f2f2f2;
}
#header .main-header .logo-area {
    padding-bottom: 20px;
    padding-top: 20px;
}
#header .main-header.affix {
    background: rgba(255, 255, 255, 0.99) none repeat scroll 0 0;
    box-shadow: 0 2px 0 rgba(150, 150, 150, 0.05);
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#header.panelmenu .main-header.affix {
    right: 250px;
}
#header .logo {
    float: left;
    margin-bottom: 0;
    margin-top: 0;
}
#header .logo .site-title {
    display: block;
    left: -99999px;
    position: absolute;
    text-indent: -99999px;
}
#header .responsive-menu {
    background: #44bfe8 none repeat scroll 0 0;
    color: #fff;
    display: block;
    padding: 3px 10px;
}
#header .right-menu {
    float: right;
}
#header .site-menu {
    margin-bottom: 0;
}
#header .site-menu ul.menu {
    margin-bottom: 0;
}
#header .site-menu ul li {
    float: left;
    margin-right: 5px;
}
#header .site-menu ul li a {
    display: block;
    font-size: 14px;
    padding: 5px 25px;
}
#header .site-menu ul li.current > a {
    background: #44bfe8 none repeat scroll 0 0;
    color: #fff;
}
#header .site-menu ul > li > a:hover {
    background: #72d0ef none repeat scroll 0 0;
    color: #fff;
}
#header .site-menu ul ul li {
    margin-left: 0;
}
#header .site-menu ul ul {
    margin-top: 10px;
    width: 180px;
}
#header .site-menu ul ul::before {
    border-bottom: 10px solid #44bfe8;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: " ";
    height: 0;
    left: 20px;
    position: absolute;
    top: -7px;
    width: 0;
}
#header .site-menu ul ul ul {
    margin-left: 1px;
    margin-top: 0;
}
#header .site-menu ul ul ul::before {
    display: none;
}
#header .site-menu ul ul li {
    float: none;
}
#header .site-menu ul ul li a {
    background: #44bfe8 none repeat scroll 0 0;
    display: block;
    margin-bottom: 1px;
    padding-bottom: 8px;
    padding-top: 8px;
}
#header .site-menu ul ul li.sfHover > a {
    background: #72d0ef none repeat scroll 0 0;
}
#header .site-menu ul ul li a:hover {
    background: #72d0ef none repeat scroll 0 0;
}
#header .site-menu ul ul li a {
    color: #fff;
    font-size: 13px;
}
#header .site-menu.style1 ul li a {
    border: 2px solid transparent;
}
#header .site-menu.style1 ul > li.current > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #44bfe8;
    color: #44bfe8;
}
#header .site-menu.style1 ul > li.sfHover > a, #header .site-menu.style1 ul > li > a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #484848;
    color: #484848;
}
#header .site-menu.style1 ul li ul li a, #header .site-menu.style1 ul ul > li.sfHover > a, #header .site-menu.style1 ul ul > li.current > a, #header .site-menu.style1 ul li ul li a:hover {
    border: 0 none;
}
#header .site-menu.style1 ul li ul li a:hover, #header .site-menu.style1 ul ul > li.current > a, #header .site-menu.style1 ul ul > li.sfHover > a {
    background: #72d0ef none repeat scroll 0 0;
    color: #fff;
}
#header .fullmenu {
    background: #44bfe8 none repeat scroll 0 0;
    margin-top: -1px;
}
#header .fullmenu.style1 .sf-menu {
    border-left: 1px solid #72d0ef;
}
#header .fullmenu.style1 .sf-menu > li {
    border-left: 1px solid #72d0ef;
    border-right: 1px solid #72d0ef;
    margin: 0 0 0 -1px;
}
#header .fullmenu.style1 .sf-menu > li > a {
    color: #fff;
    padding: 15px 25px;
}
#header .fullmenu.style1 .site-menu ul > li > a:hover, #header .fullmenu.style1 .site-menu ul li.current > a {
    background: #72d0ef none repeat scroll 0 0;
}
#header .fullmenu.style1 .site-menu .sf-menu ul > li > a:hover, #header .fullmenu.style1 .site-menu .sf-menu ul li.current > a {
    background: #72d0ef none repeat scroll 0 0;
}
#header .fullmenu.style2 .sf-menu {
    text-align: center;
}
#header .fullmenu.style2 .sf-menu > li {
    display: inline-block;
    float: none;
    margin-right: -4px;
}
#header .fullmenu.style2 .sf-menu > li > a::after {
    content: "•";
    display: inline-block;
    margin-left: 15px;
    margin-right: -30px;
}
#header .fullmenu.style2 .sf-menu > li > a::before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    content: "";
    display: none;
    left: 48%;
    position: absolute;
    top: 0;
}
#header .fullmenu.style2 .sf-menu > li.current > a, #header .fullmenu.style2 .sf-menu > li:hover > a {
    background: transparent none repeat scroll 0 0;
}
#header .fullmenu.style2 .sf-menu > li.current > a::before, #header .fullmenu.style2 .sf-menu > li:hover > a::before {
    display: block;
}
#header .fullmenu.style2 .sf-menu > li:last-child > a::after {
    display: none;
}
#header .fullmenu.style2 .sf-menu > li > a {
    color: #fff;
    padding: 15px 25px;
}
#header .fullmenu.style2 .site-menu ul ul {
    margin-left: -45px;
}
#header .fullmenu.style2 .site-menu ul ul ul {
    margin-left: 1px;
    margin-top: 0;
}
#header .fullmenu.style2 .site-menu ul ul::before {
    left: 45%;
}
#header .sf-menu, .sf-menu * {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#header .sf-menu li {
    position: relative;
}
#header .sf-menu ul {
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 2147483647;
}
#header .sf-menu > li {
    float: left;
}
#header .sf-menu li:hover > ul, #header .sf-menu li.sfHover > ul {
    display: block;
}
#header .sf-menu a {
    display: block;
    position: relative;
}
#header .sf-menu ul ul {
    left: 100%;
    top: 0;
}
#heading {
    padding: 30px 0;
    position: relative;
    z-index: 2;
}
#heading h2 {
    color: #999;
    font-weight: normal;
    margin-bottom: 0;
}
#heading.map {
    padding: 0;
}
#heading.heading-1 {
    background: #fbfbfb none repeat scroll 0 0;
    border-bottom: 1px solid #f2f2f2;
    box-shadow: 0 2px 0 rgba(252, 252, 252, 1);
}
#heading.heading-2, #heading.heading-3 {
    background: #fbfbfb none repeat scroll 0 0;
    border-bottom: 1px solid #f4f4f4;
}
#heading.heading-2 .bgshadow {
    background: rgba(0, 0, 0, 0) url("images/heading-shadow-1.png") no-repeat scroll center center;
    bottom: -11px;
    height: 11px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
#heading.heading-3 .bgshadow {
    background: rgba(0, 0, 0, 0) url("images/heading-shadow-2.png") no-repeat scroll center center;
    bottom: -14px;
    height: 14px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
#breadcrumb {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #f2f2f2;
    box-shadow: 0 4px 0 rgba(252, 252, 252, 1) inset;
    color: #c4c4c4;
    margin-top: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
}
#breadcrumb ul {
    margin-bottom: 0;
}
#breadcrumb ul li {
    float: left;

}
#breadcrumb ul li a {
    color: inherit;
    margin-right: 15px;
}
#breadcrumb ul li a::after {
    content: "?";
    font-family: "FontAwesome";
    margin-left: 15px;
}
#breadcrumb ul li a:hover {
    color: #b4b4b4;
}
#footer {
    position: relative;
    z-index: 2;
}
#footer .widget-area {
    background: #363636 none repeat scroll 0 0;
    color: #666;
    padding: 30px 0;
}
#footer .widget-area .widget-title {
    color: #999;
    text-transform: uppercase;
}
#footer .widget-area .widget-title h5 {
    border-bottom: 1px solid #3e3e3e;
    color: inherit;
    padding-bottom: 10px;
}
#footer .credit {
    background: #2f2f2f none repeat scroll 0 0;
    border-top: 1px solid #292929;
    box-shadow: 0 3px 0 rgba(44, 44, 44, 1) inset;
    color: #555;
    font-size: 12px;
    padding: 20px 0;
}
#footer .credit a {
    color: #656565;
}
#footer .credit a:hover {
    color: #858585;
}
#footer .credit ul {
    margin-bottom: 0;
}
#footer .credit ul li::after {
    content: "/";
    font-size: 10px;
    margin: 0 15px;
}
#footer .credit ul li:last-child::after {
    content: "";
    margin: 0;
}
#footer .credit ul li {
    display: inline-block;
}
.main-content {
    margin-top: 30px;
}
.blog-item {
    margin-bottom: 30px;
}
.blog-item .blog-item-slider, .blog-item .blog-item-media, .blog-item .blog-media {
    margin-bottom: 20px;
    position: relative;
}
.blog-item .blog-media .blog-media-overlay {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.blog-item .blog-media .blog-media-overlay .overlay-content {
    color: #44bfe8;
    font-size: 16px;
    height: 100%;
    position: relative;
    width: 100%;
}
.blog-item .blog-media .blog-media-overlay .overlay-content .top-top-bottom {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.blog-item .blog-media .blog-media-overlay .overlay-content .top-top-bottom a {
    background: #44bfe8 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 40px;
    padding: 7px 0 0;
    width: 40px;
}
.blog-item .blog-media .blog-media-overlay .overlay-content .top-top-bottom a:hover {
    background: #44bfe8 none repeat scroll 0 0;
    color: #fff;
}
.blog-item .post-icon {
    background: #44bfe8 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    float: left;
    font-size: 20px;
    height: 50px;
    padding: 14px 0 0;
    position: relative;
    text-align: center;
    width: 50px;
    z-index: 2;
}
.blog-item .blog-header .post-meta span {
    color: #999;
    font-size: 11px;
    font-weight: 300;
    margin-right: 20px;
    text-transform: uppercase;
}
.blog-item .blog-header .post-meta span a {
    color: #999;
}
.blog-item .blog-header .post-meta span a:hover {
    color: #666;
}
.blog-item .blog-header .post-meta span i {
    margin-right: 10px;
}
.blog-item .blog-header .post-content {
    margin-left: 70px;
}
.blog-item .blog-header .post-content .entry-title {
    font-size: 18px;
    line-height: 22px;
}
.blog-item .blog-header .post-content .entry-title a {
    color: #666;
}
.blog-item .blog-header .post-content .post-meta {
    margin: 0 0 15px;
}
.blog-item .blog-footer {
    border-bottom: 1px solid #f8f8f8;
    margin: 20px 0 0;
    padding-left: 70px;
}
.blog-item .blog-footer a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #999;
    display: inline-block;
    font-size: 12px;
    padding: 5px 20px;
}
.blog-item .post-tags {
    margin-top: 20px;
}
.blog-item .post-tags .tags-group a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #999;
    display: inline-block;
    font-size: 11px;
    padding: 3px 15px;
}
.blog-item .post-tags .tags-group a:hover {
    color: #666;
}
.blog-item .entry-share {
    border: 1px solid #f2f2f2;
    color: #999;
    float: right;
    font-size: 11px;
    padding: 3px 15px;
}
.blog-item .entry-share i {
    margin-left: 10px;
}
.blog-item .entry-share.active, .blog-item .entry-share:hover {
    background: #44bfe8 none repeat scroll 0 0;
    border: 1px solid #44bfe8;
    color: #fff;
    cursor: pointer;
}
.blog-item .popover-content ul {
    margin: 0;
    padding: 0;
}
.social.round li, .blog-item .popover-content ul li {
    float: left;
    margin-right: 5px;
}
.social.round li a, .blog-item .popover-content ul li a {
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 25px;
    padding-top: 2px;
    text-align: center;
    width: 25px;
}
.blog-item.large {
}
.blog-item.large .blog-header {
    position: relative;
}
.blog-item.large .blog-footer {
    border-bottom: 1px solid #f8f8f8;
    margin: 20px 0 0 25px;
    padding-left: 45px;
}
.blog-item.large .blog-header .post-icon {
    position: relative;
    z-index: 2;
}
.blog-item.large .blog-header::before {
    background: #f8f8f8 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 25px;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1;
}
.blog-item.medium {
}
.blog-item.medium .blog-item-slider, .blog-item.medium .blog-item-media, .blog-item.medium .blog-media-quote, .blog-item.medium .blog-media {
    margin-bottom: 0;
    margin-top: 4px;
    min-height: 230px;
    overflow: hidden;
    width: 100%;
}
.blog-item.medium .blog-media .media-image {
    height: 230px;
    position: relative;
    width: 770px;
    z-index: 1;
}
.blog-item.medium .blog-media .media-image img {
    left: -237.5px;
    position: absolute;
    top: 0;
    z-index: 1;
}
.blog-item.medium .blog-header .post-content {
    margin-left: 0;
}
.blog-item.medium .post-icon {
    left: 15px;
    position: absolute;
    top: 0;
}
.blog-item.medium .blog-footer {
    margin-top: 0;
    padding-left: 0;
}
.blog-item.medium .col-lg-4 {
}
.blog-item.medium .blog-media-quote {
    margin-top: 4px;
}
.blog-item.medium .blog-media-quote .quote-arrow {
    bottom: auto;
    left: auto;
    right: -5px;
    top: 20px;
}
.single .end-line {
    background: #f8f8f8 none repeat scroll 0 0;
    content: "";
    height: 1px;
    margin-left: 25px;
}
.blog-item .blog-media-quote {
    background: #363636 none repeat scroll 0 0;
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    line-height: 23px;
    margin-bottom: 20px;
    padding: 20px 20px 20px 40px;
    position: relative;
}
.blog-item .blog-media-quote p::before {
    content: "?";
    font-family: "FontAwesome";
    font-style: normal;
    left: 20px;
    position: absolute;
    top: 20px;
}
.blog-item .blog-media-quote .author {
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
}
.blog-item .blog-media-quote .author::before {
    content: "-";
    font-style: normal;
    margin-right: 10px;
}
.blog-item .blog-media-quote .quote-arrow {
    bottom: -30px;
    left: 70px;
    position: absolute;
}
.blog-item .blog-media-quote .quote-arrow .arrow-down {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #363636;
    height: 0;
    width: 0;
}
.blog-item .blog-media-quote .quote-arrow .arrow-right {
    border-bottom: 10px solid transparent;
    border-left: 10px solid #363636;
    border-top: 10px solid transparent;
    height: 0;
    width: 0;
}
.authorbox {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f2f2f2;
    margin: 30px 0 0;
    padding: 20px;
}
.authorbox .author-avatar {
    float: left;
    height: 80px;
    width: 80px;
}
.authorbox .author-avatar img {
    border: 2px solid #fff;
    max-width: 80px;
}
.authorbox .author-info {
    margin-left: 100px;
}
.authorbox .author-info h4 {
    color: #666;
    margin-bottom: 10px;
}
.relate-post .post-image {
    margin-bottom: 10px;
    position: relative;
}
.relate-post .post-image .post-icon {
    background: #44bfe8 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    height: 40px;
    padding: 8px 0 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}
.relate-post h5 {
    margin-bottom: 5px;
}
.relate-post .post-content .post-meta {
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
}
.relate-post .post-content .post-meta i {
    margin-right: 5px;
}
.comment-list {
}
.comment-list .heading {
    margin-bottom: 20px;
}
.comment-list ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.comment {
    margin-bottom: 15px;
}
.comment:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
}
.comment ul {
    margin: 15px 0 0;
    padding: 0 0 0 70px;
}
.comment ul .comment:last-child {
    padding-bottom: 0;
}
.comment .avatar {
    float: left;
    width: 50px;
}
.comment .avatar img {
}
.comment .comment-text {
    background: #f8f8f8 none repeat scroll 0 0;
    margin: 0 0 0 70px;
    padding: 20px;
    position: relative;
}
.comment .comment-text::before {
    border-bottom: 10px solid transparent;
    border-right: 10px solid #f8f8f8;
    border-top: 10px solid transparent;
    content: "";
    height: 0;
    left: -10px;
    position: absolute;
    top: 20px;
    width: 0;
}
.comment .comment-text .author {
    margin-bottom: 5px;
}
.comment .comment-text .author span {
    color: #666;
    display: block;
    font-weight: bold;
    line-height: 0.6;
    margin-bottom: 5px;
}
.comment .comment-text .author time {
    color: #bebebe;
    font-size: 12px;
}
.comment .comment-text .author a {
    color: #bebebe;
    font-size: 12px;
}
.comment .comment-text .author a::before {
    color: #bebebe !important;
    content: "•";
    margin: 0 5px;
}
.comment .comment-text .author a:hover {
    color: #666;
}
.comment-form .form-input {
    margin-bottom: 15px;
}
.comment-form textarea, .comment-form .field input {
    width: 100%;
}
.sidebar-content #sidebar {
    float: left;
    margin-left: 0 !important;
}
.sidebar-content #content {
    float: right;
}
.content-sidebar #sidebar {
    float: right;
}
.content-sidebar #content {
    float: left;
}
#sidebar .widget {
    margin-bottom: 30px;
}
#sidebar .widget .widget-title {
    background: rgba(0, 0, 0, 0) url("images/strip_tags.png") repeat-x scroll 0 7px;
    position: relative;
}
#sidebar .widget .widget-title span {
    background: #fff none repeat scroll 0 0;
    padding: 0 10px 0 0;
}
.enews-widget {
    background: #44bfe8 linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent) repeat scroll 0 0 / 30px 30px;
    padding: 10px;
}
.enews-widget .enews-content {
    background: #2f2f2f none repeat scroll 0 0;
    color: #fff;
    padding: 20px;
}
.enews-widget .enews-content .heading {
    color: #fff;
}
.enews-widget .enews-content input {
    margin-bottom: 15px;
}
.enews-widget .enews-content input, .enews-widget .enews-content button {
    width: 100%;
}
.tab-widget .tab-list-post {
    margin-bottom: 0;
    margin-top: 20px;
}
.tab-widget .tab-list-post li img {
    opacity: 0.5;
    transition: all 0.1s ease-in-out 0s;
}
.tab-widget .tab-list-post li:hover img {
    opacity: 1;
}
.tab-widget .tab-list-post li {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.tab-widget .tab-list-post li:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.tab-widget .post-content {
    padding-left: 95px;
}
.tab-widget .post-content .entry-title {
    margin-bottom: 5px;
}
.tab-widget .post-content .post-meta {
    font-size: 12px;
}
#footer .tab-widget .tab-list-post li {
    border-bottom: 0 none;
    margin-bottom: 5px;
    padding-bottom: 0;
}
.tags.widget a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #999;
    float: left;
    font-size: 11px;
    margin: 0 5px 5px 0;
    padding: 3px 15px;
}
.tags.widget a:hover {
    background: #44bfe8 none repeat scroll 0 0;
    color: #fff;
}
footer .tags.widget a {
    background: #2f2f2f none repeat scroll 0 0;
}
.portfolio.widget .row {
    margin-left: -2.5px;
    margin-right: -2.5px;
    margin-top: 20px;
}
.portfolio.widget .portfolio-short-item {
    margin-bottom: 5px;
    padding-left: 2.5px;
    padding-right: 2.5px;
}
.portfolio.widget .portfolio-short-item {
    position: relative;
}
.portfolio.widget .portfolio-short-item .portfolio-overlay {
    left: 0;
    position: absolute;
    top: 0;
}
.portfolio.widget .portfolio-short-item .portfolio-overlay {
    bottom: 0;
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
}
.portfolio.widget .portfolio-short-item .portfolio-overlay-content {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    height: 100%;
    margin: 0 2.5px;
    position: relative;
}
.portfolio.widget .portfolio-short-item .portfolio-overlay-content .top-top-bottom {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.portfolio.widget .portfolio-short-item .portfolio-overlay-content a {
    background: #44bfe8 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    padding: 9px 0 0;
    width: 40px;
}
.quick-contact.widget .contact-field-list {
    border-top: 1px solid #3e3e3e;
    padding: 10px 0;
}
.quick-contact.widget .contact-field-list li {
    float: left;
    margin-right: 50px;
}
.quick-contact.widget .contact-field-list li i {
    margin-right: 10px;
}
.product-widget.widget ul {
    margin-bottom: 0;
    margin-top: 20px;
}
.product-widget.widget li {
    border-bottom: 1px solid #f8f8f8;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.product-widget.widget li:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.product-widget.widget li .product-image {
    float: left;
}
.product-widget.widget li .product-image img {
    opacity: 0.5;
    transition: all 0.1s ease-in-out 0s;
}
.product-widget.widget li:hover .product-image img {
    opacity: 1;
}
.product-widget.widget .product-short-content {
    padding-left: 95px;
}
.product-widget.widget .product-short-content .price {
    font-weight: bold;
}
.product-widget.widget .product-short-content .price del {
    color: #c6c6c6;
    font-weight: normal;
    margin-right: 5px;
}
.product-widget.widget .product-short-content .rating {
    color: #ffe693;
}
.product-widget.widget .product-short-content .rating i {
    margin-right: 5px;
}
#footer .product-widget.widget li {
    border-bottom: 0 none;
    margin-bottom: 5px;
    padding-bottom: 0;
}
.last-tweet ul {
    list-style: outside none none;
    margin-top: 10px;
    padding: 0;
}
.last-tweet ul li {
    margin-bottom: 5px;
    padding-left: 40px;
    position: relative;
}
.last-tweet ul li::before {
    content: "?";
    font-family: "FontAwesome";
    font-size: 28px;
    left: 0;
    position: absolute;
    top: 5px;
}
.last-tweet ul li a {
    font-weight: normal;
}
.last-tweet ul li span {
    display: block;
    font-weight: bold;
}
.last-tweet ul li .tweet_time a {
    font-size: 11px;
    font-weight: normal;
}
.portfolio-item {
    position: relative;
}
.portfolio-item .portfolio-info {
    bottom: 0;
    display: block;
    position: absolute;
    width: 100%;
}
.portfolio-item .portfolio-info .portfolio-short-content {
    background: #fff none repeat scroll 0 0;
    margin: 1px;
    padding: 20px 0;
    position: relative;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
}
.portfolio-item .portfolio-info .portfolio-short-content::before {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: " ";
    height: 0;
    left: 47%;
    position: absolute;
    top: -10px;
    transition: all 0.3s ease-in-out 0s;
    width: 0;
}
.portfolio-item.active .portfolio-info .portfolio-short-content {
    background: #44bfe8 none repeat scroll 0 0;
}
.portfolio-item.active .portfolio-info .portfolio-short-content::before {
    border-bottom-color: #44bfe8;
}
.portfolio-item .portfolio-info .portfolio-short-content h5 {
    margin-bottom: 0;
}
.portfolio-item.active .portfolio-info .portfolio-short-content h5 a, .portfolio-item.active .portfolio-info .portfolio-short-content h5 {
    color: #fff;
}
.portfolio-item.active .portfolio-info .portfolio-short-content {
    color: #ededed;
}
.portfolio-item.active .portfolio-info .portfolio-short-content a {
    color: inherit;
}
.portfolio-item .portfolio-overlay {
    bottom: 0;
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
}
.portfolio-item .portfolio-overlay-content {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    height: 98%;
    margin: 1px;
    position: relative;
}
.portfolio-item .portfolio-overlay-content .top-top-bottom {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.portfolio-item .portfolio-overlay-content a {
    background: #44bfe8 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 50px;
    padding: 13px 0 0;
    width: 50px;
}
.portfolio-page .portfolio-item {
    margin-bottom: 30px;
}
.portfolio-page .portfolio-fixed-area {
    overflow: hidden;
    position: relative;
}
.portfolio-page .portfolio-sidebar.affix {
    position: fixed !important;
}
.portfolio-page .portfolio-navigations ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.portfolio-page .portfolio-navigations ul li {
    margin-bottom: 10px;
}
.portfolio-page .portfolio-navigations ul li a {
    border: 1px solid #fbfbfb;
    display: block;
    font-weight: bold;
    padding: 10px 20px;
}
.portfolio-page .portfolio-navigations ul li a span {
    float: right;
    font-weight: normal;
}
.portfolio-page .portfolio-navigations ul li a.selected {
    border-color: #44bfe8;
    color: #44bfe8;
}
.row.portfolio-filter, .portfolio-page .portfolio-filter {
    margin-right: -17px;
}
.portfolio-navigations.style-2 li {
    display: inline-block;
}
.portfolio-navigations.style-2 li a {
    background: #44bfe8 none repeat scroll 0 0;
    color: #fff;
    display: block;
    padding: 6px 12px;
}
.portfolio-navigations.style-2 li a.selected {
    background: #232323 none repeat scroll 0 0;
}
#portfolio-detail .portfolio-slider {
    margin-bottom: 30px;
}
#portfolio-detail .project-deatails-list li {
    border-bottom: 1px dashed #f8f8f8;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#portfolio-detail .project-deatails-list li:last-child {
    border: 0 none;
    margin: 0;
}
#portfolio-detail .project-deatails-list .name {
    color: #666;
    display: inline-block;
    font-weight: bold;
    min-width: 120px;
}
#portfolio-detail .portfolio-action {
    margin-top: 15px;
}
.product-item {
    overflow: hidden;
    position: relative;
}
.product-item .product-info {
    bottom: 0;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.product-item .product-info .product-short-content {
    background: #fff none repeat scroll 0 0;
    margin: 1px;
    padding: 20px 0;
    position: relative;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
}
.product-item .product-info .product-short-content::before {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: " ";
    height: 0;
    left: 47%;
    position: absolute;
    top: -10px;
    transition: all 0.3s ease-in-out 0s;
    width: 0;
}
.product-item.active .product-info .product-short-content {
    background: #44bfe8 none repeat scroll 0 0;
}
.product-item.active .product-info .product-short-content::before {
    border-bottom-color: #44bfe8;
}
.product-item .product-info .product-short-content h5 {
    margin-bottom: 0;
}
.product-item.active .product-info .product-short-content h5 {
    color: #fff;
}
.product-item.active .product-info .product-short-content .product-price {
    color: #ededed;
}
.product-item .product-overlay {
    bottom: 0;
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.product-item .product-overlay-content {
    background: transparent none repeat scroll 0 0;
    height: 98%;
    margin: 1px;
    position: relative;
}
.product-item .product-overlay-content .top-top-bottom {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.product-item .product-overlay-content a {
    background: #44bfe8 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 50px;
    padding: 13px 0 0;
    width: 50px;
}
.product-item .product-image {
    position: relative;
}
.product-item .product-image .front-end {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
.product-item .product-image .back-end {
    position: relative;
}
#product-detail .product-images-small {
    margin-top: 1px;
}
#product-detail .product-images-small .row {
    margin-left: -1px;
    margin-right: -1px;
}
#product-detail .product-images-small li {
    padding-left: 0.5px;
    padding-right: 0.5px;
}
#product-detail .product-rating {
    color: #ffe693;
}
#product-detail .product-rating i {
    margin-right: 5px;
}
#product-detail .product-price-detail {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px;
}
#product-detail .product-price-detail .currency {
    font-size: 13px;
    font-weight: normal;
    line-height: 13px;
}
#product-detail .product-amount .field {
    float: left;
    margin: 0 10px 10px 0;
}
#product-detail .product-amount .field input {
    margin-bottom: 0;
}
#product-detail .product-amount .field .increase-value {
    float: right;
}
#product-detail .product-amount span {
    background: #44bfe8 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 9px;
    padding: 7px 12px;
}
#product-detail .product-amount {
    background: #f9f9f9 none repeat scroll 0 0;
    border-top: 2px solid #f2f2f2;
    padding: 20px;
}
#product-detail .product-amount input {
    font-weight: bold;
    padding: 8px 12px;
}
#product-detail .product-amount span:hover {
    cursor: pointer;
}
#product-detail .product-amount span:focus {
    background: #198eb5 none repeat scroll 0 0;
}
#product-detail .product-amount input {
    max-width: 40px;
}
.product-category-tools {
    background: #f8f8f8 none repeat scroll 0 0;
    border-top: 2px solid #f2f2f2;
    padding: 5px;
}
.product-category-tools .field {
    float: right;
    margin-left: 20px;
}
.area {
    border-bottom: 1px solid #f2f2f2;
}
.horizontal-icon {
    border-top: 1px solid #f2f2f2;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    width: 100%;
}
.horizontal-icon .icon {
    background: #44bfe8 none repeat scroll 0 0;
    border: 5px solid #fff;
    border-radius: 0%;
    color: #fff;
    display: block;
    font-size: 24px;
    height: 80px;
    margin: -40px auto 0;
    padding: 25px 0;
    text-align: center;
    width: 80px;
	box-shadow:0 0 4px #000;
}
.icon-box .icon {
    color: #2c3e50;
    float: left;
    font-size: 31px;
    height: 30px;
    text-align: center;
    width: 70px;
}
.icon-box .box-content {
    padding-left: 70px;
}
.title-block {
    margin-bottom: 30px;
    text-align: center;
}
.title-block .title-heading {
    margin-bottom: 0;
}
.title-block .line {
    background: #44bfe8 none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin: 5px auto;
    width: 90px;
}
.title-block.light {
    color: #fff;
}
.title-block.light .title-heading {
    color: inherit;
}
.title-block.light .line {
    background: #eee none repeat scroll 0 0;
}
.heading-style1 {
    margin-bottom: 20px;
}
.heading-style1 span {
    border-bottom: 1px solid #44bfe8;
    display: inline-block;
    padding: 0 10px 10px 0;
}
.heading-style2 {
    border-bottom: 2px solid #ccc;
    border-top: 1px solid #f2f2f2;
    padding: 10px 0;
}
.heading-style2 span {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.accordion {
}
.accordion .accordion-title {
    margin-bottom: 15px;
}
.accordion .accordion-title a {
    background: #44bfe8 none repeat scroll 0 0;
    border-bottom: 1px solid #3199c6;
    color: #fff;
    display: block;
    font-size: 13px;
    overflow: hidden;
    padding: 10px 25px;
}
.accordion .accordion-title a.collapsed {
    background: #f2f2f2 none repeat scroll 0 0;
    border-bottom: 1px solid #e5e5e5;
    color: #666;
}
.accordion .accordion-title a .icon-accordion::before {
    border-right: 1px solid #fff;
    color: inherit;
    content: "?";
    font-family: "FontAwesome";
    font-size: 9px;
    font-style: normal;
    margin: -14px 25px -14px 0;
    padding: 20px 25px 20px 0;
}
.accordion .accordion-title a.collapsed .icon-accordion::before {
    content: "?";
}
.accordion .accordion-body {
    margin: 0 0 20px 60px;
}
.button {
    background: #44bfe8 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    padding: 7px 25px;
}
.button.border, .button.border i {
    background: transparent none repeat scroll 0 0 !important;
    border: 1px solid #44bfe8;
    color: #44bfe8;
}
.button.border:hover i, .button.border:hover {
    background: transparent none repeat scroll 0 0 !important;
    border-color: #333;
    color: #333;
}
.button:hover {
    background: #333 none repeat scroll 0 0 !important;
    color: #fff;
}
.button.block {
    display: block;
}
.button.border i::after {
    display: none;
}
.button.small {
    font-size: 11px;
    padding: 4px 16px;
}
.button.medium {
    padding: 10px 30px;
}
.button.large {
    font-size: 14px;
    padding: 12px 35px;
}
.button i {
    background: #198eb5 none repeat scroll 0 0;
    margin: -25px -26px -25px 20px;
    padding: 25px 10px 24px;
    position: relative;
}
.button.small i {
    margin: -25px -17px -25px 16px;
    padding: 25px 10px 24px;
}
.button.medium i {
    margin: -25px -31px -25px 30px;
    padding: 25px 15px 24px;
}
.button.large i {
    margin: -25px -36px -25px 35px;
    padding: 25px 20px 24px;
}
.button i::after {
    border-bottom: 8px solid transparent;
    border-right: 8px solid #198eb5;
    border-top: 8px solid transparent;
    content: "";
    height: 0;
    left: -8px;
    position: absolute;
    width: 0;
}
.button.green {
    background: #0aa82f none repeat scroll 0 0;
}
.button.green i {
    background: #038220 none repeat scroll 0 0;
}
.button.green i::after {
    border-right-color: #038220;
}
.button.border.green i, .button.border.green {
    border-color: #0aa82f;
    color: #0aa82f;
}
.button.border.green:hover i, .button.border.green:hover {
    border-color: #038220;
    color: #038220;
}
.button.red {
    background: #f2093f none repeat scroll 0 0;
}
.button.red i {
    background: #aa0d32 none repeat scroll 0 0;
}
.button.red i::after {
    border-right-color: #aa0d32;
}
.button.border.red i, .button.border.red {
    border-color: #f2093f;
    color: #f2093f;
}
.button.border.red:hover i, .button.border.red:hover {
    border-color: #aa0d32;
    color: #aa0d32;
}
.button.orange {
    background: #ff6738 none repeat scroll 0 0;
}
.button.orange i {
    background: #ba3b14 none repeat scroll 0 0;
}
.button.orange i::after {
    border-right-color: #ba3b14;
}
.button.border.orange i, .button.border.orange {
    border-color: #ff6738;
    color: #ff6738;
}
.button.border.orange:hover i, .button.border.orange:hover {
    border-color: #ba3b14;
    color: #ba3b14;
}
.button.yellow {
    background: #fcc132 none repeat scroll 0 0;
}
.button.yellow i {
    background: #c38c06 none repeat scroll 0 0;
}
.button.yellow i::after {
    border-right-color: #c38c06;
}
.button.border.yellow i, .button.border.yellow {
    border-color: #fcc132;
    color: #fcc132;
}
.button.border.yellow:hover i, .button.border.yellow:hover {
    border-color: #c38c06;
    color: #c38c06;
}
.button.blue {
    background: #55beec none repeat scroll 0 0;
}
.button.blue i {
    background: #1e8fc1 none repeat scroll 0 0;
}
.button.blue i::after {
    border-right-color: #1e8fc1;
}
.button.border.blue i, .button.border.blue {
    border-color: #55beec;
    color: #55beec;
}
.button.border.blue:hover i, .button.border.blue:hover {
    border-color: #1e8fc1;
    color: #1e8fc1;
}
.button.black {
    background: #4e575b none repeat scroll 0 0;
}
.button.black i {
    background: #32393c none repeat scroll 0 0;
}
.button.black i::after {
    border-right-color: #32393c;
}
.button.border.black i, .button.border.black {
    border-color: #4e575b;
    color: #4e575b;
}
.button.border.black:hover i, .button.border.black:hover {
    border-color: #32393c;
    color: #32393c;
}
.button.gray {
    background: #f2f2f2 none repeat scroll 0 0;
    color: #9e9e9e;
}
.button.gray i {
    background: #cacaca none repeat scroll 0 0;
}
.button.gray i::after {
    border-right-color: #cacaca;
}
.button.border.gray i, .button.border.gray {
    border-color: #f2f2f2;
    color: #f2f2f2;
}
.button.border.gray:hover i, .button.border.gray:hover {
    border-color: #cacaca;
    color: #cacaca;
}
.button.white {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f2f2f2;
    color: #999;
}
.button.border.white i, .button.border.white {
    border-color: #f2f2f2;
    color: #f2f2f2;
}
.button.border.white i:hover, .button.border.white:hover {
    border-color: #fff;
    color: #fff;
}
.tabs .tabNavigation {
    border-bottom: 1px solid #f2f2f2;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.tabs .tabNavigation li {
    float: left;
    margin-right: 1px;
    position: relative;
}
.tabs .tabNavigation li a {
    background: #f2f2f2 none repeat scroll 0 0;
    border-bottom: 1px solid #e5e5e5;
    color: #666;
    display: inline-block;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 10px 25px;
}
.tabs .tabNavigation li a i {
    margin-right: 10px;
}
.tabs .tabNavigation li.active a {
    background: #44bfe8 none repeat scroll 0 0;
    border-bottom-color: #3199c6;
    color: #fff;
}
.tabs .tabs-container {
    display: none;
    margin: 15px 0 0;
}
.tabs .tabs-container.active {
    display: block;
}
.tabs.center .tabNavigation {
    text-align: center;
}
.tabs.center .tabNavigation li {
    display: inline-block;
    float: none;
    margin-right: -2px;
}
.tabs.center .tabs-container {
    text-align: center;
}
.tabs.left .tabNavigation {
    border-bottom: 0 none;
    border-right: 1px solid #f2f2f2;
    float: left;
    min-width: 200px;
}
.tabs.left .tabNavigation li {
    display: block;
    float: none;
    margin-bottom: 10px;
    text-align: right;
    width: 100%;
}
.tabs.left .tabNavigation li a {
    border-bottom: 0 none;
    border-right: 1px solid #e5e5e5;
    display: block;
    margin-right: -1px;
}
.tabs.left .tabNavigation li.active a {
    border-right-color: #3199c6;
}
.tabs.left .tabs-container {
    margin-top: 0;
    padding-left: 220px;
}
.tabs.left.alternative .tabNavigation {
    min-width: 180px;
}
.tabs.left.alternative .tabNavigation {
    border-right: 0 none;
}
.tabs.left.alternative .tabNavigation li {
    text-align: left;
}
.tabs.left.alternative .tabNavigation li a {
    border-right: 0 none;
    margin-right: 0;
}
.tabs.left.alternative .tabNavigation li::after {
    border-bottom: 21px solid transparent;
    border-left: 21px solid #f2f2f2;
    border-top: 21px solid transparent;
    content: "";
    position: absolute;
    right: -21px;
    top: 0;
    transition: all 0.1s ease-in-out 0s;
}
.tabs.left.alternative .tabNavigation li.active::after {
    border-left-color: #44bfe8;
}
.tabs.right .tabNavigation {
    border-bottom: 0 none;
    border-left: 1px solid #f2f2f2;
    float: right;
    min-width: 200px;
}
.tabs.right .tabNavigation li {
    display: block;
    float: none;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
}
.tabs.right .tabNavigation li a {
    border-bottom: 0 none;
    border-left: 1px solid #e5e5e5;
    display: block;
    margin-left: -1px;
}
.tabs.right .tabNavigation li.active a {
    border-left-color: #3199c6;
}
.tabs.right .tabs-container {
    margin-top: 0;
    padding-right: 220px;
}
.tabs.right.alternative .tabNavigation {
    min-width: 180px;
}
.tabs.right.alternative .tabNavigation {
    border-left: 0 none;
}
.tabs.right.alternative .tabNavigation li {
    text-align: right;
}
.tabs.right.alternative .tabNavigation li a {
    border-left: 0 none;
    margin-left: 0;
}
.tabs.right.alternative .tabNavigation li::after {
    border-bottom: 21px solid transparent;
    border-right: 21px solid #f2f2f2;
    border-top: 21px solid transparent;
    content: "";
    left: -21px;
    position: absolute;
    top: 0;
    transition: all 0.1s ease-in-out 0s;
}
.tabs.right.alternative .tabNavigation li.active::after {
    border-right-color: #44bfe8;
}
.alert {
    background: #f2f2f2 none repeat scroll 0 0;
    border-top: 2px solid #999;
    color: #9e9e9e;
    margin-bottom: 15px;
    padding: 15px 20px;
    position: relative;
}
.alert p {
    margin-bottom: 0;
}
.alert .close {
    color: inherit;
    position: absolute;
    right: 20px;
    top: 10px;
}
.alert.error {
    background: #f9a1b0 none repeat scroll 0 0;
    border-color: #de3b56;
    color: #932b3c;
}
.alert.info {
    background: #87e4ff none repeat scroll 0 0;
    border-color: #2fc6f2;
    color: #007394;
}
.alert.warning {
    background: #f3eda8 none repeat scroll 0 0;
    border-color: #d5cb5c;
    color: #998f26;
}
.alert.success {
    background: #a4df79 none repeat scroll 0 0;
    border-color: #5abd12;
    color: #2b6600;
}
.pricing-one {
    margin-top: 45px;
    text-align: center;
}
.pricing-one .pricing-title {
    background: #393939 none repeat scroll 0 0;
    padding: 60px 20px 20px;
    position: relative;
}
.pricing-one .pricing-title h4 {
    color: #fff;
    margin-bottom: 0;
}
.pricing-one .pricing-title .descriptions {
    line-height: 18px;
    margin-top: 10px;
}
.pricing-one .pricing-title .pricing {
    left: 0;
    position: absolute;
    top: -45px;
    width: 100%;
}
.pricing-one .pricing-title .pricing .price {
    background: #45bfe8 none repeat scroll 0 0;
    border-radius: 50%;
    height: 90px;
    margin: 0 auto;
    padding-top: 35px;
    width: 90px;
}
.pricing-one .pricing-title .pricing .price .text {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.pricing-one .price span {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
}
.pricing-one .price .currency {
    display: inline-block;
    font-size: 13px;
    font-style: normal;
    left: -10px;
    line-height: 13px;
    position: absolute;
    top: 5px;
}
.pricing-one .pricing-details ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.pricing-one .pricing-details ul li {
    background: #f2f2f2 none repeat scroll 0 0;
    margin-bottom: 1px;
    padding: 15px;
}
.pricing-one .pricing-action {
    background: #45bfe8 none repeat scroll 0 0;
    color: #fff;
    display: block;
    padding: 15px;
}
.pricing-one.green .pricing-action, .pricing-one.green .pricing-title .pricing .price {
    background: #4c980f none repeat scroll 0 0;
}
.pricing-one.red .pricing-action, .pricing-one.red .pricing-title .pricing .price {
    background: #de3b56 none repeat scroll 0 0;
}
.pricing-one.blue .pricing-action, .pricing-one.blue .pricing-title .pricing .price {
    background: #55beec none repeat scroll 0 0;
}
.pricing-one.yellow .pricing-action, .pricing-one.yellow .pricing-title .pricing .price {
    background: #e69833 none repeat scroll 0 0;
}
.pricing-wrap {
    margin: 0 auto;
    text-align: center;
}
.pricing-alternative {
    display: inline-block;
    float: none;
    margin-right: -3px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-align: center;
}
.pricing-alternative::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 999;
}
.pricing-alternative:first-child::after {
    display: none;
}
.pricing-alternative .pricing-title {
    background: #393939 none repeat scroll 0 0;
    overflow: hidden;
    padding: 30px 20px;
    position: relative;
}
.pricing-alternative .pricing-title .featured {
    background: #f4da6c none repeat scroll 0 0;
    color: #363636;
    font-size: 11px;
    font-weight: bold;
    padding: 10px 40px;
    position: absolute;
    right: -35px;
    text-transform: uppercase;
    top: -10px;
    transform: scale(1) rotate(40deg) translateX(10px) translateY(10px) skewX(0deg) skewY(0deg);
}
.pricing-alternative .pricing-title h4 {
    color: #fff;
    margin-bottom: 0;
}
.pricing-alternative .price {
    color: #363636;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    padding: 20px 0;
}
.pricing-alternative .price span {
    position: relative;
}
.pricing-alternative .price .currency {
    display: inline-block;
    font-size: 13px;
    font-style: normal;
    left: -10px;
    line-height: 13px;
    position: absolute;
    top: 20px;
}
.pricing-alternative .pricing-details ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.pricing-alternative .pricing-details ul li {
    background: #f2f2f2 none repeat scroll 0 0;
    margin-bottom: 1px;
    padding: 15px;
}
.pricing-alternative .pricing-action {
    background: #f2f2f2 none repeat scroll 0 0;
    color: #fff;
    display: block;
    padding: 15px;
}
.pricing-alternative.featured .pricing-action .button, .pricing-alternative.featured .pricing-title {
    background: #e63957 none repeat scroll 0 0;
}
.pricing-alternative.featured .price {
    color: #e63957;
}
.pricing-alternative.featured .pricing-title .descriptions {
    color: #fff;
}
.service-box {
    text-align: center;
}
.service-box .iconbox-style1 {
    background: #44bfe8 none repeat scroll 0 0;
    border-radius: 50%;
    height: 80px;
    margin: 0 auto 20px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 80px;
}
.service-box .iconbox-style1 .inner {
    background: #44bfe8 none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    height: 60px;
    padding-top: 20px;
    transition: transform 0.4s ease 0s, opacity 0.2s ease 0s;
    width: 60px;
}
.service-box:hover .iconbox-style1 .inner {
    transform: scale(1.2);
}
.service-box.style2 {
    border: 1px solid #f2f2f2;
    box-shadow: 0 2px 0 rgba(252, 252, 252, 1);
    margin-top: 30px;
    padding: 20px 10px;
}
.service-box.style2 .iconbox-style2 {
    background: #fff none repeat scroll 0 0;
    color: #44bfe8;
    font-size: 48px;
    height: 60px;
    margin: -60px auto 20px;
    padding-top: 20px;
    text-align: center;
    width: 60px;
}
.service-box.style2 .button {
    margin-top: 10px;
}
.icon-box .square-icon {
    background: #44bfe8 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 22px;
    height: 50px;
    margin-top: 3px;
    padding-top: 15px;
    text-align: center;
    width: 50px;
}
.icon-box .icon-box-content {
    margin-left: 65px;
}
.callout {
    margin-bottom: 15px;
}
.callout p {
    margin: 0;
}
.callout.style1 {
    background: rgba(0, 0, 0, 0) url("images/strip_tags_10.png") repeat scroll 0 0;
    padding: 20px;
}
.callout.style1 .heading, .callout.style1 h4 {
    color: #44bfe8;
}
.callout.style1.border {
    border: 1px solid #f2f2f2;
}
.callout.color {
    background: #44bfe8 url("images/strip_tags_10.png") repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: #fff;
    padding: 20px;
}
.callout.color .heading, .callout.color h4 {
    color: inherit;
}
.callout.color .inner {
    background: #44bfe8 none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px;
}
.callout.style3 {
    background: #44bfe8 linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent) repeat scroll 0 0 / 30px 30px;
    padding: 10px;
}
.callout.style3 .inner {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
}
.team .team-avatar {
    border: 5px solid #f2f2f2;
    border-radius: 50%;
    float: left;
    height: 120px;
    overflow: hidden;
    transition: all 0.1s ease-in-out 0s;
    width: 120px;
}
.team:hover .team-avatar {
    border: 5px solid #44bfe8;
}
.team .team-avatar img {
    max-width: 120px;
}
.team .team-info {
    margin-left: 140px;
}
.team .team-info h5 {
    margin-bottom: 5px;
}
.team .team-info .position {
    color: #afafaf;
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
}
.team .team-info .social a {
    background: #f2f2f2 none repeat scroll 0 0;
    display: block;
    height: 25px;
    padding-top: 2px;
    text-align: center;
    width: 25px;
}
.team .team-info .social a i {
    margin: 0;
}
.team .team-info .social li {
    display: inline-block;
}
.team .team-info .social a:hover {
    color: #fff;
}
.top-0 {
    margin-top: 0 !important;
}
.top-5 {
    margin-top: 5px !important;
}
.top-10 {
    margin-top: 10px !important;
}
.top-5 {
    margin-top: 5px !important;
}
.top-20 {
    margin-top: 20px !important;
}
.top-25 {
    margin-top: 25px !important;
}
.top-30 {
    margin-top: 30px !important;
}
.top-30-off {
    margin-top: -30px !important;
}
.top-60 {
    margin-top: 60px !important;
}
.top-60-off {
    margin-top: -60px !important;
}
.top-120 {
    margin-top: 120px !important;
}
.bottom-0 {
    margin-bottom: 0 !important;
}
.bottom-5 {
    margin-bottom: 5px !important;
}
.bottom-10 {
    margin-bottom: 10px !important;
}
.bottom-15 {
    margin-bottom: 15px !important;
}
.bottom-20 {
    margin-bottom: 20px !important;
}
.bottom-25 {
    margin-bottom: 25px !important;
}
.bottom-30 {
    margin-bottom: 30px !important;
}
.bottom-35 {
    margin-bottom: 35px !important;
}
.bottom-30-off {
    margin-bottom: -30px !important;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-bottom-60 {
    padding-bottom: 60px;
}
.padding-top-30 {
    padding-top: 30px;
}
.testimonial .testimonial-content {
    border: 1px solid #f2f2f2;
    padding: 20px;
    position: relative;
}
.testimonial .arrow {
    bottom: -35px;
    position: absolute;
    right: 20px;
}
.testimonial .arrow-down {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f2f2f2;
    position: relative;
}
.testimonial .arrow-down::after {
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    border-top: 19px solid #fff;
    content: "";
    position: absolute;
    right: -19px;
    top: -21px;
    z-index: 1;
}
.testimonial .arrow-down::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 5px;
    left: -20px;
    position: absolute;
    top: -20px;
    width: 40px;
    z-index: 2;
}
.testimonial .testimonial-cilent {
    margin: 15px 0 0 20px;
    text-align: right;
}
.testimonial .testimonial-cilent .name {
    color: #666;
    font-weight: bold;
}
.testimonial .testimonial-cilent .company {
    font-size: 11px;
    margin: 0 0 0 5px;
}
.testimonial .testimonial-cilent .company::before {
    content: "-";
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
}
.testimonial.alternative .testimonial-avatar {
    border-radius: 50%;
    bottom: -10px;
    height: 80px;
    overflow: hidden;
    position: absolute;
    right: 40px;
    width: 80px;
    z-index: 9;
}
.testimonial.alternative .testimonial-avatar img {
    max-width: 80px;
}
.testimonial.alternative .testimonial-content {
    background: #44bfe8 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    position: relative;
}
.testimonial.alternative .testimonial-cilent {
    margin-right: 120px;
}
.testimonialslide {
    margin: 0 40px !important;
    text-align: center;
}
.testimonialslide .slides li {
    background: #44bfe8 none repeat scroll 0 0;
    color: #fff;
    padding: 40px;
    position: relative;
}
.testimonialslide .slides li::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #44bfe8;
    bottom: -10px;
    content: "";
    height: 0;
    left: 49%;
    position: absolute;
    width: 0;
}
.testimonialslide .flex-control-thumbs {
    list-style: outside none none;
    margin: 30px 0 0;
}
.testimonialslide .flex-control-thumbs li {
    display: inline-block;
    height: 60px;
    margin-right: 10px;
    width: 60px;
}
.testimonialslide .flex-control-thumbs li img {
    border: 2px solid #333;
    border-radius: 50%;
    max-width: 60px;
    position: relative;
}
.testimonialslide .flex-control-thumbs li img.flex-active {
    border: 2px solid #44bfe8;
}
.testimonialslide .flex-control-thumbs li:hover {
    cursor: pointer;
}
.testimonialslide .flex-control-thumbs li:hover, .testimonialslide .flex-control-thumbs li:focus {
    -moz-user-select: none;
}
@keyframes progress-bar-stripes {
0% {
    background-position: 40px 0;
}
100% {
    background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
0% {
    background-position: 40px 0;
}
100% {
    background-position: 0 0;
}
}
.skill-bar {
    background: #f2f2f2 none repeat scroll 0 0;
    margin-bottom: 15px;
}
.skill-bar.transparent {
    background: transparent none repeat scroll 0 0;
}
.skill-bar .skill-bar-content {
    background: #44bfe8 none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
    padding: 5px 20px;
    width: 0;
}
.skill-bar.strip .skill-bar-content {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 30px 30px;
}
.skill-bar.alternative {
    padding: 5px;
}
.skill-bar-content .skill-bar-content {
    padding: 0;
}
.skill-bar.strip.active .skill-bar-content {
    animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}
.infobox .infobox-image {
    position: relative;
}
.infobox .infobox-image .infobox-mark {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: all 0.1s ease-in 0s;
    width: 100%;
}
.infobox .infobox-image img {
    width: 100%;
}
.infobox .infobox-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #f2f2f2 #f2f2f2;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    margin-top: -1px;
    padding: 20px;
    text-align: center;
    transition: all 0.1s ease-in 0s;
}
.infobox .infobox-content h5 {
    margin-bottom: 10px;
    transition: all 0.1s ease-in 0s;
}
.infobox .infobox-content p {
    margin-bottom: 0;
}
.infobox:hover .infobox-content {
    background: #44bfe8 none repeat scroll 0 0;
    border-color: #44bfe8;
    color: #fff;
}
.infobox:hover .infobox-content .heading {
    color: #fff;
}
.infobox:hover .infobox-image .infobox-mark {
    opacity: 1;
}
.infobox.style2 {
    position: relative;
}
.infobox.style2 figure {
    overflow: hidden;
    position: relative;
}
.infobox.style2 figure img {
    position: relative;
    transition: transform 0.4s ease 0s;
}
.infobox.style2 figure:hover img, .infobox.style2 figure.cs-hover img {
    transform: translateY(-50px);
}
.infobox.style2 figcaption {
    backface-visibility: hidden;
    background: #44bfe8 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    height: auto;
    left: 0;
    opacity: 0;
    padding: 20px;
    position: absolute;
    top: auto;
    transform: translateY(100%);
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
    width: 100%;
}
.infobox.style2 figcaption h3 {
    color: inherit;
    margin: 0;
    padding: 0;
}
.infobox.style2 figure:hover figcaption, .infobox.style2 figure.cs-hover figcaption {
    opacity: 1;
    transform: translateY(0px);
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0s;
}
.title-icon .icon {
    background: #44bfe8 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: block;
    float: left;
    font-size: 20px;
    height: 50px;
    padding: 15px 0;
    text-align: center;
    width: 50px;
}
.title-icon .title {
    padding: 5px 0 0 70px;
}
.title-icon .title .heading {
    border-bottom: 1px solid #f8f8f8;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.title-icon .title .heading.noborder {
    border-bottom: 0 none;
    padding-bottom: 0;
}
.shortpost {
    position: relative;
    text-align: center;
}
.shortpost .post-image {
    opacity: 0.5;
    transition: all 0.1s ease-in 0s;
}
.shortpost .entry-title {
    margin-bottom: 5px;
}
.shortpost .post-meta {
    font-size: 11px;
    text-transform: uppercase;
}
.shortpost .post-meta i {
    margin-right: 5px;
}
.shortpost .post-meta a {
    color: #999;
}
.shortpost .post-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: -moz-use-text-color #f2f2f2 #f2f2f2;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    margin-top: -1px;
    padding: 20px;
    transition: all 0.1s ease-in 0s;
}
.shortpost:hover .post-image {
    opacity: 1;
}
.shortpost:hover .post-content {
    background: #44bfe8 none repeat scroll 0 0;
    border-color: #44bfe8;
}
.shortpost:hover .post-content .entry-title a {
    color: #fff;
}
.shortpost:hover .post-content .post-meta span, .shortpost:hover .post-content .post-meta a {
    color: #efefef;
}
.smallpost .post-icon {
    border: 1px solid #f2f2f2;
    font-size: 18px;
    height: 50px;
    padding: 12px 0 0;
    text-align: center;
    width: 50px;
}
.smallpost .post-content {
    margin-left: 65px;
}
.smallpost .post-meta {
    font-size: 12px;
}
.smallpost .post-meta span {
    margin-right: 10px;
}
.smallpost .post-meta i {
    margin-right: 5px;
}
.smallpost .post-meta a {
    color: #999;
}
.caroufredselnavi {
    margin: 10px 0 0;
    text-align: center;
}
.caroufredselnavi a {
    background: #f2f2f2 none repeat scroll 0 0;
    color: #999;
    display: inline-block;
    margin-right: -2px;
    padding: 2px 10px;
}
.caroufredselnavi a:hover {
    background: #44bfe8 none repeat scroll 0 0;
    color: #fff;
}
.background.fixed {
    background: rgba(0, 0, 0, 0) none no-repeat fixed center center / cover ;
}
.divider {
    background: #f2f2f2 none repeat scroll 0 0;
    clear: both;
    height: 1px;
    width: 100%;
}
.divider.shadow {
    background: rgba(0, 0, 0, 0) url("images/line-shadow-1.png") no-repeat scroll center center;
    height: 11px;
}
footer .divider {
    background: #3e3e3e none repeat scroll 0 0;
}
.icon-list li {
    margin-bottom: 10px;
}
.icon-list li i {
    margin-right: 10px;
    min-width: 15px;
}
.icon-list.seperate li {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    transition: all 200ms ease-in-out 0s;
}
.icon-list.seperate li:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.flickr-widget .flickr_badge_image {
    float: left;
    width: 25%;
}
.flickr-widget .flickr_badge_image img {
    height: 100%;
    opacity: 0.5;
    padding: 0.5px;
    width: 100%;
}
.flickr-widget .flickr_badge_image:hover img {
    border: 4px solid #45bfe9;
    opacity: 1;
    padding: 0;
}
.leftside li {
    margin-bottom: 10px;
    position: relative;
}
.leftside li:last-child {
    margin-bottom: 0;
}
.leftside li a {
    background: #f2f2f2 none repeat scroll 0 0;
    color: #666;
    display: block;
    font-weight: bold;
    padding: 10px 25px;
}
.leftside li::after {
    border-bottom: 21px solid transparent;
    border-left: 21px solid #f2f2f2;
    border-top: 21px solid transparent;
    content: "";
    position: absolute;
    right: -21px;
    top: 0;
    transition: all 0.1s ease-in-out 0s;
}
.leftside li.active a, .leftside li:hover a, .leftside li a:hover {
    background: #44bfe8 none repeat scroll 0 0;
    color: #fff;
}
.leftside li.active::after, .leftside li:hover::after {
    border-left-color: #44bfe8;
}
.tabs-container {
    display: none;
}
.tabs-container.active {
    display: block;
}
.dropcap {
    color: #666;
    display: inline-block;
    float: left;
    font-size: 32px;
    margin: 8px 10px 0 0;
}
.dropcap.square {
    background-color: #363636;
    border-radius: 2px;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
}
.dropcap.round {
    background-color: #363636;
    border: 0 none;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    padding: 5px 11px;
}
.highlight {
    background: #333 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    padding: 0 10px;
}
.highlight.blue {
    background-color: #055db5;
}
.highlight.yellow {
    background-color: #e2b71f;
}
.highlight.red {
    background-color: #c20000;
}
.highlight.green {
    background-color: #348806;
}
.highlight.color {
    background-color: #c73831;
}
.wrap-one {
    overflow: hidden;
}
.nopull {
    float: none !important;
}
.light {
    color: #fff;
}
.gray {
    color: #999;
}
.theme-color {
    color: #44bfe8;
}
.easyPieChart {
    border-radius: 50%;
    color: #333;
    font-size: 22px;
    font-weight: 800;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
}
.easyPieChart canvas {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.border-image {
    border: 5px solid #999;
}
.border-image:hover {
    border: 5px solid #44bfe8;
}
.form .field {
    margin: 0 0 10px;
}
.form .field label {
    display: block;
    font-weight: 700;
    margin: 0 0 10px;
}
.form .field .fullwidth {
    width: 100%;
}
.form .field .error {
    border: 1px solid #d70344 !important;
}
.form .validate {
    display: none;
}
.map {
    height: 350px;
    width: 100%;
}
.lightborder {
    border: 1px solid #f2f2f2;
}
.colorborder {
    border: 1px solid #44bfe8;
}
.back-to-top {
    background: #292929 none repeat scroll 0 0;
    bottom: 10px;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    position: fixed;
    right: 20px;
    z-index: 99999999;
}
.back-to-top:hover {
    background: #333 none repeat scroll 0 0;
    cursor: pointer;
}
.pagenavi ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.pagenavi ul li {
    float: left;
    margin-right: 5px;
}
.pagenavi ul li a, .pagenavi ul li span {
    background: #4b4b4b none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: block;
    min-height: 35px;
    min-width: 35px;
    padding: 7px 0 0;
    text-align: center;
}
.pagenavi ul li span {
    background: #44bfe8 none repeat scroll 0 0;
    color: #fff;
}
.pagenavi ul li a:hover {
    background: #72d0ef none repeat scroll 0 0;
}
.pagenavi.offset {
    margin-left: 25px;
}
.timeline {
    background: rgba(0, 0, 0, 0) url("images/timeline.png") repeat-y scroll 50% 0;
    margin: 0 auto 30px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.timeline *, .timeline *::after, .timeline::after, .timeline *::before, .timeline::before {
    box-sizing: border-box;
}
.timeline .year {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    clear: both;
    color: #666;
    font-weight: bold;
    margin: 50px auto 30px;
    max-width: 120px;
    padding: 10px 20px;
    text-align: center;
}
.timeline .year:first-of-type {
    margin-top: 0 !important;
}
.timeline .year + .event {
    margin-top: -1.5em;
}
.timeline .event {
    background: white none repeat scroll 0 0;
    border-radius: 5px;
    clear: right;
    display: block;
    float: right;
    list-style-type: none;
    margin: 10px 2.5%;
    padding: 20px 20px 10px;
    position: relative;
    text-decoration: none;
    transition: background 0.15s linear 0s;
    width: 45%;
    z-index: 15;
}
.timeline p {
    margin-bottom: 5px;
}
.timeline .event-time::before {
    content: "-";
    margin-right: 10px;
}
.timeline .event .arrow {
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    border-top: 10px solid transparent;
    height: 0;
    left: -10px;
    position: absolute;
    top: 16px;
    width: 0;
}
.timeline .event img {
    margin-top: 10px;
    max-width: 100%;
}
.timeline .event .heading {
    margin-bottom: 5px;
}
.timeline .event:nth-of-type(2n) {
    clear: left;
    float: left;
}
.timeline .event:nth-of-type(2n)::after {
    left: auto;
    right: -6.8%;
}
.timeline .event:nth-of-type(2n) .arrow {
    border-left: 10px solid #fff;
    border-right: 0 none;
    left: auto;
    right: -10px;
}
.timeline time {
    display: block;
    font-weight: bold;
}
.timeline .event-time {
    color: #c3c3c3;
    font-size: 11px;
    text-transform: uppercase;
}
.timeline-wrap {
    margin-left: 70px;
    position: relative;
}
.timeline-wrap::before {
    background: #f8f8f8 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -45px;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1;
}
.timeline-wrap:hover::before {
    background: #ebfaff none repeat scroll 0 0;
}
.social.color .facebook a, .social .facebook a:hover {
    background: #3b559f none repeat scroll 0 0;
}
.social.color .twitter a, .social .twitter a:hover {
    background: #32ccfe none repeat scroll 0 0;
}
.social.color .googleplus a, .social .googleplus a:hover {
    background: #d15033 none repeat scroll 0 0;
}
.social.color .pinterest a, .social .pinterest a:hover {
    background: #c9212e none repeat scroll 0 0;
}
.social.color .youtube a, .social .youtube a:hover {
    background: #d82624 none repeat scroll 0 0;
}
.social.color .linkedin a, .social .linkedin a:hover {
    background: #0073b2 none repeat scroll 0 0;
}
.social.color .flickr a, .social .flickr a:hover {
    background: #ff0084 none repeat scroll 0 0;
}
.social.color .xing a, .social .xing a:hover {
    background: #015a60 none repeat scroll 0 0;
}
.social.color .skype a, .social .skype a:hover {
    background: #1ab9f1 none repeat scroll 0 0;
}
.social.color .tumblr a, .social .tumblr a:hover {
    background: #2b4661 none repeat scroll 0 0;
}
.social.color .bitbucket a, .social .bitbucket a:hover {
    background: #013567 none repeat scroll 0 0;
}
.social.color .dropbox a, .social .dropbox a:hover {
    background: #018bd3 none repeat scroll 0 0;
}
.social.color .instagram a, .social .instagram a:hover {
    background: #ad8263 none repeat scroll 0 0;
}
.social.color .dribbble a, .social .dribbble a:hover {
    background: #f96599 none repeat scroll 0 0;
}
.social.color .foursquare a, .social .foursquare a:hover {
    background: #00adef none repeat scroll 0 0;
}
.social.color .dribbble a, .social .dribbble a:hover {
    background: #f96599 none repeat scroll 0 0;
}
.social.color .github a, .social .github a:hover {
    background: #b4b4b4 none repeat scroll 0 0;
}
.social.color .vk a, .social .vk a:hover {
    background: #416692 none repeat scroll 0 0;
}
.social.color .maxcdn a, .social .maxcdn a:hover {
    background: #ff960e none repeat scroll 0 0;
}
.social.color .weibo a, .social .weibo a:hover {
    background: #d52b2b none repeat scroll 0 0;
}
.social.color .trello a, .social .trello a:hover {
    background: #226784 none repeat scroll 0 0;
}
.social.color .rss a, .social .rss a:hover {
    background: #fe9900 none repeat scroll 0 0;
}

/*slidercss*/
#w {
    display: flex;
}
.rslides {
    margin: 0 auto 40px;
}
.rslides_tabs {
    background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.3), 0 0 5px rgba(0, 0, 0, 1) inset;
    font-size: 18px;
    list-style: outside none none;
    margin: 0 auto 50px;
    max-width: 540px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}
.rslides_tabs a {
    background: transparent none repeat scroll 0 0;
    display: inline;
    height: auto;
    line-height: 20px;
    padding: 9px 20px;
    width: auto;
}
.rslides_tabs li:first-child {
    margin-left: 0;
}
.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
}
.events {
    list-style: outside none none;
}
.callbacks_container {
    float: left;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}
.callbacks {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.callbacks li {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.callbacks img {
    border: 0 none;
    display: block;
    height: auto;
    position: relative;
    width: 100%;
    z-index: 1;
}
.callbacks .caption {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 20px;
    left: 0;
    margin: 0;
    max-width: none;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    text-shadow: none;
    z-index: 2;
}
.callbacks_nav {
    background: transparent url("../images/arrows.gif") no-repeat scroll left top;
    height: 61px;
    left: 0;
    margin-top: -45px;
    opacity: 0.7;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-indent: -9999px;
    top: 52%;
    width: 38px;
    z-index: 3;
}
.callbacks_nav:active {
    opacity: 1;
}
.callbacks_nav.next {
    background-position: right top;
    left: auto;
    right: 0;
}
/*sliderend*/
.frontcont {
    margin-bottom: 30px;
    text-align: center;
}
.frontcont .title-heading {
    margin-bottom: 0;
}
.frontcont .line {
    background: #44bfe8 none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin: 5px auto;
    width: 90px;
}
.frontcont.light {
    color: #fff;
}
.frontcont.light .title-heading {
    color: inherit;
}
.frontcont.light .line {
    background: #eee none repeat scroll 0 0;
}
.headingdd{
	color: #003;
    font-family: trebuchet ms;
    font-size: 26px;
    text-transform: uppercase;
}
.glyphicon
{
    margin-right:4px !important; /*override*/
}

.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.pagination a
{
    color:#555;
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.news-item
{
    padding:4px 4px;
    margin:0px;
    border-bottom:1px dotted #555; 
}