@import "responsive.css";
@import "component.css";
@import "fxfullwidth.css";
@import "simpletextrotator.css";
@import "font-awesome.min.css";
@import "owl.carousel.css";
@import "owl.theme.css";
@import "owl.transitions.css";
@import "jpreloader.css";
@import "ex-select-option.css";

/*============================*/
/* Set Default Tags */
/*============================*/

body {
}

h1, h2, h3, h4, h5, h6 , p , address {
    margin: 0;
    font-family: 'Raleway', sans-serif;
}

img {
    max-width: 100%!important;
}

p , address {
    line-height: 26px;
}

h3 {
    margin-bottom: 10px;
}

a {
    text-decoration: none!important;
}

section.section-pattern {
    background:url('/images/pattern/darkdenim3.png');
}

ul {
    padding: 0;
}

li {
    list-style-type: none;
}

img.max-width {
    max-width: 100%;
}

/*============================*/
/* Spacing */
/*============================*/

.box-spacing {
    padding: 40px;
    display: block;
    float:left;
    width: 100%;
}

.box-spacing-small {
    padding: 20px;
    display: block;
    float:left;
    width: 100%;
}

.box-spacing-blog:first-child {
    margin: 30px 0;
    display: block;
    float:left;
    width: 100%;
    margin-top: 0;
}

.box-spacing-blog {
    margin: 30px 0px;
    display: block;
    float:left;
    width: 100%;
}

.box-spacing-equal {
    padding-top: 40px;
    margin-top: 60px;
    display: block;
    float:left;
    width: 100%;
}

.box-frame {
    padding:40px;
}

.full-size {
    background-size: 100% 100%!important;
    background-repeat: no-repeat;
}

.navigation-scroll {
    z-index: 15!important;
}

.no-padding {
    padding: 0;
}

/*============================*/
/* Alignment */
/*============================*/

.left {
    float:left;
}

.right {
    float:right;
}

.front {
    z-index: 10;
}

.front-heigh {
    z-index: 19;
}

.inline {
    display: inline-block;
}

