
/* Google Fonts Import
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300,300italic,400italic,600italic,700italic,800italic);
*/
body {
    background-color: #d5d5d6;
}

#main {
    background-color: #f8f8f8;
}

a {
    color:white;
    text-decoration: none;
}

a:hover {
    color:#f5f5f5;
    text-decoration: none;
}

.post-content .quote i {
    font-size: 24px;
    vertical-align: top;
    margin: 0 10px 0 0;
}

.post-content .quote p {
    display: inline;
    font-size: 18px;
    line-height: 20px;
    font-weight: 200;
    font-style: italic;
}

.post iframe {
    width: 100%;
}

iframe {
    display: block;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.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;
}

.carousel-control i {
    display: block;
    line-height: 40px;
    vertical-align: baseline;
}

.carousel-control.left i {
    padding-right: 3px;
}

.carousel-control.right i {
    padding-left: 5px;
}

.big-image {
    position: relative;
    clear: both;
    margin-bottom: 30px;
}

.big-image img {
    display: block;
}

.nav-search {
    display: none;
}

/**********************************************************************************************************************/
/************************************************* Post thumbnail *****************************************************/
/**********************************************************************************************************************/

.thumbnail {
    position: relative;
}

.thumbnail:hover .thumbnail-hover {
    opacity: 0.9;
    filter:alpha(opacity=90);
    -moz-opacity:.90;
    -ms-filter:"alpha(opacity=90)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.9);
}

.thumbnail-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 94%;
    height: 94%;
    background: no-repeat scroll center center /*#0088CC*/#7DBB18;;

    padding:3%;
    opacity: 0;
    filter:alpha(opacity=0);
    -moz-opacity:.0;
    -ms-filter:"alpha(opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.thumbnail-hover a {
    display: block;
    width: 100%;
    height: 100%;
}

/***************************************************** member header **************************************************/
#memberHeader {
    height:50px;
    margin:0 auto;
    text-align: center;
    position: relative;
    top: 65%;
}

#memberHeaderText {
    font-size:21px;
    display:inline-block;
    vertical-align: middle;
    font-family: "Microsoft YaHei","WenQuanYi Micro Hei",SimHei,tahoma,sans-serif;
    padding-right: 10px;
    float:right;
    margin-top:45px;
}

.memberlink {
    text-align: center;
    font-size:21px;
    width:120px;
    height:30px;
    background-color: #0D2A4B;
    display:inline-block;
    vertical-align: middle;
    font-family: "Microsoft YaHei","WenQuanYi Micro Hei",SimHei,tahoma,sans-serif;
    margin-right: 15px;
    line-height: 30px;
    margin-top:45px;
}

.memberlink:hover {
    background-color: black;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-wrapper .navbar .container {
    width: auto;
}

#navigation_header .dropdown-menu>li>a:hover {
    background-color:#0D2A4B;
    color:white;
}


/* CAROUSEL
-------------------------------------------------- */
.slider-size {
    height: 500px; /* This is your slider height */
}
.carousel {
    width:100%;
    margin:0 auto; /* center your carousel if other than 100% */
    /*margin-bottom: 60px;*/
}
/* Carousel base class */
/*.carousel {
    height: 500px;
    margin-bottom: 60px;
}*/
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

