/*-------------------------------------------------------------------------------------------*/
/*                                 TABLE OF CONTENT                                         */
/*-----------------------------------------------------------------------------------------*/
/*
1 - RESET CSS
2 - GENERAL CSS FOR STYLING (BODY,LINKS, LISTS,HEADINGS,TABLES,CODE, WRAPPER, CONTAINER)
3 - GRID 
4 - HEADER CSS STYLE (NAVIGATION & TOP LINKS)
5 - SLIDERS (LAYERSLIDER, REVOLUTION SLIDER, FLEX SLIDER)
6 - FOOTER & COPYRIGHTS
7 - FORMS
8 - PORTFOLIO & BLOG
9 - PRICING TABLES & BOXES
10 - SHOP LAYOUT
11 - COMMENT AREA
12 - JQUERY TABS
13 - JQUERY ACCORDION
14 - CAROUSEL
15 - SIDEBAR
16 - TABLES
17 - SOCIAL WIDGETS (FLICKR,INSTAGRAM & TWITTER)
18 - NOTIFICATIONS BOXES
19 - TOOLTIP
20 - BUTTONS
21 - SKILLS BAR
22 - TEAM MEMBER
23 - FEATURED ICONS BLOCKS
24 - TESTIMONIALS, SERVICES % NOTICE ICONS BLOCKS
25 - DROPCAPS, HOME INTRO,SIMPLE LIST, TEAM MEMBER CHART & GOOGLE MAPS 
*/
 /*--------------------------------------------------------------------------------------*/
 /*                     1 - RESET CSS                                                    */
 /*-------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu,  output, ruby, section, summary, time, mark, audio, video, input, textarea, select { background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu,  section { display: block }
body { line-height: 1 }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: none }
del { text-decoration: line-through }
hr { background: transparent; border: 0; clear: both; color: transparent; height: 1px; margin: 0; padding: 0; }
mark { background-color: #ffffb3; font-style: italic; }
input, select { vertical-align: middle }
ins { background-color: red; color: white; text-decoration: none; }
ul { list-style: none }
table { border-collapse: collapse; border-spacing: 0; }
.clear { clear: both; display: block; height: 0; overflow: hidden; visibility: hidden; width: 0; }
.clearfix:after { clear: both; content: ' '; display: block; font-size: 0; height: 0; line-height: 0; visibility: hidden; width: 0; }
* html .clearfix, :first-child+html .clearfix { zoom: 1 }
 /*--------------------------------------------------------------------------------------*/
 /*                     2 - GENERAL CSS FOR STYLING                                      */
 /*-------------------------------------------------------------------------------------*/

body {
    background: #00142D;
    color: #898989;
    font-family: 'Roboto', Arial, Verdana;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    font-size:13px;
    line-height:21px;
}

p{margin-bottom: 10px;}
code,
pre {
    display: block;
    clear: both;
    overflow: auto;
    padding: 10px;
    text-align: left;
    white-space: pre;
    line-height: 18px;
    margin: 20px 0;
    background-color: #ebebeb;
}
img {
    max-width: 100%;
    height: auto;
}
a, a > * {
    text-decoration: none;
    color:#aab2bd;
    
}
a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}
a#logo span{
    color:#aab2bd;
    font-style: italic;
    font-size: 11px;
    margin-left: 10px;
    margin-top: 7px;
    position: absolute;
}
blockquote{border-left:3px solid #e8e8e8;padding-left:20px;color:#afafaf;line-height:20px;margin:20px 0 20px 15px}
strong { font-family: "Roboto", Arial, Verdana;font-weight: 800;line-height: 30px;}
h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
    font-variant: normal;
    white-space: normal;
    color: #404040;
    margin-bottom: 20px;
    font-family: 'Roboto', arial, helvetica, sans-serif;
}
h1 {
    font-size: 26px;
    line-height: 32px;
}
h2 {
    font-size: 24px;
    line-height: 30px;
}
h3 {
    font-size: 22px;
    line-height: 30px;
}
h4 {
    font-size: 16px;
    line-height: 22px;

}
h5 {
    font-size: 16px;
    line-height: 22px;
}
h6 {
    font-size: 14px;
    line-height: 22px;
}
header {
    height: auto;
    width: 100%;
    float: left;
    margin: 0px 0 0 0;
}
 #wrapp{
    float: left;
    width: 100%;
    background: #fff;
	
 }
#container{   
    width: 1040px;/* width: 1040px!important;  -- Repalace  with this value if you want to have Boxed layout :)*/
    margin:0px auto;
}
#content{
     
    float:left;
    width: 100%;
    position: relative;
}
header#header{
    padding: 0 0 0 0;   
     width: 100%;
    background: #fff;
    float:left;
}
 header#header.header-3{
    border-bottom: 1px solid #e6e9ee;
 }
#header-links{
    width: 100%;
	max-height:2px;
    float: left;
    margin-bottom: 20px;
    padding: 0 0 20px 0;
}
.intro-features{
    width: 100%;
    float: left;
    background: #f6f7fb;
    border-bottom: 1px solid #e6e9ee;
    border-top: 1px solid #e6e9ee;
    margin: 40px 0 0px 0;
    padding: 40px 0 20px 0;

}.intro-features.no-bottom-margin{
    margin-bottom: 0px;
    margin-top: 55px;
}

.intro-features.no-top-margin{
    margin-bottom:55px;
    margin-top: 0px;
}

.intro-features.bottom-margin-minus{
    margin-bottom: -40px;
     
}

#header-links a {
    color:#aab2bd;
    font-size: 11px;
}
#breadcrumb {
    float: left;
    background: #f6f7fb;
    width: 100%;
    margin-left: 0px;
    border-top: 1px solid #e6e9ee;
    border-bottom: 1px solid #e6e9ee;
    margin-bottom: 40px;
}