.block {
    display: block;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.height-full {
    height: 100%;
}

.bottom {
    bottom: 0;
}

.margin-auto {
    margin: auto;
}

.table-call {
    display: table-cell;
}

.full-width {
    width: 100%;
}

.full-line {
    line-height: 700%;
}

.top {
    top:0;  
}

.position-top {
    top:90px;  
}

.position-bottom {
    bottom:90px;  
}

.position-left {
    left:90px;  
}

.position-right {
    right:90px;  
}


/*============================*/
/* Typography */
/*============================*/

.font-soft {
    font-weight: 300;
}

.font-hard {
    font-weight: 700;
}

.text-center {
    text-align: center;
    vertical-align: middle;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-super-big {
    font-size: 84px;
}

.text-extra-big {
    font-size: 72px;
}

.text-big {
    font-size: 54px;
}

.text-large {
    font-size: 34px;
}

.text-medium-large {
    font-size: 22px;
    line-height: 1.6;
}

.text-medium {
    font-size: 1.125em;
    line-height: 1.779;
}

.text-smaller {
    font-size: 12px;
}

.text-smallest {
    font-size: 8px;
}

.text-small {
    font-size: 14px;
}

.text-spacing {
    padding: 40px 0;
}

.text-spacing-small {
    padding: 20px 0;
}

.text-spacing-smaller {
    padding: 10px 0;
}

.text-upper {
    text-transform: uppercase;
}

.text-box {
    padding: 15px 20px;
}

.portfolio-link-center {
    margin-top: -27px;
    top: 47%;
    left: 45%;
    margin-left: -27px;
}

/*============================*/
/* Header */
/*============================*/

.header > .btn-nav {
    position: fixed;
    left:0;
    top:0;
    height: 75px;
    width: 75px;
    z-index: 1010;
}

.header > .btn-nav a {
    font-size: 34px;
    padding: 14.5px 20.5px;
    display: block;
    color:#fff;
}

.nav-top {
    position: fixed;
    top:0;
    width: 100%;
    height: 75px;
    z-index: 1009;
}

.nav-top ul {
    float:right;
    margin: 0;
    padding: 0;
}

.nav-top ul li {
    float:left;
    list-style-type: none;
}

.nav-top ul li a {
    padding: 27.5px;
    display: block;
    text-transform: uppercase;
    text-decoration: none!important;

    /* animations */
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.nav-top ul.nav-user li a:hover {
    padding: 27.5px;
    display: block;
    text-transform: uppercase;
    text-decoration: none!important;
}

.nav-top ul.nav-user li a.search:hover {
    padding: 27.5px;
    border-top:0px solid #fff;
}

.nav-top ul.social {
    float: left;
    margin: 0 75px;
    padding: 0;
    position: absolute;
    right: 118px;
}

.nav-top ul.logo {
    float: left;
    margin: 0 85px;
    padding: 0;
}

.nav-top ul.logo a{
    padding: 0;
}

.nav-top ul.social a {
    font-size: 20px;
    padding: 23.5px;
}

.nav-top ul.social a {
    font-size: 20px;
    padding: 23.5px;
}

.nav-top ul.social a:hover {
    transform:rotate(360deg);
    -ms-transform:rotate(360deg); /* IE 9 */
    -webkit-transform:rotate(360deg); /* Opera, Chrome, and Safari */
}

/* 
--------------------------------------------------
Header || Navigation Left
--------------------------------------------------
*/

.nav-left {
    position: fixed;
    left:0px;
    width: 75px;
    height: 100%;
    padding-top: 75px;
    z-index: 20;
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);  
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);  
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.nav-left ul {
    float:right;
    margin: 0;
    padding: 0;
}

.nav-left ul li {
    float:left;
    list-style-type: none;
}

.nav-left ul li a {
    padding: 21px 26.5px;
    display: block;
    text-transform: uppercase;
    text-decoration: none!important;
    font-size: 23px;
    position: relative;

    /* animations */
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 13;
}

.nav-left ul li a:hover:after  {
    opacity:1.0;
}

.nav-left ul li a:before {
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid #000;
    position: absolute;
    content:"";
    left:-100%;
    top:50%;
    margin-top: -10px;
    z-index: 5;

    /* animations */
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.nav-left ul li a:hover:before {
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid #000;
    position: absolute;
    content:"";
    left:100%;
    top:50%;
    margin-top: -10px;
    z-index: 5;
}

.nav-left ul li a:after {
    position: absolute;
    top:0;
    left:-100%;
    padding: 27px 26px;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    /* animations */
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    content:attr(data-rel);
    z-index: 4;
    -moz-box-shadow: 4px 1px 5px rgba(0,0,0,0.2);  
    -webkit-box-shadow: 4px 1px 5px rgba(0,0,0,0.2);  
    box-shadow: 4px 1px 5px rgba(0,0,0,0.2);
    opacity:0.0;
}

.nav-left ul li a:hover:after {
    opacity: 1.0;
    top:0;
    left:100%;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    width: auto;
    max-height: 100%;

}

/* Body */

.wrapper {
    padding-left: 75px;
    padding-top: 25px;
}

.body {
    /* width: 100%; */
    position: relative;
    padding:70px;
}

.body.small {
    width: 100%;
    position: relative;
    padding:20px 70px;
}

.body.medium {
    width: 100%;
    position: relative;
    padding:30px 70px;
}

.body.full {
    /* width: 100%; */
    position: relative;
    padding:0px;
}

.body.left-right {
    padding-top:0;
    padding-bottom: 0;
}

.specing-single {
    position: relative;
    padding:70px;
}

.bg-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('/images/pattern/bg.png');
    z-index: 4;
}

/* 
--------------------------------------------------
Modal
--------------------------------------------------
*/

.modal-content {
    border-radius: 0;
    border:0;
    background: rgba(0,0,0,.5);  

}

.modal-header .glyphicon-remove {
    text-decoration: none;
    float:right;
    font-size: 19px;
    padding: 15.5px;
    margin-top: -1px;
}

.modal-header .message {
    float:left;
    padding: 15px;
}

.modal-header {
    color:#fff;
    background: transparent;
    padding: 0;
    border:0;
}

.modal-content .content {
    padding: 20px;
}

.form-control {
    font-family: 'linecons','Raleway', sans-serif;
    padding: 20px;
    border-radius: 0;
}

select.form-control {
    padding: 5px;
    font-family: 'linecons','Raleway', sans-serif;
}

select.form-control option {
    padding: 20px;
}

.specing {
    padding: 10px;
}

.btn-ba5nanas-modal {
    padding: 15px;
    padding-left: 70px;
    position: relative;
    border:0;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none!important;

    /* animations */
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.btn-ba5nanas-modal:before {
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid #000;
    position: absolute;
    content:"";
    left:40px;
    top:50%;
    margin-top: -10px;
    z-index: 5;

    /* animations */
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.btn-ba5nanas-modal:hover:before {
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid #000;
    position: absolute;
    content:"";
    left:50px;
    top:50%;
    margin-top: -10px;
    z-index: 5;
}

.btn-ba5nanas-modal:after {
    content:attr(data-prefix);
    font-family: 'linecons','Open Sans', sans-serif;
    position: absolute;
    left:0px;
    top:0;
    background:#000;
    height: 100%;
    padding: 10px 15px;
    font-size: 20px;
    width: 50px;
}


/* 
--------------------------------------------------
Portfolio || Our Work
--------------------------------------------------
*/

.col-4 {
    width: 25%;
    background:#ccc;
    float:left;
    position:relative;
}

.caption {
    position: absolute;
    opacity: 0;
    top:0;
    left:0;
    width:100%;
    height:100%;
    /* animations */
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.caption-description {
    text-align: center;
}

.col-4:hover .caption {
    opacity: 1;
}

.col-4:hover .wrapper {
    opacity: 0.7;
}

.col-4:hover .caption-description {
    color:#fff;
    position:relative;
    z-index:7;
}

.caption-description span {
    font-size: 64px;
}

.box-icon {
    padding: 25px;
    font-size: 36px;
    margin-right: 20px;
}

.thumbnail-services {
    border-color: #00a8ff!important;
}

.thumbnail-services span {
    font-size: 25px;
}

/* 
--------------------------------------------------
Out Team
--------------------------------------------------
*/

.ourteam-box .thumbnail-img {
    padding: 0px 0;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 20px;
    max-width: 100%;
}


.ourteam-box {
    margin: 20px 0;

}

.ourteam-box:hover .line-div {
    background-color:#287ce1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ourteam-box a.social {
    color:#313131;
}

.ourteam-box a.social:hover {
    color:#fff;
}

.ourteam-name {
    font-size: 1.125em;
}

.ourteam-position {
    font-size: 1.185em;
    font-weight: 300;
}

.ourteam-message {
    padding: 10px 0;
}

.icon-title {
    font-size: 105px;
}

.follow-form{
    padding: 35px 20px;
}

.sector-follow {
    padding: 40px 0;
    background:#efefef;
}

.social {
    font-size: 22px;
    padding: 10px;
}

.wrapper-hover-white {
    position: absolute;
    background: rgba(255,255,255,0.6);
    width: 100%;
    height: 100%;
    padding: 20px;
    top:0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-font-smoothing:antialiased;
}

.wrapper-hover-white:hover {
    top:0;
    opacity: 1.0;
}

.wrapper-hover {
    position: absolute;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    padding: 20px;
    top:0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-font-smoothing:antialiased;
}

.wrapper-hover article header a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-font-smoothing:antialiased;
}

.wrapper-hover article nav.social-work a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-font-smoothing:antialiased;
}


.wrapper-hover:hover {
    opacity: 1.0;
}

.wrapper-hover p {
    color:#fff;
}

.thumbnail-img {
    position: relative;
}

.ourteam-box .ourteam-position
{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-font-smoothing:antialiased;
}

.hover-text-title-color .text-title {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-font-smoothing:antialiased;
}

.btn-ba5nanas-blog {
    text-align: center;
    padding: 10px;

    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-font-smoothing:antialiased;
    border-radius: 0;
}

a.btn-ba5nanas-blog:first-child {
    padding-left:0;
}

.blog-message {
    padding: 20px 20px;
    float:left;

}


.blog-full {
    border:1px solid #e8e8e8;
}

.blog-grid {
    margin-top: 30px;
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);  
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);  
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

.blog-grid:first-child {
    margin-top: 0px;
}

.icon-title-blog a {
    padding: 10px 25px;
    display: inline-block;
    font-size: 24px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-font-smoothing:antialiased;
    height: 50px;
    margin: 20px 0;
    margin-right: -4px;
}

.col-grid {
    padding: 0 30px;
}

.navigation-isotope a {
    padding: 15px;
    padding-right: 0px;
    display:inline-block;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-font-smoothing:antialiased;
}

/**** Isotope Filtering ****/

.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.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.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;
}

.isotope .isotope-item {
    position:relative;
    top:0px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}


.isotope .isotope-item:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 15px rgba(0,0,0,0.2);   
    margin-top: 0px!important;
}