.carousel h1 {
    font-family: "Microsoft YaHei","WenQuanYi Micro Hei",SimHei,tahoma,sans-serif;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 500px;
    background-color: #777;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}

/* CORE COURSES RECOMMENDATION
-------------------------------------------------- */
.courses-recommendation {
    font-family: "Microsoft YaHei","WenQuanYi Micro Hei",SimHei,tahoma,sans-serif;
    text-align: center;
    background-color: #f8f8f8;
    padding-left:0px;
    padding-right:0px;
}

.courses-recommendation h1 {
    font-family: "Microsoft YaHei","WenQuanYi Micro Hei",SimHei,tahoma,sans-serif;
    font-size:32px;
}

.courses-recommendation h3 {
    font-family: inherit;
    font-size:16px;
}

/* COURSE CARD GRID
http://geekgirllife.com/animate-text-over-images-on-hover-without-javascript/
-------------------------------------------------- */

@media(min-width:1024px) {
    .courses-grid {
        width:960px;
    }
}
.photo-grid {
    margin: 1em auto 0px;
    max-width: 960px;
    text-align: center;
    padding-left: 0px;
}

.photo-grid li {
    /* border: 5px solid white; */
    box-shadow: 0 1px 10px 0 #555;
    display: inline-block;
    /*margin: 1em;*/
    width: 270px;
}

.photo-grid-summary {
    padding-left: 0px;
}

.photo-grid-summary li {
    display: inline-block;
    width: 270px;
    /*margin-left: 1em;
    margin-right: 1em;*/
}

.photo-grid-summary a {
    color: #0367b0;
    font-size:20px;
    font-weight:bold;
}

.photo-grid-summary .stem {
    color:white;
    padding-left: 5px;
    padding-right: 5px;
}

.photo-grid-summary .stem-m {
    background-color: #F96860;
}

.photo-grid-summary .stem-s {
    background-color: #5FB9F8;
}

.photo-grid-summary .stem-t {
    background-color: #8080C0;
}

.photo-grid-summary .stem-e {
    background-color: #89BC04;
}

.photo-grid-summary a:hover {
    color: black;
}

.photo-grid-new-course {
    color: red;
    margin-left: 7px;
    font-size: 20px;
    font-weight: bold;
}

.photo-grid figure {
    height: 227px;
    overflow: hidden;
    position: relative;
    width: 270px;
}

.photo-grid figcaption {
    background: rgba(0,0,0,0.8);
    color: white;
    display: table;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.photo-grid li:hover figcaption {
    opacity: 1;
}

.photo-grid img {
    display: block;
    height: auto;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    max-width: 100%;
}

.photo-grid li:hover img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
}

.photo-grid figcaption p {
    display: inline-block;
    font-family: 'open sans';
    font-size: 14px;
    position: relative;
    top: -25px;
    width: 270px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    vertical-align: middle;
}

.photo-grid li:hover figcaption p {
    -moz-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}

.view-courses {
    text-align: center;
    align-content: center;
}

.view-courses a {
    border: 5px solid #4472b9;
    border-radius: 10px;
    margin:20px auto;
    padding-top:5px;
    padding-bottom: 5px;
    display:block;
    font-size:20px;
    text-align: center;
    color: white;
    width:40%;
    background-color: #0367b0;
    box-shadow: 5px 5px 0 0 rgba(0,0,0,0.3);
}

.view-courses a:hover {
    background-color: white;
    color:#4472b9;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}
/**********************************************************************************************************************/
/***************************************************** Header *********************************************************/
/**********************************************************************************************************************/
#header-container, #logo, #logo a, #header-navigation .nav > li > a, .nav-icon, .nav-icon i,
.header-small, .logo-small, .logo-small a, .header-icon-small > a, .header-icon-small > a .nav-icon i {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

#header-container {
    display: none;
    width: 100%;
    height: 100px;
    background: transparent url(img/header-bg.png) top left repeat;
}

.navbar-normal-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

#logo {
    /*width: 220px;*/
    height: 118px;
    background: #ffffff;
    float: left;
}

#logo h1 {
    margin: 0;
    letter-spacing: 2px;
}

#logo a {
    color: #000000;
    width: inherit;
    height: inherit;
    display: block;
    line-height: 120px;
    font-weight: lighter;
    vertical-align: baseline;
    text-align: center;
}

#logo img {
    color: #000000;
    width: inherit;
    height: inherit;
    display: block;
    line-height: 120px;
    font-weight: lighter;
    vertical-align: baseline;
    text-align: center;
}

#header-navigation {
    float: right;
}

#header-navigation span {
    display: block;
}

#header-navigation ul {
    margin: 0;
}

#header-navigation .nav > li {
    margin: 0 0 0 1px;
}

#header-navigation .nav > li > a {
    display: block;
    height: 100px;
    width: 100px;
    text-align: center;
    color: #ffffff;
    border-radius: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#header-navigation .nav > li > a:hover, #header-navigation .nav > li > a:focus {
    background-color: transparent;
}

.nav-icon {
    display: block;
    padding-top: 15px;
    vertical-align: top;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.nav-icon i {
    vertical-align: top;
    font-size: 35px;
}

#header-navigation ul li a .nav-text {
    /*font-size: 13px;--stem*/
    font-size:1.2em;
    line-height: 15px;
    text-transform: uppercase;
    /* so we hide text completely */
    padding-top: 3px;
}

.nav li ul li a:hover, .nav li ul li a:focus {
    background-color: transparent;
}

#header-navigation .dropdown-menu {
    margin: 0 0 0 1px;
}

#header-navigation .dropdown-menu li {
    margin: 0;
}

