/* CSS Document */

/*
*
*
[Table of contents]
*
*
*

    font-black / @import url
        reset / html
        general / body
        space / .space-single
        button-black / button
        devider / .devider
        section / section
        no select / .noselect
        wrapper / .content-wrapper
        whitepage / .whitepage
        preloader / .preloader
        navigation / .navbar-default
        subheader / #subheader
        home / #home
        background-img-black / .mainbg
        blue-black / .blue-home
        feature / .main-serv
        schedule / .filter-wraper
        price/ .wrap-price
        projects / #projects-wrap
        contact / .contactbg
        subscribe / #subwrap
        address / .wrapaddres
        footer / .footer
        social-icons / .social-icons
        totop / #totop
        Blog & article / #content
        Blog comment / #blog-comment
        owl slider home / #owl-slider-home
        general popup / .white-popup-block

*
*
*/

/* font-black */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,700');

/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, 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, nav, button, output, ruby, section, summary, time, mark, audio, video {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    text-decoration:none;
    list-style: none;
}

/** general **/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.8em;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    overflow-x:hidden;
    color:#606060;
    background:#fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


h1{ font-size:30pt; font-weight:700; line-height:normal; text-transform:uppercase;}
h2{ font-size:28pt; font-weight:400; line-height:normal; }
h3{ font-size:20pt; font-weight:300; line-height:normal; }
h4{ font-size:16pt; font-weight:500; }
h5{ font-size:14pt; font-weight:600; }
h6{ font-size:12pt; font-weight:600; }
p{ font-size:13px; margin-bottom: 1rem; }