.isotope.full .isotope-item:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 15px rgba(0,0,0,0.2);   
    margin-top: auto!important;
}

/**** 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;
}

.isotope-navigation .pagination>li {
    border-radius: 0;
}

.isotope-navigation .pagination>li > a {
    border: 0px solid #efefef;
    padding: 15px 30px;
    border-radius: 0;
    background:#287ce1;
    color:#fff;
}

.isotope-navigation .pagination>li > a:hover , .isotope-navigation .pagination>li a.active {
    background:#222;
}

#map {
    width: 100%;
    height: 100%;
}

.map {
    position: absolute;
    z-index: 1;
}

.contact-form {
    max-width:400px;
    min-width: 300px;
    width: 100%;
    margin: auto;
    min-height: 360px;
    position: relative;
    padding: 40px 20px;
    z-index: 11;
}

.wrapper-form {
    padding: 40px;
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);  box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.show-dialog {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-font-smoothing:antialiased;
}

.widget-sidebar {
    width: 306px;
    position: fixed;
    padding-top: 75px;
    background: #fff;
    height: 100%;
    right:0;
    z-index: 1009;
    opacity: 0.9;

    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);

    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-font-smoothing:antialiased;
}

.widget-sidebar:hover {
    opacity: 1.0;
}

.widget-sidebar.hidden-item {
    visibility: hidden;
    opacity: 0;
}

.navigation-mobile {
    z-index: 1009;
    width: 306px;
    top:0px;
    position: fixed;
    height: 100%;
    padding-top: 60px;

}

ul.navigation-item li a {
    width: 100%;
    line-height: 60px;
    padding: 0 30px 0 30px;
    display: block;
    cursor: pointer;
    font-weight: 700;
}

.hidden-item {
    visibility: hidden;
    opacity: 0;
}

.nicescroll-rails {
    right:0;
    top:0;
}

.modal-header .glyphicon-remove {
    cursor: pointer;
}

.shadow {
    z-index: 8;
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

.single-thumbnail {
    margin-bottom: -200px;
    min-height: 400px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#slider.owl-carousel-multi-image {
    /* position: absolute; */
    top: -30px;
    text-align:center;
    /* margin-top: -30px; */
}

