/***********************************************************************************************/
/* =Common Styles */
/***********************************************************************************************/

html,
body {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    line-height: 1.6;
    position: relative;
    font-size: 14px;
}

a {
    color: #1abc9c;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:focus {
    outline: none;
    text-decoration: none;
    color: #1abc9c;
}

a:hover {
    text-decoration: none;
    color: #707070;
}

iframe {
    border: 0;
}

img {
    max-width: 100%;
}

.container {
    position: relative;
    z-index: 12;
}

.form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
    color: #999;
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 1.42857;
    padding: 15px 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}


/***********************************************************************************************/
/* =Help classes*/
/***********************************************************************************************/

.vertical-align-table {
    width: 100%;
    height: 100%;
    display: table;
}

.vertical-align-cell {
    display: table-cell;
    vertical-align: middle;
}

.border-right {
    border-right: 1px solid #efefef;
}

.border-left {
    border-left: 1px solid #efefef;
}

.without-margin {
    margin-left: 0;
    margin-right: 0;
}

.without-padding {
    padding-left: 0;
    padding-right: 0;
}

.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 12px 25px;
    display: inline-block;
    margin: 15px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-lg {
    padding: 12px 22px;
}

.btn-dark {
    border: 1px solid #ccc;
    color: #999;
    float: right;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 15px;
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
    background: #1abc9c;
    color: #fff;
    border-color: #1abc9c;
}

.simple-transparent-btn {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.01);
    border: 2px solid #ffffff;
}

.simple-white-btn {
    background: #fff;
    border: 2px solid #fff;
    color: rgb(78, 78, 78);
}

.simple-white-btn:hover {
    background: #1abc9c;
    border: 2px solid #1abc9c;
    color: #fff;
}

.section-padding {
    padding: 90px 0;
}

.simple-transparent-btn:hover,
.simple-transparent-btn:focus,
.simple-transparent-btn:active {
    background: #fff;
    color: #1abc9c;
}

.short-sep-sec {
    height: 1px;
    background: #dddddd;
}

#my-process-sec {
    background: #1a1a1a;
}

#my-process-sec h1,
#my-process-sec p,
#my-process-sec .fa {
    color: #fff;
}

#my-process-sec .selfie-process-icon {
    color: #95a5a6!important;
}

#my-experience-home-sec {
    background: #f9fafb;
}

.bg-danger {
    background: #ffcccf;
    color: #a14a40;
}

.bg-black {
    background: #333;
    color: #fff;
}

.bg-success {
    background: #e2f2ce;
    color: #466840;
}

.bg-warning {
    background: #fff9cc;
    color: #736b4c;
}

.grey-color {
    color: #999;
}


/***********************************************************************************************/
/* =Typography */
/***********************************************************************************************/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #333;
    letter-spacing: .3px;
}

h1,
h2 {
    margin-bottom: 18px;
    margin-top: 10px;
}

h1 {
    color: #333;
    font-family: Open Sans !important;
    font-size: 36px !important;
    line-height: 1.5 !important;
}

h2 {
    color: #333;
    font-family: Open Sans !important;
    font-size: 30px !important;
    line-height: 1.5 !important;
}

h3 {
    color: #333;
    font-family: Open Sans !important;
    font-size: 24px !important;
    line-height: 1.5 !important;
}

h4 {
    color: #333;
    font-family: Open Sans !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
}

h5 {
    color: #333;
    font-family: Open Sans !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

h6 {
    color: #333;
    font-family: Open Sans !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
}

p {
    line-height: 1.6em;
    margin-bottom: 1.6em;
    font-weight: normal;
    letter-spacing: .2px;
}

.section-title {
    margin-bottom: 80px;
}

.section-title em {
    color: #27394a;
    font-size: 16px;
    font-style: italic;
    font-weight: 100;
    text-align: center;
    letter-spacing: 1px;
    display: block;
}

.section-title h1 {
    font-size: 28px !important;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0 0 0 10px;
    letter-spacing: 2px !important;
    line-height: 1.6 !important;
    display: inline-block;
}

.section-title span {
    display: inline-block;
    font-size: 2em;
}

.title-c {
    margin-bottom: 16px;
}

.section-title p {
    color: #999;
    letter-spacing: 0.5px;
}

/***********************************************************************************************/
/* =Preloader */
/***********************************************************************************************/ 

#preloader {
  background-color: #FFF;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
}

#loading-animation {
  background-image: url("../images/preloader.gif") ;
  opacity: 0.7;
  background-position: center center;
  background-repeat: no-repeat;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 200px;
  border-radius: 4px;
}

/***********************************************************************************************/
/* =Hero */
/***********************************************************************************************/

#hero-section {
    position: relative;
    display: table;
    width: 100%;
    height: 100vh;
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.hero-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 2;
}

.hero-text h1 {
    color: #fff;
    font-size: 90px!important;
    font-weight: 700!important;
    font-family: "Open Sans"!important;
    line-height: 70px!important;
    margin-bottom: 0;
}

.hero-text h2 {
    color: #fff;
    font-size: 22px!important;
    font-weight: 500;
    color: rgb(255, 255, 255);
    font-family: "Open Sans";
    line-height: 60px!important;
    letter-spacing: 2px;
    margin-bottom: 0;
    margin-top: 5px;
}

.hero-text .hero-text-title {
    font-size: 90px!important;
    font-weight: 700!important;
    font-family: "Open Sans"!important;
    line-height: 70px;
}

.hero-video-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(5, 5, 5, 0.3);
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url("../images/temp/gridtile.png") repeat center center;
}

.hero-video-section {
    background: url("../images/temp/hero-slide-7.jpg") no-repeat center center;
    position: relative;
    display: table;
    width: 100%;
    height: 100vh;
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/***********************************************************************************************/
/* Navbar */
/***********************************************************************************************/

#navbar-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 99;
}

#navbar-menu.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

#navbar-menu.animated {
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

.navbar-fixed-top {
    position: static!important;
}

#navbar-menu.active .navbar-fixed-top {
    background: rgba(255, 255, 255, 0.95) !important;
    border-bottom: 1px solid #d2d2d2;
    position: fixed;
}

#navbar-menu.active .navbar-default {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.navbar-default {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    border: none;
}

.navbar {
    margin-bottom: 0;
    padding: 12px 0;
    padding: 40px 0 30px 0px;
}

#navbar-menu.active .navbar-default.navbar {
    border-bottom: 1px solid #efefef;
    padding: 10px 0 8px !important;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
}

#navbar-menu.active .navbar-default .navbar-nav>li>a {
    color: #000;
}

.navbar-default .navbar-nav>li>a {
    line-height: 1;
    font-size: 16px;
}

#navbar-menu.active .navbar-default .navbar-nav>li>a {
    color: #999999;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #1abc9c!important;
}

.navbar-nav>li>.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
    min-width: 200px;
}

.dropdown-menu>li>a {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    padding: 15px 19px;
    font-weight: 500;
    display: block;
    border: none;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #1abc9c;
    background-color: transparent;
}


/***********************************************************************************************/
/* Intro section */
/***********************************************************************************************/

#intro-section {
    padding-top: 30px;
}

.intro-box {
    text-align: center;
    padding: 70px 0;
    border-left: 1px solid #efefef;
}

.intro-box h3 {
    font-size: 18px !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #999999;
}

.intro-box p {
    margin: 0 auto;
    width: 85%;
    letter-spacing: 0.5px;
    color: #999999;
}


/***********************************************************************************************/
/* About intro sec */
/***********************************************************************************************/