#breadcrumb p {
    font-size: 12px;
    line-height: 22px;
	padding-top:20px;
	text-transform: uppercase;
}
#breadcrumb h4 {
    color: #656d78;
    font-weight: 500;
    margin-bottom: 10px;
}
#breadcrumbs ul {
    float: right;
    padding: 0px 0;
    font-size: 12px;
    margin-top: 0px;
}
#breadcrumbs ul li {
    font-size: 11px;
    display: inline-block;
    color: #888;
    padding: 0 11px 0 0;
    margin: 0 0 0 5px;
    background: url(../images/breadcrumbs.png) no-repeat 100% 50%;
}
#breadcrumbs ul li:last-child a,
#breadcrumbs ul li a { color: #888888 }
#breadcrumbs ul li:last-child a:hover,
#breadcrumbs ul li a:hover { text-decoration: underline }
#breadcrumbs ul li:first-child {
    padding-right: 0;
    margin-left: 0;
}
#breadcrumbs ul li:first-child,
#breadcrumbs ul li:last-child {
    color: #888;
    background: none;
}
#breadcrumbs ul li:last-child {
    padding: 0;
    background: none;
}
 /*--------------------------------------------------------------------------------------*/
 /*                     3 - GRID                                                        */
 /*-------------------------------------------------------------------------------------*/
 .container {
    margin: 0 auto;
    width:1020px; /*Change to any value and the whole template will adjust to it :) */
    position: relative;
    
}
.one,.one-half,.two-third,.one-third,.one-fourth ,.one-fifth,.one-sixth,.three-fourth{ float:left;position:relative;margin-right:2.21%; }
.one { width: 100%; margin-right: 0!important; }
.one-half { width: 48.895%; }
.two-third { width: 65.93%; }
.one-third  { width: 31.86%; }
.one-fourth { width: 23.34%; }
.three-fourth { width: 74.44%;}
.one-fifth { width: 18.23%; }
.one-sixth { width: 14.82%; }
.one-half:nth-child(2n), .one-third:nth-child(3n), .one-fourth:nth-child(4n),.one-fifth:nth-child(5n),.one-sixth:nth-child(6n){margin-right: 0!important;}
.horizontal-line {width: 100%;margin: 40px 0; float: left; border-top: 1px solid #e3e3e3;}
.container .one-fourth:last-child{margin-right: 0!important;}
.container .one-third:last-child{margin-right: 0!important;}
.container .three-fourth:last-child{margin-right: 0!important;}
.container .two-third:last-child{margin-right: 0!important;}
.one .one-fourth:last-child{margin-right: 0!important;}
.one .two-third:last-child{margin-right: 0!important;}

/*header links and social links*/
.top-search {
    float: right;
    margin-bottom: 20px;
}
.top-search p {
margin-top: 25px;
    padding-top: 10px;
    padding-left: 2px;
}
#header-links .top-search {
    float: right;
    margin-top: 0px;
}
.top-search input {
    width: 220px;
    font-size: 11px;
    color: #888;
    border: 1px solid #e6e9ee!important;
}
.top-search input:focus { border: 1px solid #aab3bc!important }
.search-btn {
    float: right;
    position: relative;
    padding: 0;
    top: 0;
    right: 0px;
    margin: 0px 0 0 -40px;
    background: #ccd0d9 url(../img/search-bg.png) center center no-repeat;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: none;
    z-index: 100;
    box-shadow: none;
    border-radius: 0px 4px 4px 0px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.search-btn:hover { background-color: #aab3bc }
input.search-field {
    float: right;
    position: relative;
}
ul.contact-links { float: right;padding:0 10px; }
ul.social-icons {
    float: right;
    list-style: none;
    display: block;
}
ul.social-icons.header {
    float: right;
    width: auto;
}
ul.social-icons li {
    float: left;
    margin-left: 2px;
    display: inline;
}
ul.social-icons li a {
    background: #2c2c2c;
    padding: 7px 7px 5px 5px;
}
ul.social-icons li a:hover { background: #1f1f1f }
ul.social-icons.header li a {
    background: #FFF;
    padding: 7px 7px 5px 2px;
}
ul.social-icons.header li a:hover { background: #FFF }
ul.social-icons li a i {
    font-size: 16px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    color: #ababab;
}
ul.social-icons li a:hover i {
    color: #FFF;
    text-align: center;
    text-decoration: none;
}
ul.social-icons.header li a:hover i { text-decoration: none }
ul.contact-links li {
    float: left;
    margin-left: 10px;
    margin-top: 3px;
}
ul.social-links li {
    margin-left: 3px;
    float: left;
}
.social { margin:0 auto;width:50%;}
ul.social-links { margin:0 auto;width:50%;}
ul.social-links li a {
    float: left;
    background-color: #FFF;
    border-radius: 100px;
    width: 28px;
    /* height: 28px; */
    padding-top: 5px;
    text-align: center;
    /* border: 1px solid #e6e9ee; */
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    color: #fff;
}
ul.social-links.alternative li a {
    float: left;
    background-color: #FFF;
    border-radius: 4px;
    width: 32px;
    height: 25px;
    padding-top: 7px;
    text-align: center;
    border: 1px solid #e6e9ee;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
ul.social-links li a:hover {
}
ul.social-links.alternative li a.facebook:hover { background-color: #45619d }
ul.social-links.alternative li a.twitter:hover { background-color: #00BFFF }
ul.social-links.alternative li a.linkedin:hover { background-color: #1881b0 }
ul.social-links.alternative li a.google:hover { background-color: #d73d32 }
ul.social-links.alternative li a.skype:hover { background-color: #00a6e3 }
ul.social-links.alternative li a.dribbble:hover { background-color: #ea4c88 }
ul.social-links.alternative li a.pinterest:hover { background-color: #cb2229 }
ul.social-links.alternative li a.tumblr:hover { background-color: #3e5a70 }
ul.contact-links li a i{
    font-weight: 400;
    font-size: 15px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

ul.social-links li a i {
    font-weight: 400;
    font-size: 15px;
	color:#fff;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

ul.social-links.alternative li a:hover i { color: #FFF }
ul.contact-links li a i { margin-right: 5px }
.head-wrapp {
    float: left;
    width: 100%;
	margin-top: 38px;
}
.head-wrapp2 {
    float: left;
    width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    
    .head-wrapp {
    margin-top: 15px;
    
}
.banner-upa{
     background-image: url("http://peradi.or.id/gambar/profil/banner-upa-2021-mobile-2.jpg") !important;
     background-repeat: no-repeat;
     background-size: contain;
     background-size: 100% 100%;
     background-color: #cccccc;
     display:block;
}
}
ul.contact-links li a:hover i,
ul.social-links li a:hover i {  }
#header-links a:hover { color: #ffca00 }
.input-wrapp {
    float: left;
    width: 100%;
    display: block;
}
 /*--------------------------------------------------------------------------------------*/
 /*                     5 - SLIDER                                                      */
 /*-------------------------------------------------------------------------------------*/
/*layerslider*/
.slider-shadow-top {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 41px;
    background: url("../img/shadow-top.png") center center no-repeat;
    z-index: 99;
}
.slider-shadow-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 32px;
    background: url("../img/shadow-bottom.png") center center no-repeat;
    z-index: 99;
}
.ls-fullwidth .ls-nav-prev,
.ls-fullwidth .ls-nav-next {
    width: 44px;
    height: 70px;
    z-index: 10000;
    top: 42%;
    position: absolute;
}
.ls-fullwidth .ls-nav-prev {
    background: #aab2bd url("../img/slider-prev.png") 50% 50% no-repeat;
    left: 0px;
    border-radius: 0px 4px 4px 0;
}
.ls-fullwidth .ls-nav-next {
    background: #aab2bd url("../img/slider-next.png") 50% 50% no-repeat;
    right: 0px;
    border-radius: 4px 0px 0 4px;
}
.large_heading_01 { font-size: 22px }
.large_heading_02 {
    color: #aab2bd;
    font-size: 24px;
}
.ls_large_text_01 {
    line-height: 45px;
    font-size: 34px;
    font-family: "Roboto", Arial, Verdana;
    text-shadow: 0px 1px 1px #FFF;
    z-index: 19999;
    font-weight: 300;
}
.ls_large_text_02 {
    color: #656d78;
    font-size: 16px;
    font-family: "Roboto", Arial, Verdana;
    font-weight: 400;
    z-index: 19999;
    font-style: italic;
}
.ls_large_text_03 {
    padding: 5px 10px;
    border-radius: 4px;
    color: #FFF;
    font-size: 20px;
    font-family: "Roboto", Arial, Verdana;
    z-index: 19999;
    font-weight: 400;
    font-style: italic;
}
.tp-leftarrow.large {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    width: 64px;
    height: 60px;
    left: 80px;
    border-radius: 4px;
    background: #aab2bd url("../img/slider-prev.png") 50% 50% no-repeat;
}
.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    width: 64px;
    height: 60px;
    left: -80px;
    border-radius: 4px;
    background: #aab2bd url("../img/slider-next.png") 50% 50% no-repeat;
}
.tp-leftarrow.tparrows.square.large {
    position: absolute!important;
    top: 42%!important;
}
.tp-rightarrow.tparrows.square.large {
    position: absolute!important;
    top: 42%!important;
}
/*revolution slider*/
.fullwidthbanner{
    max-height: 200px;
    height: auto;
}
 .revolution-slider {
    width: 100%;
    float: left;
    position: relative;
    padding: 0;
    height: 280px;
    margin:0px 0 0 0;
    overflow: hidden;
    z-index: 1;
}
.tp-caption.large_title {  
    padding:10px 15px;
    font-size:20px;
     font-family: "Roboto", Arial;
     border-radius: 2px;
    color:#FFF;
    font-weight: 500;
}
.tp-caption.grey_subtitle{
    font-size:14px;
     font-family: "Roboto", Arial;
    color:#656d78;
    line-height:24px;
    font-style: italic;
     border-radius: 4px;
}
.tp-caption.grey_subtitle_alt{
    font-size:14px;
     font-family: "Roboto", Arial;
    color:#FFF;
    line-height:24px;
    font-style: italic;
     border-radius: 4px;
}
/*flex sliders*/
.flex-container{
  float: left;
  width: 100%;
  position: relative;
  height: auto;
}
.flex-slider-text { margin-top: 100px }
.flex-slider-text .text {
    font-size: 14px;
    font-family: "Roboto", Arial;
    color: #656d78;
    line-height: 24px;
    font-style: italic;
    border-radius: 4px;
}
.flex-slider-text .text_2 {
    font-size: 14px;
    font-family: "Roboto", Arial;
    color: #FFF;
    line-height: 24px;
    font-style: italic;
    border-radius: 4px;
}
.flex-home-img {
    margin-bottom: -10px!important;
    float: right;
}
.flex-home-img img {
    width: auto!important;
    height: auto!important;
}
.flex-direction-nav li a.flex-next,
.flex-direction-nav li a.flex-prev {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    top: 35%;
    z-index: 2222;
}
.flex-direction-nav li .flex-prev {
    background: #ccd0d9 url("../img/carousel-prev-next.png") -15% 50% no-repeat;
    border-radius: 4px;
}
.flex-direction-nav li .flex-next {
    background: #ccd0d9 url("../img/carousel-prev-next.png") 118% 50% no-repeat;
    border-radius: 4px;
}
.flex-direction-nav li a.flex-next,
.flex-direction-nav li a.flex-prev {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 40px;
    height: 70px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    top: 38%;
}
.flex-direction-nav li .flex-next {
    background: #aab2bd url("../img/slider-next.png") 50% 50% no-repeat;
    border-radius: 4px 0 0px 4px;
}
.flex-direction-nav li .flex-prev {
    background: #aab2bd url("../img/slider-prev.png") 50% 50% no-repeat;
    border-radius: 0px 4px 4px 0px;
}
.flex-direction-nav { display: none }
.flex-direction-nav li .flex-next { right: -40px }
.flex-direction-nav li .flex-prev { left: -40px }
.flexslider:hover .flex-direction-nav li .flex-next { right: 0px }
.flexslider:hover .flex-direction-nav li .flex-prev { left: 0px }
.flex-direction-nav .flex-disabled {
    opacity: .3!important;
    filter: alpha(opacity=30);
    cursor: default;
}
.flexslider.clients-slider .flex-direction-nav li a.flex-next,
.flexslider.clients-slider .flex-direction-nav li a.flex-prev,
.flexslider.team-member-slider .flex-direction-nav li a.flex-next,
.flexslider.team-member-slider .flex-direction-nav li a.flex-prev {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 28px;
    height: 28px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    top: 35%;
    z-index: 2222;
}
.flexslider.clients-slider .flex-direction-nav li .flex-prev,
.flexslider.team-member-slider .flex-direction-nav li .flex-prev {
    background: #aab2bd url("../img/carousel-prev-next.png") -23% 50% no-repeat;
    border-radius: 4px;
}
.flexslider.clients-slider .flex-direction-nav li .flex-next,
.flexslider.team-member-slider .flex-direction-nav li .flex-next {
    background: #aab2bd url("../img/carousel-prev-next.png") 125% 50% no-repeat;
    border-radius: 4px;
}
.flexslider.clients-slider .flex-direction-nav li .flex-next:hover,
.flexslider.clients-slider .flex-direction-nav li .flex-prev:hover,
.flexslider.team-member-slider .flex-direction-nav li .flex-prev:hover,
.flexslider.team-member-slider .flex-direction-nav li .flex-next:hover,
.flexslider.team-member-slider .flex-direction-nav li .flex-prev:hover { background-color: #434a54 }
.clients-slider .flex-direction-nav li .flex-next,
.team-member-slider .flex-direction-nav li .flex-next { right: 10px }
.clients-slider .flex-direction-nav li .flex-prev,
.team-member-slider .flex-direction-nav li .flex-prev { left: 10px }
.clients-slider:hover .flex-direction-nav li .flex-next,
.team-member-slider:hover .flex-direction-nav li .flex-next { right: -30px }
.clients-slider:hover .flex-direction-nav li .flex-prev,
.team-member-slider:hover .flex-direction-nav li .flex-prev { left: -30px }
.flexslider.clients-slider { margin: 30px 0 }
.flexslider.clients-slider.no-margin { margin: 0px 0 }
.single-portfolio-item-slider.bottom-margin { margin-bottom: 40px }
.flex-direction-nav .flex-disabled {
    opacity: .3!important;
    filter: alpha(opacity=30);
    cursor: default;
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    text-align: center;
    display: block;
    z-index: 250;
    right: 0px;
    bottom: -35px;
}
.flex-control-nav li {
    margin: 0px 0 0 3px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-indent: -9999px;
}
.flex-control-nav li:first-child { margin: 0 }
.flex-control-nav li a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 10px;
    height: 10px;
    display: block;
    background: #ccd0d9;
    border-bottom: none!important;
    cursor: pointer;
    text-indent: -999em;
    border-radius: 100px;
}
.flex-caption {
    zoom: 1;
    width: auto;
    height: auto;
    position: absolute;
    left: 30%;
    top: 40%;
    z-index: 111;
    padding: 10px 20px;
    border-radius: 4px;
}
.flex-caption h3 {
    color: #FFF;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
}
.flex-container.with-margin {
    margin-bottom: 0px;
    float: left;
    width: 100%;
}
.flex-small-caption {
    position: absolute;
    z-index: 999;
    bottom: 15px;
    left: 15px;
    padding: 10px 15px;
    border-radius: 4px;
    color: #FFF;
}
.flex-small-caption h4 {
    color: #FFF;
    font-size: 13px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-weight: 400;
}
.portfolio-items-slider .flex-direction-nav li a.flex-next,
.portfolio-items-slider .flex-direction-nav li a.flex-prev {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 37px;
    height: 37px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    top: 43%;
    z-index: 19999;
}
.portfolio-items-slider .flex-direction-nav li .flex-next {
    background: #656d78 url("../img/slider-next-small.png") 50% 50% no-repeat;
    border-radius: 4px;
}
.portfolio-items-slider .flex-direction-nav li .flex-prev {
    background: #656d78 url("../img/slider-prev-small.png") 50% 50% no-repeat;
    border-radius: 4px;
}
.portfolio-items-slider .flex-direction-nav li .flex-next {
    right: 0px;
    opacity: 0;
}
.portfolio-items-slider .flex-direction-nav li .flex-prev {
    left: 0px;
    opacity: 0;
}
.portfolio-items-slider:hover .flex-direction-nav li .flex-next {
    right: 15px;
    opacity: 100;
}
.portfolio-items-slider:hover .flex-direction-nav li .flex-prev {
    left: 15px;
    opacity: 100;
}
.flexslider.clients{text-align: center;}
 /*--------------------------------------------------------------------------------------*/
 /*                     6 - FOOTER & COPYRIGHTS                                          */
 /*-------------------------------------------------------------------------------------*/
.footer-call-to-action {
    float: left;
    width: 100%;
    padding: 30px 0 10px 0;
    margin-bottom: -40px;
}
.footer-call-to-action .one-fourth { text-align: right }
.footer-call-to-action h4 {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}
#footer a { color: #fff}
#footer p {color: #fff;
    float: left;
    position: absolute;
    top: 40px;
    left: 20px;}
	
#footer a.alamat {
    background: url('../img/home-icon.png') no-repeat;
    padding-left: 25px;
    font: 12px;
    color: #fff;
    padding-bottom: 10px;}
	
#footer a.email {
    background: url('../img/email-icon.png') no-repeat;
    padding-left: 25px;
    font: 12px;
    color: #fff;
    padding-bottom: 10px;
}

#footer a.phone {
    background: url('../img/phone-icon.png') no-repeat;
    min-height: 24px;
    padding-left: 25px;
    font: 12px;
    color: #fff;
    padding-bottom: 10px;
}

.icon-foot {
color:#fff;
width:20px;

}

#footer {
    margin-top: 40px;
    width: 100%;
    padding: 20px 0;
    float: left;
    position: relative;
    background: #0a5ccc;
    height: auto;
	border-top: 5px solid #FFC800;
}
#copyrights {
    width: 100%;
    padding: 20px 0 20px 0;
    float: left;
    position: relative;
    background: #012a5f;
    height: auto;
    color: #ebc700;
    font-size: 12px;
    border-top: 10px solid #8E6507;
	margin-top:60px;
}
#footer.s2 {
    background: #3b3b3b;
    color: #999999;
}
#copyrights.s2 {
    background: #333;
    color: #999999;
}
#footer.s2 a,
#copyrights.s2 a { color: #ababab }
#footer.s2  ul li { border-bottom: 1px solid #464646 }
#footer.s2 a:hover,
#copyrights.s2 a:hover {
    color: #FFF;
    text-decoration: none;
}
#footer.s2 .flickr-widget li { border: 3px solid #2a2929 }
#footer.s2 .flickr-widget li:hover { border: 3px solid #6b6b6b }
#footer.s3 {
    background: #f6f7fb;
    color: #656d78;
}
#footer.s3 h4 { color: #656d78 }
#copyrights.s3 {
    background: #e6e9ee;
    color: #656d78;
}
#footer.s3 a,
#copyrights.s3 a { color: #656d78 }
#footer.s3  ul li { border-bottom: 1px solid #e6e9ee }
#footer.s3 a:hover,
#copyrights.s3 a:hover {
    color: #fff;
    text-decoration: none;
}
#footer.s3 .flickr-widget li { border: 3px solid #aab2bd }
#footer.s3 .flickr-widget li:hover { border: 3px solid #c1c6cc }
#copyrights a {
    -moz-transition: all 0.24s ease 0s;
    -webkit-transition: all 0.24s ease 0s;
    -o-transition: all 0.24s ease 0s;
    color: #ebc700;
}
#copyrights a:hover {
    color: #FFF;
    text-decoration: none;
}
#footer h4 {
    border-bottom: none;
    padding: 0 10px 0 5px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #fff;
	text-transform: uppercase;
}
#footer ul {
    float: left;
    list-style: none;
}
#footer ul li {
    width: 100%;
    float: left;
    list-style: none;
    padding: 12px 0;
}
#footer ul li a i { margin-right: 5px }
#footer a:hover {
    color: #e6e9ee;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.copyright_links {float: right; }
.copyright_links li {
    display: inline;
    float: left;
}
.copyright_links li a {
    float: left;
    padding: 0px 11px 0px 10px;
   
}
.copyright_links li.last a,
.copyright_links ul li:last-child a { background: none}
.copyright_links li a:hover {text-decoration: underline}
.copy{
padding-left:110px;
padding-bottom:10px;
}
 /*--------------------------------------------------------------------------------------*/
 /*                     7 - FORMS                                                       */
 /*-------------------------------------------------------------------------------------*/
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    border: 1px solid #ccd0d9;
    padding: 7px 10px;
    outline: none;
    font-size: 13px;
    color: #aab3bc;
    margin: 0;
    max-width: 100%;
    display: block;
    background: #fff;
    border-radius: 4px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