#slider.owl-carousel-multi-image img {
    /* max-width: none!important; */
    /* height:300px; */
}

#slider.owl-carousel-multi-image .owl-item {
    opacity: 0.4;
    filter: alpha(opacity=30);
    transition: all .45s ease-in-out;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
}

#slider.owl-carousel-multi-image .owl-item.active {
    margin-top: -1.15%;
    /* top: -9%; */
    /* position: relative!important; */
    opacity: 1.0!important;
    filter: alpha(opacity=100)!important;
    transition: all .45s ease-in-out;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    position: relative;
    z-index: 50;
}

#slider.owl-carousel-multi-image .owl-item.two {
    opacity: 0.1;
    filter: alpha(opacity=0);
    transition: all .45s ease-in-out;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
}

.owl-carousel-multi-image .owl-wrapper-outer {
    overflow:visible;
}

.text-hover-color {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-font-smoothing:antialiased;
}

/* comment */

.comment {
    margin-top: 40px;
}

.comment .children {
    padding-left: 40px;
}


.commentlist div.avatar {
    float: left;
    margin-right: 15px;
}

.meta {
    list-style: none;
    margin: 0 0 13px;
    padding: 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 14px;
    color: #333;
}

.meta h5 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 300;
}

.meta div {
    font-size: 13px;
}