#about-intro-sec {
    padding-top: 110px !important;
    padding-bottom: 95px !important;
    background-size: cover !important;
}


/* Counters  */

.statistic-percent {
    height: 94px;
}

.counters-item-number span,
.counters-item-number i,
.fact p {
    color: #fff;
}

.counters-item-number i {
    display: inline-block;
    font-size: 25px;
    font-weight: 100;
    margin-right: 10px;
    margin-top: 16px;
}

.counters-item-number span {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 1px;
}

.fact p {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 !important;
}


/* Skill bars */

.progress-bars {
	margin-top: 60px;
}

.progress-meta h6 {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 6px;
    color: #fff;
}

.progress {
    background: none repeat scroll 0 0 #e9e9e9;
    border-radius: 10px;
    margin-bottom: 16px;
    height: 5px;
}

.progress-bar {
    background: #47b475;
}

.progress-meta {
    overflow: hidden;
}

.tab-links {
    padding-left: 0;
    margin-bottom: -1px;
    list-style-type: none;
}

.tab-links li {
    list-style-type: none;
    display: inline-block;
    margin: 1px 0 0 1px;
}

.tab-links li a {
    background: #EBEBEB;
    color: #666;
    padding: 14px 20px;
    display: block;
    margin-left: -1px;
}

.tab-links li.active a {
    background: #f8f8f8;
}

.tab-content {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.tab-content {
    color: #999999;
}

.tab-accordion-link {
	display: none;
}

.intro-about-list {
    text-transform: capitalize;
}

.intro-about-list li {
    margin-bottom: 5px;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}


/***********************************************************************************************/
/* About me sec */
/***********************************************************************************************/

.about-me-img {
    position: relative;
}

.about-me-box {
    background: #fcfcfc;
}

.about-me-img img {
    width: 100%;
}

.about-me-img h2 {
    position: absolute;
    font-weight: 600;
    left: 0;
    margin: 0;
    position: absolute;
    top: 65%;
    width: 100%;
    color: #f2f2f2;
    text-align: center;
}

.about-me-intro-text {
    padding: 15px 20px 5px;
}

.about-me--introtext p,
.about-me-text h5 {
    color: #999999;
}

.about-me-intro-text h5 {
    font-size: 17px !important;
    font-weight: 600;
}

.about-me-intro-text p {
    font-size: 13px;
    line-height: 1.8;
}

#about-me-sec {
    background: #222222 !important;
}

.about-me-bg {
    position: relative;
    background: url("../images/temp/selfie_about_me.jpg") no-repeat center center;
    background-size: cover;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

.about-me-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(53, 55, 62, 0.2);
    width: 100%;
    height: 100%;
    z-index: 2;
}

.about-me-wrapper {
    padding-top: 70px !important;
    padding-right: 125px !important;
    padding-bottom: 70px !important;
    padding-left: 52px !important
}

.about-me-title {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(235, 235, 235, 0.18);
}

.about-me-title h2 {
    color: #999999 ! important;
    font-weight: 500;
    font-size: 34px ! important;
    letter-spacing: 1px;
}

.about-me-title em {
    color: #999999;
    font-weight: 300;
    font-style: italic;
    font-size: 21px;
    letter-spacing: 0.2px;
}

.about-me-text p {
    color: #999;
    letter-spacing: 1px;
}

ul.about-me-socials {
    padding-left: 0;
    list-style-type: none;
    display: inline-block;
}

ul.about-me-socials li {
    list-style-type: none;
    display: inline-block;
}

ul.about-me-socials li a {
    border-radius: 100%;
    margin: 12px 10px 10px 0;
    height: 35px;
    width: 35px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    -ms-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    display: inline-block;
    line-height: 33px;
    text-align: center;
}

ul.about-me-socials li a:hover {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

ul.about-me-socials li a i {
    font-size: 15px;
}

li a.facebook-link {
    background: #3b5998;
    color: #fff;
}

li a.twitter-link {
    color: #fff;
    background: #00aced;
}

li a.google-link {
    color: #fff;
    background: #dd4b39;
}

li a.linkedin-link {
    color: #fff;
    background: #007bb5;
}

li a.envelope-link {
    color: #fff;
    background: #f4da03;
}

.about-me-sign {
    display: inline-block;
    float: right;
}

/***********************************************************************************************/
/* Home CTA */
/***********************************************************************************************/

#home-cta-sec {
    background: #1abc9c;
    padding: 50px 0;
}

#home-cta-sec h1 {
    color: #fff;
}

#home-cta-sec .btn {
    display: inline-block;
    font-size: 15px;
    margin-right: 5px;
}


/***********************************************************************************************/
/* Latest projects */
/***********************************************************************************************/

#portfolio-page-section {
    padding: 70px 0;
}

.gallery-masory .col-md-4 {
    padding: 1px;
}

.project-item {
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    overflow: hidden;
}