select { padding: 0 }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus { border: 1px solid #aab3bc }
textarea {
    min-height: 60px;
    resize: none;
}
label,
legend {
    display: block;
    font-weight: bold;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 5px;
}
select { }
input[type="checkbox"] { display: inline }
label span,
legend span {
    font-weight: normal;
    font-size: 12px;
    color: #444;
}
form.simple-form {
    margin-bottom: 15px;
    float: left;
	width:100%;
}
form.simple-form  input {
    outline: none;
    font-size: 12px;
    color: #888;
    margin: 0 0 0px 0;
    display: block;
    background: #ffffff;
    /*box-shadow: inset 0px 2px 4px #f3f3f3;*/
    font-family: "Roboto", Arial, Verdana;
    border: none;
    border-radius: none;
}
#error-field {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
}
.input-title {
    margin: 10px  0 0 10px;
    float: left;
}
form.simple-form fieldset {
    padding: 0px 0px;
    border-radius: 2px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    float: left;
	width:100%;
}
form.simple-form fieldset.inputError i { background-color: #db4453 }
form.simple-form fieldset { border: 1px solid #aab2bd }
form.simple-form fieldset i { background-color: #aab2bd }
form.simple-form fieldset.inputError { border-color: #db4453 }
form.simple-form fieldset i {
    float: left;
    width: 28px;
    height: 22px;
    color: #FFF;
    text-align: center;
    padding: 10px 2px 0px 2px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
form.simple-form  input:focus,
form.simple-form   textarea:focus { border: none }
form.simple-form   input[type="submit"] {
    width: auto;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #FFF;
    box-shadow: none;
}
form.simple-form   textarea {
    width: 95%;
    margin: 0 0 15px 0;
    font-family: "Roboto", aRIAL, Verdana;
    border: none;
}
form.simple-form   fieldset {
    margin-bottom: 15px;
    float: right;
    width: 80%;
}
form.simple-form   label {
    font-size: 12px;
    color: #888;
    margin-bottom: 20px;
	width: 15%;
    float: left;
}
form.simple-form   label span { color: #e64135 }
 /*--------------------------------------------------------------------------------------*/
 /*                     8 - PORTFOLIO & BLOG                                             */
 /*-------------------------------------------------------------------------------------*/
 #filterable {
    display: inline;
    float: left;
    margin-bottom: 40px;
    margin-right: 0px;
    width: 100%;
}
#filterable li {
    float: left;
    list-style: none;
    margin-left: 1px;
}
#filterable li:first-child { margin-left: 0px }
#filterable li a {
    cursor: pointer;
    display: block;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    height: auto;
    padding: 5px 15px;
    font-size: 11px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    background: #0a5ccc;
    border-bottom: 1px solid #8d95a0;
    text-decoration: none;
    /* border-radius: 2px;*/
}
#filterable li a:hover { color: #FFF }
#filterable li:first-child a { border-radius: 2px 0px 0px 2px }
#filterable li:last-child a { border-radius: 0px 2px 2px 0px }
#filterable li a.active {
    color: #FFF;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10) inset;
}
#filterable li a i {
    color: #FFF;
    margin-right: 7px;
}
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.9s;
    -moz-transition-duration: 0.9s;
    -ms-transition-duration: 0.9s;
    -o-transition-duration: 0.9s;
    transition-duration: 0.9s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
ul#portfolio-container {
    margin: 0 0  0 0;
    padding: 0;
    overflow: hidden;
    float: left;
    width: 100%;
    border: none;
}
ul#portfolio-container li {
    float: left;
    /* margin: 0 0 6px 2%; */
    margin-left: 25px;
    /* margin-bottom: 50px; */
    list-style: none;
	margin-bottom:50px;
}
ul#portfolio-container.four-columns li { width: 23% }
ul#portfolio-container.four-columns2 li { width: 30% }
ul#portfolio-container.three-columns li { width: 33.33% }
ul#portfolio-container.three-columns2 li { width: 30% }
ul#portfolio-container.two-columns li { width: 48% }
ul#portfolio-container li  ul.slides li { margin: 0 0 0 0!important }
ul#portfolio-container li  ul.flex-direction-nav li { margin: 0 0 0 0!important }
ul#portfolio-container  .flex-control-nav,
.blog-post .flex-control-nav {
    width: 100%;
    position: absolute;
    display: block;
    z-index: 9999;
    right: -15px!important;
    bottom: 15px;
}
ul#portfolio-container  .flex-control-nav li,
.blog-post .flex-control-nav li {
    margin: 0px 0 0 4px;
    padding: 0px;
    float: left;
    width: 10px;
}
ul#portfolio-container li   ol.flex-control-nav li a {
    background-color: #aab2bd;
    border-bottom: 1px solid #919aa6;
    margin: 0 0 0 0px;
}
.item-wrapp {
    border-radius: 4px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.item-wrapp:hover { box-shadow: 0px 0px 5px #e6e9ee }
.portfolio-item,
.blog-item {
    float: left;
    position: relative;
    margin-bottom: 00px;
    overflow: hidden;
    border-radius: 0px 0px 0 0;
}

.portfolio-item2 {
    float: left;
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 0px 0px 0 0;
}

.portfolio-item2:hover img{
    position: relative;
    z-index: 10;
    opacity: 0.5;
    -webkit-transform: scale(1.18);
    -moz-transform: scale(1.18);
    -ms-transform: scale(1.18);
    -o-transform: scale(1.18);
    -webkit-perspective: 1000;
    border-radius: 4px 4px 0 0;
}

.portfolio-item a,
.blog-item a {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.portfolio-item img,
.blog-item img {
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    -webkit-backface-visibility: hidden;
    border-radius: 0px 0px 0 0;
    width: 100%;
    height: auto;
    float: left;
}
.gallery-no-margin{
	margin:0;
}

.blog-item img { border-radius: 4px }
.portfolio-item:hover img,
.blog-item.small:hover img,
.blog-item.medium:hover img,
.blog-item.large:hover img {
    position: relative;
    z-index: 10;
    opacity: 0.10;
    -webkit-transform: scale(1.18);
    -moz-transform: scale(1.18);
    -ms-transform: scale(1.18);
    -o-transform: scale(1.18);
    -webkit-perspective: 1000;
    border-radius: 4px 4px 0 0;
}
.blog-item.small img,
.blog-item.small:hover img,
.blog-item.medium img,
.blog-item.medium:hover img,
.blog-item.large img,
.blog-item.large:hover img { border-radius: 4px 4px 4px 4px!important }
.blog-item { border-radius: 4px }
.portfolio-item a.item-permalink,
.blog-item a.item-permalink {
    background: rgba(0,0,0,0.75);
    position: absolute;
    top: 40%;
    left: -50px;
    z-index: 120;
    border-radius: 4px;
    padding: 8px 12px 8px 12px;
}
.portfolio-item a.item-preview,
.blog-item a.item-preview {
    padding: 8px 12px 8px 12px;
    background: rgba(0,0,0,0.75);
    position: absolute;
    top: 40%;
    right: -50px;
    z-index: 121;
    border-radius: 4px;
}
.portfolio-item a.item-permalink:hover,
.portfolio-item a.item-preview:hover,
.blog-item a.item-permalink:hover,
.blog-item a.item-preview:hover { background: #FFF }
.portfolio-item a.item-permalink:hover i,
.portfolio-item a.item-preview:hover i,
.blog-item a.item-permalink:hover i,
.blog-item a.item-preview:hover i { color: #434a54 }
.portfolio-item a.item-permalink i,
.portfolio-item a.item-preview i,
.blog-item a.item-permalink i,
.blog-item a.item-preview i {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}
ul#portfolio-container.two-columns li .item-wrapp .portfolio-item:hover  a.item-permalink { left: 41% }
ul#portfolio-container.two-columns li .item-wrapp .portfolio-item:hover  a.item-preview { right: 41% }
ul#portfolio-container.three-columns li .item-wrapp .portfolio-item:hover  a.item-permalink { left: 35.5% }
ul#portfolio-container.three-columns li .item-wrapp .portfolio-item:hover  a.item-preview { right: 35.5% }
.one-third.product .item-wrapp .portfolio-item:hover  a.item-permalink { left: 32% }
.one-third.product .item-wrapp .portfolio-item:hover  a.item-preview { right: 32% }
.portfolio-item:hover  a.item-permalink { left: 31.5% }
.portfolio-item:hover  a.item-preview { right: 31.5% }
.blog-item.small:hover  a.item-permalink { left: 30% }
.blog-item.small:hover  a.item-preview { right: 30% }
.blog-item.medium:hover  a.item-permalink { left: 38% }
.blog-item.medium:hover  a.item-preview { right: 38% }
.blog-item.large:hover  a.item-permalink { left: 44% }
.blog-item.large:hover  a.item-preview { right: 44% }
.portfolio-item-title {
    text-align: center;
    padding: 20px 15px 15px 15px;
    background: #FFF;
    border: 1px solid #e6e9ee;
    border-top: none;
    border-radius: 0px 0px 4px 4px;
}
.item-wrapp:hover .portfolio-item-title {
    border: 1px solid #ccd0d9;
    border-top: none;
}
.portfolio-item-title a {
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 400;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.portfolio-item-title a:hover {
    text-decoration: none;
    color: #434a54!important;
}
.portfolio-item-title p {
    margin-bottom: 10px;
    line-height: 14px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    color: #404040;
}
.blog-post {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
	color: #000;
}
.permalink h4 { margin-bottom: 0px }
.permalink a {
    color: #656d78;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.permalink a:hover { text-decoration: none }
.media-holder {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.media-holder img{
    width: 100%;
}
.blog-post.layout-2 .media-holder {
    float: left;
    width: 200px;
    margin-bottom: 0px;
    margin-right: 20px;
    position: relative;
}
.blog-post.layout-2 .post-intro {
    width: 68.5%;
    float: left;
}
.blog-post.layout-3 {
    width: 48.89%;
    margin-right: 2.21%;
}
.blog-post.layout-3:nth-child(2n) { margin-right: 0%!important }
.media-holder img {
    /* border-radius: 4px;  */
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.media-holder img:hover { opacity: 0.80 }
.blog-post.layout-2 ul.post-meta {
    width: auto;
    display: block;
}
ul.post-meta {
    overflow: hidden;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
ul.post-meta li {
    padding: 5px 0;
    margin: 0 0px 5px 5px;
    display: inline-block;
    color: #a5a5a5;
}
ul.post-meta li:first-child { margin-left: 0px }
ul.post-meta li i {
    margin-right: 5px;
    color: #a5a5a5;
}
ul.post-meta li a {
    color: #a5a5a5;
    font-weight: 400;
}
ul.post-meta li a:hover { text-decoration: none }
.pagination ul {
    margin: 10px 0 30px 0;
    float: left;
    position: relative;
    width: 100%;
}
.pagination ul li a {
    padding: 5px 10px;
    display: inline-block;
    float: left;
    margin-right: 1px;
    background: #0a5ccc;
    color: #FFF;
    border-bottom: 1px solid #8d95a0;
    text-decoration: none;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
.pagination ul li:first-child a{  border-radius: 4px 0px 0px 4px;} 
.pagination ul li:last-child a{   border-radius: 0px 4px 4px 0px;}
 /*--------------------------------------------------------------------------------------*/
 /*                     9 - PRICING TABLES & BOXES                                       */
 /*-------------------------------------------------------------------------------------*/
ul.pricing-boxes {
    float: left;
    margin: 0px 0px 40px 0;
    padding: 0px;
    list-style: none;
}
ul.pricing-boxes li {
    float: left;
    list-style: none;
    text-align: center;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
ul.pricing-boxes li.best-plan {
    position: relative;
    top: -10px;
}
ul.pricing-boxes li.best-plan:hover { box-shadow: 0px 0px 15px rgba(0,0,0,0.20) }
ul.pricing-boxes.five li {
    width: 20%; /*width: 188px;*/;
}
ul.pricing-boxes.four li {
    width: 25%; /*width: 235px;*/;
}
ul.pricing-boxes.three li {
    width: 33%; /*width: 313px;*/;
}
ul.pricing-boxes li:nth-child(even) { background: #FFF }
ul.pricing-boxes li:nth-child(even) { background: #f6f7fb }
ul.pricing-boxes li.best-plan  .plan-name { padding: 20px 0 15px 0 }
ul.pricing-boxes li.best-plan .plan-features { padding: 0px 0px 35px 0px }
.plan-name {
    background: #656d78;
    box-shadow: inset 0px 1px 0px rgba(0,0,0,0.14),inset -1px 0px 0px rgba(0,0,0,0.14);
    padding: 15px 0 10px 0;
    border-radius: 4px 4px 0  0;
}
.plan-name.color { box-shadow: inset 0px 1px 0px rgba(0,0,0,0.1) }
.plan-name h4 {
    color: #FFF;
    font-size: 16px;
    font-family: "Roboto", Arial;
    font-weight: 300;
    margin-bottom: 5px;
}
.plan-name h1 {
    color: #FFF;
    text-align: center;
    margin-bottom: 5px;
    line-height: 64px;
    margin-top: 7px;
}
.plan-name h1 i {
    color: #FFF;
    border-radius: 100%;
    border: 2px solid #FFF;
    padding: 15px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.plan-price {
    background: #434a54;
    box-shadow: inset 0px 1px 0px rgba(0,0,0,0.14),inset -1px 0px 0px rgba(0,0,0,0.14);
    padding: 15px 0 10px 0;
}
.plan-price h4 {
    color: #FFF;
    font-size: 13px;
    font-family: "Roboto", Arial;
    font-weight: 300;
    margin-bottom: 5px;
}
.plan-price h4 i { margin-right: 5px }
.plan-price h4 span {
    color: #FFF;
    font-size: 13px;
}
ul.pricing-boxes li:hover .plan-name,
ul.pricing-boxes li:hover .plan-price {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
ul.pricing-boxes li:hover .plan-name h1 i { border: 4px solid #FFF }
ul.pricing-boxes li:hover .plan-name { background-color: #555d68 }
ul.pricing-boxes li:hover .plan-price { background-color: #383f49 }
.plan-features {
    background: #fff;
    border: 1px solid #e6e9ee;
    border-top: 0;
    padding: 0px 0px 25px 0px;
    border-radius: 0 0 4px 4px;
    float: left;
}
ul.pricing-boxes li .plan-features { border-right: none }
ul.pricing-boxes li:last-child .plan-features { border: 1px solid #e6e9ee }
ul.pricing-boxes.standalone li .plan-features { border: 1px solid #e6e9ee!important }
.plan-features ul {
    float: left;
    list-style: none;
    margin-bottom: 25px;
}
.plan-features ul li {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    float: left;
    width: 100%;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    width: 100%!important;
    float: left;
}
.plan-features ul li i {
    margin-right: 10px;
    font-size: 16px;
}
.plan-features ul li:hover { box-shadow: none }
.plan-name.dark { background: #656d78 }
.plan-price.dark { background: #434a54 }
 /*--------------------------------------------------------------------------------------*/
 /*                     10 - SHOP LAYOUT                                                */
 /*-------------------------------------------------------------------------------------*/
ul.star-rating {
    width: 100%;
    list-style: none;
    text-align: center;
    display: block;
    float: left;
    margin-bottom: 15px;
}
ul.star-rating li {
    list-style: none;
    display: inline;
    margin-right: 0px!important;
}
ul.star-rating li i {
    color: #ccd0d9;
    font-size: 14px;
}
ul.star-rating li i.color { color: #f6bb43 }
ul.star-rating.big li i { font-size: 24px }
.shopping-cart-wrapp {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}
.shop-items {
    width: 100%;
    float: left;
    position: relative;
}
.shop-items > div { margin-bottom: 30px }
a.item-price {
    padding: 2px 10px;
    font-size: 11px;
    color: #FFF;
    text-transform: uppercase;
    background-color: #76d17f;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1999;
}
a.item-price i {
    color: #FFF;
    margin-left: 5px;
}
a.all-items {
    float: right;
    font-size: 13px;
    font-style: italic;
    color: #aab2bd;
    font-weight: 400;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
a.all-items i {
    color: #aab2bd;
    margin-right: 5px;
}
#scrolltotop {
    width: 48px;
    height: 48px;
    background: url("../img/top.png") top no-repeat;
    margin: 0px 15px 10px 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 3px;
}
#scrolltotop:hover { background: url("../img/top.png") bottom no-repeat }
#amount {
    border: none;
    font-weight: 800;
    width: 100%;
    background: none;
    float: left;
    margin: 15px 0px 15px -10px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #ccd0d9!important;
    background: #e6e9ee!important;
    font-weight: normal;
    color: #555555;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
}
.ui-widget-content {
    border: none!important;
    border-bottom: 1px solid #ccd0d9!important;
    background: #e6e9ee!important;
    color: #222222;
}
a.product-item-preview {
    border-radius: 4px;
    background-color: #aab2bd;
    color: #FFF;
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
a.product-item-preview i { color: #FFF }
 /*--------------------------------------------------------------------------------------*/
 /*                     11 - COMMENT AREA                                                */
 /*-------------------------------------------------------------------------------------*/
ul.commentlist {
    float: left;
    width: 100%;
    margin: 0;
}
ul.commentlist li {
    float: left;
    padding: 10px 0 20px 0;
}
ul.commentlist li { list-style: none }
ul.commentlist li.child { margin-left: 90px }
.comments-amount {
    font-weight: 300;
    color: #aaa;
}
.comment > .avatar {
    float: left;
    background: #FFF;
    padding: 3px;
    box-shadow: 0px 0px 7px #e6e9ee;
    position: relative;
    border: 1px solid #e6e9ee;
    margin-right: 10px;
}
.comment .avatar img {
    float: left;
    max-width: 64px;
}
.comment-entry p {
    margin: 0;
    line-height: 23px;
}
.comment-entry {
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    float: left;
    margin: -70px 0 0 90px;
    width: 81%;
    background: #FFF;
    color: #888;
    border-radius: 4px;
    border: 1px solid #e6e9ee;
    padding: 20px;
    box-shadow: 0px 0px 7px #e6e9ee;
}
ul.commentlist li.child .comment-entry { width: 78% }
.comment-arrow {
    width: 10px;
    height: 20px;
    position: relative;
    float: left;
    background: url("../images/comment-arrow.png") no-repeat;
    margin-left: -30px;
}
.comment-entry strong {
    float: left;
    padding-right: 5px;
    font-size: 14px;
    color: #656d78;
}
.comment-entry span {
    float: left;
    color: #999;
}
.comment-author {
    float: left;
    width: 100%;
}
.comment-author span.reply {
    float: right;
    display: inline;
}
.comment-author span.reply a {
    transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    float: right;
    padding: 0px 7px;
    margin-left: 5px;
    font-weight: normal;
    color: #FFF;
    background: #ccd0d9;
    border-radius: 4px;
    font-size: 11px;
}
.comment-author span.reply a i {
    transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    color: #FFF;
    font-size: 11px;
}
.comment-author span.reply a:hover,
.comment-author span.reply a:hover i { text-decoration: none }
.comment-author span.date {
    color: #999;
    float: left;
    font-weight: 300;
    padding: 0 0 0 0px;
    margin: 5px 0 0 5px;
}
 /*--------------------------------------------------------------------------------------*/
 /*                     12 - JQUERY TABS                                                 */
 /*-------------------------------------------------------------------------------------*/
.tabs-wrapp {
    float: left;
    position: relative;
    margin-top: 20px;
}
.tabs-nav {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.tabs-nav li {
    float: left;
    line-height: 32px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.tabs-nav li.active { line-height: 31px }
.tabs-nav li a {
    background: #aab2bd;
    border-right: 2px solid #FFF;
    color: #FFF;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: 2px 15px;
    text-decoration: none;
    border-radius: 4px 4px 0 0;
    -moz-transition: all 0.14s ease 0s;
    -webkit-transition: all 0.14s ease 0s;
    -o-transition: all 0.14s ease 0s;
    box-shadow: inset 1px 1px  0px rgba(0,0,0,0.12),inset -1px 0px  0px rgba(0,0,0,0.12);
}
.tabs-nav li:first-child a { border-left: none }
.tabs-nav li a:hover { background: #656d78 }
.tabs-nav li a i {
    margin-right: 5px;
    color: #FFF;
}
.tabs-nav li.active a {
    background: #fff;
    border-bottom: 1px solid #FFF;
}
.tabs-container {
    border: 1px solid #dddddd;
    margin: -1px 0 20px;
    overflow: hidden;
    width: 100%;
}
.tab-content {
    padding: 20px;
    background: #FFF;
}
 /*--------------------------------------------------------------------------------------*/
 /*                     13 - JQUERY ACCORDION                                            */
 /*-------------------------------------------------------------------------------------*/
ul.accordion {
    display: inline;
    float: left;
    width: 100%;
}
ul.accordion li {
    float: left;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
	background:#0B68E0;
	color:#fff;
}
ul.accordion li:last-child { border-bottom: 1px solid #e1e1e1; background:#0B68E0 }
ul.accordion .accordion-switch {
    float: left;
    width: 100%;
    background: #FFF;
    margin-bottom: 0px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    cursor: pointer;
    font-size: 12px;
    color: #777;
    line-height: 22px;
    padding: 12px 0 0px 0;
}
ul.accordion li.accordion-item.selected .accordion-switch { background: #FFF }
ul.accordion .accordion-switch { background: #f6f7fb }
ul.accordion li.accordion-item .accordion-switch {
    font-size: 13px;
    : ;
    text-transform: capitalize;
    float: left;
}
ul.accordion li a:hover { text-decoration: underline }
ul.accordion li.accordion-item .togglegfx {
    float: left;
    height: 22px;
    width: 22px;
    background: #aab2bd url('../images/accordion-toggle.png') no-repeat left top;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    padding-right: 0px;
    margin-bottom: 11px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 100%;
    margin-top: 1px;
}
ul.accordion li.accordion-item:hover .togglegfx { background-color: #424953 }
ul.accordion li.accordion-item .accordion-content {
    padding: 0px 20px 10px 15px;
    margin-top: 5px;
    float: left;
	background:#0B68E0
}
 /*--------------------------------------------------------------------------------------*/
 /*                     14 - CAROUSEL                                                    */
 /*-------------------------------------------------------------------------------------*/
ol.carousel-tabs {
    width: 100%;
    text-align: center;
    list-style: none;
    float: left;
}
ol.carousel-tabs li {
    float: left;
    list-style: none;
    margin: 0px 0 0 3px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 10px;
    height: 10px;
    display: block;
    background: #ccd0d9;
    cursor: pointer;
    text-indent: -999em;
    border-radius: 100%;
}
ol.carousel-tabs li:first-child { margin: 0 }
ul.slidecontrols {
    float: right;
    width: 100;
    list-style: none;
}
ul.slidecontrols li {
    float: left;
    list-style: none;
    margin-top: 20px;
}
ul.slidecontrols li:first-child { margin-right: 2px }
ul.slidecontrols li a.prev,
ul.slidecontrols li a.next {
    height: 24px;
    width: 24px;
    position: relative;
    border-radius: 2px;
    color: #FFF;
    border-bottom: 1px solid #434a54;
    text-indent: -99999px;
    cursor: auto;
    float: left;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
ul.slidecontrols li a.prev { background: #656d78 url("../images/carousel-prev-next.png") -15% 50% no-repeat }
ul.slidecontrols li a.next { background: #656d78 url("../images/carousel-prev-next.png") 115% 50% no-repeat }
ul.slidecontrols li a.carousel-disabled,
ul.slidecontrols li a.carousel-disabled:hover {
    background-color: #ccd0d9 !important;
    border-bottom: 1px solid #aab2bd!important;
    cursor: default;
}
 /*--------------------------------------------------------------------------------------*/
 /*                     15 - SIDEBAR                                                     */
 /*-------------------------------------------------------------------------------------*/
.sidebar .widget {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.sidebar .widget .top-search  input { width: 198px }
.sidebar .widget .flickr-widget li {
    width: 48px;
    height: 48px;
}
.price-wrapp {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.sidebar h4.widget-title {
    color: #656d78;
    font-family: 'Roboto', Arial;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}
.sidebar h4.widget-title  i {
    color: #aab2bd;
    margin-right: 5px;
}
.sidebar  ul.popular-tags {
    list-style: none;
    float: left;
    margin-top: 20px;
    width: 100%;
}
.sidebar  ul.popular-tags li {
    float: left;
    margin-right: 5px;
    margin-bottom: 7px;
}
.sidebar  ul.popular-tags li a i {
    margin-right: 5px;
    font-size: 12px;
    color: #FFF;
}
.sidebar  ul.popular-tags li a {
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    font-size: 11px;
    padding: 4px 8px;
    background: #aab2bd;
    text-decoration: none;
    color: #FFF;
    border-radius: 2px;
}
ul.sidebar-nav {
    float: left;
    list-style: none;
    margin: 0px;
}
ul.sidebar-nav li {
    width: 100%;
    float: left;
    list-style: none;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px solid #efefef;
}
ul.sidebar-nav li a {
        color: #000;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    cursor: pointer;
    /* display: block; */
    /* display: table-cell; */
    vertical-align: middle;
    display: flex;
    align-items: center;
}
ul.sidebar-nav li a i { margin-right: 5px }
 /*--------------------------------------------------------------------------------------*/
 /*                     16 - TABLES                                                     */
 /*-------------------------------------------------------------------------------------*/
table.simple-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    margin-bottom: 15px;
    border-radius: 4px;
}
table.simple-table th {
    border: 1px solid rgba(0,0,0,0.15);
    border-right: none;
    text-align: left;
    padding: 10px 15px;
    color: #FFF;
    vertical-align: top;
    font-size: 13px;
    font-weight: 600;
	text-align:center;
}
table.simple-table td:last-child { border-right: 1px solid #e0e0e0 }
table.simple-table th:last-child { border-right: 1px solid #e0e0e0 }
table.simple-table td {
    padding: 0 10px;
    border: #e0e0e0 1px solid;
    border-right: none;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;color: #000;
}
table.simple-table td a{
  font-weight: 800;line-height: 30px; color: #023882;
}
table.simple-table tr:hover td {     background-color: hsl(0, 0%, 93%); }
 /*--------------------------------------------------------------------------------------*/
 /*                     17 - SOCIAL WIDGETS                                             */
 /*-------------------------------------------------------------------------------------*/
.instagram-widget div {
    list-style: none;
    float: left;
    margin: 0px 0px 0px 0;
}
.instagram-widget div img {
    margin-bottom: 5px;
    border: none;
}
.instagram-widget div a {
    float: left;
    border: 3px solid #161616;
    display: block;
    width: 60px;
    height: 60px;
    margin: 7px 7px 0 0;
    display: block;
    position: relative;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    border-radius: 2px;
}
.instagram-widget.inner div a { border: 3px solid #656d78 }
.flickr-widget { margin: -5px -10px 0 0px }
.flickr-widget ul {
    float: left;
    list-style: none;
}
.flickr-widget li {
    float: left;
    border: 3px solid #212730;
    display: block;
    width: 60px;
    height: 60px;
    margin: 10px 10px 0 0;
    display: block;
    position: relative;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    border-radius: 2px;
}
.flickr-widget li a img { border: none }
.flickr-widget.inner li { border: 3px solid #ccd0d9 }
.flickr-widget li a span {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    left: 0px;
    top: 0px;
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.flickr-widget.inner li a span {
    width: 48px;
    height: 48px;
}
.flickr-widget li a:hover span,
.flickr-widget.inner li a:hover span { opacity: 0.75 }
.flickr-widget li:hover { border: 3px solid #656d78 }
.flickr-widget.inner li:hover { border: 3px solid #aab2bd }
.flickr-widget.inner { margin-top: 15px }
.twitter-feeds li { border: none!important }
.twitter-feeds a { }
.twitter-feeds b a,
.twitter-feeds b a:hover {
    margin-top: 5px;
    display: block;
    color: #FFF;
    font-weight: normal;
}
.twitter-feeds b a:hover.twitter-feeds a:hover { text-decoration: underline }
.twitter-feeds b a { font-weight: 800 }
 /*--------------------------------------------------------------------------------------*/
 /*                     18 - NOTIFICATION BOXES                                          */
 /*-------------------------------------------------------------------------------------*/
.notification {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
    position: relative;
    padding: 10px 5px 10px 10px;
    border-radius: 4px;
    font-family: "Roboto", Arial, Verdana;
    font-style: normal;
    color: #FFF;
    box-shadow: inset 1px 1px  0px rgba(0,0,0,0.12),inset -1px -1px  0px rgba(0,0,0,0.12);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    display: block;
}
.notification:hover { box-shadow: inset 1px 1px  0px rgba(0,0,0,0.25),inset -1px -1px  0px rgba(0,0,0,0.25) }
span.close-notification {
    float: right;
    color: #FFF;
    color: rgba(0,0,0,0.40);
    font-size: 16px;
    cursor: pointer;
}
span.close-notification i {
    color: #FFF;
    color: rgba(0,0,0,0.40);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
span.close-notification:hover i {
    color: #FFF;
    color: rgba(0,0,0,0.70);
}
.notification p {
    margin: 0;
    color: #FFF;
    color: rgba(0,0,0,0.40);
}
.notification  i {
    margin-right: 7px;
    font-size: 14px;
    color: #FFF;
    color: rgba(0,0,0,0.40);
}
.notification.success,
.notification.success strong { background-color: #a0d569 }
.notification.error,
.notification.error strong { background-color: #ee5665 }
.notification.warning,
.notification.warning strong { background-color: #ffce55 }
.notification.notice,
.notification.notice strong { background-color: #4fc0e8 }
.notification strong { border: none !important }
 /*--------------------------------------------------------------------------------------*/
 /*                     19 - TOOLTIPS                                                    */
 /*-------------------------------------------------------------------------------------*/
#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}
#tiptip_holder.tip_top { padding-bottom: 5px }
#tiptip_holder.tip_bottom { padding-top: 5px }
#tiptip_holder.tip_right { padding-left: 5px }
#tiptip_holder.tip_left { padding-right: 5px }
#tiptip_content {
    font-size: 11px;
    color: #FFF;
    padding: 5px 8px;
    font-family: "Roboto", Arial, Verdana;
    background: #656d78;
    border-radius: 4px;
}
#tiptip_arrow,
#tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow { border-top-color: #656d78 }
#tiptip_holder.tip_bottom #tiptip_arrow { border-bottom-color: #656d78 }
#tiptip_holder.tip_right #tiptip_arrow { border-right-color: #656d78 }
#tiptip_holder.tip_left #tiptip_arrow { border-left-color: #656d78 }
#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: #656d78;
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -6px;
    border-bottom-color: #656d78;
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: #656d78;
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: #656d78;
}
/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    #tiptip_content {
        padding: 4px 8px 5px 8px;
        background-color: #656d78;
    }
    #tiptip_holder.tip_bottom #tiptip_arrow_inner { border-bottom-color: #656d78 }
    #tiptip_holder.tip_top #tiptip_arrow_inner { border-top-color: #656d78 }
}
 /*--------------------------------------------------------------------------------------*/
 /*                     20 - BUTTONS                                                    */
 /*-------------------------------------------------------------------------------------*/
.home-intro .button { float: right }
.button {
    font-size: 12px;
    color: #FFF!important;
    font-family: "Roboto", Arial, Verdana;
    text-align: center;
    outline: none;
    text-transform: capitalize!important;
    cursor: pointer;
    position: relative;
    -moz-transition: all 0.24s ease 0s;
    -webkit-transition: all 0.24s ease 0s;
    -o-transition: all 0.24s ease 0s;
}
.button:hover { box-shadow: inset 1px 1px  0px rgba(0,0,0,0.15),inset -1px 0px  0px rgba(0,0,0,0.15) }
.button.color:hover,
.button.grey {
    background: #89929d;
    color: #FFF!important;
    text-decoration: none;
    border-bottom: 1px solid #656d78;
}
.button.simple-grey {
    background: #aab2bd;
    color: #FFF!important;
    text-decoration: none;
    border-bottom: none;
    font-size: 11px;
}
.button.color-alt {
    color: #FFF!important;
    text-decoration: none;
    border-bottom: none;
    font-size: 11px;
}
.button.color-alt:hover {
    background: #0B68E0!important;
    color: #FFF!important;
}
.button:active,
.grey-button:active,
.colored-button:active { box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35) inset }
.button i.right,
.grey-button i.right,
.colored-button i.right {
    color: #FFF;
    margin-left: 5px;
}
.button i.left,
.grey-button i.left,
.colored-button i.left {
    color: #FFF;
    margin-right: 5px;
}
.button.small,
.grey-button.small,
.colored-button.small { padding: 6px 13px }
.button.big,
.grey-button.big,
.colored-button.big { padding: 11px 17px }
.button.huge,
.grey-button.huge,
.colored-button.huge {
    padding: 12px 22px;
    font-size: 13px;
    text-transform: capitalize;
    color: #FFF!important;
    font-family: "Roboto", Arial, Verdana;
    font-weight: 400;
}
.button.round,
.grey-button.round,
.colored-button.round { border-radius: 4px }
.button.circle,
.grey-button.circle,
.colored-button.circle { border-radius: 100px }
 /*--------------------------------------------------------------------------------------*/
 /*                     21 - SKILLS BAR                                                  */
 /*-------------------------------------------------------------------------------------*/
.bar_graph li {
    list-style: none!important;
    border-radius: 4px;
}
.bar_graph li:last-child span { margin-bottom: 0px }
.bar_graph li .bar-wrap {
    margin-bottom: 10px;
    background-color: #f6f7fb;
    border-bottom: 1px solid #e6e9ee;
    border-radius: 4px;
}
.bar_graph li span {
    height: 30px;
    width: 0px;
    display: block;
    border-radius: 4px;
}
.bar_graph li p {
    position: absolute;
    left: 10px;
    margin-top: 5px;
    z-index: 100;
    color: #FFF;
    width: 100%;
    font-size: 12px;
}
.bar_graph li p i { margin-right: 7px }
.bar_graph li span {
    overflow: visible!important;
    position: relative;
}
 /*--------------------------------------------------------------------------------------*/
 /*                     22 - TEAM MEMBER                                                 */
 /*-------------------------------------------------------------------------------------*/
.team-member h4 { margin-bottom: 0px }
.team-member h4 a {
    margin-bottom: 0px;
    color: #656d78;
    font-size: 14px;
    font-weight: 600;
}
.team-member h5 {
    margin-bottom: 10px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
}
.team-member  .avatar { margin-bottom: 15px }
.member-info {
    float: left;
    position: relative;
    background-color: #FFF;
    width: 100%;
}
ul.team-member-links {
    float: left;
    list-style: none;
    width: 100%;
    height: auto;
}
ul.team-member-links li {
    float: left;
    list-style: none;
    margin-left: 5px;
}
ul.team-member-links li:first-child { margin-left: 0px }
ul.team-member-links li a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 14px;
    float: left;
    padding: 7px 3px 2px 3px;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    border: 1px solid #d0d0d0;
    text-align: center;
}
ul.team-member-links li a i {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #d0d0d0;
}
.team-member ul.social-links.alternative { float: left }
 /*--------------------------------------------------------------------------------------*/
 /*                     23 - FEATURED ICONS BLOCKS                                       */
 /*-------------------------------------------------------------------------------------*/
ul.feature-block-list {
    float: left;
    list-style: none;
}
ul.feature-block-list li {
    float: left;
    margin-left: 5px;
}
ul.feature-block-list li:first-child { margin-left: 0px }
.feature-block { position: relative }
.feature-block-center {
    position: relative;
    text-align: center;
}
.feature-block-center h3,
.feature-block-center h6 { margin-bottom: 5px }
.feature-block-center h3 { font-size: 18px }
.feature-block-title {
    float: left;
    width: 100%;
    position: relative;
}
.feature-block-title-center {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}
.feature-block-title h4,
.feature-block-title-center h4 {
    display: block;
    line-height: 14px;
    margin-bottom: 5px;
}
.feature-block-title h6,
.feature-block-title-center h6 {
    text-transform: capitalize;
    display: block;
    font-size: 13px;
    font-weight: 400;
}
.feature-block:hover  .feature-block-icon { background: #aab2bd }
.feature-block-icon {
    padding: 9px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    color: #FFF;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    text-align: center;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -ms-transition-duration: .5s;
    transition-duration: .5s;
    cursor: pointer;
}
.feature-block-icon.round { border-radius: 100% }
.feature-block-icon.round  span { border-radius: 100% }
.feature-block-icon-center {
    padding: 25px 30px 30px 30px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    color: #FFF;
    margin-left: 30%;
    margin-bottom: 25px;
    text-align: center;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -ms-transition-duration: .5s;
    transition-duration: .5s;
    border: 2px solid #aab2bd;
}
.feature-block-icon-center i {
    color: #aab2bd;
    font-size: 28px;
}
.feature-block-icon i { color: #FFF }
.feature-block-icon  span {
    padding: 9px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    color: #FFF;
    margin-left: -9px;
    margin-top: -30px;
    margin-bottom: 0px;
    float: left;
    text-align: center;
    z-index: 50;
}
.feature-block:hover > .feature-block-title  .feature-block-icon span {
    background: #a0a0a0;
    opacity: 0;
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -moz-transition-duration: .7s;
    -webkit-transition-duration: .7s;
    -ms-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s;
}
 /*--------------------------------------------------------------------------------------*/
 /*                     24 - TESTIMONIALS, SERVICES % NOTICE ICONS BLOCKS                */
 /*-------------------------------------------------------------------------------------*/
.testimonial { text-align: center }
.testimonial .testimonial-avatar { margin: 15px 0 }
.testimonial .testimonial-avatar img {
    width: 64px!important;
    height: 64px!important;
    border-radius: 100%;
    padding: 4px;
    border: 1px solid #ccd0d9;
}
.testimonial h3 {
    color: #656d78;
    font-weight: 300;
    font-size: 18px;
}
.service-item {
    text-align: center;
    padding: 20px;
    border: 1px solid #e6e9ee;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.service-item:hover { border: 1px solid #aab2bd }
.service-item h1 i { font-size: 100px }
.modern-notice {
    margin-bottom: 15px;
    position: relative;
    padding: 20px;
    border-radius: 4px;
    font-family: "Roboto", Arial, Verdana;
    text-align: center;
    font-style: normal;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    display: block;
    background: #434a54;
}
.modern-notice.light {
    background: #f6f7fb;
    color: #656d78;
}
.modern-notice.dark {
    background: #434a54;
    color: #FFF;
}
.modern-notice.dark h3 {
    font-size: 14px;
    color: #FFF;
    font-weight: 300;
}
.modern-notice.light h3 {
    font-size: 14px;
    color: #656d78;
    font-weight: 300;
}
.modern-notice p { font-size: 12px }
.modern-notice .avatar img {
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
    border-radius: 100%;
    width: 64px;
    height: 64px;
    opacity: 100;
}
.modern-notice .text {
    font-size: 18px;
    font-weight: 300;
    color: #999;
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 26px;
    margin-bottom: 15px;
    font-style: italic;
}
.modern-notice .author {
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 22px;
}
.client-block div {
    text-align: center;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.client-block img {
    -moz-transition: all 0.14s ease 0s;
    -webkit-transition: all 0.14s ease 0s;
    -o-transition: all 0.14s ease 0s;
    opacity: 0.75;
    filter: alpha(opacity=75);
}
.client-block div:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}
.happy-clients-photo img {
    width: 64px;
    height: 64px;
}
ul.client-block.modern li {
    text-align: center;
    box-shadow: inset 1px 1px 0px rgba(0,0,0,0.12),inset -1px -1px 0px rgba(0,0,0,0.12);
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
ul.client-block.modern li:hover { box-shadow: inset 4px 4px 0px #e6e9ee,inset -4px -4px 0px #e6e9ee }
.column-block {
    width: 100%;
    height: 200px;
    float: left;
    background-color: #f6f7fb;
    text-align: center;
    box-shadow: inset 1px 1px 0px rgba(0,0,0,0.10),inset -1px -1px 0px rgba(0,0,0,0.10);
    border-radius: 4px;
}
 /*--------------------------------------------------------------------------------------*/
 /* 25 - DROPCAPS, HOME INTRO,SIMPLE LIST, TEAM MEMBER CHART & GOOGLE MAPS               */
 /*-------------------------------------------------------------------------------------*/
.after-nav-info {
    margin-top: 15px;
    float: right;
}
.after-nav-info h4 {
    color: #FFF;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0px;
    font-weight: 400;
}
.after-nav-info.alt { margin-top: 28px }
.after-nav-info.alt h4 {
    color: #FFF;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 0px;
    font-weight: 700;
}
p.item-price {
    color: #8dc153!important;
    font-size: 11px;
    font-weight: 500;
}
.post-author {
    margin-top: 30px;
    padding: 20px;
    background: #FFF;
    color: #888;
    border-radius: 4px;
    border: 1px solid #e6e9ee;
}
.post-author h4 {
    margin: 0 0 5px 0;
    font-size: 16px;
}
.post-author img {
    float: left;
    margin: 15px 5px 5px 5px;
    width: 65px;
    height: 65px;
    border-radius: 4px;
}
.about-description { margin: 0px 0 0 90px }
.home-intro {
    padding: 40px 0 30px 0;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}
.home-intro h4 {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #FFF;
}
.home-intro p {
    font-size: 14px;
    color: #FFF;
}
ul.simple-list {
    border: none!important;
    float: left;
    list-style: none;
    margin: 0px;
}
ul.simple-list li {
    list-style: none;
    padding: 6px 0!important;
    border: none!important;
    border-bottom: 1px solid #e6e9ee!important;
    float: left;
    display: block;
    width: 100%;
}
ul.simple-list li i {
    margin-right: 5px;
    padding: 2px;
    font-size: 14px;
}
.clients-wrapp {
    float: left;
    width: 100%;
    position: relative;
}
.dropcap {
    float: left;
    font-size: 58px;
    line-height: 54px;
    padding-top: 4px;
    padding-right: 10px;
    margin-top: -2px;
}
.dropcap.gray { color: #555 }
.error-layout {
    margin: 80px 0 60px 0;
    text-align: center;
    width: 100%;
    border: 4px solid #ccd0d9;
    padding: 50px 0 40px 0;
    float: left;
    border-radius: 4px;
}
.error-layout h1 {
    font-size: 72px;
    line-height: 75px;
    margin-bottom: 20px;
    color: #656d78;
}
.error-layout h1 i {
    font-size: 72px;
    line-height: 75px;
    margin-bottom: 20px;
    color: #d90e0e;
    margin-right: 30px;
}
.error-layout h3 {
    color: #656d78;
    font-weight: 400;
    font-style: italic;
}
.chart {
    text-align: center;
    margin-bottom: 0px;
}
.chart:first-child { margin-left: 0 }
.chart span {
    font-size: 34px;
    font-weight: 800;
}
.chart .label {
    margin: 20px 0 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    color: #656d78;
    font-size: 16px;
}
.easyPieChart {
    margin: 0 auto;
    position: relative;
}
.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
ul.unstyled {
    float: left;
    width: 100%;
}
ul.unstyled li {
    float: left;
    width: 100%;
    padding: 4px 0;
    font-size: 14px;
}
ul.unstyled li i {
    margin-right: 10px;
    margin-top: 2px;
    color: #aab2bd;
    font-size: 18px;
}
#google-map {
    height: 400px;
    padding: 0px 0 0px 0;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 0px;
    float: left;
}
#google-map:before,
#google-map:after {
    background: none;
    box-shadow: 0 0 5px 2px rgba(54, 55, 54, 0.25);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#google-map:after {
    bottom: 0;
    top: auto;
}
.pdf {
    background: url(../images/pdf-icon.png) no-repeat 5px 12px;
    padding: 15px 10px 10px 65px;
    width: 125px;
    min-height: 48px;
    float: left;
    margin: 30px 0;
}
.pdf a:hover { text-decoration: underline }
ul.contact-info-widget {
    list-style: none;
    float: left;
    width: 100%;
}
ul.contact-info-widget li {
    width: 100%;
    float: left;
    display: block;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px dotted #e1e1e1;
    background: none;
}
ul.contact-info-widget li:first-child { border-top: 1px dotted #e1e1e1 }
ul.contact-info-widget li a {
    padding-left: 5px;
    color: #898989;
}
ul.contact-info-widget li i { font-size: 14px }
ul.contact-info-widget li a:hover { text-decoration: none }
.img-holder-alt i {
    font-size: 24px;
    color: #434a54;
    padding: 25px;
    line-height: 78px;
    background: #FFF;
    border-radius: 100%;
    border: 2px solid #434a54;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.margin-top { margin-top: 50px }
.custom-slide {
    height: auto;
    position: relative;
    float: left;
    width: 100%;
}

.team{
margin-bottom:20px;
}

.client{
margin-bottom:20px
}

 .flag{
 float:left;
 margin-right:5px;
 }
 
 .right{
 margin:0 auto; width:50%;
 }
  .right{
  text-align:center;
  }
  
  .right h6{
  font-size:14px;
  margin-top:20px;
  margin-bottom:0px;
  color:#ebc700;
  }
  
 .icon-media{

 }
 
 .logo{
	padding-top: 30px;
	margin-bottom: 20px;
    vertical-align: middle;
 }
 .slider-section{
 margin-top:10px;
 }
 
 .line{
 border-bottom: 1px solid #ededed;
margin-bottom:15px;
 }
 
 
 /*****************************/
/* Bar */
/*****************************/

.tabs-style-bar nav {
	background: rgb(156, 156, 156);
}

.tabs-style-bar nav ul {
	
}

.tabs-style-bar nav ul li a {
	color: #74777b;
	transition: background-color 0.2s, color 0.2s;
}

.tabs-style-bar nav ul li a:hover,
.tabs-style-bar nav ul li a:focus {
	color: #012a5f;
}

.tabs-style-bar nav ul li a span {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 12px;
}

.tabs-style-bar nav ul li.tab-current a {
	background: #012a5f;
	color: #fff;
	width:100%
}
 
 /*****************************/
/* Line Box */
/*****************************/
.tabs-style-linebox nav {
	background: rgb(156, 156, 156);
}
.tab-section{
margin-top:10px;
}

.tabs-news{
 padding:10px;
border-bottom: 1px solid #ededed;
 text-decoration:none;
 text-align:left;
}
.tabs-news a{
color:#000;
padding:0 ;
font-size:14px;
}
.tabs-news a:hover{
color:#012a5f;
}
.tabs-news p{
 line-height:15px;
}

.tabs-style-linebox nav ul li {
	margin: 0 0.5em;
	-webkit-flex: none;
	flex: none;
}

.tabs-style-linebox nav a {
	padding: 0;
	color: #fff;
	font-weight: 700;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.tabs-style-linebox nav a:hover,
.tabs-style-linebox nav a:focus {
	color: #fff;
}

.tabs-style-linebox nav li.tab-current a {
	color: #fff;
}

.tabs-style-linebox nav a::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #0a5ccc;
	color:#fff;
	content: '';
	-webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
	transition: background-color 0.3s, transform 0.3s;
	-webkit-transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
	-webkit-transform: translate3d(0,100%,0) translate3d(0,-3px,0);
	transform: translate3d(0,100%,0) translate3d(0,-3px,0);
}

.tabs-style-linebox nav li.tab-current a::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	color:#fff
}

.tabs-style-linebox nav a:hover::after,
.tabs-style-linebox nav a:focus::after,
.tabs-style-linebox nav li.tab-current a::after {
	background: #012a5f;
	color:#fff;
}

@media screen and (max-width: 58em) {
	.tabs-style-linebox nav ul {
		display: block;
		box-shadow: none;
		color:#fff;
	}
	.tabs-style-linebox nav ul li {
		display: block;
		-webkit-flex: none;
		flex: none;
		color:#fff;
	}
	
}

.tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-size: 12px;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tabs nav ul li:hover{
background:#012a5f;
color:#fff;
}


.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	line-height: 2.5;
	border: 1px solid #ddd;
}

.tabs nav a span {
	vertical-align: middle;
	font-size: 11px;
	color:#fff;
}

.tabs nav a span:hover{
	color: #fff;
}


.tabs nav li.tab-current a {
	color: red;
}

.tabs nav a:focus {
	outline: none;
	color:#fff;

}
/* Content */
.content-wrap {
	position: relative;
}

.content-wrap section {
	display: none;
	margin: 0 auto;
	max-width: 1200px;
	padding-left:10px;
}

.content-wrap section.content-current {
	display: block;
    max-height: 234px;
    min-height: 234px;
    overflow: auto;
	border: 1px solid #ededed;
}

.content-wrap section p {
	margin: 0;
	color: #000;
	font-weight: 900;
	font-size: 12px;
	padding:5px  0 0 10px;
}

/* Fallback */
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.no-flexbox nav ul {
	display: block;
}

.no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}

@media screen and (max-width: 58em) {
	.tabs nav a.icon span {
		display: none;
	}
	.tabs nav a:before {
		margin-right: 0;
	}
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #DDD; 
    -webkit-box-shadow: inset 0 0 6px #0a5ccc; 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #DDD; 
}



/*Icons*/
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

/* White icons with optional class, or on hover/focus/active states of certain elements */

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("../images/glyphicons-halflings-white.png");
}

.icon-glass {
  background-position: 0      0;
}

.icon-music {
  background-position: -24px 0;
}

.icon-search {
  background-position: -48px 0;
}

.icon-envelope {
  background-position: -72px 0;
}

.icon-heart {
  background-position: -96px 0;
}

.icon-star {
  background-position: -120px 0;
}

.icon-star-empty {
  background-position: -144px 0;
}

.icon-user {
  background-position: -168px 0;
}

.icon-film {
  background-position: -192px 0;
}

.icon-th-large {
  background-position: -216px 0;
}

.icon-th {
  background-position: -240px 0;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-ok {
  background-position: -288px 0;
}

.icon-remove {
  background-position: -312px 0;
}

.icon-zoom-in {
  background-position: -336px 0;
}

.icon-zoom-out {
  background-position: -360px 0;
}

.icon-off {
  background-position: -384px 0;
}

.icon-signal {
  background-position: -408px 0;
}

.icon-cog {
  background-position: -432px 0;
}

.icon-trash {
  background-position: -456px 0;
}

.icon-home {
  background-position: 0 -24px;
}

.icon-file {
  background-position: -24px -24px;
}

.icon-time {
  background-position: -48px -24px;
}

.icon-road {
  background-position: -72px -24px;
}

.icon-download-alt {
  background-position: -96px -24px;
}

.icon-download {
  background-position: -120px -24px;
}

.icon-upload {
  background-position: -144px -24px;
}

.icon-inbox {
  background-position: -168px -24px;
}

.icon-play-circle {
  background-position: -192px -24px;
}

.icon-repeat {
  background-position: -216px -24px;
}

.icon-refresh {
  background-position: -240px -24px;
}

.icon-list-alt {
  background-position: -264px -24px;
}

.icon-lock {
  background-position: -287px -24px;
}

.icon-flag {
  background-position: -312px -24px;
}

.icon-headphones {
  background-position: -336px -24px;
}

.icon-volume-off {
  background-position: -360px -24px;
}

.icon-volume-down {
  background-position: -384px -24px;
}

.icon-volume-up {
  background-position: -408px -24px;
}

.icon-qrcode {
  background-position: -432px -24px;
}

.icon-barcode {
  background-position: -456px -24px;
}

.icon-tag {
  background-position: 0 -48px;
}

.icon-tags {
  background-position: -25px -48px;
}

.icon-book {
  background-position: -48px -48px;
}

.icon-bookmark {
  background-position: -72px -48px;
}

.icon-print {
  background-position: -96px -48px;
}

.icon-camera {
  background-position: -120px -48px;
}

.icon-font {
  background-position: -144px -48px;
}

.icon-bold {
  background-position: -167px -48px;
}

.icon-italic {
  background-position: -192px -48px;
}

.icon-text-height {
  background-position: -216px -48px;
}

.icon-text-width {
  background-position: -240px -48px;
}

.icon-align-left {
  background-position: -264px -48px;
}

.icon-align-center {
  background-position: -288px -48px;
}

.icon-align-right {
  background-position: -312px -48px;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-list {
  background-position: -360px -48px;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-facetime-video {
  background-position: -432px -48px;
}

.icon-picture {
  background-position: -456px -48px;
}

.icon-pencil {
  background-position: 0 -72px;
}

.icon-map-marker {
  background-position: -24px -72px;
}

.icon-adjust {
  background-position: -48px -72px;
}

.icon-tint {
  background-position: -72px -72px;
}

.icon-edit {
  background-position: -96px -72px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-check {
  background-position: -144px -72px;
}

.icon-move {
  background-position: -168px -72px;
}

.icon-step-backward {
  background-position: -192px -72px;
}

.icon-fast-backward {
  background-position: -216px -72px;
}

.icon-backward {
  background-position: -240px -72px;
}

.icon-play {
  background-position: -264px -72px;
}

.icon-pause {
  background-position: -288px -72px;
}

.icon-stop {
  background-position: -312px -72px;
}

.icon-forward {
  background-position: -336px -72px;
}

.icon-fast-forward {
  background-position: -360px -72px;
}

.icon-step-forward {
  background-position: -384px -72px;
}

.icon-eject {
  background-position: -408px -72px;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus-sign {
  background-position: 0 -96px;
}

.icon-minus-sign {
  background-position: -24px -96px;
}

.icon-remove-sign {
  background-position: -48px -96px;
}

.icon-ok-sign {
  background-position: -72px -96px;
}

.icon-question-sign {
  background-position: -96px -96px;
}

.icon-info-sign {
  background-position: -120px -96px;
}

.icon-screenshot {
  background-position: -144px -96px;
}

.icon-remove-circle {
  background-position: -168px -96px;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

.icon-ban-circle {
  background-position: -216px -96px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

.icon-arrow-down {
  background-position: -312px -96px;
}

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-resize-full {
  background-position: -360px -96px;
}

.icon-resize-small {
  background-position: -384px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-asterisk {
  background-position: -456px -96px;
}

.icon-exclamation-sign {
  background-position: 0 -120px;
}

.icon-gift {
  background-position: -24px -120px;
}

.icon-leaf {
  background-position: -48px -120px;
}

.icon-fire {
  background-position: -72px -120px;
}

.icon-eye-open {
  background-position: -96px -120px;
}

.icon-eye-close {
  background-position: -120px -120px;
}

.icon-warning-sign {
  background-position: -144px -120px;
}

.icon-plane {
  background-position: -168px -120px;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-random {
  width: 16px;
  background-position: -216px -120px;
}

.icon-comment {
  background-position: -240px -120px;
}

.icon-magnet {
  background-position: -264px -120px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.icon-retweet {
  background-position: -336px -120px;
}

.icon-shopping-cart {
  background-position: -360px -120px;
}

.icon-folder-close {
  width: 16px;
  background-position: -384px -120px;
}

.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

.icon-resize-vertical {
  background-position: -432px -119px;
}

.icon-resize-horizontal {
  background-position: -456px -118px;
}

.icon-hdd {
  background-position: 0 -144px;
}

.icon-bullhorn {
  background-position: -24px -144px;
}

.icon-bell {
  background-position: -48px -144px;
}

.icon-certificate {
  background-position: -72px -144px;
}

.icon-thumbs-up {
  background-position: -96px -144px;
}

.icon-thumbs-down {
  background-position: -120px -144px;
}

.icon-hand-right {
  background-position: -144px -144px;
}

.icon-hand-left {
  background-position: -168px -144px;
}

.icon-hand-up {
  background-position: -192px -144px;
}

.icon-hand-down {
  background-position: -216px -144px;
}

.icon-circle-arrow-right {
  background-position: -240px -144px;
}

.icon-circle-arrow-left {
  background-position: -264px -144px;
}

.icon-circle-arrow-up {
  background-position: -288px -144px;
}

.icon-circle-arrow-down {
  background-position: -312px -144px;
}

.icon-globe {
  background-position: -336px -144px;
}

.icon-wrench {
  background-position: -360px -144px;
}

.icon-tasks {
  background-position: -384px -144px;
}

.icon-filter {
  background-position: -408px -144px;
}

.icon-briefcase {
  background-position: -432px -144px;
}

.icon-fullscreen {
  background-position: -456px -144px;
}


/* images */
.img-thumbnail {
    background-color: #f8f8f8;
    border: 1px solid #ededed;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.topic{

}
.topic h3{
margin-bottom:10px;
font-size:18px;
line-height:20px;
margin-top: 10px;
}
.text-danger {
    color: #0a5ccc;
}
.sub-info-bordered {
    font-size: 12px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 8px 0 0 0;
}

.main-title {
    position: relative;
    z-index: 1;
    float: left;
    text-align: center;
    border-bottom: none;
    padding: 0 10px 0 5px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #000;
    height: 36px;
    line-height: 36px;
	text-transform: uppercase;
}

.title-profil {
    position: relative;
    z-index: 1;
    float: left;
    text-align: center;
    border-bottom: none;
    padding: 0 10px 0 5px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
	margin-bottom:24px;
    color: #000;
    height: 36px;
    line-height: 36px;
	text-transform: uppercase;
}

.main-title-tabs {
    position: relative;
    z-index: 1;
    float: left;
    text-align: center;
    border-bottom: none;
    padding: 0 10px 0 5px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #000;
    height: 36px;
    line-height: 36px;
	text-transform: uppercase;
}

.video-recent{
margin-top:10px;
}
.video-recent a {
margin-top:5px;
margin-bottom:20px;
color:#000;
}
.video-recent a {
color:#000;
}
.video-recent a:hover{
color:#aab2bd;
}

.topic-recent{
border: 1px solid #dadada;
max-height: 360px;
overflow:auto;
top:-3px;
}

.topic-recent a{
color:#000;
}

.topic-recent a:hover{
color:#FFC800;
}

.topic-recent h5:hover{
color:#FFC800;
}

.topic-recent img{
margin-left:5px;
margin-right:5px;
margin-top:10px;
}
.topic-recent h5{
font-size:14px;
line-height:20px;
margin-top:10px;
padding-bottom:10px;
border-bottom: 1px solid #ededed;
font-weight:400
}
.topic-recent p{
margin-left:5px;
border-bottom: 1px solid #ededed;
color: #0a5ccc;
}
.item {
    width: 23%;
    float: left;
    margin: 10px 1%;
}
.item p{
 font-size:12px;
 text-transform: none;
 line-height:15px;
 color:#000;
 margin-top: 5px;
}
figure {
    margin: 0px;
}
.home-galleries .item figure {
    margin-bottom: 15px;
}
.post {
    margin-bottom: 20px;
}
.no-margin-left {
    margin-left: 0px !important;
}
.post figure {
    position: relative;
	margin-bottom: -5px;
}

.post figure .cat-name {
    position: absolute;
    left: -10px;
	bottom:1px;
    color: #FFF;
    text-transform: uppercase;
	font-size: 12px;
    text-align: left;
    height: 36px;
    line-height: 24px;
    text-transform: uppercase;
}

.post figure .cat-name a{
	float: right;
    color: #e0e0e0;
    font-size: 12px;
}

.post figure .cat-name a{
	float: right;
    color: #e0e0e0;
    font-size: 12px;
}

.post figure .cat-name .base {
    background-color: #012a5f;
    padding: 5px 20px 5px 20px;
    display: block;
}
.post figure .cat-name .arrow {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-right: 10px solid #012a5f;
    border-bottom: 10px solid transparent;
}
.post .text {
    padding: 10px 0 20px 20px;
    border: 1px solid #dadada;
}
.post .text .meta {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 12px;
    color: #0a5ccc;
}
.post .text h2 {
    font-size: 24px;
    line-height: 1.25em;
    padding-bottom: 20px;
	border-bottom: 1px solid #ededed;
}

.figure-overlay {
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

.media{
overflow:auto;
max-height:145px;
border: 1px solid #ededed;
}

.forum{
overflow:auto;
max-height:260px;
min-height:260px;
border: 1px solid #ededed;
}
.forum-list{
	float:left;
	border-bottom: 1px solid #ededed;
	margin-bottom:20px
}
.forum-list ul li .comment-icon {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 5px;
    left: 0;
    background: url('../images/comment.png') no-repeat;
}
.forum-list a{
color:#FFC800;
}
.send-forum {
        width: 100%;
    /* margin-top: 20px; */
    background: #FDFDFD;
    float: left;
    /* border: 1px solid #ccc; */
    padding: 10px 0px;
}
.full-tabs{
width:100%
}

.full-tabs p a{
margin-left:60px;
text-decoration:none;
font-weight:300;
line-height:15px;
font-size:10.5px;

}

.full-tabs  a:hover{
color:#0a5ccc;
}

.date-post{
	background:#012a5f;
	text-align:center;
	border-radius:4px;
}
.date-post h3{
text-align:center;
margin:0;
padding:5px;
color:#fff;
}
.date-post span{
	text-align:center;
	margin:0;
	padding:0;
	color:#fff;
}
.profile-box{
padding-top:20px;
}

.home{
margin:0;
padding:0;
width:20px
}

.margin-top{
margin-top:36px;
}

#map-canvas {
    height: 400px;
    padding: 0px 0 0px 0;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 0px;
    float: left;
}

#map-canvas2 {
    height: 400px;
    padding: 0px 0 0px 0;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 0px;
    float: left;
}




ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
	border: 1px solid #0a5ccc !important;
	border-bottom: none;
	margin-bottom: -1px !important;
	padding: 12px 14px 14px 14px !important;
	border-top: 4px solid #0a5ccc !important;
	border-bottom: 0px #fff solid !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
	border-top-color: #0a5ccc;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 20%;
	border-right: 1px solid #0a5ccc !important;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    float: left;
    width: 78%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
border-top: 1px solid;
border: 1px solid #0a5ccc !important;
border-left: 4px solid #0a5ccc !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 90%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}

.player-btn4 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: url("../img/play_btn.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0.5);
    border: 3px solid rgba(255, 255, 255, 0.9);
    border-radius: 5px 5px 5px 5px;
    height: 10px;
    margin-left: 35%;
    padding: 5px;
    position: absolute;
    margin-top: 15%;
    width: 10px;
    z-index: 9;
    opacity: 0.75;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.player-btn42 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: url("../img/play_btn.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0.5);
    border: 3px solid rgba(255, 255, 255, 0.9);
    border-radius: 5px 5px 5px 5px;
    height: 30px;
    margin-left: 40%;
    padding: 5px;
    position: absolute;
    margin-top: 20%;
    width: 30px;
    z-index: 9;
    opacity: 0.75;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.cat-name {
    bottom: 1px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    height: 36px;
    line-height: 24px;
    text-transform: uppercase;
	}
	.cat-name .base {
    background-color: #012a5f;
    padding: 5px 20px 5px 20px;
    display: block;
}
.top{
padding:10px;
}
.nav-top{
    background: #012a5f;
    border-bottom: 10px solid #8E6507;
padding:10px;
    margin-bottom: 5px;
}
.isi-forum{
padding:10px;
}
.isi-forum h6{
font-size: 12px;
    border-bottom: 1px solid #ccc;
    line-height: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
	margin-left: 40px;
	font-weight:300
}
.isi-forum h6:hover{
color:#aab2bd;
}
.top-profil{
margin-top:10px;
}
#video {width:100% !important;}

.title-background{
    position: relative;
    z-index: 1;
    float: left;
    text-align: center;
    border-bottom: none;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    position: absolute;
    /* height: 36px; */
    /* line-height: 36px; */
    text-transform: uppercase;
    background: #012a5f;
}
.mapss{
height:100%;
min-height:500px
}
.caption-maps{
padding:0;
margin:0;
}
#iw_container{
color:#000;
}

.search-advokat{
border: 1px solid #ededed;
border-radius:5px;
}
.search-advokat-content{
padding:15px;
}

.hasil-cari{
overflow: auto;
border: 1px solid #ededed;
width:100%;
    max-height: 280px;
    min-height: 280px;
}

.hasil-cari-content{
padding:15px;
}

.input{
width:100%;
border: 1px solid #ededed;
}

form.simple-form2{
    margin-bottom: 30px;
    margin-left: 10px;
    float: left;
}

.middle-page{
margin-bottom:30px;
}





/*custom menu*/
.navigations{
background: #012a5f;border-top: 10px solid #d8bb79;
margin:0;
padding:0;
}


.cari{
min-height:260px;
max-height:260px;
overflow: auto;
}
.cari-isi{
    height: 100%;
    max-height: 5000px;
    min-height: 5000px;
    overflow: auto;
}




.menu-link { display: none;}
.menu { 
  float: left;
  -webkit-transition: all 0.3s ease;  
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  width:100%;
  background: #012a5f;
  border-top: 10px solid #8E6507;
  font-weight:bold;
  margin-top:25px;

}
.menu ul { 
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
  display: inline-table;
  color:#fff;
}
.menu > li > ul.sub-menu {
    min-width: 10em;
    padding: 4px 0;
    background-color: #f4f4f4;
    border: 1px solid #CCC;
}
.menu ul li { padding: 0px; }
.menu > ul > li { display: inline-block; }
.menu ul li a { display: block; text-decoration: none; color: #fff; font-size: 12px; }
.menu ul li > a { padding: 10px 25px; }
.menu ul li a:hover{color:#FFC800;}
.menu ul ul { 
  display: none; 
  position: absolute; 
  top:100%;
  min-width: 160px;
  background-color: #f4f4f4;
  z-index:999;
}
.menu ul li:hover > ul { display: block; }
.menu ul ul > li { position: relative;}
.menu ul ul > li a { padding: 5px 15px 5px 10px; height: auto; background-color: #023882;}
.menu ul ul > li a:hover { color: #FFC800; background:#012a5f;}
.menu ul ul ul { position: absolute; left: 100%; top:0; }

@media all and (max-width: 768px) {  
  .menu{border-top:none;}
  a.menu-link {font-size:18px; display: block;color: #fff;background-color: #012a5f;float: right;width: 100%;padding-top: 10px;padding-bottom: 10px;text-align: center;margin-top:10px;border-top: 10px solid #8E6507;}
  .menu { clear: both; min-width: inherit; float: none; }
  .menu, .menu > ul ul { overflow: hidden; max-height: 0; background-color: #023882; }
  .menu > li > ul.sub-menu { padding: 0px; border: none; }
  .menu.active, .menu > ul ul.active { max-height: 100%; }
  .menu ul { display: inline; }
  .menu > ul { border-top: 1px solid #808080; }
  .menu li, .menu > ul > li { display: block; }
  .menu li a { color: #000; display: block; padding: 0.8em; border-bottom: 1px solid #808080; position: relative; }
  .menu li.has-sub-menu > a:after {
    content: '+';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 1.5em;
    padding: 0.55em 0.5em;
  }
  .menu li.has-sub-menu > a.active:after {
    content: "-";
  }
  .menu ul ul > li a { background-color: #023882; padding: 19px 18px 19px 30px; }
  .menu ul ul, .menu ul ul ul { display: inherit; position: relative; left: auto; top:auto; border:none; }
}

.menu .menu-icon{
    background: url('../images/home.png') no-repeat;
	    padding-left: 25px;
}

 @keyframes slidy {
0% { left: 0%; }
20% { left: -100%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
85% { left: -300%; }
100% { left: -400%; }
}


/*@keyframes slidy {
0% { left: 0%; }
50% { left: -100%; }
100% { left: -100%; }
}*/



figure { 
  margin: 0; background: #101010;
    /* font-family: Istok Web, sans-serif; */
    font-weight: 700;
}
div#captioned-gallery { 
  width: 100%; overflow: hidden; 
}
figure.slider { 
  position: relative; width: 500%;
  font-size: 0; animation: 30s slidy infinite; 
}
figure.slider figure { 
  width: 20%; height: auto;
  display: inline-block;  position: inherit; 
}
figure.slider img { width: 100%; height: auto; }
figure.slider figure figcaption { 
  position: absolute; bottom: 0;
  background: rgba(0,0,0,0.4);
  color: #fff; width: 100%;
      font-size: 14px;
    line-height: 15px; padding: .6rem; 
}


.lb-album{
	margin: 0 auto;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
}
.lb-album li{
	    float: left;
    margin: 1%;
    position: relative;
    width: 30%;
}
.lb-album li > a,
.lb-album li > a img{
	display: block;
}
.lb-album li > a{
	position: relative;
	-webkit-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	-moz-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
}
.lb-album li > a span{
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: center;
	line-height: 150px;
	color: rgba(27,54,81,0.8);
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	font-size: 24px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	background: rgb(241,210,194);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(241,210,194,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(241,210,194,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.lb-album li > a:hover span{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-overlay{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	text-align: center;
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgb(27, 25, 23) 100%);
}
.lb-overlay > div{
	position: relative;
	color: rgba(27,54,81,0.8);
	margin: 40px auto 0px auto;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
}
.lb-overlay div h3,
.lb-overlay div p{
	padding: 0px 20px;
}
.lb-overlay div h3{
	font-size: 36px;
	float: left;
	text-align: right;
	border-right: 1px solid rgba(27,54,81,0.4);
}
.lb-overlay div h3 span,
.lb-overlay div p{
	font-size: 16px;
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	font-style: italic;
}
.lb-overlay div h3 span{
	display: block;
	line-height: 6px;
}
.lb-overlay div p{
	font-size: 14px;
	text-align: left;
	float: left;
	width: 260px;
}
.lb-overlay a.lb-close{
	background: rgba(27,54,81,0.8);
	z-index: 1001;
	color: #fff;
	position: absolute;
	top: 43px;
	left: 50%;
	font-size: 15px;
	line-height: 26px;
	text-align: center;
	width: 50px;
	height: 23px;
	overflow: hidden;
	margin-left: -25px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
.lb-overlay a{
color: #fff;
    font-weight: bold;
}
.gallery-link{
margin: 0 auto;
    padding: 0px;
    background: blue;
    padding-left: -200px;
    width: 20%;
}
.link-gall{
color:#000;
}
.gallery-view{
    font-size: 14px;
    color: #000;
    font-weight: bold;
    text-align: center;
    box-shadow: 1px 1px #ddd;
    padding: 5px;
}

.lb-overlay img{
	/* height: 100%; For Opera max-height does not seem to work */
	max-height: 100%;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.lb-prev, .lb-next{
  z-index: 999;
	text-indent: -9000px;
	position: absolute;
	top: -280px;
	width: 24px;
	height: 25px;
	left: 79%;
	filter: alpha(opacity=80); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; /*IE8*/
}
.lb-prev:hover, .lb-next:hover{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-prev{
	margin-left: -700px;
	background: transparent url(../images/arrows.png) no-repeat top left;
}
.lb-next{
	margin-left: 6px;
	background: transparent url(../images/arrows.png) no-repeat top right;
}
.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 80px 100px 120px 100px;
}
.lb-overlay:target img,
.lb-overlay:target a.lb-close{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
/* 
	100% Height for Opera as the max-height seems to be ignored, not optimal for large screens 
	http://bricss.net/post/11230266445/css-hack-to-target-opera 
*/
x:-o-prefocus, .lb-overlay img {
    height: 100%;
}

.home-icon{    font-size: 20px;
    padding: 10px;
    padding-right: 0;}

	
	
	

	
.lb-album2{
	margin: 0 auto;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
}
.lb-album2 li{
	    float: left;
    margin: 1%;
    position: relative;
    width: 100%;
}
.lb-album2 li > a,
.lb-album2 li > a img{
	display: block;
}
.lb-album2 li > a{
	position: relative;
	-webkit-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	-moz-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
}
.lb-album2 li > a span{
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: center;
	line-height: 150px;
	color: rgba(27,54,81,0.8);
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	font-size: 24px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	background: rgb(241,210,194);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(241,210,194,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(241,210,194,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.lb-album2 li > a:hover span{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
	
	
	


/* css list sprites background ------------- */

.listsprites {float:left; margin:0px; font:14px/16px}
.listsprites a {    
    color: #000510;
    line-height: 30px;
	    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #fbfbfb;
    background: #f4f4f4;}
.listsprites a:hover,
.listsprites a:focus,
.listsprites a:active {text-decoration:underline;color:blue;}
.listsprites .user {overflow:hidden; margin:0 0 10px;}
.listsprites .user img {float:left; margin:0 8px 0 0;}
.listsprites .user a {display:block;}
.listsprites .fn {padding:3px 0; font-weight:bold;}
.listsprites ul { padding:0; margin:0; list-style:none;}
.listsprites li a {    display: block;
    padding: 10px 0 10px 10px;
    /* border-bottom: 10px solid rgba(150, 2, 2, 0); */
    /* border-top: 10px solid transparent; */}
.listsprites li a:hover,
.listsprites li a:focus,
.listsprites li a:active {
	background:#E6E5E5;
	}
.listsprites li.current a {font-weight:bold; color:#333; background:#D8DFEA;}

.listsprites li a:before {
    content:"";
    float:left;
    width:28px;
    height:30px;
    margin:0 6px 0 0;
    background:url(../images/sprite.png);
}

.listsprites .facebook a:before {background-position:0 -0px;}
.listsprites .twitter a:before {background-position:0 -35px;}
.listsprites .rss a:before {background-position:0 -70px;}
.listsprites .digg a:before {background-position:0 -108px;}
.listsprites .youtube a:before {background-position:0 -148px;}


.segitiga{
	width:0;
	height:0;
	border-style:solid;
	border-width:10px;
	border-color:red green blue yellow;
}


/* Eng css list sprites background -------------- */


/* css list with numeber circle background -------------- */
.numberlist{
	width:450px;

}
.numberlist ol{
	            counter-reset: li;
				list-style: none;
				*list-style: decimal;
				font: 15px 'trebuchet MS', 'lucida sans';
				padding: 0;
				margin-bottom: 4em;

}
.numberlist ol ol{
				margin: 0 0 0 2em;
			}
			
.numberlist a{
				position: relative;
				display: block;
				padding: .4em .4em .4em 2em;
				*padding: .4em;
				margin: .5em 0;
				background: #FFF;
				color: #444;
				text-decoration: none;
				-moz-border-radius: .3em;
				-webkit-border-radius: .3em;
				border-radius: .3em;
			}

.numberlist a:hover{
				background: #cbe7f8;
				text-decoration:underline;
			}
.numberlist a:before{
				content: counter(li);
				counter-increment: li;
				position: absolute;	
				left: -1.3em;
				top: 50%;
				margin-top: -1.3em;
				background: #87ceeb;
				height: 2em;
				width: 2em;
				line-height: 2em;
				border: .3em solid #fff;
				text-align: center;
				font-weight: bold;
				-moz-border-radius: 2em;
				-webkit-border-radius: 2em;
				border-radius: 2em;
				color:#FFF;
			}

/* End css list with numeber circle background -------------- */




/* css list style with arrow images  -------------- */
.imglist ul{
	margin:0px;
}
.imglist li{
	font-size:14px;
	margin-left:25px;
	padding:0px;
	list-style:url(../images/arrow.png);
	line-height:30px;
}
.imglist li a:link, .imglist li a:visited{
	color:#1e598e;
	text-decoration:none;

}
.imglist li a:hover{
	color:#0A7CAF;
	padding:2px;
    -moz-box-shadow: 0px 0px 12px #9e9ea3;
    -webkit-box-shadow: 0px 0px 12px #9e9ea3;
    box-shadow: 0px 0px 12px #9e9ea3;
    border:none 0px #000000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.left{
margin-left:5px;
}

/* End css list style with arrow images  -------------- */


/* fade slider */
	.slides {
	    height:140px;
	    margin:50px auto;
	    overflow:hidden;
	    position:relative;
	    width:100%;
	}
	.slides ul {
	    list-style:none;
	    position:relative;
	}
	 
	/* keyframes #anim_slides */
	@-webkit-keyframes anim_slides {
	    0% {
	        opacity:0;
	    }
	    25% {
	        opacity:1;
	    }
	    50% {
	        opacity:1;
	    }
	    75% {
	        opacity:0;
	    }
	    100% {
	        opacity:0;
	    }
	}
	@-moz-keyframes anim_slides {
	    0% {
	        opacity:0;
	    }
	    25% {
	        opacity:1;
	    }
	    50% {
	        opacity:1;
	    }
	    75% {
	        opacity:0;
	    }
	    100%  {
	        opacity:0;
	    }
	}
	 
	.slides ul li {
	    opacity:0;
	    position:absolute;
	    top:0;
	 
	    /* css3 animation */
	    -webkit-animation-name: anim_slides;
	    -webkit-animation-duration: 36.0s;
	    -webkit-animation-timing-function: linear;
	    -webkit-animation-iteration-count: infinite;
	    -webkit-animation-direction: normal;
	    -webkit-animation-delay: 0;
	    -webkit-animation-play-state: running;
	    -webkit-animation-fill-mode: forwards;
	 
	    -moz-animation-name: anim_slides;
	    -moz-animation-duration: 36.0s;
	    -moz-animation-timing-function: linear;
	    -moz-animation-iteration-count: infinite;
	    -moz-animation-direction: normal;
	    -moz-animation-delay: 0;
	    -moz-animation-play-state: running;
	    -moz-animation-fill-mode: forwards;
	}
	 
	/* css3 delays */
	.slides ul  li:nth-child(1), .slides ul  li:nth-child(1) div {
	    -webkit-animation-delay: 6.0s;
	    -moz-animation-delay: 6.0s;
	}
	.slides ul  li:nth-child(2), .slides ul  li:nth-child(2) div {
	    -webkit-animation-delay: 12.0s;
	    -moz-animation-delay: 12.0s;
	}
	.slides ul  li:nth-child(3), .slides ul  li:nth-child(3) div {
	    -webkit-animation-delay: 18.0s;
	    -moz-animation-delay: 18.0s;
	}
	.slides ul  li:nth-child(4), .slides ul  li:nth-child(4) div {
	    -webkit-animation-delay: 24.0s;
    -moz-animation-delay: 24.0s;
	}
	.slides ul  li:nth-child(5), . slides ul  li:nth-child(5) div {
	    -webkit-animation-delay: 30.0s;
    -moz-animation-delay: 30.0s;
	}
	
	
	/*======  CSS3 Delay  =======*/
	
	
	.slides ul li img {
	    display:block;
	}
	 
	/* keyframes #anim_titles */
	@-webkit-keyframes anim_titles {
	    0% {
	        left:100%;
	        opacity:0;
	    }
	    5% {
	        left:10%;
	        opacity:1;
	    }
	    20% {
	        left:10%;
	        opacity:1;
	    }
	    25% {
	        left:100%;
	        opacity:0;
	    }
	    100% {
	        left:100%;
	        opacity:0;
	    }
	}
	@-moz-keyframes anim_titles {
	    0% {
	        left:100%;
	        opacity:0;
	    }
	    5% {
	        left:10%;
	        opacity:1;
	    }
	    100% {
	        left:100%;
	        opacity:0;
	    }
	}
	 
	.slides ul li div {
	    background-color:#000000;
	    border-radius:10px 10px 10px 10px;
	    box-shadow:0 0 5px #FFFFFF inset;
	    color:#FFFFFF;
	    font-size:26px;
	    left:10%;
	    margin:0 auto;
	    padding:20px;
	    position:absolute;
	    top:50%;
	    width:200px;
	 
	    /* css3 animation */
	    -webkit-animation-name: anim_titles;
	    -webkit-animation-duration: 36.0s;
	    -webkit-animation-timing-function: linear;
	    -webkit-animation-iteration-count: infinite;
	    -webkit-animation-direction: normal;
	    -webkit-animation-delay: 0;
	    -webkit-animation-play-state: running;
	    -webkit-animation-fill-mode: forwards;
	 
	    -moz-animation-name: anim_titles;
	    -moz-animation-duration: 36.0s;
	    -moz-animation-timing-function: linear;
	    -moz-animation-iteration-count: infinite;
	    -moz-animation-direction: normal;
	    -moz-animation-delay: 0;
	    -moz-animation-play-state: running;
	    -moz-animation-fill-mode: forwards;
}

 .container2 {
    margin: 0 auto;
    width:1030px; /*Change to any value and the whole template will adjust to it :) */
    position: relative;
    
}
.z{
    z-index: 10000;
    display: block;
	position:absolute;
    color: #000;
}
.album-big{
margin-top:10px;
}
.gallery-img{
width:32%;margin-left:10px
}







/*****************************/
/* Line Box */
/*****************************/



.tabs-style-flip {
	max-width: 1200px;
}

.tabs-style-flip nav a {
	padding: 0.5em 0;
	color: #0a5ccc;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.tabs-style-flip nav a:hover,
.tabs-style-flip nav a:focus,
.tabs-style-flip nav li.tab-current a {
	color: #74777b;
}

.tabs-style-flip nav a span {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 0.625em;
}

.tabs-style-flip nav a::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #f0f0f0;
	content: '';
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
	-webkit-transform: perspective(900px) rotate3d(1,0,0,90deg);
	transform: perspective(900px) rotate3d(1,0,0,90deg);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-perspective-origin: 50% 100%;
	perspective-origin: 50% 100%;
}

.tabs-style-flip nav li.tab-current a::after {
	background-color: #fff;
	-webkit-transform: perspective(900px) rotate3d(1,0,0,0deg);
	transform: perspective(900px) rotate3d(1,0,0,0deg);
}

.tabs-style-flip .content-wrap {
	background: #fff;
}


/*****************************/
/* Fill up */
/*****************************/

.tabs-style-fillup nav ul li a {
	padding: 1.9em 0;
	border-right: 1px solid #0a5ccc;
	line-height: 1;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tabs-style-fillup nav ul li:last-child a {
	border: none;
}

.tabs-style-fillup nav ul li.tab-current {
	z-index: 100;
}

.tabs-style-fillup nav ul li.tab-current a {
	color: #fff;
}

.tabs-style-fillup nav ul li a::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	height: calc(100% + 1px);
	border: 1px solid #0a5ccc;
	background: #0a5ccc;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.tabs-style-fillup nav ul li.tab-current a::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.tabs-style-fillup nav ul li a span,
.tabs-style-fillup .icon::before {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0,5px,0);
	transform: translate3d(0,5px,0);
}

.tabs-style-fillup nav ul li a span {
	display: block;
	font-weight: 700;
	font-size: 0.7em;
	line-height: 1.5;
}

.tabs-style-fillup .icon::before {
	display: block;
	margin: 0;
}

.tabs-style-fillup nav ul li.tab-current a span,
.tabs-style-fillup li.tab-current .icon::before {
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}


/*****************************/
/* Trapezoid, based on http://lea.verou.me/2013/10/slanted-tabs-with-css-3d-transforms/ */
/*****************************/ 

.tabs-style-tzoid {
	max-width: 1200px;
}

.tabs-style-tzoid nav {
	padding: 0 1em;
}

.tabs-style-tzoid nav ul li {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tabs-style-tzoid nav ul li a {
	padding: 0 1.5em 0 0.3em;
	color: #0d9564;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

@media screen and (max-width: 54em) {
	.tabs-style-tzoid nav ul li a {
		padding: 0 0.5em 0 0.3em;
	}
}

.tabs-style-tzoid nav ul li a:hover,
.tabs-style-tzoid nav ul li a:focus {
	color: #fff;
}

.tabs-style-tzoid nav ul li.tab-current a,
.tabs-style-tzoid nav ul li.tab-current a:hover {
	color: #0a5ccc;
}

.tabs-style-tzoid nav ul li a span {
	font-weight: 500;
	font-size: 0.75em;
}

.tabs-style-tzoid nav ul li a::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	outline: 1px solid transparent;
	border-radius: 10px 10px 0 0;
	background: #0a5ccc;
	box-shadow: inset 0 -3px 3px rgba(0,0,0,0.05);
	content: '';
	-webkit-transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
	transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tabs-style-tzoid nav ul li.tab-current a::after,
.tabs-style-tzoid .content-wrap {
	background: #fff;
	box-shadow: none;
}

/*****************************/
/* Circle fill */
/*****************************/

.tabs-style-circlefill {
	max-width: 700px;
	border: 1px solid #0a5ccc;
}

.tabs-style-circlefill nav ul li {
	overflow: hidden;
	border-right: 1px solid #0a5ccc;
}

.tabs-style-circlefill nav li a {
	padding: 1.5em 0;
	color: #fff;
	font-size: 1.25em;
}

.tabs-style-circlefill nav li:first-child {
	border-left: none;
}

.tabs-style-circlefill nav li:last-child {
	border: none;
}

.tabs-style-circlefill nav li::before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	width: 80px;
	height: 80px;
	border: 1px solid #0a5ccc;
	border-radius: 50%;
	background: #0a5ccc;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.tabs-style-circlefill nav li.tab-current::before {
	-webkit-transform: scale3d(2.5,2.5,1);
	transform: scale3d(2.5,2.5,1);
}

.tabs-style-circlefill nav a {
	-webkit-transition: color 0.3s; 
	transition: color 0.3s;
}

.tabs-style-circlefill nav a span {
	display: none;
}

.tabs-style-circlefill nav li.tab-current a {
	color: #fff;
}

.tabs-style-circlefill .icon::before {
	display: block;
	margin: 0;
	pointer-events: none;
}

.tabs-style-circlefill .content-wrap {
	border-top: 1px solid #0a5ccc;
}
/* Default tab style */

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'stroke7pixeden';
	src:url('../fonts/stroke7pixeden/stroke7pixeden.eot?u58ytb');
	src:url('../fonts/stroke7pixeden/stroke7pixeden.eot?#iefixu58ytb') format('embedded-opentype'),
		url('../fonts/stroke7pixeden/stroke7pixeden.woff?u58ytb') format('woff'),
		url('../fonts/stroke7pixeden/stroke7pixeden.ttf?u58ytb') format('truetype'),
		url('../fonts/stroke7pixeden/stroke7pixeden.svg?u58ytb#stroke7pixeden') format('svg');
}

.tabss {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-weight: 300;
	font-size: 1.25em;
}

/* Nav */
.tabss nav {
	text-align: center;
}

.tabss nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	float: left;
    width: 20%;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tabss nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tabss nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;

}

.tabss nav a span {
	vertical-align: middle;
	font-size: 0.75em;
}

.tabss nav li.tab-current a {
	color: #74777b;
}

.tabss nav a:focus {
	outline: none;
}

/* Icons */
.icon::before {
	z-index: 10;
	display: inline-block;
	margin: 0 0.4em 0 0;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-size: 1.3em;
	font-family: 'stroke7pixeden';
	line-height: 1;
	speak: none;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-upload::before {
	content: "\e68a";
}
.icon-tools::before {
	content: "\e60a";
}
.icon-plane::before {
	content: "\e625";
}
.icon-joy::before {
	content: "\e6a4";
}
.icon-plug::before {
	content: "\e69a";
}
.icon-home::before {
	content: "\e648";
}
.icon-gift::before {
	content: "\e652";
}
.icon-display::before {
	content: "\e65e";
}
.icon-date::before {
	content: "\e660";
}
.icon-config::before {
	content: "\e666";
}
.icon-coffee::before {
	content: "\e669";
}
.icon-camera::before {
	content: "\e66f";
}
.icon-box::before {
	content: "\e674";
}

/* Content */
.contents-wrap {
	position: relative;
    width: 80%;
    float: left;
    border: 1px solid #c1c1c1;
    border-top-color: #0a5ccc;
    border-bottom: none;
    border-right: none;
    border-left: none;
}

.contents-wrap section {
	display: none;
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
}

.contents-wrap section.content-current {
	display: block;
}


/* Fallback */
.no-js .contents-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.no-flexbox nav ul {
	display: block;
}

.no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}

@media screen and (max-width: 58em) {
	.tabss nav a.icon span {
		display: none;
	}
	.tabss nav a:before {
		margin-right: 0;
	}
}

/*tambahan*/
.tabssss {
    float: none;
    list-style: none;
    padding: 0;
	margin:0
}
 
.tabssss li {
	display: block;
}

.labels:after {
	content: '';
	display: table;
	clear: both;
}

.tabssss label {
	display: inline-block;
	float: left;
    padding: 10px 20px;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: normal;
    background: #2c3e50;
    cursor: pointer;
}
 
.tabssss label:hover {
    background: #3498db;
}
 
.tab-content {
    display: none;
    width: 100%;
    padding: 15px;

    border:1px solid #ccc;
    border-top: 10px solid #08C;
    background-color:#ffffff;
}


.tabssss input[type=radio] {
    display:none;
}
 
[id^=tab]:checked ~ div[id^=tab-content] {
    display: block;
}

[id^=tab]:checked ~ [id^=label]  {
    background: #08C;
    color: white;
}




#relatedContent {
	display: block;
	clear: both;
  	max-width: 800px;
  	margin: 100px auto 0;
}

#relatedContent h3 {
  font-size: 30px;
  text-align: center;
  color: #FFF;
}

#relatedContent .item {
  	max-width: 44%;
  	padding: 3%;
  	float: left;
  	text-align: center;
}

#relatedContent .item a img {
 	max-width: 100%;
}



/*Tabs Profil */
/*****************************/
/* Top Line */
/*****************************/

.tabs-style-topline {
	max-width: 1200px;
}

.tabs-style-topline nav li {
	border: 1px solid rgba(40,44,42,0.1);
	border-right: none;
	min-width: 200px;
}

.tabs-style-topline nav li:not(:last-child) {
	border-right: none;
}

.tabs-style-topline nav li.tab-current {
	border-bottom: none;
	border-right: none;

}

.tabs-style-topline nav a {
	padding: 0.65em 0 0.5em;
	background: rgba(40,44,42,0.05);
	color: #74777b;
	line-height: 1;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	border-right: 1px solid #0a5ccc;
}

.tabs-style-topline nav a:hover,
.tabs-style-topline nav a:focus {
	color: #0a5ccc;
}

.tabs-style-topline nav li.tab-current a {
	background: none;
	color: #0a5ccc;
	border: 1px solid #0a5ccc;
	border-right: none;
    border-left: 4px solid #0a5ccc !important;
}

.tabs-style-topline .icon::before {
	display: block;
	margin: 0;
}

.tabs-style-topline nav a span {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.tabss {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-weight: 300;
	font-size: 1.25em;
}

/* Nav */
.tabss nav {
	text-align: center;
}

.tabss nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	float: left;
    width: 20%;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tabss nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tabss nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;

}

.tabss nav a span {
	vertical-align: middle;
	font-size: 0.75em;
}

.tabss nav li.tab-current a {
	color: #74777b;
}

.tabss nav a:focus {
	outline: none;
}



/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tabs nav ul li:hover{
background:#0a5ccc;
color:#fff;
}


.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	line-height: 2.5;
}

.tabs nav a span {
	vertical-align: middle;
	font-size: 11px;
	color:#fff;
}

.tabs nav a span:hover{
	color: #fff;
}


.tabs nav li.tab-current a {
	color: red;
}

.tabs nav a:focus {
	outline: none;
	color:#fff;

}

/* Content */
.contents-wrap {
	position: relative;
}

.contents-wrap section {
	display: none;
	margin: 0 auto;
	max-width: 1200px;
	padding-left:10px;
}

.contents-wrap section.contents-current {
	display: block;
    overflow: auto;
}

.contents-wrap section p {
	margin: 0;
	color: #000;
	font-weight: 900;
	font-size: 10px;
	padding:5px  0 0 10px;
}

.ttd{
font-size:12px;
}






.bn_skin1 {
    left: 50%;
    margin-left: -851px;
}

.bn_skin {
    position: fixed;
    width: 300px;
    top: 45px;
}
.bn_skin1 .skin3 {
    float: right;
}
.skinad_1 a, .skinad_2 a {
    display: block;
    height: 700px;
    position: relative;
    margin-top: 0;
    z-index: 4;
}
.bn_skin2 {
    right: 50%;
    margin-right: -851px;
}
.bn_skin2 .skin3 {
    float: left;
}
.skinad_1 a, .skinad_2 a {
    display: block;
    height: 700px;
    position: relative;
    margin-top: 0;
    z-index: 4;
}
.bottom{
margin-bottom:20px;}


.see-documentation-p {
  text-align: right;
  margin-top: 30px;
}
.btn {
  transition: background 300ms;
  border-radius: 2px;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -3px inset;
  text-transform: uppercase;
  font-weight: bold;
}
.btn.btn-green {
  color: white;
  background: #009688;
}
.btn.btn-green:hover {
  background: #00695c;
}
.btn.btn-yellow {
  color: black;
  background: #fdd835;
}
.btn.btn-yellow:hover {
  background: #fbc02d;
}
.btn.btn-small {
  padding: 3px 7px;
  font-size: 11px;
}
.skitter-themes { text-align: center; margin-bottom: 10px; }
.skitter-themes ul { }
.skitter-themes ul li { display: inline-block; }
.skitter-themes ul li a { padding: 10px; display: inline-block; color: black; text-decoration: none; font-size: 14px; font-weight: bold; text-transform: uppercase; border-radius: 2px; border: 2px solid; margin: 0 5px 10px 5px; }
.skitter-themes ul li a.active { color: #999; }

.skitter-animations { text-align: center; margin: 20px 0 10px 0; }
.skitter-animations h3 { text-transform: uppercase; margin: 0 0 10px 0; }
.skitter-animations ul { }
.skitter-animations ul li { display: inline-block; }
.skitter-animations ul li a { display: inline-block; color: black; text-decoration: none; font-size: 14px; border-bottom: 1px solid; margin: 0 5px 10px 5px; }
.skitter-animations ul li a.active { color: #999; }

@media (max-width: 767px) {
  .skitter-themes ul li a { 
    margin: 0 2px 5px 2px;
    padding: 5px;
    font-size: 12px;
  }
}



.banner-upa{
     background-image: url("http://peradi.or.id/gambar/profil/banner-perpanjangan-upa-2021.jpg");
     background-repeat: no-repeat;
     background-color: #cccccc;
     display:block;
}

@media screen and (min-width: 320px) and (max-width: 479px) {
.fixedbanner img {display:none}
.fixedbanner2 img {display:none;}
}