.comment-reply-link {
    margin-right: 15px;
}

.commentlist .the-comment .comment-text {
    margin-left: 69px;
}

.commentlist .the-comment {
    padding-bottom: 20px;
}

.reply {
    float:right;
    text-align: left;
}


#comment-input {
    overflow: hidden;
    margin-bottom: 13px;
}

#comment-input .input {
    padding-top: 10px;
}

#comment-input input {
    border: 1px solid #d2d2d2;
    font-size: 13px;
    color: #747474;
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    padding: 8px 2%;
    float: left;
    width: 100%;
}

.comment-respond .form {
    padding-bottom: 10px;
}

#comment-input .input label , .instant-message label {
    font-weight: 300;
}

#comment-textarea {
    margin-top: 30px;
}

#comment-textarea textarea  {
    border: 1px solid #d2d2d2;
    width: 100%;
    height: 150px;
    font-size: 13px;
    color: #747474;
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    padding: 8px 11px;
}

.comment-respond {
    display: block;
    margin-top: 40px;
}

#commentform {
    margin-top: 40px;
}

#comment-submit {
    border:0;
    margin-top: 20px;
}

.inline {
    display: inline-block;
    width: auto;
}

iframe {
    border:0;
}

.blog-title {
    padding: 25px;
}

.none-border {
    border-left:0px!important;
}

.relative {
    position: relative;
}

/*============================*/
/* Pricing Table */
/*============================*/

.pricing-table {

}

/*============================*/
/* Add Effect */
/*============================*/

.hover-add-scale-1:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
}