#header-navigation .dropdown-menu li a {
    line-height: 30px;
}

#header-navigation ul.dropdown-menu > li:first-child {
    width: 100px;
}

.sidebar-nav {
    padding: 9px 0;
}

.dropdown .dropdown-menu {
    border: 0;
    border-top: 3px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    padding: 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    background: #fff;
    margin-top: -1px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.dropdown-menu .sub-menu li {
    list-style-type: none;
}

.dropdown-menu .sub-menu li a {
    display: block;
    line-height: 30px;
    height: 30px;
    color: #000;
    padding: 3px 20px;
}

.dropdown-menu .sub-menu li a:hover {
    color: #fff;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown-submenu > a:after {
    margin-top: 10px;
}

#header-navigation .dropdown-submenu:hover > a:after {
    border-left-color:  #fff;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
#header-new a{
    font-family: "Microsoft YaHei","WenQuanYi Micro Hei",SimHei,tahoma,sans-serif;
    font-size:18px;
}

.header-member-link {
    font-weight: bold;
}

/**********************************************************************************************************************/
/*************************************************** Breadcrumbs ******************************************************/
/**********************************************************************************************************************/
#breadcrumbs {
    height: 60px;
    background-color: #F5F5F6;
}

#breadcrumbs ul {
    margin: 0;
    padding: 0;
}

#breadcrumbs p {
    display: inline;
    font-size: 14px;
    color: #000;
}

#breadcrumbs a.stylish-button {
    color: #fff;
}

#breadcrumbs .prezent {
    color: #000000;
}

#breadcrumbs .divider {
    color: #000000;
}

.breadcrumb {
    line-height: 60px;
    float: left;
}

.breadcrumb > li {
    font-size: 14px;
    line-height: 60px;
    vertical-align: baseline;
    text-transform: uppercase;
    margin: 0;
}

#breadcrumbs .dropdown a.button {
    color: #fff;
}

#breadcrumbs .button-icon {
    font-size: 20px;
    line-height: 33px;
    vertical-align: top;
    margin: 0;
}

#breadcrumbs .short-button {
    display: inline-block;
    text-align: center;
    width: 33px;
    height: 33px;
    padding: 0;
}

#breadcrumbs .short-button a {
    color: #fff;
    padding: 0;
}

#breadcrumbs .short-button i{
    font-size: 16px;
}

#breadcrumbs .portfolio-navigator {
    float: right;
    width: 135px;
    margin-top: 40px;
}

#breadcrumbs .portfolio-navigator a.stylish-button {
    display: block;
    float: left;
    margin: 0 0 0 5px;
}

/**********************************************************************************************************************/
/************************************************* Blurb Element ******************************************************/
/**********************************************************************************************************************/
.blurb-element {
    text-align: center;
}

.blurb-element p {
    font-size: 16px;
    margin: 0;
}

.blurb-element h1 {
    color: #000;
    margin: 0 0 30px 0;
}

/**********************************************************************************************************************/
/*********************************************** Standard Element *****************************************************/
/**********************************************************************************************************************/
.standard-element h3 {
    color: #000;
    margin: 0 0 40px 0;
}

.standard-element .stylish-button {
    margin: 40px 0 0 0;
}

.element-image-left {
    text-align: left;
}

.element-image-right {
    text-align: right;
}

/**********************************************************************************************************************/
/*********************************************** Portfolio Element ****************************************************/
/**********************************************************************************************************************/
.portfolio-element {
    text-align: center;
}

.portfolio-element h3 {
    color: #000;
    margin: 0 0 30px 0;
}

.portfolio-element p {
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 40px 0;
}


/**********************************************************************************************************************/
/*********************************************** Portfolio ****************************************************/
/**********************************************************************************************************************/
.isotope-filter-wrapper {
    float: right;
    line-height: 40px;
    display: inline-block;
    margin: 10px 0 0 0;
}

.isotope-filter > ul {
    background-color: transparent;
    box-shadow: none;
}

.isotope-filter > ul > li {
    color: #fff;
    line-height: 33px;
    padding: 0 20px;
    margin: 0 0 4px 0;
}

#breadcrumbs .isotope-filter a {
    color: #fff;
}

.isotope-filter i {
    font-size: 16px;
    vertical-align: middle;
}

.isotope .isotope-item {
    transform: translate(0, 0) scale(1);
}


/**********************************************************************************************************************/
/****************************************************** Blog **********************************************************/
/**********************************************************************************************************************/
.load-more {
    text-align: center;
}