.project-item img {
    width: 100%;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.project-item:hover img {
    -o-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.project-item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #222222;
    color: #efefef;
    top: 0;
    left: 0;
    opacity: 0;
    text-align: center;
    padding: 50px 10px;
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.project-item:hover .overlay {
    opacity: 0.8;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.project-item .item-info {
    display: inline-block;
    height: 86%;
    left: 0;
    margin: 7%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 86%;
}

.project-item .overlay i {
    font-size: 40px;
}

.project-item .overlay h3 {
    color: #efefef;
    font-size: 22px !important;
    font-weight: 300;
    margin-bottom: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 35%;
    width: 100%;
}

.project-item .overlay span {
    font-size: 12px;
    left: 0;
    position: absolute;
    text-transform: uppercase;
    top: 52%;
    width: 100%;
}

.project-item .controls {
    padding-right: 60px;
    text-align: right;
    width: 100%;
    z-index: 4;
    position: relative;
}

.project-item .controls a {
    display: inline-block;
    z-index: 55;
}

.project-item .controls a i {
    border: 1px solid #fff;
    border-radius: 100%;
    color: #fff;
    font-size: 15px;
    padding: 10px;
}

.project-item .controls a:hover i,
.project-item .controls a i:hover {
    background: #1abc9c;
    border: 1px solid #1abc9c;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.project-item .item-info {
    display: inline-block;
    height: 86%;
    left: 0;
    margin: 7%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 86%;
}

.project-item .item-info {
    border: 2px solid #1abc9c;
}

.filter-control {
    text-align: center;
    margin: 30px 0;
}

.filter-control .filter-list {
    list-style-type: none;
    display: inline-block;
    margin-bottom: 0;
}

.filter-control .filter-list li {
    list-style-type: none;
    display: inline-block;
}

.filter-list a {
    color: #000000;
    font-size: 11px;
    padding: 5px 10px;
    position: relative;
    display: inline-block;
    letter-spacing: 0.1em;
    font-weight: 300;
    text-decoration: none !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
}

.filter-list li:after {
    content: "|";
    position: relative;
}

.filter-list li:last-child:after {
    content: "";
}

.filter-list a.active {
    background-color: #333;
    color: #fff;
}

/***********************************************************************************************/
/* Timeline */
/***********************************************************************************************/

.timeline.timeline-selfie.process-timeline-selfie .timeline-row {
    display: inline-block;
    margin-bottom: 11px;
    min-height: 170px;
}

.timeline.timeline-selfie.process-timeline-selfie .timeline-row .timeline-content::after,
.time-line.time-line-process::after,
.timeline.timeline-selfie.process-timeline-selfie::after,
.timeline.timeline-selfie.process-timeline-selfie::before {
    background: none;
}

.selfie-process-icon i {
    font-size: 28px;
    margin-bottom: 20px;
}

.time-line-process .panel-body h4.strong-timeline {
    font-size: 22px !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
    color: #1abc9c;
}

.time-line-process .panel-body p {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #95a5a6!important;
}

.time-line-process .timeline.timeline-selfie .timeline-row .timeline-content {
    background: transparent none repeat scroll 0 0;
    border: none;
    box-shadow: none;
}

.time-line-process .timeline.timeline-selfie .timeline-row .timeline-icon {
    background-color: transparent;
    border-radius: 10px;
    box-shadow: none;
    height: 170px;
    left: 43%;
    margin: 0;
    padding: 0;
    top: 0;
    width: 170px;
}

.time-line-process .timeline.timeline-selfie .timeline-row .timeline-icon .bg-primary {
    background: transparent !important;
}

.time-line-process .timeline.timeline-selfie .timeline-row .timeline-icon img {
    height: auto;
    width: 100%;
    border-radius: 10px;
    margin: 0;
}

.timeline.timeline-selfie.process-timeline-selfie .timeline-row .timeline-content .panel-body {
    padding: 0;
}

.timeline.timeline-selfie.process-timeline-selfie .timeline-row.selfie-process-left .timeline-content {
    float: right;
    margin: 0 187px 0 0;
    padding: 23px 0 0;
    width: 50%;
}

.timeline.timeline-selfie.process-timeline-selfie .timeline-row.selfie-process-right .timeline-content {
    float: left;
    margin: 0 0 0 187px;
    width: 50%;
    padding: 23px 0 0;
}

.timeline-content-experience {
    opacity: 0;
}

.timeline.timeline-selfie {
    list-style: none;
    position: relative;
    max-width: 1200px;
    padding: 20px 0;
    margin: 0 auto;
}

.timeline.timeline-selfie:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 2px;
    border-radius: 2px;
    display: block;
}

.timeline.timeline-selfie:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -4px;
    /*background-color: rgba(0, 0, 0, 0.3);*/
    height: 8px;
    width: 8px;
    border-radius: 100%;
    display: block;
}

.time-line:after {
    background-color: rgba(0, 0, 0, 0.3);
}

.time-line:after {
    top: auto;
    bottom: 72px;
}

.timeline.timeline-selfie .timeline-row {
    padding-left: 50%;
    position: relative;
    z-index: 10;
    margin-bottom: 60px;
}

.timeline.timeline-selfie .timeline-row .timeline-time {
    position: absolute;
    right: 50%;
    top: 31px;
    text-align: right;
    margin-right: 40px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
}

.timeline.timeline-selfie .timeline-row .timeline-time small {
    display: block;
    color: #999;
    text-transform: uppercase;
    opacity: 0.75;
    font-size: 11px;
    font-weight: 400;
}

.timeline.timeline-selfie .timeline-row .timeline-icon {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 3px;
    color: white;
    font-size: 14px;
    z-index: 100;
}

.timeline.timeline-selfie .timeline-row .timeline-icon>div {
    border-radius: 50%;
    line-height: 34px;
    font-size: 16px;
}

.timeline.timeline-selfie .timeline-row .timeline-content {
    margin-left: 40px;
    position: relative;
    background-color: #fff;
}

.timeline.timeline-selfie .timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 48px;
    left: -41px;
    height: 2px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.timeline.timeline-selfie .timeline-row .timeline-content .panel-body {
    color: #999;
    padding: 30px;
    position: relative;
    z-index: 10;
    box-sizing: border-box;
    overflow: hidden;
}

.timeline.timeline-selfie .timeline-row .timeline-content img {
    margin-bottom: 15px;
}

.timeline.timeline-selfie .timeline-content .post-img img {
    margin-bottom: 0;
}

.timeline.timeline-selfie .timeline-row .timeline-content .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    margin-bottom: 15px;
    overflow: hidden;
}

.timeline.timeline-selfie .timeline-row .timeline-content .video-container iframe,
.timeline .timeline-row .timeline-content .video-container object,
.timeline .timeline-row .timeline-content .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.timeline.timeline-selfie .timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%;
}

.timeline.timeline-selfie .timeline-row:nth-child(odd) .timeline-time {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 40px;
}

.timeline.timeline-selfie .timeline-row:nth-child(odd) .timeline-content {
    margin-right: 40px;
    margin-left: 0;
}

.timeline.timeline-selfie .timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 48px;
    left: -41px;
    height: 2px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

.timeline.timeline-selfie .timeline-row:nth-child(odd) .timeline-content:after {
    left: auto;
    right: -41px;
}

.timeline.timeline-selfie.animated .timeline-row .timeline-content {
    opacity: 0;
    left: 20px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}

.time-line-process .timeline.timeline-selfie.animated div:nth-child(odd) .timeline-row .timeline-content {
    left: -20px;
}

.timeline.timeline-selfie.animated .timeline-row.active .timeline-content {
    opacity: 1;
    left: 0;
}

.timeline.timeline-selfie.animated .timeline-row.active:nth-child(odd) .timeline-content {
    left: 0;
}

.timeline.timeline-selfie.process-timeline-selfie div:nth-child(odd) .timeline-row {
    padding-left: 0;
    padding-right: 50%;
}

.timeline.timeline-selfie.process-timeline-selfie div:nth-child(even) .timeline-row {
    padding-left: 50%;
    padding-right: 0;
}

.selfie-process-separator {
    text-align: center;
}

.timeline.timeline-selfie.process-timeline-selfie div:last-child .selfie-process-separator {
    display: none;
}

.timeline-time {
    color: #F64747;
}

.timeline-content .post-audio {
    padding: 0 0 20px;
}

.timeline-content .post.audio {
    margin-top: 0;
}

.time-line.timeline-selfie {
    background-attachment: fixed;
}

/* Experience */

.experience-section {
    background-color: #f9fafb !important;
    padding-top: 100px !important;
    padding-bottom: 81px !important;
}

.timeline.timeline-selfie .timeline-row .timeline-content .panel-body.panel-body-resume {
    padding: 0;
}

.time-line:after {
    bottom: -8px;
    top: auto;
}