.add-scale-1 {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.play-animations {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/*============================*/
/* Widget */
/*============================*/

.widget {
    /* padding-bottom: 15px; */
}

.widget-title {
    font-family: 'Raleway', sans-serif;
    color:#00a8ff;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}

.form-search {
    border:1px solid #ccc;
    padding: 10px;
    position: relative;
}

.form-search input[type="text"] ,
.form-search input[type="text"]:active,
.form-search input[type="text"]:focus,
.form-search input[type="text"]:hover {
    border:0;
    border-color: none;
    box-shadow: none;
    outline: none;
    display: block;
    width: 100%;
}

.form-search button[type="button"] {
    border:0;
    border-color: none;
    box-shadow: none;
    outline: none;
    display: block;
    background:transparent;
    color:#ccc;
    position: absolute;
    right:10px;
    top:50%;
    margin-top: -10px;
}

.list-menu {
    padding: 0;
}

.list-menu a {
    color:#1d1d1d;
    padding: 10px 15px;
    display: block;

    /* animation */
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}


/* navigation tab */

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.tab-content {
    border: 0px solid #ddd;
    border-top:0;
}

.nav-tabs > li > a:hover {
    border-radius: 0;
}
.nav-tabs > li > a {
    margin-right: 0px;
    border-radius: 0;
    padding: 15px 15px;
}

.nav-tabs>li.active>a , .nav-tabs>li.active>a:hover {
    border:0;
}

.nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.428571429;
    border: 0px solid transparent;
}

/* tab thumbnail */

.thumbnails {
    display: block;
    padding: 20px 20px;
    border-top:1px #ddd solid;
    margin-right: 0px;
    margin-left: 0px;
}

.thumbnails:first-child {
    margin-top: 0px;
    border-top:0px;
}

.thumbnails .label {
    color:#1d1d1d;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 0px;
    word-break: break-all;
    white-space: normal;
    line-height: 24px;
    float:left;
    max-width: 160px;
    margin-left: 20px;
    /* padding: 10px; */
}

.thumbnails .images {
    width: 80px;
    float:left;
    /* height: 100%; */
}

/* Tags */

.widget-tags a {
    font-family: 'Raleway', sans-serif;
    padding: 10px;
    display: inline-block;
    color:#1d1d1d;

    /* animation */
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

/*============================*/
/* Dot style */
/*============================*/


/* Common styles and resets */

.dotstyle ul {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dotstyle li {
    position: relative;
    display: block;
    float: left;
    margin: 0 16px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.dotstyle li a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    text-indent: -999em; /* make the text accessible to screen readers */
    cursor: pointer;
    position: absolute;
}

.dotstyle li a:focus {
    outline: none;
}

/* Individual styles and effects */

/* Fill up */

.dotstyle-fillup li a {
    overflow: hidden;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px white;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.dotstyle-fillup li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 1px #fff;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

.dotstyle-fillup li a:hover,
.dotstyle-fillup li a:focus {
    background-color: rgba(0, 0, 0, 0.2);
}

.dotstyle-fillup li.current a::after {
    height: 100%;
}

/* Scale up */

.dotstyle-scaleup li a {
    -webkit-transition: -webkit-transform 0.3s ease, background-color 0.3s ease;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.dotstyle-scaleup li a:hover,
.dotstyle-scaleup li a:focus {
    background-color: white;
}

.dotstyle-scaleup li.current a {
    background-color: white;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

/* Stroke */

.dotstyle-stroke li a {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    -webkit-transition: box-shadow 0.3s ease, background-color 0.3s ease;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.dotstyle-stroke li a:hover,
.dotstyle-stroke li a:focus {
    background-color: white;
}

.dotstyle-stroke li.current a {
    background-color: transparent;
    box-shadow: 0 0 0 2px white;
}

/* Fill in */

.dotstyle-fillin li a {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px white;
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
}

.dotstyle-fillin li a:hover,
.dotstyle-fillin li a:focus {
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6)
}

.dotstyle-fillin li.current a {
    box-shadow: inset 0 0 0 8px white;
}

/* Circle grow */

.dotstyle-circlegrow li a {
    overflow: hidden;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px white;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.dotstyle-circlegrow li a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
}

.dotstyle-circlegrow li a:hover,
.dotstyle-circlegrow li a:focus {
    opacity: 0.7;
}

.dotstyle-circlegrow li.current a::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Dot to stroke */

.dotstyle-dotstroke li a {
    box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.5);
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
}

.dotstyle-dotstroke li a:hover,
.dotstyle-dotstroke li a:focus {
    box-shadow: inset 0 0 0 8px white;
}

.dotstyle-dotstroke li.current a {
    box-shadow: inset 0 0 0 2px white;
}

/* SVG draw circle stroke */

.dotstyle-drawcircle li {
    width: 18px;
    height: 18px;
}

.dotstyle-drawcircle li a {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    background-color: #c44d48;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.dotstyle-drawcircle li svg {
    z-index: 10;
}

.dotstyle-drawcircle li svg circle {
    opacity: 0;
    fill: none;
    stroke: #fff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 39 39;
    stroke-dashoffset: 39;
    /* length of circle path (pi*2r) */
    -webkit-transition: stroke-dashoffset 0.3s, opacity 0.3s;
    transition: stroke-dashoffset 0.3s, opacity 0.3s;
}

.dotstyle-drawcircle li.current a,
.dotstyle-drawcircle li a:hover,
.dotstyle-drawcircle li a:focus {
    opacity: 0.5;
}

.dotstyle-drawcircle li.current svg circle {
    opacity: 1;
    stroke-dashoffset: 0;
    -webkit-transition: stroke-dashoffset 0.3s, opacity 0.15s;
    transition: stroke-dashoffset 0.3s, opacity 0.15s;
}

/* Small dot with stroke */

.dotstyle-smalldotstroke li {
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
}

.dotstyle-smalldotstroke li a {
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.dotstyle-smalldotstroke li a:hover,
.dotstyle-smalldotstroke li a:focus,
.dotstyle-smalldotstroke li.current a {
    background-color: white
}

.dotstyle-smalldotstroke li.current a {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
}

.dotstyle-smalldotstroke li.current {
    box-shadow: 0 0 0 2px white;
}

/* Puff */

.dotstyle-puff li a {
    border: 2px solid #fff;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}

.dotstyle-puff li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    background: #c44d48;
    border-radius: 50%;
    box-shadow: 0 0 1px #c44d48;
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease, visibility 0s 0.3s;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
}

.dotstyle-puff li a:hover,
.dotstyle-puff li a:focus,
.dotstyle-puff li.current a {
    border-color: #c44d48;
}

.dotstyle-puff li.current a::after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* 3D Flip */

.dotstyle-flip li {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.dotstyle-flip li a {
    background-color: transparent;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.dotstyle-flip li a::before,
.dotstyle-flip li a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: white;
    content: '';
    text-indent: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dotstyle-flip li a::after {
    background-color: #c44d48;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.dotstyle-flip li a:hover,
.dotstyle-flip li a:focus {
    opacity: 0.8;
}

.dotstyle-flip li.current a {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/* Tooltip */

.dotstyle-tooltip li {
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}

.dotstyle-tooltip li a {
    top: auto;
    bottom: 250%;
    left: 50%;
    visibility: hidden;
    padding: 0 10px;
    width: auto;
    height: auto;
    border-radius: 0;
    background-color: #c44d48;
    color: #fff;
    text-indent: 0;
    line-height: 2;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s ease;
}

.dotstyle-tooltip li a::after { /* http: //cssarrowplease.com/ */
    position: absolute;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    border-color: transparent;
    border-top-color: #c44d48;
    content: '';
    pointer-events: none;
    top: 99%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.no-touch .dotstyle-tooltip li:hover a,
.dotstyle-tooltip li.current a {
    z-index: 100;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.dotstyle-tooltip li.current {
    border-color: #c44d48;
}

.dotstyle-tooltip li:hover {
    z-index: 100;
}

.no-touch .dotstyle-tooltip ul:hover li.current a {
    opacity: 0.2;
}

.dotstyle-tooltip ul li.current:hover a {
    opacity: 1;
}

/* Dot move */

.dotstyle-dotmove li:last-child {
    position: absolute;
    left: 0;
    margin: 0;
    width: 48px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
}

.dotstyle-dotmove li:last-child::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -1px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #c44d48;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dotstyle-dotmove li.current:first-child ~ li:last-child {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.dotstyle-dotmove li.current:nth-child(2) ~ li:last-child {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.dotstyle-dotmove li.current:nth-child(3) ~ li:last-child {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
}

.dotstyle-dotmove li.current:nth-child(4) ~ li:last-child {
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
}

.dotstyle-dotmove li.current:nth-child(5) ~ li:last-child {
    -webkit-transform: translateX(400%);
    transform: translateX(400%);
}

.dotstyle-dotmove li.current:nth-child(6) ~ li:last-child {
    -webkit-transform: translateX(500%);
    transform: translateX(500%);
}

.dotstyle-dotmove li a {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.dotstyle-dotmove li a:hover,
.dotstyle-dotmove li a:focus {
    background-color: #fff;
}

/* Fly in */

.dotstyle-hop li a {
    border: 2px solid #c44d48;
    background: transparent;
}

.dotstyle-hop li a::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 50%;
    visibility: hidden;
    background: #fff;
    opacity: 0;
    -webkit-transform: rotate(-100deg);
    transform: rotate(-100deg);
    -webkit-transform-origin: -200% 50%;
    transform-origin: -200% 50%;
    -webkit-transition: -webkit-transform 0.3s ease 0.3s, opacity 0.3s ease, visibility 0s 0.3s ease;
    transition: transform 0.3s ease 0.3s, opacity 0.3s ease, visibility 0s 0.3s ease;
}

.dotstyle-hop li a:focus {
    background: rgba(255, 255, 255, 0.2);
}

.dotstyle-hop li.current-from-right a::after {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
    -webkit-transform-origin: 300% 50%;
    transform-origin: 300% 50%;
}

.dotstyle-hop li.current a::after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Fall */

.dotstyle-fall li::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    left: 0;
    background-color: #c44d48;
    border-radius: 50%;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
}

.dotstyle-fall li a {
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}

.dotstyle-fall li:hover a,
.dotstyle-fall li a:focus,
.dotstyle-fall li.current a {
    background-color: #fff;
}

.dotstyle-fall li.current::after {
    opacity: 1;
    visibility: visible;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.dotstyle-fall li.current a {
    opacity: 0;
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
}

.DivParent-background-full {
    height: 100px;
    white-space: nowrap;
}
.DivWhichNeedToBeVerticallyAligned {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}
.DivHelper {
    display: inline-block;
    vertical-align: middle;
    height:100%;
}

.btn-ba5nanas-transparent {
    padding: 10px 20px;
}

/*============================*/
/* Count Timer */
/*============================*/

.countdown-item {
    float: left;
    text-align: center;
    height: 100%;
    width: 25%;
    /* padding: 20px; */
}

.countdown-item:first-child {
    border-left: 0px #e2e2e2 solid;
}

.countdown-item {
    border-left: 1px #e2e2e2 solid;
}


.countdown-item .label-number {
    font-size: 500%;
    position: relative;
    line-height: 100px;
    height: 100px;
}

.countdown-item .label-number .number {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px) translateZ(0);
    -moz-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    -o-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.countdown-item .label-number .next {
    -webkit-transform: scale(0.7) translateY(-70px) translateZ(0);
    -moz-transform: scale(0.7) translateY(-70px);
    -ms-transform: scale(0.7) translateY(-70px);
    -o-transform: scale(0.7) translateY(-70px);
    transform: scale(0.7) translateY(-70px);
    opacity: 0;
}

.countdown-item .label-number .prev {
    -webkit-transform: scale(0.7) translateY(70px) translateZ(0);
    -moz-transform: scale(0.7) translateY(70px);
    -ms-transform: scale(0.7) translateY(70px);
    -o-transform: scale(0.7) translateY(70px);
    transform: scale(0.7) translateY(70px);
    opacity: 0;
}

.counter-placeholder {
    height: 225px;
}

#newsletter_email {
    width: 400px;
    padding: 5px 10px;
    background-color:rgba(255,255,255,0.4);
    border:0;
}

#newsletter_email::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
#newsletter_email:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
}
#newsletter_email::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
}
#newsletter_email:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}

#newsletter_submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    border: 0;
    padding: 5px 10px;
}

.portfolio-description {
    width: 80%;
}

.portfolio-link {
    width: 20%;
    right:0;
    top:0;
}

.cd-dropdown > span, .cd-dropdown ul li {
    box-shadow: 0 0px 0px rgba(0,0,0,0.1);
}

.cd-dropdown > span, .cd-dropdown.cd-active ul li {
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.padding-top-none {
    padding-top:0;
    margin-top: 50px;
}

input.error , textarea.error {
    background: #E74C3C!important;
    color:#fff;
}

input.error::-webkit-input-placeholder , 
textarea.error::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ffffff;
}
input.error::-moz-placeholder , 
textarea.error::-moz-placeholder  { /* Mozilla Firefox 4 to 18 */
    color:    #ffffff;
}
input.error::-moz-placeholder,
textarea.error::-moz-placeholder
{ /* Mozilla Firefox 19+ */
    color:    #ffffff;
}
input.error:-ms-input-placeholder ,
textarea.error:-ms-input-placeholder
{ /* Internet Explorer 10+ */
    color:    #ffffff;
}

/*============================*/
/* Bootstrap mod */
/*============================*/

.panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
}

.panel-heading {
    padding: 15px 15px;
    border-bottom: 0px solid transparent;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    overflow: hidden;
}

.panel {
    border:0;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top:0;
}

.panel-title {
    padding-left: 30px;
    position: relative;
}

.panel-heading {
    border-bottom: 1px solid #eee;
}

.panel-title a:not(.collapsed):after {
    font-family:'FontAwesome';
    content:"\f068";
    position: absolute;
    top:0;
    left:0;
    color:#424241;
} 

.panel-title a.collapsed:after {
    font-family:'FontAwesome';
    content:"\f067";
    position: absolute;
    top:0;
    left:0;
    color:#424241;
} 

.panel-title a:after {
    font-family:'FontAwesome';
    content:"\f067";
    position: absolute;
    top:0;
    left:0;
    color:#424241;
} 

.panel-group .panel+.panel {
    margin-top: 0px;
}

.panel-body {
    padding: 15px;
    padding-left: 45px;
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 20px;
    border-bottom: 1px solid #eee;
}

.panel {
    background: transparent;
}