.load-more .stylish-button {
    margin: 10px 0 0 0;
    text-align: center;
    width:500px;
}

.down-arrow {
    margin-top: 10px;
}

.post-excerpt {
    line-height: 18px;
    margin-bottom: 20px;
}

.post-media.thumbnail, .post-media iframe, .post-media {
    height: 230px;
    width: 270px;
    margin: 0 0 20px 0;
}

.post-grid-content {
    margin-top: 10px;
}

.search-container {
    position: relative;
    margin: 10px 0 0 0;
}

.search-box-icon {
    position: absolute;
    display: inline-block;
    top: 8px;
    right: 10px;
    font-size: 16px;
    color: #fff;
    border-left: 1px dotted #fff;
    padding: 3px 0 4px 10px;
}

input.search-box {
    float: right;
    width: 150px;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 10px 38px 10px 10px;
    margin: 0;
}

.posts > div {
    /*margin-bottom: 40px;*/
}

.posts p {
    font-size: 13px;
    margin: 0;
}

.post {
    border-bottom: 1px solid #EAE8E8;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.post-title h3 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: lighter;
    text-transform: uppercase;
    vertical-align: middle;
    color: #000;
    margin: 0;
}

.post-title-icon {
    display: block;
    float: left;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    /*width: 30px;*/
    height: 30px;
    margin: 0 10px 0 0;
}

.post-info {
    float: left;
    border: 1px solid #EAE8E8;
    margin: 18px 0 20px 0;
    padding: 0 5px;
}

.post-info a {
    font-size: 12px;
}

.post-info > div {
    float: left;
    margin: 0 10px 0 0;
}

.post-info i {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #777;
}

.post-info p {
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    vertical-align: top;
    margin: 0;
}

.post-container .post-excerpt p {
    line-height: 18px;
}

.post-container .button {
    margin: 0 0 0 0;
}

/**********************************************************************************************************************/
/************************************************** Single Post *******************************************************/
/**********************************************************************************************************************/
.post-image {
    margin: 0 0 20px 0;
}

.post-author {
    background-color: #F0F3F4;
    margin: 40px 0;
    padding: 20px;
}

.post-author-info h4 {
    margin-top: 0;
}

.post-comments {
    margin-top: 40px;
}

.post-comments .comment {
    background-color: #F0F3F4;
    box-shadow: 1px 1px 2px #999;
    margin: 0 0 20px 0;
}

.comment {
    position: relative;
}

.comment-author-image {
    float: left;
    margin: 20px;
}

.comment-content {
    margin: 20px 0;
    padding: 0 0 0 90px;
}

.comment-content h5 {
    margin: 0;
}

.comment-date {
    font-size: 11px;
    color: #999;
    margin: 0 0 10px 0;
}

ul.replies {
    margin: 0 0 0 60px;
}

.post-reply {
    margin: 40px 0;
}

.post-reply h4 {
    margin: 0;
}

.post-reply-form {
    margin: 40px 0 0 0;
}

.post-reply-form .row {
    margin-bottom: 10px;
}

.comment .reply-button {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    font-size: 11px;
    text-transform: none;
    height: 24px;
}

.comment .reply-button a {
    font-size: 11px;
    text-transform: none;
    line-height: 20px;
    padding: 2px 7px;
}

.post-list {
    margin: 30px 0;
}

.post-list li {
    list-style-type: none;
    margin-bottom: 10px;
}

.post-list i {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    vertical-align: baseline;
    height: 18px;
    width: 18px;
    border-radius: 100px;
    margin: 0 5px 0 0;
}

.post-list p {
    display: inline;
    font-size: 13px;
}

/**********************************************************************************************************************/
/***************************************************** Sidebar ********************************************************/
/**********************************************************************************************************************/
.sidebar h5 {
    margin-top: 0;
    text-transform: uppercase;
}

.dotted-separator {
    margin: 7px 0;
    border-bottom: 1px dotted #999999;
}

.widget {
    margin: 0 0 40px 0;
}

.widget i {
    font-size: 16px;
    line-height: 20px;
    color: #777;
    margin: 0 0 0 7px;
    vertical-align: middle;
}

.widget .blog-category {
    line-height: 20px;
}

.widget span:before {
    content: '\E766';
}

.widget p {
    display: inline;
    line-height: 20px;
    vertical-align: middle;
}

.tab-row {
    margin: 0 0 10px 0;
}