.time-line:after {
    bottom: -8px!important;
    top: auto;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.timeline.timeline-selfie .timeline-row .timeline-content {
    margin-left: 40px;
    position: relative;
    background-color: #fff;
}

.timeline.timeline-selfie .timeline-row:nth-child(odd) .timeline-content {
    margin-right: 40px;
    margin-left: 0;
}

.panel-body-right h4 {
    font-size: 20px !important;
    font-weight: 600;
    margin-bottom: 15px;
    color: #121212;
}

.panel-body-right p {
    font-size: 13px;
    letter-spacing: 0.5px;
}

.selfie-title-margin p {
    color: #121212;
    font-weight: 600;
}

.panel-body-right p,
.selfie-title-margin p {
    margin-bottom: 0;
}

.ex-content,
.ex-item {
    margin-bottom: 35px;
}

.selfie-process-left .panel-body {
    text-align: right;
}

.timeline .timeline-row .timeline-icon.timeline-icon-experience {
    height: 75px;
    left: 48.4%;
    width: 75px;
    top: -2px;
}

.timeline .timeline-row .timeline-icon.timeline-icon-experience .bg-primary {
    height: 100%;
}

.timeline .timeline-row .timeline-icon.timeline-icon-experience .bg-primary i {
    font-size: 24px;
    line-height: 65px;
}

.timeline-content-experience h4 {
    color: #999;
    font-size: 22px !important;
    font-style: italic;
    font-weight: 300;
    margin: 0;
    text-align: center;
}

.timeline .timeline-row .timeline-content.timeline-content-experience .panel-body {
    padding: 17px 30px;
}

.timeline .timeline-row .timeline-content.timeline-content-experience {
    width: 90%;
}

.timeline .timeline-row .timeline-content.timeline-content-experience::after {
    top: 33px;
}

.time-line::after {
    bottom: -8px;
    top: auto;
}

.panel-body>h4.strong-timeline {
    font-size: 20px !important;
    margin-top: 0;
}

.panel-body-left img {
    margin: 0 !important;
}

.job-ribbon {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 50px;
    left: 49.95%;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px;
    position: relative;
}

.job-ribbon {
    background: #1abc9c;
}

.job-ribbon i {
    margin: 0 10px 0 8px;
}

.job-ribbon::before, .job-ribbon::after {
    border-color: #1abc9c transparent;
}

.job-ribbon::before, .job-ribbon::after {
    top: 0;
}

.job-ribbon::before, .job-ribbon::after {
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.job-ribbon::after {
    border-width: 25px 25px 25px 0;
    right: -25px;
}

.job-ribbon::before, .job-ribbon::after {
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.job-ribbon::before, .job-ribbon::after {
    border-color: #1abc9c transparent;
}

.timeline-time {
    color: #1abc9c;
}

.panel-body-right h4 a {
    color: #212121;
}

.panel-body-right {
    float: left;
    max-width: 65%;
    padding: 30px 5% 25px 0;
}

.panel-body-left {
    border-right: 1px solid #eee;
    float: left;
    margin-right: 5%;
    max-width: 30%;
    padding: 107px 6%;
}

.timeline-icon .bg-primary {
    background: #1abc9c;
}

.job-ribbon.job-ribbon-education {
    left: auto;
    right: 0;
}

.panel-body-left {
    border-right: 1px solid #eee;
    float: left;
    margin-right: 5%;
    max-width: 30%;
    padding: 107px 6%;
}

.selfie-resume-item-left .panel-body-left {
    border-left: 1px solid #eee;
    border-right: medium none;
    float: right;
    margin-left: 5%;
    margin-right: 0;
    padding: 107px 6%;
}

.selfie-resume-item-left .panel-body-right {
    padding: 30px 0 25px 5%;
}

.selfie-resume-item-left .panel-body-right {
    text-align: right;
}

/* Skill-reference */

#skill-reference-section {
    background-color: #222222 !important;
    color: #999999;
    overflow: hidden;
}

.skill-chart-carousel, .home-reference {
    padding-top: 40px;
    padding-bottom: 40px;
}

.home-reference span, .home-reference h1, .home-reference div, .home-reference p {
    color: #fff!important;
}

.skill-chart-carousel span, .skill-chart-carousel h1, .skill-chart-carousel h5 {
    color: #999;
}

.skill-chart-carousel .owl-dots {
    text-align: center;
    padding-bottom: 10px;
}

.skill-chart-carousel .owl-dot {
    font-size: 0;
    line-height: 0;
        display: inline-block;
    vertical-align: bottom;
}

.skill-chart-carousel .owl-dot span {
    text-indent: -9999px;
    display: block;
    width: 11px;
    height: 11px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: transparent!important;
    border: 1px solid rgba(225, 225, 225, 0.5);
}

.skill-chart-carousel .owl-dot.active span {
    background: rgba(225, 225, 225, 0.5)!important;
}

/***********************************************************************************************/
/* Home Contact */
/***********************************************************************************************/

#contact-section .section-title h1,
#contact-section .section-title em,
#contact-section .section-title span,
#contact-section .section-title p {
    color: #9babb3;
}

.contact-information h4 {
    color: #9babb3;
    margin-bottom: 18px;
    margin-top: 0;
    text-transform: uppercase;
}

.contact-information span,
.contact-information p {
    color: #9babb3;
}

.contact-information span {
    float: left;
    margin-right: 20px;
}

.contact-info-text {
    display: table-cell;
}

.contact-information p a {
    display: block;
    color: #9babb3;
    margin-bottom: 2px;
}

.contact-information p a:hover {
    color: #1abc9c;
}

.contact-social {
    padding-top: 50px;
}

.contact-social ul.social-list {
    list-style-type: none;
    padding-left: 0;
}

.contact-social ul.social-list li {
    display: inline-block;
    list-style-type: none;
}

.contact-social ul.social-list li a {
    color: #9babb3;
    padding: 0 15px 0 0;
    display: inline-block;
}

.contact-social ul.social-list li a i {
    font-size: 3em;
}

.contact-social ul.social-list li a:hover {
    color: #1abc9c !important;
}

#bg-contact-form .form-control {
    background: rgba(255, 255, 255, 0.08) none repeat scroll 0 0;
    border: 1px solid #9babb3;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    height: 50px;
    outline: 0 none;
    padding: 5px 5px 5px 10px;
    transition: background 0.25s ease-in-out 0s;
    width: 100%;
}

#bg-contact-form .form-control:hover,
#bg-contact-form .form-control:focus,
#bg-contact-form .form-control:active {
    background: rgba(255, 255, 255, 0.08) none repeat scroll 0 0;
    border: 1px solid #9babb3;
    outline: medium none;
    -webkit-transition: all 0.4s ease 0.1s;
    -moz-transition: all 0.4s ease 0.1s;
    -ms-transition: all 0.4s ease 0.1s;
    -o-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

#bg-contact-form textarea {
    border-radius: 3px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    height: 141px!important;
    outline: 0 none;
    padding: 10px 5px 0 10px;
}

#bg-contact-form .submit-btn {
    border-radius: 3px;
    float: left;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 11px 20px;
    width: 100%;
    background-color: transparent;
    border: 1px solid #1abc9c;
    color: #9babb3;
    text-transform: uppercase;
    margin-top: 15px;
}

#bg-contact-form .submit-btn:hover {
    opacity: 0.8;
}

#bg-contact-form .form-group {
    margin-bottom: 20px;
}


/***********************************************************************************************/
/* Footer */
/***********************************************************************************************/

#footer-section {
    background: #222222;
    border-top: 1px solid #333333;
    text-align: center;
}

.footer-email {
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    padding: 19px 0
}

.footer-copyrights {
    padding: 19px 0;
}

.footer-phone {
    padding: 19px 0;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
}

.footer-email a,
.footer-copyrights,
.footer-phone a {
    color: #999999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-copyrights a,
.footer-email a:hover,
.footer-phone a:hover {
    color: #1abc9c;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#carousel-logo {
    background-color: #222222 !important;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none!important;
}

.clients-carousel-logo .item {
    height: 150px;
    display: inline-table;
    text-align: center;
    width: 100%;
}

.clients-carousel-logo .item .client {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.clients-carousel-logo .item .client a {
    display: block;
}

.owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
}

.owl-carousel .owl-prev {
    position: absolute;
    top: 40%;
    margin-top: -18px;
    left: 20px;
    margin-left: -20px;
    color: #999999;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-carousel .owl-prev:hover {
    left: 0;
}

.owl-carousel .owl-next {
    position: absolute;
    top: 40%;
    margin-top: -18px;
    right: 20px;
    margin-right: -20px;
    color: #999999;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-carousel .owl-next:hover {
    right: 0;
}

#blog-posts-section {
    padding: 70px 0;
}