a, a:visited, a:hover, a:active , a:link{
    color: inherit;
    text-decoration:none;
    outline: 0;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.link-class {
    display: block;
    text-decoration:none;
}

/* space */
.space-single{
    width:100%;
    height:30px;
    display:block;
    clear:both;
}

.space-double{
    width:100%;
    height:60px;
    display:block;
    clear:both;
}

.space-half{
    width:100%;
    height:15px;
    display:block;
    clear:both;
}

/*
hr {
    display: block;
    clear: both;
    border-top: solid 1px #ddd;
    margin: 40px 0 40px 0;
}
*/

hr {
    display: block;
    clear: both;
    margin: auto;
    width: 8%;
    min-width: 80px;
    text-align: center;
    height: 5px;
    background: linear-gradient(to right, #1c1536, #482172, #8900e2);
}

.center{ text-align:center; margin:0 auto; }
.left{ text-align:left; float:left; line-height:inherit; }
.right{ text-align:right; float:right; line-height:inherit; }
.color{ color:#008dff;}

.min-left{margin-left:-15px;}
.min-right{margin-right:-15px;}

/* button-black */
button{
    border: 1px solid #dadada;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
button:hover{
    border: none;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-home {
    display: inline-block;
    width: 198px;
    height: 40px;
    font-size:10pt;
    font-weight:600;
    letter-spacing:1pt;
    font-style:normal;
    text-align:center;
    line-height:38px;
    color:#444444;
    border: 1px solid rgba(255,255,255,0);
    background:rgba(255,255,255,1);
    outline: none;
    text-shadow:none;
    margin: 5px auto;
    margin-left:0px;
    padding: 0;
    box-shadow: 3px 8px 12px rgba(0, 0, 0, .1);
    cursor:pointer;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.btn-home-border {
    display: inline-block;
    width: 198px;
    height: 40px;
    font-size:10pt;
    font-weight:600;
    letter-spacing:1pt;
    font-style:normal;
    text-align:center;
    line-height:38px;
    color:#fff;
    border: 1px solid rgba(255,255,255,.3);
    background:rgba(255,255,255,0);
    outline: none;
    text-shadow:none;
    margin: 15px auto;
    margin-left:15px;
    padding: 0;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    cursor:pointer;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.btn-content{
    display: inline-block;
    width: 198px;
    height: 40px;
    font-size:10pt;
    text-align:center;
    line-height:38px;
    color:#fff;
    border: 0px solid rgba(255,255,255,0);
    border-radius: 0;
    background: rgb(133, 4, 218); /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, rgba(28, 21, 54, 1) , rgba(72, 33, 114, 1) , rgba(89, 12, 140, 1)); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, rgba(28, 21, 54, 1) , rgba(72, 33, 114, 1) , rgba(89, 12, 140, 1)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    outline: none;
    text-shadow:none;
    margin: 0 auto;
    margin-top:20px;
    padding: 0;
    box-shadow: 3px 8px 12px rgba(0, 0, 0, .3);
    cursor:pointer;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.btn-home:hover, .btn-content:hover, .btn-home-border:hover{
    border: 0px solid rgba(255,255,255,0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    color:#fff;
    background: #be78ec;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;}

.btn-home-active{
    border: none;
    background:#008dff;
    display: inline-block;
    width: 198px;
    height: 40px;
    margin:0 auto;
    font-size:10pt;
    letter-spacing:1pt;
    font-style:normal;
    text-align:center;
    line-height:49px;
    color:#efefef;

    outline: none;
    text-shadow:none;
    margin: 20px 0 0 0;
    padding: 0;
    cursor:pointer;
}

.btn-home-active:hover{
    color:#efefef;
    background: #6e8b30;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;}

/* devider */
.devider-left {display:block; border-top: 7px solid #e1e1e1; width:287px; margin-top:20px; margin-bottom:20px; text-align:left;}
.devider-cont {display:block; border-top: 7px solid #e1e1e1; width:79px; margin:0 auto; margin-top:30px; margin-bottom:30px; text-align:center;}
.devider-serv {display:block; border-top: 7px solid #e1e1e1; width:67px; margin-top:10px; margin-bottom:10px; text-align:left;}
.devider-widget {display:block; border-bottom: 2px solid #e1e1e1; margin-bottom:30px; width:60px; text-align:left;}
.devider-right {display:block; border-right: 1px solid rgba(255,255,255,0.5); height:70px; margin:0 auto; margin-left:100px;}
.devider-black {
    display: block;
    border-top: 5px solid rgb(133, 4, 218);
    width: 60px;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}


/* section */
section {padding:90px 0 90px 0;}
#kontakt {padding:90px 0 90px 0;}
.whitepage.no-bottom {padding:60px 0 0 0 !important;}
.whitepage.no-top {padding: 0 0 60px 0  !important;}
.whitepage.no-padding {padding:0;
}

.raw-data { padding-top: 30px !important; }
.raw-data .data-row { padding: 0 0 10px 0; }
.raw-data .data-row .data-item { padding: 0 }
.raw-data b { font-weight: 700; }
.raw-data ul { padding: 0 0 0 12px; }
.raw-data ul li { list-style: square; }

.release .version {
    font-weight: bold;
    display: inline-block;
    margin-right: .5rem;
    vertical-align: middle;
}
.release .date {
    display: inline-block;
}
.release .description {
    font-size: 14px;
    margin-top: .75rem;
}
.release .description p {
	margin-bottom: .5rem;
}

/* ---- isotope start ---- */

.isotope-group .button {
    display: inline-block;
    padding: 2px 12px;
    margin-bottom: 10px;
    border: 1px solid #606060;
    background-color: #fff;
    color: #606060;
    font-family: sans-serif;
    font-size: 16px;
    text-shadow: 0 1px white;
    cursor: pointer;
    border-radius: 0;
    outline: none;
}

.isotope-group .button:hover {
    border: 1px solid #606060;
    background-color: rgba(133, 4, 218, .45);
    text-shadow: 0px 1px hsla(0, 0%, 0%, .25);
    color: #fff;
}

.isotope-group .button:active,
.isotope-group .button:focus, 
.isotope-group .button.is-checked {
    border: 1px solid #606060;
    background-color: rgb(133, 4, 218);
    text-shadow: 0 -1px hsla(0, 0%, 0%, 0.25);
    color: #fff;
}

/* ---- button-group ---- */

.isotope-group .button-group:after {
    content: '';
    display: block;
    clear: both;
}

.isotope-group .button-group .button {
    float: left;
    margin-left: 0;
    margin-right: 1px;
}

/*
.isotope-group .button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.isotope-group .button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }
*/

/* ---- isotope end ---- */

/* no select */
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* wrapper */
.content-wrapper{ overflow-x:hidden; }

.v-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.yellowpage {
    width: 100%;
    height: auto;
    color: #181818;
    padding: 60px 0 60px 0;
    /*background: linear-gradient(to right, #1c1536, #482172, #8900e2);*/
    background: rgba(72, 33, 114, 1); /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, rgba(28, 21, 54, 1) , rgba(72, 33, 114, 1) , rgba(89, 12, 140, 1)); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, rgba(28, 21, 54, 1) , rgba(72, 33, 114, 1) , rgba(89, 12, 140, 1)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/* whitepage */
.whitepage{
    width: 100%;
    height:auto;
    color:#606060;
    background:#fff;
}

.whitepage .anker{
    scroll-margin-top: 60px;
}

.whitepage h1, .whitepage h2, .whitepage h3, .whitepage h4, .whitepage h5, .whitepage h6{ color:#535353; }
.whitepage h1{ font-weight:700; letter-spacing:1px; margin-bottom:20px;}
.whitepage h2{ font-weight:700; letter-spacing:0.5px; background-image:linear-gradient(to right, #482172, #8900e2);  -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.whitepage.no-bottom h2{ font-size: 20pt; font-weight:700; letter-spacing:0.5px; background-image:linear-gradient(to right, #482172, #8900e2);  -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.whitepage em{ display:block; font-style:italic; margin-bottom:20px;}
.whitepage article{ padding:10px 60px 0 0;}

.whitepage .text-editor a, 
.whitepage .text-editor a:visited, 
.whitepage .text-editor a:link { 
    color: #8504da; 
}
.whitepage .text-editor a:hover, 
.whitepage .text-editor a:active { 
    color: #f97e0d; 
}

.whitepage .text-editor ul { margin: 0 0 0 1rem; }
.whitepage .text-editor ul li { list-style: square; }
.whitepage .text-editor ul li li { list-style: disc; }
.whitepage .text-editor ul li li li { list-style: circle; }

.whitepage .text-editor ol { margin: 0 0 0 1rem; }
.whitepage .text-editor ol li { list-style: decimal; }
.whitepage .text-editor ol li li { list-style: lower-alpha }
.whitepage .text-editor ol li li li { list-style: lower-roman}

.whitepage .text-editor strong { font-weight: 700; }
.whitepage .text-editor em { display: inline; font-style: italic; margin-bottom: 0; }

@media(max-width:414px) {
    .whitepage h1{ font-size: 20pt; font-weight:700; letter-spacing:1px; margin-bottom:20px;}
}

/* whitepage-1 */
.whitepage-1{
    width: 100%;
    height:auto;
    color:#606060;
    background:#f1f1f1;
}
.whitepage-1 h1, .whitepage h2, .whitepage h3, .whitepage h4, .whitepage h5, .whitepage h6{ color:#535353; }
.whitepage-1 h1{ font-weight:600; letter-spacing:2px;}
.whitepage-1 em{ display:block; font-style:italic; margin-bottom:20px; color: rgb(133, 4, 218);}
.whitepage-1 article{ padding:10px 60px 0 0;}

/* preloader */
.preloader
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(72, 33, 114, 1); /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, rgba(28, 21, 54, 1) , rgba(72, 33, 114, 1) , rgba(89, 12, 140, 1)); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, rgba(28, 21, 54, 1) , rgba(72, 33, 114, 1) , rgba(89, 12, 140, 1)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.mainpreloader {
    position:relative;
    width:auto;
    height:auto;
}

.mainpreloader img{ display:block; margin:0 auto; z-index:999;}
.mainpreloader span{ display:block; font-size:8pt; text-transform:uppercase; letter-spacing:2px; text-align:center; color:#fff; margin:10px auto;}
.bg-preloader {
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    background: rgba(72, 33, 114, 1); /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, rgba(28, 21, 54, 1) , rgba(72, 33, 114, 1) , rgba(89, 12, 140, 1)); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, rgba(28, 21, 54, 1) , rgba(72, 33, 114, 1) , rgba(89, 12, 140, 1)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    z-index:999;
}

.logo-preloader{
    -webkit-animation: fadeimg 1s infinite linear;
    animation: fadeimg 1s infinite linear;
}
@-webkit-keyframes fadeimg{
    0% {opacity:1;}
    50% {opacity:0;}
    100% {opacity:1;}
}
@keyframes fadeimg{
    0% {opacity:1;}
    50% {opacity:0;}
    100% {opacity:1;}
}
/* end preloader */

/* navigation */
.navbar-default {
    position:fixed;
    background:rgba(0,0,0,0);
    top:-5px;
    border-bottom:1px groove rgba(255,255,255,0);
    -webkit-transition : all .3s ease-in-out;
    -moz-transition    : all .3s ease-in-out;
    transition         : all .3s ease-in-out;
}

.navbar-default {
    height:90px;
}
.navbar-default.fullHeight{height:100%!important;}

.navbar-brand {position:absolute; top:10px; padding-bottom:20px; top:20px; left:50px; z-index:2; }
.navbar-brand img{
    width:100%;
    height:auto;
    -webkit-transition : all .3s ease-in-out;
    -moz-transition    : all .3s ease-in-out;
    transition         : all .3s ease-in-out;
}

.scroll-link{cursor:pointer;}

.sticky-nav.navbar-default {
    background: rgba(255, 255, 255, 1);
    top:0px;
    border-bottom:1px groove rgba(255,255,255,0);
    box-shadow: 5px 4px 3px rgba(0, 0, 0, .1);
    -webkit-transition : all .3s ease-in-out;
    -moz-transition    : all .3s ease-in-out;
    transition         : all .3s ease-in-out;
}

.sticky-nav .navbar-brand{position:absolute; top:10px;}
.sticky-nav nav{
    top:20px; -webkit-transition : all .3s ease-in-out;
    -moz-transition    : all .3s ease-in-out;
    transition         : all .3s ease-in-out;
}


.sticky-nav nav a,
.sticky-nav nav a:visited,
/*.sticky-nav nav a:hover,*/
.sticky-nav nav a:active ,
.sticky-nav nav a:link {
    color: #333;
}

.sticky-nav nav li ul a,
.sticky-nav nav li ul a:visited,
/*.sticky-nav nav li ul a:hover, */
.sticky-nav nav li ul a:active ,
.sticky-nav nav li ul a:link {
    color: inherit;
}

.sticky-nav nav a:hover,
.sticky-nav nav li ul a:hover {
    color: #f97e0d;
}

.sticky-nav nav a.active,
.sticky-nav nav li.active a,
.sticky-nav nav li ul a.active {
    color: #8504da;
}

/* menu nav */
nav {
    position:absolute;
    top:30px;
    right:100px;
    color:#efefef;
    z-index:999;
    -webkit-transition : all .3s ease-in-out;
    -moz-transition    : all .3s ease-in-out;
    transition         : all .3s ease-in-out;
}

nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

nav ul li {
    display:inline-block;
}


nav a {
    display:block;
    padding:10px;
    color:#000000;
    font-size:10pt;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
    line-height: 20px;
    text-decoration:none;
}

nav a:hover {
    color:#f97e0d;
}

nav a:hover::before {
    display:inline-block;
    position:absolute;
    max-width: 35px;
    color: rgba(255,255,255,0);
    border-bottom: 2px solid rgba(255,255,255,1);
    -webkit-transition: max-width 0.5s;
    -moz-transition: max-width 0.5s;
    transition: max-width 0.5s;
}

nav a::before {
    position:absolute;
    overflow: hidden;
    max-width: 0;
    border-bottom: 2px solid rgba(255,255,255,0);
    color: rgba(255,255,255,0);
    content: attr(data-hover);
    -webkit-transition: max-width 0.5s;
    -moz-transition: max-width 0.5s;
    transition: max-width 0.5s;
    white-space: nowrap;
}

nav a.active,
nav li.active > a {
    color:#6cd2d7;
}

nav ul ul {
    display:none;
    position: absolute;
    top: 40px;
    color:#efefef;
}

nav ul li:hover > ul {
    display:inherit;
    -webkit-animation-name: animfadeInUpmenu;
    animation-name: animfadeInUpmenu;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

nav ul ul li {
    width: auto;
    float: none;
    display: list-item;
    background: rgba(72, 33, 114, 0.9); /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, rgba(28, 21, 54, 0.9) , rgba(72, 33, 114, 0.9) , rgba(89, 12, 140, 0.9)); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, rgba(28, 21, 54, 0.9) , rgba(72, 33, 114, 0.9) , rgba(89, 12, 140, 0.9)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: relative;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
}
nav ul ul li a{ line-height:30px;}
nav ul ul li:last-child {border-bottom:none;}

nav ul ul ul li {
    position: relative;
    top:-60px;
    left:200px;
}

li > a:after { content:  ''; margin-left:0; }
li > a:only-child:after { content: ''; }
/*end menu nav*/

/*language selection*/
.navbar-default .language-selection {
    position: absolute;
    color: #fff;
    text-align: right;
    right: 20px;
    top: 34px;
}
.sticky-nav.navbar-default .language-selection {
    color: #fff;
    top: 24px;
}
.navbar-default .language-selection a {
    color: #fff;
    position: relative;
    top: 8px;
}
.navbar-default .language-selection a:hover {
    color: #6cd2d7;
}
.navbar-default .language-selection a span {
    text-transform: uppercase;
    font-weight: bold;
}

.navbar-default .language-selection .dropdown button {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #ddd;
    width: 46px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}
.sticky-nav.navbar-default .language-selection .dropdown button {
    color: rgba(0,0,0,0.3);
}

.navbar-default .language-selection .dropdown button .caret {
    margin-left: 3px;
}
.navbar-default .language-selection .dropdown .dropdown-menu {
    width: 46px;
    min-width: 46px;
    padding: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
    border-radius: initial;
}
.navbar-default .language-selection .dropdown .btn-primary:active:focus, .navbar-default .language-selection .dropdown .btn-primary:active:hover, .navbar-default .language-selection .open > .dropdown-toggle.btn-primary:focus, .navbar-default .language-selection .open > .dropdown-toggle.btn-primary:hover {
    color: #8504da;
    background-color: #fff;
    border-color: transparent;
    opacity: 0.7;
}

.navbar-default .language-selection .dropdown .dropdown-menu a {
    background-color: #fff;
    border-color: transparent;
    color: #000;
    padding: 3px 15px;
    position: initial;
    text-transform: uppercase;
}
.navbar-default .language-selection .dropdown .dropdown-menu a:hover {
    color: #fff;
    background-color: #8504da;
    border-color: transparent;
    /* opacity: 0.7; */
}
/*end language selection*/

/* breadcrumb */
.breadcrumb {
    position: relative;
    top: 65px;
    padding: 3px 15px 8px 5px;
    background: transparent;
    color: #fff;
}
.breadcrumb > li + li::before {
    color: #fff;
    padding: 0 0px 0 4px;
}
.breadcrumb li > a:hover {
    color:#f57c0c;
}
.breadcrumb li > a::after {
    margin-left: 0;
}

.sticky-nav .breadcrumb {
    color: #333;
    top: 60px;
}
.sticky-nav .breadcrumb > li + li::before {
    color: #333;
}
/* end breadcrumb */

/* subheader */
#subheader{
    padding-bottom:70px;
    background:#222;
    background:url(../img/bg-subheader.jpg)top fixed;
}
#subheader h1 {
    color:#eceff3;
    margin-top:80px;
    font-size: 32px;
    letter-spacing: 5px;
    float: left;
    padding-right: 40px;
    margin-right: 40px;
    text-transform:uppercase;
}
#subheader span {
    letter-spacing:2px;
    display: inline-block;
    font-size: 15px;
    margin-top:88px;
    color:#fff;
}
#subheader .subdetail{
    float: right;
    font-size:11px;
    letter-spacing:2px;
    margin-top: 90px;
    text-transform:uppercase;
    color:#777;
}
#subheader .subdetail li { display:inline-block; color:#fff;}
#subheader .subdetail li a{ color:#efefef;}
#subheader .subdetail li.sep{ margin-right:20px;}
/* subheader end */


/* home */
#home{ color:#fff;}
#home h1{ font-size:46pt; font-weight:600; letter-spacing:2px; margin:10px 0 0 0;}
#home h3{ font-size:34pt; letter-spacing:2px; margin:5px 0 0 0;}
#home p{ font-size:16pt; font-weight:400; letter-spacing:2px; margin:0 0 40px 0;}
.overlay-main{
    position:absolute;
    width: 100%;
    height:100%;
    top:0px;
    left:0px;
    padding-top:90px;
    background: rgba(72, 33, 114, 0.9); /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, rgba(28, 21, 54, 0.9) , rgba(72, 33, 114, 0.9) , rgba(89, 12, 140, 0.9)); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, rgba(28, 21, 54, 0.9) , rgba(72, 33, 114, 0.9) , rgba(89, 12, 140, 0.9)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.overlay-main-small{
    position:absolute;
    width: 100%;
    height:auto;
    top:0px;
    left:0px;
    padding-top:90px;
    background: rgba(72, 33, 114, 0.9); /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, rgba(28, 21, 54, 0.9) , rgba(72, 33, 114, 0.9) , rgba(89, 12, 140, 0.9)); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, rgba(28, 21, 54, 0.9) , rgba(72, 33, 114, 0.9) , rgba(89, 12, 140, 0.9)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.overlay-maps {
    position:relative;
    width: 100%;
    height:500px;
    top:0px;
    left:0px;
    padding-top:90px;
    background: rgba(72, 33, 114, 0.9); /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, rgba(28, 21, 54, 0.9) , rgba(72, 33, 114, 0.9) , rgba(89, 12, 140, 0.9)); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, rgba(28, 21, 54, 0.9) , rgba(72, 33, 114, 0.9) , rgba(89, 12, 140, 0.9)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.hp-home{ display:block;}

/* background-img-black */
.mainbg {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow-x:hidden;
    background:#535353;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.mainbg-small {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 90px;
    overflow-x:hidden;
    background:#535353;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.imgbg {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position:center center;
    background-repeat:no-repeat;
}
.imgbg-small {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 90px;
    overflow-x: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position:center center;
    background-repeat:no-repeat;
}

.imgbg-maps {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 500px;
    overflow-x: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position:center center;
    background-repeat:no-repeat;
}


.mainbgvideo {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height:100%;
    overflow-x:hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bgslider {
    position:absolute;
    overflow:hidden;
    color:#fff;
    background:#172434;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position:center center;
    background-repeat:no-repeat;
}


/* background video  */

.bgvideo{
    position:absolute;
    width: 100%;
    height:100%;
    top:-50px;
    left:0;
    background:#efefef;
}

.video {
    position:relative;
    top: 50%;
    left: 50%;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index:0;
    opacity:0.8;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* blue-black */
.blue-home{
    position:absolute;
    width: 100%;
    height:auto;
    padding:30px 0 20px 0;
    background:#008dff;
    color:#fff;
    bottom:0px;
    left:0px;
    text-align:center;
}

.blue-page{
    position:relative;
    width: 100%;
    height:auto;
    padding:50px 0 50px 0;
    overflow-x:hidden;
    background: rgba(72, 33, 114, 1); /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, rgba(28, 21, 54, 1) , rgba(72, 33, 114, 1) , rgba(89, 12, 140, 1)); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, rgba(28, 21, 54, 1) , rgba(72, 33, 114, 1) , rgba(89, 12, 140, 1)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color:#fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.blue-page span{  font-size:24pt;}

.blue-price{
    position:relative;
    width: 100%;
    height:auto;
    padding:90px 0 90px 0;
    overflow-x:hidden;
    background: rgba(72, 33, 114, 1); /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, rgba(28, 21, 54, 1) , rgba(72, 33, 114, 1) , rgba(89, 12, 140, 1)); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, rgba(28, 21, 54, 1) , rgba(72, 33, 114, 1) , rgba(89, 12, 140, 1)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color:#fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/* home end */

/* about */
.about{ display:block; height:100%; padding:70px 20px 70px 20px;}
/* social-icons-black */
.social-icons-black{
    display:block;
    margin-right:15px;
    margin-top:20px;
}
.social-icons-black span{
    text-shadow:none;
    color: #333;
    padding: 8px;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size:16px;
    border-radius:1px;
    -moz-border-radius:1px;
    -webkit-border-radius:1px;
    -webkit-transition : all .3s ease-in-out;
    -moz-transition    : all .3s ease-in-out;
    transition         : all .3s ease-in-out;
}
.social-icons-black span:hover{
    color:rgba(0,0,70,1);
    -webkit-transition : all .3s ease-in-out;
    -moz-transition    : all .3s ease-in-out;
    transition         : all .3s ease-in-out;
}
/* about end*/

/* service-about */
#service-about{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    text-align:center;
}

.service-about {
    position: relative;
    display:inline-block;
    font-size: 9pt;
    font-weight:400;
    letter-spacing:1pt;
    text-transform:uppercase;
    width: 325px;
    height: 280px;
    margin:0 10px auto;
}

.service-about h2{
    font-size: 16pt;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: 11px;
}

.service-about img {
    width: 100%;
    vertical-align: top;
}

.service-about .hovereffect {
    width: 100%;
    height:auto;
    float: left;
    position: relative;
    text-align: center;
    cursor:pointer;
}

.service-about .hovereffect .overlay {
    width: 100%;
    height: 2%;
    position: absolute;
    bottom: 40px;
    left: 0;
    background-color: rgba(255,204,0,0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-about .hovereffect:hover .overlay {
    background-color: rgba(133, 4, 218, 1);
}
/* service-about end */

/* plugins */
.plugins-col {
    text-align: center;
}
.plugins-wrapper{
    max-width:350px;
    width:100%;
    text-align:center;
    margin-bottom:20px;
    margin-top:20px;
    display:inline-block;
    box-shadow: 5px 5px 2px rgba(23,36,52,0.1);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.plugins-wrapper img{
    overflow: hidden;
    margin-left:0px;
    opacity: 1;
}
.plugins-wrapper:hover{
    cursor: pointer;
    box-shadow: 5px 5px 2px rgba(23,36,52,0.5);
    opacity: 0.8;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.plugins-des{
    padding:15px 0 15px 0;
    background:#fefefe;
    height: 200px;
}
.plugins-des h3{ font-size:18pt; font-weight:600;}
.plugins-des span{
    display: block;
    font-weight:300;
    font-size:10pt;
    margin: 0 0 10px 0;
}
.plugins-des p{
    padding: 0 5px;
    line-height: 20px;
}
.plugins-des a{
    display:inline-block;
    margin: 0 5px 10px 5px;
    text-shadow:none;
    padding: 8px;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size:16px;
    border-radius:1px;
    -moz-border-radius:1px;
    -webkit-border-radius:1px;
    -webkit-transition : all .3s ease-in-out;
    -moz-transition    : all .3s ease-in-out;
    transition         : all .3s ease-in-out;
}
.plugins-des a:hover{
    color:#fff;
    background:#111;
    border-color:#eceff3;
    -webkit-transition : all .3s ease-in-out;
    -moz-transition    : all .3s ease-in-out;
    transition         : all .3s ease-in-out;
}
/* plugins end */

@media only screen and (max-width: 1024px) {
    .milestone-counter{ margin:30px auto;}
}

/* responsive-table */

.table-description {
    margin: 0 0 10px 1px;
}
/*
Generic Styling, for Desktops/Laptops
*/
.responsive-table table {
    width: 100%;
    border-collapse: collapse;
}
/* Zebra striping */
.responsive-table tr:nth-of-type(even) {
    background: #eee;
}
.responsive-table th {
    background: #efefef;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.responsive-table td, th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left;
}

.responsive-table .table-cell,
.responsive-table .table-head {
    vertical-align: baseline;
}

.responsive-table .table-icon {
    vertical-align: middle;
    width: 50px;
}

.responsive-table .table-icon .img-responsive {
    min-width: 26px;
    margin: auto;
}

.responsive-table .table-icon .no-img {
    min-height: 26px;
    display: block;
}

.responsive-table .table-text {
    vertical-align: baseline;
}

.responsive-table .table-text p:last-child {
	margin-bottom: 0;
}

/* responsive-table end */

/* Owl brand */
#owl-brand .item{
    margin:0 auto;
    text-align: center;
}

/* Price */
.wrap-price{
    position: relative;
    color:#fff;
    padding:20px 40px 20px 40px;
    text-align:center;
    overflow:hidden;
    border:1px solid rgba(255,255,255,1);
}
.wrap-price .price{ display:inline-block; font-size:34pt; font-weight:600; margin:40px 20px 40px 20px; }
.price span{ display:inline-block; font-size:12pt; font-weight:600;}
.wrap-price .level-class{ display:block; font-size:30pt; font-weight:600; text-transform:uppercase; line-height:40pt; margin:10px 0 10px 0px; }
.wrap-price span.list{ display:block; font-size:14pt; font-weight:300; line-height:10pt; margin-top:25px; }
.wrap-price .btn-content{ margin-top:40px; margin-bottom:20px;}

/* projects */
.no-gutter {
    margin-left: 0;
    margin-right: 0;
    margin-top:0;
    margin-bottom:0;
}

.no-gutter [class*='col-']:not(:first-child),
.no-gutter [class*='col-']:not(:last-child) {
    padding-right: 0;
    padding-left: 0;
    padding-top:0;
    padding-bottom:0;
}
#projects-wrap{
    text-align:center;
    overflow:hidden;
}

.projects {
    position: relative;
    letter-spacing:1pt;
    text-transform:uppercase;
    overflow:hidden;
    border:0px solid rgba(0,0,0,0);
}

.projects:hover img {
    width: 100%;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.projects img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.projects .hovereffect {
    width: 100%;
    height:auto;
    float: left;
    position: relative;
    text-align: center;
    cursor:pointer;
}

.projects .hovereffect .overlay {
    width: 100%;
    height: 120%;
    position: absolute;
    top: -30px;
    left: 0;
    opacity:0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.projects .hovereffect:hover .overlay {
    height: 100%;
    top: 0;
    opacity:1;
    top: 0;
}

.projects .hovereffect .overlay h3{ font-size:9pt; font-weight:600; color:#535353; padding-top:30%; height:100%; background-color: rgba(255,255,255,.8); }

/* filter controls */
#filter-porto{
    padding:60px 0 60px 0;
    margin:0 auto;
}

#filter-porto li.filt-projects{
    font-size:10pt;
    font-weight:300;
    color:#535353;
    letter-spacing:1px;
    text-transform:uppercase;
    cursor: pointer;
    display: inline-block;
    list-style: none;
    -webkit-transition : all .3s ease-in-out;
    -moz-transition    : all .3s ease-in-out;
    transition         : all .3s ease-in-out;
}
#filter-porto li.space{ font-size:11pt; display: inline-block; margin: 0 10px 0 10px;}
#filter-porto li.filt-projects:hover{
    color:#c3c3c3;
    -webkit-transition : all .3s ease-in-out;
    -moz-transition    : all .3s ease-in-out;
    transition         : all .3s ease-in-out;
}

#filter-porto li.actived{
    color:#c3c3c3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.2s ease;
}
/* projects end */

/* main-serv */
.main-serv{
    background:rgba(254,254,254,0.8);
    border:1px solid rgba(0,0,0,0);
    height:100%;
    padding:60px 20px 60px 20px;
    box-shadow: 5px 5px 2px rgba(23,36,52,0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.main-serv:hover{
    cursor:pointer;
    border:1px solid rgba(0,0,0,0);
    box-shadow: 5px 5px 2px rgba(23,36,52,0);
    opacity: 0.8;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.main-serv h1{ font-family: 'Open Sans', sans-serif; font-size:31pt; font-weight:600; letter-spacing:2px;}
.main-serv p { max-width:320px; margin:0 auto;}
.main-serv .icon{ display:block; font-size:44pt; color:#111;}

.text{
    margin:20px;
}
.box-icon-simple.right{
    margin-right:70px;
    text-align:right;
}

.box-icon-simple.right span{
    font-size:34px;
    right:0;
    color:#fff;
    background: rgba(72, 33, 114, 1); /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, rgba(28, 21, 54, 1) , rgba(72, 33, 114, 1) , rgba(89, 12, 140, 1)); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, rgba(28, 21, 54, 1) , rgba(72, 33, 114, 1) , rgba(89, 12, 140, 1)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding:20px;
    border-radius:50px;
    -moz-border-radius:50px;
    -webkit-border-radius:50px;
    position:absolute;
}

.box-icon-simple.left{
    margin-left:70px;
}

.box-icon-simple.left span{
    font-size:34px;
    left:0;
    color:#fff;
    background: rgba(72, 33, 114, 1); /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, rgba(28, 21, 54, 1) , rgba(72, 33, 114, 1) , rgba(89, 12, 140, 1)); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, rgba(28, 21, 54, 1) , rgba(72, 33, 114, 1) , rgba(89, 12, 140, 1)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding:20px;
    border-radius:50px;
    -moz-border-radius:50px;
    -webkit-border-radius:50px;
    position:absolute;
}
/* main-serv end */

/* contact */
.contactbg{
    width: 100%;
    height:auto;
    background:#fff;
}


#map{width:100%; height:500px; padding-top:0px; padding-bottom:0px; margin-bottom:0px;}

.jumbotron {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#contact {
    text-align:left;
    width:100%;
    height:auto;
    margin:0 auto;
    padding:20px 20px 0 15px;
}
#form-contact button.btn{
    color:#fff;
    margin-top:5px;
    padding:10px 20px 10px 20px;
    border:1px solid rgba(255,255,255, 0); background:#008dff;
}

#form-contact button.btn:hover{
    color:#fff;
    border:1px solid rgba(255,255,255, 0.1);
    background:#3a7dda;
}

input[type="text"],
input[type="email"] {
    text-align: left;
    width: 100%;
    height: 34px;
    margin: 5px 0px 5px 0px;
    border-radius: 0;
    font-size: 9pt;
    font-weight: 300;
    letter-spacing: 0px;
    color: #333;
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0,0,0,0.3);
    padding: 6px 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-transition: none;
    -webkit-transition: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.2s ease;
}

input#name, input#email{width: 333px;}

input#name-contact, input#email-contact, textarea#message-contact{width: 100%;}

textarea.form-control {
    height: 100px;
}

.contact_form-1 .form-group {
    margin-bottom: 0;
}

textarea {
    text-align: left;
    outline:none;
    width: 670px;
    height:100px;
    margin: 5px 0px 5px 0px;
    font-size: 9pt;
    border: 0px;
    font-weight:300;
    letter-spacing: 0px;
    color:#333;
    background: rgba(0, 0, 0, 0);
    border:1px solid rgba(0,0,0,0.3);
    padding:10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-transition: none;
    -webkit-transition: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.2s ease;
}

input[type="text"]:focus, input[type="text"].focus, textarea:focus, textarea.focus, input[type="email"]:focus, input[type="email"].focus, email:focus, email.focus {
    border:1px solid rgba(0,0,0,0.8);
}

::-webkit-input-placeholder {
    opacity: 1;
    color:#333;
}

::-moz-placeholder {
    opacity: 1;
    color:#333;
} /* firefox 19+ */
:-ms-input-placeholder {
    opacity: 1;
    color:#333;
} /* ie */
input:-moz-placeholder {
    opacity: 1;
    color:#333;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-textarea-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.error {
    width: 100%;
    display: none;
    padding: 2px 10px 2px 10px;
    font-size: 11px;
    margin: 10px auto;
}
.success {
    width: 100%;
    display:none;
    padding: 5px 0px 2px 0px;
    font-size: 11px;
    margin: 10px auto;
}
/* contact end */

/* search */
.searchhighlight {
    padding: 0 4px 0 3px;
    font-style: italic;
    font-weight: bold;
    border: 1px solid rgb(133, 4, 218);

}
/* search end */

/* subscribe */
#subscribe .mail {
    display: none;
    visibility: hidden;
}

#subscribe input#subscribeemail {
    font-size: 10pt;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    width: 300px;
    height: 40px;
    margin: 0 20px 25px 0 ;
    padding: 10px;
    background:rgba(255,255,255,1);
    border: none;
}
#subscribe input#subscribeemail[type="text"]:focus, #subscribe input#subscribeemail[type="text"].focus{
    border: 1px solid #c3c3c3;

}

.subscribesuccess {
    display:none;
    width: 375px;
    font-size: 10px;
    line-height: 2;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    letter-spacing: normal;
    color:#fff;
    margin: 0 auto;
    padding:0;
    letter-spacing: 1px;
}

#subscribe .subscribeerror {
    width: 375px;
    font-size: 10px;
    line-height: 2;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    color:#fff;
    display: block;
    margin: 0 auto;
    padding: 0;
    letter-spacing: 1px;
}
#form-contact button.btn {
    display:inline-block;
    width: 198px;
    height: 40px;
    font-size:10pt;
    text-align:center;
    line-height:38px;
    color:#fff;
    text-transform:uppercase;
    border: 1px solid rgba(255,255,255,0);
    background:rgba(0,141,255,1);
    outline: none;
    text-shadow:none;
    margin: 0 auto;
    margin-top:20px;
    box-shadow: 3px 8px 12px rgba(0, 0, 0, .3);
    cursor:pointer;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
#form-contact button.btn:hover{
    color:#fff;
    border: 1px solid rgba(255,255,255,0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;}
/* subscribe end */

/* lattest news */
.wrap-news{
    position: relative;
    padding:0 0 20px 0;
    text-align:left;
    overflow:hidden;
    border:1px solid rgba(220,220,220,1);
}
.wrap-news span.date{ display:block; font-size:18pt; font-weight:600; margin:20px 20px 0 20px; }
.wrap-news h3{display:block; font-size:24pt; font-weight:600; margin:20px;}
.wrap-news p{display:block; margin:20px;}
.wrap-news .btn-content{display:block; margin:20px 0 0 20px; }

/* info-panel */
.wrap-info-panel {
    position: relative;
    padding: 0 0 20px 0;
    text-align: left;
    overflow: hidden;
    border: 1px solid rgba(220,220,220,1);
    margin-bottom: 30px;
}

.wrap-info-panel span.date{ display:block; font-size:18pt; font-weight:600; margin:20px 20px 0 20px; }
.wrap-info-panel h3{ display:block; font-size:18pt; font-weight:600; margin:20px; max-height: 43px; overflow: hidden;}
.wrap-info-panel p{ display:block; margin:20px 20px 10px 20px; min-height: 100px; overflow: hidden;}
.wrap-info-panel .btn-content{ display:block; margin:0 auto 10px; }



/* address */
.wrapaddres{
    margin:0;
    text-align:left;
    padding:20px;
}


.wrapaddres h5{ margin-top:10px; margin-bottom:15px;}

.wrapaddres a, 
.wrapaddres a:visited, 
.wrapaddres a:link { 
    color: #8504da; 
}
.wrapaddres a:hover, 
.wrapaddres a:active { 
    color: #f97e0d; 
}

address span {
    display: block;
    border-bottom:solid 1px rgba(255,255,255,0);
    padding-bottom:5px;
    margin-bottom:5px;
    font-weight:300;
}

address span strong {
    font-weight:600;
}

address span a{
    color:#eceff3;
}
/** address end **/

/* footer */
.footer{
    height:auto;
    padding:25px 0 15px 0;
    color:#efefef;
    background: rgba(72, 33, 114, 1); /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, rgba(28, 21, 54, 1) , rgba(72, 33, 114, 1) , rgba(89, 12, 140, 1)); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, rgba(28, 21, 54, 1) , rgba(72, 33, 114, 1) , rgba(89, 12, 140, 1)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/* social-icons */
.social-icons{
    display:block;
}
.social-icons span{
    text-shadow:none;
    color: #fff;
    padding: 8px;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size:16px;
    border-radius:1px;
    -moz-border-radius:1px;
    -webkit-border-radius:1px;
    -webkit-transition : all .3s ease-in-out;
    -moz-transition    : all .3s ease-in-out;
    transition         : all .3s ease-in-out;
}
.social-icons span:hover{
    background:#000;
    border-color:#eceff3;
    -webkit-transition : all .3s ease-in-out;
    -moz-transition    : all .3s ease-in-out;
    transition         : all .3s ease-in-out;
}
/* footer end */

/* totop */
#totop{
    display:none;
    width:30px;
    height:30px;
    background:#000;
    line-height:30px;
    position:fixed;
    bottom:10px;
    right:10px;
    text-align:center;
    cursor:pointer;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    -ms-border-radius: 5%;
    -o-border-radius: 5%;
    border-radius: 5%;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#totop:hover{
    background:#008dff;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#totop span{font-size:10pt; font-weight:600; color:#fff; }
/* totop end */


/* Blog & article */
#content{ text-align:left;}

article{
    margin-bottom:40px;
}

article .post-heading h3 {
    margin: 20px 0 10px 0;
    font-size: 16pt;
    font-weight: 600;
    color: #606060;
}

article .post-heading h3 a:hover {
    text-decoration:none;
}

/* single post */
.bottom-article{
    overflow: hidden;
    border-top:1px dashed rgba(255,255,255, 0.2);
    padding:10px 0 10px 0;
    margin-top:10px;
}
.bottom-article a.btn{
    padding:10px 20px 10px 20px;
    border:1px solid rgba(23,36,52, 0.1);
}

.bottom-article a.btn:hover{ color:#fff; border:1px solid rgba(255,255,255, 0); background:#008dff;}


/* pagination */
#pagination a{ padding:5px 10px ;}

#pagination .pagina-num{ margin-right:15px;}

#pagination a:hover {
    color: #008dff;
    text-decoration:none;
}

#pagination a.current {
    background: #008dff;
    color: #fff;
    font-weight:600;
}

/*  Aside, sidebar */
aside{
    position:relative;
    margin-bottom:40px;
}

.sidebar-nav{
    float:left;
    width:100%;
}

.right-sidebar{
    margin:0 auto;
}


.left-sidebar{
    padding:0 30px 0 0;
}

.left-sidebar .widget h3, .left-sidebar .widget .widget-content{
    padding-right:20px;
}

aside .widget {
    margin-bottom:40px;
}

.widget .recent div {
    margin-bottom:20px;
    display:inline-block;
}

.widget .recent div img {
    float:left; padding-right:10px;
}

.widget .recent div h6{
    font-size:14px;
    font-weight:600;
}

.widget .tags {
    margin:0;
    margin-left: 0;
    padding-left:0;
}

.widget .tags div {
    margin:5px 5px 15px 0;
    display:inline-block;
}

.widget .tags div a {
    border:1px solid rgba(23,36,52, 0.2);
    padding:5px 10px;
    text-align:center;
}

.widget .tags div a:hover {
    text-decoration:none;
    color:#111;
    border:1px solid rgba(23,36,52, 0.6);
}
/* Blog & article end */



/* Blog comment */
#blog-comment{ margin:0; padding:0px;}
#blog-comment h5{ font-size:13pt; margin-bottom:10px;}
#blog-comment ul, #blog-comment li{list-style:none; padding-left:0;}
#blog-comment li{min-height:70px; padding-bottom:10px; margin-bottom:10px; padding-bottom:20px; border-bottom: solid 1px rgba(255,255,255, 0.1);}
#blog-comment li .avatar{position:absolute; margin-top:5px;}
#blog-comment .comment{ margin-left:85px; }
#blog-comment li{min-height:70px; font-size:14px; line-height:1.6em; }
#blog-comment li li{ margin-left:80px; padding-bottom:0px; margin-top:20px; border-top: solid 1px rgba(255,255,255, 0.1); padding-top:10px; border-bottom:none;}
#blog-comment li li .avatar{position:absolute; }
#blog-comment li li .comment{ }
.comment-info {margin-left:85px; margin-bottom:5px;}
.comment-info span{}
.comment-info .c-name{ display:block; font-weight:700;}
.comment-info .c-reply{  padding-left:10px; margin-left:10px; border-left:solid 1px rgba(255,255,255, 0.1);}
.comment-info .c-reply a{font-size:11pt;}
.comment-info .c-date{  font-size:10pt;}
.blog-list h3, .blog-read h3{
    color:#333;
}