p.tab-row-title{
    display: block;
    line-height: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 2px;
}

.flickr-images {
    margin: 0 0 -10px -10px;
}

.flickr-image {
    float: left;
    width: 60px;
    margin: 0 0 10px 10px;
}

.flickr-image img {
    width: 100%;
}

/**********************************************************************************************************************/
/***************************************************** Footer *********************************************************/
/**********************************************************************************************************************/
footer {
    position: relative;
    font-size: 12px;
    width: 100%;
    color: #777;
}

footer p {
    margin: 0;
}

#inner-footer {
    width: 100%;
    background-color: #3A3A3A;
    padding-bottom: 20px;
}

#copyright-container {
    height: 40px;
    width: 100%;
    background-color: #303030;
}

#copyright-container p {
    font-size: 11px;
    line-height: 40px;
    vertical-align: baseline;
    margin: 0;
}

#footer-menu, #stay-connected {
    text-transform: uppercase;
    border-bottom: 1px solid #484848;
    padding: 30px 0 0 0;
}

#footer-menu .nav {
    margin: 0;
}

#footer-menu .nav li {
    padding-bottom: 10px;
    line-height: 20px;
}

#footer-menu > .nav > li > a {
    font-size: 12px;
    border-left: 1px solid #484848;
    padding: 0 10px;
    background-color: inherit;
}

#footer-menu > .nav > li > a:hover {
    text-decoration: underline;
}

#footer-menu .nav li a.last {
    border-right: 1px solid #484848;
}

#footer-menu a {
    color: #777;
}

#footer-container-info {
    padding: 10px 0 10px 0;
}

#footer-container-info #address-info p {
    overflow: hidden;
}

#footer-container-info i {
    font-size: 18px;
    line-height: 20px;
    color: #777;
    padding: 0 5px 0 0;
}

#footer-container-info p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

#footer-right-side {
    float: right;
}

#footer-right-side p {
    margin-bottom: 10px;
    line-height: 20px;
}

#footer-social-icons {
    padding: 10px 0 5px 0;
}

#footer-social-icons a.social-icon {
    height: 27px;
    width: 27px;
    background-color: #676767;
    margin: 0 5px 5px 0;
}

#footer-social-icons a.social-icon i {
    font-size: 19px;
    line-height: 27px;
    vertical-align: middle;
    color: #B3B3B3;
}

#scroll-up-button {
    position: fixed;
    bottom: 20px;
    right: -40px;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    color: #FAFAFB;
    background-color: #747474;
    opacity: 0.5;
    cursor: pointer;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

#scroll-up-button i {
    font-size: 37px;
    vertical-align: top;
    line-height: 37px;
    font-weight: normal;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

#scroll-up-button:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

#scroll-up-button:hover i {
    color: #fff;
}

#scroll-up-button.visible {
    right: 40px;
}

#scroll-up-button.gone {
    right: -40px;
}

/**********************************************************************************************************************/
/***************************************************** Input **********************************************************/
/**********************************************************************************************************************/
input.stylish-text-input {
    font-size: 16px;
    background-color: #F0F3F4;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    padding: 6px;
}

textarea.stylish-textarea {
    font-size: 16px;
    background-color: #F0F3F4;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    padding: 6px;
}

.stylish-button input {
    float: right;
    margin: 10px 0 0 0;
}

/**********************************************************************************************************************/
/***************************************************** Others *********************************************************/
/**********************************************************************************************************************/
.contact-textarea {
    height: 155px;
}

.contact-icon {
    float: left;
    font-size: 20px;
    color: #777;
    margin: 0 7px 0 0;
}

#contact-info {
    height: 180px;
}

#contact-info > div {
    border-right: 1px solid #F0F3F4;
    height: 100%;
}

.more-container {
    text-align: center;
    margin-top: 40px;
}

.more-container .button {
    margin: 0;
}

.dropdown-toggle {
    /*display: inline-block;*/
    /*font-size: 13px;*/
    /*font-weight: bold;*/
    /*text-transform: uppercase;*/
    /*line-height: 36px;*/
    /*color: #fff;*/
    /*padding: 0 17px;*/
    /*border-radius: 0;*/
    /*cursor: pointer;*/
    /*height: auto;*/
}

.portfolio-filter {
    /*width: 191px;*/
    width: 100%;
}

.list {
    list-style-type: circle;

}

.list li {
    margin: 0 0 10px 0;
}

.list p, .list a {
    font-size: 13px;
    margin: 0;
}