.head-pages span,
.head-pages h1 {
    color: #cccccc;
    display: inline-block;
}

.head-pages span {
    font-size: 2em;
}

.head-pages h1 {
    letter-spacing: 2px !important;
    line-height: 1.6 !important;
    font-size: 28px !important;
    font-weight: 300;
    margin: 0;
    padding: 0 0 0 10px;
}

#head-blog, #head-page {
    padding-top: 110px;
    padding-bottom: 80px;
}

#head-blog h1, #head-page h1 {
    font-size: 28px !important;
    font-weight: 300;
    margin: 0;
    padding: 0 0 0 10px;
    color: #cccccc;
    letter-spacing: 2px !important;
    line-height: 1.6 !important;
    display: inline-block;
}

#head-blog span, #head-page span {
    color: #cccccc;
    font-size: 2em;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto!important;
    padding: 0;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: 0;
    background: transparent!important;
    border: transparent!important;
}

.bx-wrapper .bx-viewport {
    left: -5px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.bx-wrapper .bx-prev {
    left: -6px!important;
    top: 50%;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.bx-wrapper .bx-next {
    right: 2px!important;
    top: 50%;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    margin-top: -20px;
    outline: 0;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 21px;
    background: rgba(255, 255, 255, .8);
    text-indent: -9999px;
    cursor: pointer;
    z-index: 999;
}

.bx-wrapper .bx-prev:after {
    content: "\f104";
    display: block;
    width: 100%;
    height: 100%;
    padding-right: 2px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #212121;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    text-align: center;
    text-indent: 0 !important;
    line-height: 32px !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bx-wrapper .bx-next:after {
    content: "\f105";
    display: block;
    width: 100%;
    height: 100%;
    padding-right: 2px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #212121;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    text-align: center;
    text-indent: 0 !important;
    line-height: 32px !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.post-thumb {
    overflow: hidden;
}

.post-thumb:hover img,
.post-img img {
    width: 100%: ;
}

.post-thumb:hover a,
.post-img a {
    display: block;
}

.post-thumb:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.bx-wrapper img,
.post-thumb img {
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.prev-blog-article {
    background: #f4f4f4 none repeat scroll 0 0;
    padding: 30px 32px 1px;
}

.blog-items article {
    margin-bottom: 70px;
}

h3.post-title {
    font-size: 20px !important;
    font-weight: 600;
    margin: 10px 0 2px;
    text-transform: uppercase;
}

h3.post-title a {
    color: #333;
    display: block;
}

h3.post-title a:hover {
    color: #1abc9c;
}

.prev-blog-article em {
    color: #7a7a7a;
    font-size: 14px !important;
    font-style: italic;
    font-weight: 400;
    margin: 0 0 33px;
    line-height: 1.5 !important;
}

.post-excerpt {
    margin: 10px 0 20px;
}

.post-excerpt p {
    color: #7a7a7a;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.blog-article-link a {
    color: #999;
    padding: 12px 10px;
    font-weight: 700;
    display: inline-block;
    margin: 15px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: none;
}

.blog-article-link a.btn i {
    font-size: 16px;
    margin-right: 10px;
}

.blog-article-link a.btn:hover {
    color: #1abc9c;
    outline: none;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.prev-blog-article .post-meta {
    border: medium none;
    font-size: 15px;
    font-weight: 300;
    padding-top: 10px;
    color: #999;
    margin-bottom: 8px;
    padding: 15px 2px;
}

.prev-blog-article .post-meta i {
    line-height: 1;
    margin-right: 5px;
}

.post-meta .category a {
    color: #999;
}

.post-meta .category a:hover {
    color: #1abc9c;
}

#sidebar .widget {
    margin-bottom: 30px;
}

form#search-form {
    display: block;
    height: 35px;
    position: relative;
}

.widget-search #search-form .search-input {
    border: 1px solid #cccccc;
    border-radius: 0;
    color: #999;
    height: auto;
    left: 0;
    padding: 12px 30px 12px 12px;
    position: absolute;
    top: 0;
    width: 100%;
}

.widget-search #search-form .btn-search {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: thin none;
    color: #ccc;
    display: block;
    font-size: 16px;
    height: 32px;
    margin-top: 6px;
    outline: medium none;
    position: absolute;
    right: 0;
    margin-right: 3px;
    text-align: center;
    top: 0;
    width: 33px;
}

#sidebar .widget-title h3 {
    font-size: 18px !important;
    margin: 0 0 10px;
    text-transform: capitalize;
}

#sidebar ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#sidebar ul li {
    border-bottom: 1px solid #EEEEEE;
    padding: 7px 0;
}

#sidebar li a {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

#sidebar li a:hover {
    color: #1abc9c!important;
}

#sidebar li a:before {
    content: "-";
    font-family: fontAwesome;
    font-size: 18px;
    margin-right: 10px;
}

#recentcomments li a {
    font-size: 14px;
    text-transform: none;
}

#recentcomments .recentcomments a {
    color: #1abc9c;
}

.tags-widget a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #1abc9c;
    margin-right: 3px;
    margin-bottom: 6px;
    border-radius: 5px;
    color: #1abc9c;
}

.tags-widget a:hover {
    color: #fff;
    background: #1abc9c;
}

.blog-pagination .pages .page-numbers {
    color: #ccc !important;
    display: inline-block;
    padding: 5px 10px;
}

.blog-pagination .pages .current {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #ccc;
}

.blog-pagination .pages .page-numbers {
    padding: 3px 10px;
}

.blog-pagination .pages .page-numbers.next {
    padding-right: 0;
}

.blog-pagination .next i {
    margin-left: 8px;
}

.blog-pagination {
    font-size: 15px;
    text-transform: uppercase;
}

.head-pages {
    padding-top: 80px;
    padding-bottom: 30px
}

.head-pages .container {
    padding-top: 40px;
    padding-bottom: 47px;
    margin-top: 50px;
}

#blog-page-section {
    padding: 70px 0;
}

.single-post-blog .post-meta {
    background: transparent;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-left: none;
    color: #999;
    font-size: 11px;
    padding: 15px 2px;
    text-transform: uppercase;
    font-family: inherit;
    border-radius: 0;
    margin-bottom: 8px;
}

.single-post-blog .post-meta i {
    line-height: 1;
    margin-right: 5px;
}

.post-meta .author {
    margin-right: 10px;
}

.category.pull-right {
    margin-right: 10px;
}

.single-post-blog .post-title {
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-top: 15px;
}

.single-post-blog .post-title a {
    color: #999;
}

.blog-post-content, .page-post-content {
    margin: 20px 0;
}

.blog-post-content p {
    margin-bottom: 20px;
    color: #999;
}

.page-post-content p {
    margin-bottom: 23px;
}

.page-post-content ul {
    margin-bottom: 20px;
}

.blog-post-content blockquote, .page-post-content blockquote {
    border-left: 4px solid #1abc9c;
    font-size: 16px;
    font-style: italic;
}

.page-post-content blockquote {
    padding: 25px 20px;
}

.post-tags {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #999;
    padding: 15px 2px;
}

.post-tags i {
    line-height: 1;
    margin-right: 5px;
}

.post-author h3 {
    font-size: 18px !important;
    color: #121212 !important;
}

.author-img {
    margin-right: 15px;
}

.post-author img {
    border: 1px solid #ccc;
    border-radius: 100%;
    margin: 0;
    max-width: 100px;
    padding: 4px;
    width: 100%;
}

.author-content {
    display: table-cell;
    padding-top: 15px;
}

.commentlist .media-left {
    float: left;
    margin-right: 8px;
}

.commentlist .media-left img {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 100%;
    padding: 4px;
}

.comments-title {
    font-size: 18px !important;
    color: #121212 !important;
    margin-bottom: 30px;
}

.media-body {
    color: #999;
}

.comment-text {
    padding: 10px 0;
}

.comment-meta {
    background: transparent none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    border-top: 1px solid #ccc;
    color: #999;
    font-family: inherit;
    font-size: 11px;
    padding: 15px 2px;
    text-transform: capitalize;
    width: 100%;
}

.comment-reply-link {
    border: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-weight: normal;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1;
    color: inherit;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}

.comment-reply-link:hover,
.comment-reply-link:focus,
.comment-reply-link:active {
    color: #1abc9c;
}

.media {
    margin: 20px 0;
    padding: 20px 0;
}

.comments h3 {
    margin-bottom: 30px;
}

.ccomment-respond h3 {
    font-size: 18px !important;
    color: #121212 !important
}


/***********************************************************************************************/
/* Single product  page */
/***********************************************************************************************/

#portfolio-product {
    padding-bottom: 90px;
}

.identity-portfolio-control {
    padding: 50px 0;
    text-align: center;
}

.identity-portfolio-control a {
    color: #1abc9c;
}

.identity-portfolio-control a:nth-child(1) {
    float: left;
}

.identity-portfolio-control a:nth-child(3) {
    float: right;
}

.media-container img {
    width: 100%;
}

.col-md-12 .project-desc {
    margin-top: 20px;
}

.identity-portfolio-control i {
    font-size: 22px;
}

.project-desc h3.post-title {
    color: #999;
    font-size: 20px !important;
    margin: 10px 0 !important;
    text-align: left !important;
    font-weight: 500;
    text-transform: capitalize;
}

.project-desc .post-meta {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #ccc;
    border-left: medium none;
    border-radius: 0;
    border-top: 1px solid #ccc;
    color: #999;
    font-family: inherit;
    font-size: 11px;
    margin-bottom: 8px;
    padding: 15px 2px;
    text-transform: uppercase;
}

.project-desc .post-meta .time {
    margin-right: 10px;
}

.category.pull-right {
    margin-right: 10px;
}

.project-desc .post-meta i,
.project-desc .post-tags i {
    line-height: 1;
    margin-right: 5px;
}

.project-desc p {
    color: #999;
}

ul.project-social-icon {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

ul.project-social-icon li {
    list-style-type: none;
    display: inline-block;
}

ul.project-social-icon li a {
    display: block;
    padding: 0 15px 0 0;
    padding-left: 0;
    padding-right: 15px
}

.project-desc .post-meta ul.project-social-icon i {
    color: #999;
    font-size: 14px !important;
}

.portfolio-slider li {
    text-align: center;
}

.portfolio-slider img {
    width: 70%;
    display: inline-block;
    margin: 0 auto;
}

.project-cover .bx-wrapper .bx-next:after,
.project-cover .bx-wrapper .bx-prev:after {
    font-size: 40px;
}

.project-cover-slider {
    padding-bottom: 30px;
}


/***********************************************************************************************/
/* Shortcodes */
/***********************************************************************************************/


/* toogle */

.shortcode-title {
    margin-bottom: 35px;
}

.shortcode-title h2 {
    color: #333;
    margin-top: 12px;
    margin-bottom: 0;
}

.accordion-content {
    display: none;
}

.accordion-container h4 a {
    color: #121212;
    font-size: 17px;
}

.accordion-content {
    margin-bottom: 21.74px;
    margin-top: 1em;
    padding-left: 24.2px;
}

.accordian-shortcode {
    margin-bottom: 30px;
}

.accordion-toggle i {
    color: #bababa;
}

.accordion-section-content {
    display: none;
}

.tab-accordion-content.open {
    display: block;
}

.accordion-section-title {
    font-size: 16px;
    color: #222;
    background: #CCC;
    height: 40px;
    display: block;
    line-height: 40px;
}

.accordion-section-title em {
    background-color: rgba(59, 63, 80, 0.6);
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    height: 100%;
    line-height: 40px;
    margin-left: 0px;
    margin-right: 10px;
    text-align: center;
    width: 40px;
}

.accordion-section {
    margin-bottom: 10px;
}

.accordion-section-title:hover,
.accordion-section-title:focus,
.accordion-section-title:active,
.accordion-section-title:visited {
    color: #222;
}

.accordion-section-content {
    padding: 10px !important;
    background: none repeat scroll 0 0 #f5f5f5;
}


/* tabs */

.short-tab {
    display: none;
}

.short-tab.active {
    display: block;
}

.short-tab-links {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.short-tab-links li {
    display: inline-block;
}

.short-tab-links li a {
    display: block;
    border-radius: 4px 4px 0 0 !important;
    line-height: 1.42857 !important;
    padding: 10px 15px !important;
}

.short-tab-links li a:hover {
    background: #f7f7f7;
    color: #1abc9c;
    border-bottom: #dddddd;
}

.short-tab-links li.active {
    border: 1px solid #dddddd !important;
    border-radius: 4px 4px 0 0 !important;
    border-bottom: none !important;
    background: #fff;
}

.short-tabs .tab-content {
    background-color: #ffffff !important;
    border-top: 1px solid #dddddd !important;
    margin-top: -1px !important;
    padding: 1em 0;
}

.short-tabs .tab-content p {
    color: #333333;
}


/* headings */

.heading-content h1,
.heading-content h2,
.heading-content h3,
.heading-content h4,
.heading-content h5,
.heading-content h6 {
    margin-bottom: 0;
}

.heading-content {
    margin-bottom: 30px;
}

.padding-section {
    padding: 70px 0;
}


/* Services boxes */

.page-section-title {
    margin-bottom: 35px;
}

.page-section-title .subtitle-head {
    margin-top: -10px;
    font-size: 21px;
    font-weight: 200;
    line-height: 1.4;
}

.page-section-title a {
    font-weight: bold;
}

.page-section-title a:hover {
    color: #1abc9c;
}

.service-box {
    text-align: center;
}

.service-box span.service-icon {
    display: block;
}

.services-image-title {
    font-size: 18px !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #999999;
}

.service-box p {
    margin: 0 auto;
    width: 85%;
    letter-spacing: 0.5px;
    color: #999999;
}

.service-box {
    margin-bottom: 25px;
}

.service-box span.fa {
    font-size: 35px;
    color: #999999;
}

.service-box-left-icon span {
    float: left;
}

.service-box-left-icon .service-box-text {
    display: table-cell;
    padding-left: 20px;
    text-align: left;
}

.service-box-left-icon .service-box-text p {
    width: 100%;
}

.service-box-text h4 {
    color: #999999;
    margin-top: 0;
}

.service-zoom-box {
    position: relative;
    padding: 50px 30px;
    min-height: 300px;
}

.service-zoom-box:hover .zoom-services-icon-first {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform 0.7s ease 0s;
    -moz-transition: transform 0.7s ease 0s;
    -o-transition: transform 0.7s ease 0s;
    -ms-transition: transform 0.7s ease 0s;
    transition: transform 0.7s ease 0s;
    position: absolute;
}

.service-zoom-box:hover .zoom-services-icon-second {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.7s ease 0s;
    -moz-transition: transform 0.7s ease 0s;
    -o-transition: transform 0.7s ease 0s;
    -ms-transition: transform 0.7s ease 0s;
    transition: transform 0.7s ease 0s;
    position: relative;
}

.zoom-services-icon-first {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    -ms-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    text-align: center;
}

.zoom-services-icon-second {
    position: absolute;
    top: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    -ms-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
}

.service-zoom-box h3,
.service-zoom-box p,
.service-zoom-box span {
    color: #fff;
}

.service-zoom-box h3 {
    font-size: 18px !important;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.service-zoom-box p {
    margin: 0 auto;
    width: 85%;
    letter-spacing: 0.5px;
}

.service-zoom-box .fa.fa-2x {
    font-size: 35px;
}

.zoom-services-icon-second-icon {
    float: left;
    width: 25%;
}

.zoom-services-icon-second-icon .fa-2x {
    font-size: 50px !important;
}

.zoom-services-icon-second-text {
    float: right;
    margin-left: 2%;
    text-align: left;
    width: 73%;
}

.zoom-services-icon-second-text p {
    width: 100%;
}

.shortcode-counters .counters-item-number span,
.shortcode-counters .counters-item-number i,
.shortcode-counters .fact p {
    color: #999999;
}

ul.checked-list,
.star-list,
.angle-list,
.heart-list {
    list-style-type: none;
    padding-left: 0;
}

ul.checked-list li,
.star-list li,
.angle-list li,
.heart-list li {
    list-style-type: none;
    color: #999;
    padding-left: 25px;
    margin-bottom: 1px;
    position: relative;
}

ul.checked-list li:before {
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    content: "\f00c";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
}

.star-list li:before {
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    content: "\f005";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
}

.angle-list li:before {
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    content: "\f054";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
}

.heart-list li:before {
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    content: "\f004";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
}

ul.checked-list li i,
.star-list li i,
.angle-list li i,
.heart-list li i {
    font-size: 12px;
    line-height: 1.6;
}

blockquote {
    border-color: #dedede;
}

.testimonials-slider {
    text-align: center;
}

.testimonials-slider img {
    width: auto;
    display: inline-block!important;
    border-radius: 50%;
}

.testimonials-carousel {
    padding-bottom: 60px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent!important;
    border: 1px solid rgba(225, 225, 225, 0.5);
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: rgba(225, 225, 225, 0.5) none repeat scroll 0 0!important;
    border: 1px solid rgba(225, 225, 225, 0.5);
}

.testimonials-slider img {
    margin-bottom: 30px;
}

.testimonials-slider p {
    color: #999999;
    line-height: 25px;
    margin-bottom: 1em;
}

.testimonials-author {
    font-weight: bold;
    font-style: italic;
    color: #999999;
}


/* skills */

.skill-bar .progress-meta h6 {
    color: #999999;
}

.chart-skills canvas {
    height: 160px!important;
    width: 160px!important;
}

.chart {
    position: relative;
    display: inline-block;
    width: 160px;
    height: 160px;
    text-align: center;
    margin: auto;
    display: table;
}

.percent {
    display: inline-block;
    line-height: 160px;
    z-index: 2;
    color: #6a6a6a;
    font-size: 19px;
    font-weight: 500;
}

.skills-carousel .percent {
    line-height: 140px;
    z-index: 2;
    margin-left: -15px;
}

.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.skill-item h5 {
    text-align: center;
    padding: 10px 0;
    line-height: normal;
    color: #6a6a6a;
    font-weight: 500;
    font-size: 16px!important;
}

.icons_wrapper p {
    color: #666666;
}

/* prices */

ul.price-table {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
    border: 1px solid #999;
    border-radius: 5px;
}

ul.price-table li {
    text-align: center;
    color: #222;
    font-weight: 600;
    padding: 15px 0;
    background: none repeat scroll 0 0 rgba(225, 225, 225, 0.3);
    border-bottom: 1px solid #999
}

ul.price-table li:first-child {
    padding: 0;
}

ul.price-table li:last-child {
    border-bottom: 0;
}

ul.price-table h3 {
    background: none repeat scroll 0 0 rgba(225, 225, 225, 0.3);
    color: #222;
    font-size: 20px !important;
    font-weight: 600;
    margin: 0;
    padding: 20px 0;
}

.table-price-btn a {
    background: none repeat scroll 0 0 #fff;
    border-radius: 5px;
    padding: 10px 20px;
}

.table-price-btn a:hover {
    color: #1abc9c;
}

li.table-price-btn {
    background: none repeat scroll 0 0 rgba(225, 225, 225, 0.6)!important;
    padding: 30px 0!important;
    font-weight: 300;
}

li.price {
    background: none repeat scroll 0 0 rgba(225, 225, 225, 0.6);
    border-bottom: 1px solid #999;
    color: #222;
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    padding: 20px 0;
    width: 100%;
}

.table-pricing-currency {
    font-size: 14px;
    margin-right: 5px;
    position: relative;
    top: -15px;
}

.table-pricing-period {
    font-size: 13px;
    margin-left: 5px;
    width: 100%;
}

#page-found {
    padding-bottom: 70px;
    margin-top: 60px;
}

.selfie-not-found-text {
    font-size: 100px;
    font-weight: 300;
    margin: 0;
}

#simple-page-section {
    padding: 80px 0;
}

.page-post-content {
    padding-bottom: 40px;
}

.back-to-top {
    text-align: center;
    background: #1abc9c;
    color: #fff;
    display: none;
    width: 35px;
    height: 35px;
    font-size: 12px;
    position: fixed;
    right: 25px;
    bottom: 25px;
    opacity: 0.8;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    z-index: 9999;
    line-height: 35px;
}

.back-to-top i {
    line-height: 30px;
}

/***********************************************************************************************/
/* Responsive querys */
/***********************************************************************************************/

@media (min-width: 1300px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 1200px) {
	#home-cta-sec .container {
		width: 1200px;
	}

}

@media (min-width: 1024px) {
    
    .bx-controls-direction a {
        opacity: 0;
        transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out;
    }

    .bx-wrapper:hover .bx-controls-direction a {
        opacity: 1;
    }
}

@media (max-width: 1200px) {
    .hero-text h1 {
    	font-size: 70px!important;
    }

    #home-cta-sec {
    	text-align: center;
    }

    .about-me-wrapper {
        padding-top: 50px !important;
        padding-right: 70px !important;
        padding-bottom: 70px !important;
        padding-left: 52px !important;
    }
}


@media (max-width: 992px) {
	.hero-text h1 {
		font-size: 65px!important;
		line-height: 60px!important;
	}

	h1 {
    	font-size: 34px;
    }

    #about-intro-sec .about-me-tabs {
    	margin-top: 50px;
    }

    .portfolio-slider img {
    	width: 100%;
    }

    .timeline.timeline-selfie.process-timeline-selfie .timeline-row.selfie-process-left .timeline-content {
        float: none;
        margin: 0;
        padding: 200px 0 0;
        width: auto;
    }

    .timeline.timeline-selfie.process-timeline-selfie div:nth-child(2n+1) .timeline-row {
        padding-left: 0;
        padding-right: 0;
    }

    .timeline.timeline-selfie.process-timeline-selfie .timeline-row.selfie-process-right .timeline-content {
        margin: 0 auto;
        padding: 200px 0 0;
        width: auto;
        float: none;
    }

    .timeline.timeline-selfie.process-timeline-selfie .timeline-row.selfie-process-right .timeline-content {
        margin: 0;
        padding: 200px 0 0;
    }

    .timeline.timeline-selfie.process-timeline-selfie div:nth-child(2n) .timeline-row {
        padding-left: 0;
        padding-right: 0;
    }

    .contact-social ul.social-list li a {
        color: #9babb3;
        padding: 0 5px 0 0;
        display: inline-block;
    }

    .contact-social ul.social-list li a i {
        font-size: 2em;
    }

    .contact-information span {
        float: left;
        margin-right: 20px;
        font-size: 2.4em;
    }

    .tab {
    	display: block!important;
    }

    .tab-links {
    	display: none;
    }

    .tab-content {
    	padding: 0;
    	border-radius: 5px;
    }

    .tab-accordion-content {
    	padding: 20px;
    }

    .tab-accordion-link {
    	background: 0 0;
        display: block;
        padding: 14px 20px;
        color: #666;
        border-radius: 5px;
        border-bottom: 1px solid grey;
    }

    .tab {
    	border-top: 1px solid grey;
    }

    #sidebar {
    	margin-top: 30px;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 24px;
        height: 4px;
        border-radius: 1px;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    	background: transparent;
    }

    #navbar-menu.animated .navbar-default .navbar-toggle:hover .icon-bar, #navbar-menu.animated .navbar-default .navbar-toggle:focus .icon-bar {
        background-color: #1abc9c;
    }

    .tab-accordion-content {
        display: none;
    }

    .toggle {
        margin-bottom: 40px;
    }

    .accordian-shortcode {
        margin-bottom: 0;
    }

    .page-section-title {
        text-align: center;
    }

    .statistic-percent {
        text-align: center;
    }

}

@media (max-width: 768px) {

	.timeline.timeline-selfie .timeline-row:nth-child(odd) .timeline-content {
        margin-right: 0;
        margin-left: 55px;
    }

	.timeline.timeline-selfie .timeline-row:nth-child(odd) {
        padding-right: 0;
    }
    .timeline.timeline-selfie {
        padding: 15px 10px;
    }
    .timeline.timeline-selfie:after {
        left: 28px;
    }
    .timeline.timeline-selfie .timeline-row {
        margin-bottom: 0;
        margin-top: 40px;
    }
    .timeline.timeline-selfie .timeline-row .timeline-time {
        position: relative;
        right: auto;
        top: 0;
        text-align: left;
        margin: 0 0 6px 56px;
    }
    .timeline.timeline-selfie .timeline-row .timeline-time strong {
        display: inline-block;
        margin-right: 10px;
    }
    .timeline.timeline-selfie .timeline-row .timeline-icon {
        top: 52px;
        left: -2px;
        margin-left: 0;
    }
    .timeline.timeline-selfie .timeline-row .timeline-content {
        margin-left: 56px;
        left: 0;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        position: relative;
    }
    .timeline.timeline-selfie .timeline-row .timeline-content:after {
        right: auto !important;
        left: -40px !important;
        top: 32px;
    }
    .timeline.timeline-selfie .timeline-row:nth-child(odd) {
        padding-right: 0;
    }
    .timeline.timeline-selfie .timeline-row:nth-child(odd) .timeline-time {
        position: relative;
        right: auto;
        left: auto;
        top: 0;
        text-align: left;
        margin: 0 0 6px 56px;
    }
    .timeline.timeline-selfie .timeline-row:nth-child(odd) .timeline-content {
        margin-right: 0;
        margin-left: 55px;
    }
    .timeline.timeline-selfie.animated .timeline-row:nth-child(odd) .timeline-content,
    .timeline.animated .timeline-row .timeline-content {
        left: 0px;
    }
    .timeline.timeline-selfie.animated .timeline-row.active:nth-child(odd) .timeline-content {
        left: 0;
    }
    .timeline.timeline-selfie:before,
    .time-line.timeline-selfie:after {
        left: 24px;
        margin-left: 0;
    }

    .hero-text h1 {
		font-size: 55px!important;
		line-height: 50px!important;
	}

	.job-ribbon {
		left: 28px;
	}

	.about-me-box {
		margin-top: 30px;
	}

	h1 {
		font-size: 30px!important;
	}

	.intro-box {
		padding-bottom: 50px;
	}

	.statistic-percent {
		text-align: center;
	}

	.timeline.timeline-selfie .timeline-row {
		padding-left: 0;
	}

    .contact-social {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .navbar {
        padding: 30px 0 20px 0px;
    }

    #head-blog {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .navbar-default .navbar-collapse {
    	background-color: rgba(0, 0, 0, 0.7);
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
        width: 92%;
        margin: 0 auto;
    }

    #navbar-menu.active .navbar-default.navbar {
    	padding: 0!important;
    	border-bottom: 0;
    }

    #navbar-menu.active .navbar-fixed-top {
    	background: transparent!important;
    }

    #navbar-menu.animated .container>.navbar-header {
       background: rgba(255, 255, 255, 0.95)!important;
           border-bottom: 1px solid #efefef;
    }

    #navbar-menu.active .navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    	color: #fff;
    }

    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    	background: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    	color: #1abc9c;
    }

    .intro-box {
        border: 0;
    }

    .head-pages h1 {
        font-size: 24px!important;
    }

    .head-pages .container {
        padding-top: 10px;
        padding-bottom: 20px;
        margin-top: 0px;
    }

    .head-pages span {
        font-size: 1.6em;
    }

    .accordion-section-title em {
        display: none;
    }

    .accordion-section-title {
        padding: 15px;
        height: auto!important;
        line-height: inherit;
    }

    .padding-section {
        padding: 50px 0;
    }

    .shortcode-title, .page-section-title {
        text-align: center;
    }

    .page-section-title h2 {
        margin-bottom: 0;
    }

    .page-section-title h3 {
        margin-top: 10px;
    }

    .page-section-title .subtitle-head {
        margin-top: 15px;
    }
}

@media (max-width: 480px) { 

    .timeline.timeline-selfie .timeline-row:nth-child(odd) .timeline-content {
        margin-right: 0;
        margin-left: 35px;
    }

    .timeline.timeline-selfie .timeline-row .timeline-content {
        margin-left: 35px;
        left: 0;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        position: relative;
    }

    .timeline.timeline-selfie:after, .job-ribbon {
        left: 10px;
    }

    .about-me-wrapper {
        padding-top: 50px !important;
        padding-right: 30px !important;
        padding-bottom: 30px !important;
        padding-left: 30px !important;
    }

    .about-me-sign {
    	margin-bottom: 30px;
    }

    .section-title h1 {
    	font-size: 26px;
    }

    #head-blog h1 {
    	font-size: 24px!important;
    }

    #head-blog {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .navbar {
        padding: 20px 0 20px 0px;
    }

    .about-me-wrapper {
        padding-top: 20px !important;
        padding-right: 20px !important;
        padding-bottom: 20px !important;
        padding-left: 20px !important;
    }

    .about-me-title h2 {
        font-size: 24px!important;
        margin-bottom: 5px;
    }

    .about-me-title em {
        font-size: 16px!important;
    }

    .page-section-title .subtitle-head {
        font-size: 18px;
    }

    .page-section-title h2 {
        font-size: 26px!important;
    }

    .page-section-title {
        margin-bottom: 25px;
    }

    blockquote {
        font-size: 15px;
    }

    .blockquotes small {
        margin-left: 20px;
        margin-top: -8px;
    }

    .prev-blog-article .post-meta .category {
        display: none;
    }

    .prev-blog-article .post-meta .comment {
        float: none!important;
    }

    .prev-blog-article .post-meta {
        margin-bottom: 0;
    }
}