
/*
    color-brand: ;
    color-grey: #284660;
    color-lite: #AAAAAA;
*/

html, body {
	height: 100%;
	width: 100%;
}

body {
	padding-top: 64px;
    font-family: 'Montserrat', sans-serif;
    /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;*/
	background-color: #e7eff3;
	background-color: #fff;
	background-color: #f1f8ff; //alternative :)
    background-color: #F0F4F8;
	background-color: #FFF;
}

body.login-page {
    padding-top: 50px;
    background-color: #e7eff3;
    background-size: cover;
}

body.white {
	background-color: #fff;
}


body.login-page .logo {
    width: 200px;
    height: 57px;
}


body.login-page .panel-white {
    border-radius: 10px;
}

#main {
}
[v-cloak] {
  display: none;
}
a { color: #9aa6af; }
a:hover, a:active {color: #284660;}
a.__tdn {text-decoration: none;}
.actionable { cursor: pointer; }
.symlink { color: #9aa6af; }

.animated.animated-s05 { animation-duration: 0.5s; }



.logo {
    width: 135px;
    height: 37px;
    background-image: url('../svg/artstudio_logo_color-3.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: -11px;
}
.logo._inverse {
    background-image: url('../png/logo_inverseff6f.png');
}
.logo._circular {
    width: 100px;
    height: 100px;
    background-color: #62CAD9;
    border-radius: 50%;
}

.isologo {
    width: 34px;
    height: 34px;
    background-image: url('../png/isoff6f.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: -11px;
}



.animated.fast {
    -webkit-animation-duration: 0.2s; /* Safari 4.0 - 8.0 */
    animation-duration: 0.2s;
}


/*** Layout
*********************/

header.app {
    position: relative;
    overflow: hidden;
}

header.app > h1 {
    font-size: 46px;
    margin-top: 0;
}

header.app > .btn.action {
    position: absolute;
    right: 0;
    top: 6px;
}


nav.app {
    margin-top: 15px;
}

nav.app > a,
nav.app > span,
nav.app > div.dd > span {
    display: block;
    padding: 10px 13px;
    margin-bottom: -1px;
    background-color: #fff;
    font-weight: 700;
    margin-right: 0px;
    border-radius: 70px;
    border: 0;
    position: relative;
    color: #9facbd; /*color-lite */
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

nav.app > a:hover,
nav.app > a.active,
nav.app > div.dd > span:hover,
nav.app > div.dd > span.active,
nav.app > span:hover,
nav.app > span.active {
    color: #323a44;
}

nav.app > a.active,
nav.app > span.active,
nav.app > div.dd > span.active {
    background-color: #efefef;
    color: #323a44;
}


nav.app .dropdown-menu {
    right: 81px;
    top: -5px;
    left: auto;
    width: 300px;
    padding: 15px 10px;
}

nav.app .dropdown-menu li {
    width: 49%;
    display: inline-block;
    color: #9facbd;
}

nav.app > div.dd {
    display: inline-block;
    position: relative;
}
nav.app > div.dd .icon {
    transition: all 0.2s ease;
}
nav.app > div.dd.open .icon {
    transform: scale(-1, -1);
}

nav.app .dropdown-menu > li > a:hover,
nav.app .dropdown-menu > li > a:focus {
    background-color: transparent !important;
    color: #1a1a1a !important;
}

nav.app .dropdown-menu:after,
nav.app .dropdown-menu:before {
    left: 100%;
    margin-left: -1px;
    top: 28px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

nav.app .dropdown-menu:not(.to-bottom):after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #FFF;
    border-width: 10px;
    margin-top: -10px;
}
nav.app .dropdown-menu:not(.to-bottom):before {
    border-color: rgba(212, 212, 212, 0);
    border-left-color: rgba(0,0,0,0.15);
    border-width: 11px;
    margin-top: -11px;
}

nav.app .dropdown-menu.to-bottom {
    right: -100px;
    top: 30px;
    left: auto;
    width: 300px;
    padding: 15px 10px;
}

nav.app .dropdown-menu.to-bottom  li {
    width: 100%;
    display: inline-block;
    color: #9facbd;
}




/*** Profile Page
*********************/
.profile-avatar {
    display: inline-block;
    border-radius: 50%;
	width: 120px;
	height: 120px;
    background-position: center;
    background-size: cover;
}

.profile-avatar.lg {
    width: 100px;
	height: 100px;
    border: 0;
}

.profile-avatar_md,
.profile-avatar.md {
    width: 80px;
	height: 80px;
    border: 0;
}

.profile-avatar_sm {
    width: 55px;
	height: 55px;
    border: 0;
}


/*** Colors
*********************/
/*
    $brand = '#0FACF3';
    $grey = #323a44;
    $lite = '#9facbd';
*/

/*** Texts
*********************/
h1, h2, h3, h4, h5, h6 {
	text-transform: none;
	font-weight: 600;
	letter-spacing: -1px;
	color: #323a44;
	color: #474545;
	color: #555;
}

h1, h2 {
	font-weight: 600;
	letter-spacing: -1px;
}

h3, h4, h5, h6 {
	font-weight: 400;
	letter-spacing: 0px;
}

h1 { font-size: 42px; }
h2 { font-size: 36px; }
h3 { font-size: 26px; }

p.alt {
    color: #5d6671;
    color: #9facbd;
    font-weight: 300;
    font-size: 14px;
}

.__wm { margin: 0; }
.__wp { padding: 0; }
.__fwn { font-weight: 400; }
.__fwb { font-weight: 600; }

.color-white { color: #FFFFFF; }
.color-brand { color: #00AAF7; }
.color-grey  { color: #323a44; }
.color-lite  { color: #9facbd;}
.color-red  { color: #ff7979; }
.color-green {color: #79c417 !important;}

a.color-brand { color: #00AAF7; }
a.color-brand:hover, a.alt:active {color: #316aca;}


.loader {
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #8899a6; /* Blue */
    border: 3px solid #8899a6; /* Light grey */
    border-top: 3px solid #f3f3f3; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 0.7s linear infinite;
}

.loader._sm {
    width: 32px;
    height: 32px;
    border-width: 2px;
}

.loader._center { margin: 40px auto; }
.loader._center._sm { margin: 20px auto; }

.loader._inline {
    margin: 10px auto;
    width: 30px;
    height: 30px;
}

.loader._centered {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/*** Helpers
*********************/
.color-facebook {
	color: #3b5998;
}

.center-block {
	float: none;
}
.btn-bold {
	font-weight: 700;
}

.btn-spaced {
	letter-spacing: 1px;
}

.alert {
	font-weight: 400;
	/*text-transform: uppercase;*/
	letter-spacing: -1px;
	font-size: 15px;
	border-width: 0px;
    padding: 17px;
    padding-left: 50px;
}
.alert:before {
    font-family: 'FontAwesome';
    font-size: 24px;
    display: block;
    position: absolute;
    color: inherit;
    left: 36px;
    top: 11px;
}

.alert.alert-success:before { content: "\f058"; }
.alert.alert-info:before { content: '\f05a'; }
.alert.alert-danger:before { content: '\f057'; }

.list._horizontal {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.list._horizontal li {
    float: left;
    margin-right: 4px;
}

.row-p-5 {
	margin: 0 -2px 0 -2px;
}
.row-p-5 .col-md-3 {
	padding-left: 2px;
	padding-right: 2px;
}

/*** Navbar
*********************/
.navbar-default {
    min-height: 64px;
    height: 64px;
}
.navbar-brand {
    height: 64px;
}
.navbar-default .navbar-nav>li>a {
    color: #555;
    font-size: 14px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 12px;
    margin-right: 10px;
}

.navbar-btn {
    border-radius: 50px;
}

.navbar-default .navbar-nav>li.menu-icon-only > a {
    font-size: 22px;
}
/*.navbar-default .navbar-nav>li>a>i {
    display: none;
}*/
.navbar-brand {
    margin-right: 20px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: rgba(0,0,0,.06) !important;
    border-radius: 50px;
}
.navbar-default .navbar-nav>.current>a {
    color: #1a1a1a;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    /*background-color: rgba(0,0,0,.06) !important;*/
    border-radius: 50px;
    color: #F09;
}
/* .navbar-default .navbar-nav>.current>a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 17px;
    height: 1px;
    width: 48%;
    border-bottom: 1px solid #7cd3df;
    transform: translate(-50%, 0);
} */

.navbar .user--picture {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    float: left;
    display: inline-block;
    margin-top: -5px;
/*    margin-right: 7px;
    margin-left: -8px;*/
}


.navbar .btn-signin {
    border-radius: 30px;
    padding: 8px 17px;
    margin-top: 2px;
    font-weight: 400;
}

.navbar .language {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    top: 0px;
    border: 1px solid rgba(255,255,255,0.85);
    border-radius: 30px;
}


/*** Footer
*********************/
footer {
	padding: 60px 0;
	background-color: #4c565e;
	background-color: #62cad9;
    background-color: #292d35;
    background-color: #F5F5F5;
    color: #35414c;
    margin-top: 100px;
}
footer p {
    font-size: 14px;
}
footer .logo {
    width: 170px;
    height: 70px;
    margin-bottom: 20px;
}
footer h4 {
	color: #35414c;
	font-size: 16px;
    font-weight: 300px;
}
footer ul {
	list-style: none;
	padding: 0;
}

.footer-categories li {
	width: 32%;
	float: left;
}

footer ul li a {
	/*border-bottom: 1px dashed #60666d;*/
	display: block;
	padding: 10px 3px;
	font-size: 13px;
	color: #333;
}
footer ul li a:hover {
	color: #35414c;
}

footer .btn-sm {
	padding: 8px 13px;
}
footer .social-links li {
    float: left;
}
footer .social-links .icon {
	margin-right: 10px;
	color: #FFF;
	font-size: 30px;

    display: inline-block;
}

.footer-pin-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0FACF3;
    box-shadow: 1px 1px 0px rgba(0,0,0,0.2);
    position: fixed;
    bottom: 40px;
    right: 25px;
    color: #FFF;
    transition: all .4s ease-in-out;
}
.footer-pin-button .icon {
    position: absolute;
    left: 18px;
    top: 16px;
    font-size: 18px;
    content: "\f067";
}

.footer-pin-button:hover {
    background-color: #ABC722;
    background-color: #9566d3;
    color: #FFF;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}



/*** Pagination
*********************/
.pagination>li>a, .pagination>li>span {
	font-size: 14px;
	font-weight: 600;
	color: #888;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover,
.pagination>.active>span:hover, .pagination>.active>a:focus,
.pagination>.active>span:focus {
	background-color: #de6ba4;
	border-color: #d6669d;
	color: #FFF;
}


.panel-title {
	padding: 15px 0;
	font-size: 17px;
}

.panel-danger .panel-heading {
    background: #ce2027;
    position: relative;
    color: #fff;
}

.panel-danger .panel-heading:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(152, 25, 0, 0);
	border-top-color: #ce2027;
	border-width: 10px;
	margin-left: -10px;
}
.panel-default .panel-heading {
	position: relative;
}

.panel-default .panel-heading:after,
.panel-default .panel-heading:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.panel-default .panel-heading:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #FFF;
	border-width: 10px;
	margin-left: -10px;
}
.panel-default .panel-heading:before {
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #ccc;
	border-width: 11px;
	margin-left: -11px;
}

.panel-white {
    background-color: #fff;
    box-shadow: none !important;
}

.panel-white .panel-footer {
    background-color: #fff;
}

.panel-default {
    background-color: #fafafa;
}


	.share a {
		width: 20px;
		height: 20px;
		border-radius: 50%;
		/*padding: 3px;*/
		text-align: center;
		background-color: #333;
		display: inline-block;
		color: #fff;
		margin: 0 2px;
	}
	.share a i {
		margin-top: 3px;
		display: inline-block;
        font-size: 15px;
	}

    .share._big a {
		width: 44px;
		height: 44px;
	}
    .share._big a i {
		margin-top: 14px;
        font-size: 17px;
		display: inline-block;
	}

    .share._vertical {
        text-align: right;
        display: block;
    }
    .share._vertical a {
        margin: 5px auto;
    }

    .share a.facebook { background-color: #3b5998; }
    .share a.twitter { background-color: #55acee; }
	.share a.twitter { background-color: #09C2FF; }
	.share a.pinterest { background-color: #cb2027; }







/* ul.nav li.dropdown:not(.dropdown-notifications):hover > ul.dropdown-menu {
    display: block;
} */
.dropdown-menu {
    animation-duration: 0.5s;
}
.dropdown-menu:not(.simple-dropdown):before {
    position: absolute;
    top: -10px;
    right: 17px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ccc;
    border-left: 10px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.dropdown-menu:not(.simple-dropdown):after {
    position: absolute;
    top: -8px;
    right: 18px;
    display: inline-block;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #ffffff;
    border-left: 9px solid transparent;
    content: '';
}
.dropdown-notifications .dropdown-toggle {
	font-size: 20px !important;
}
.dropdown-notifications .dropdown-menu {
	padding: 20px;
	right: -70px;
	top: 80px;
	width: 350px;
}

.dropdown-notifications .dropdown-menu:after  {
	right: 159px;
	right: 83px;

}
.dropdown-notifications .dropdown-menu:before  {
	right: 158px;
    right: 82px;
	top: -10px;
}

.dropdown-menu.dropdown-menu-centered {
    transform: translate(-50%, 0);
    left: 50%;
}

.dropdown-menu.dropdown-menu-centered:before {
    right: 50%;
    margin-right: -11px;
}

.dropdown-menu.dropdown-menu-centered:after {
    right: 50%;
    margin-right: -10px;
}
.notifications-icon { display: inline-block; position: relative;
    min-width: 18px;
    height: 18px;
}
.notifications-icon:after {
    position: absolute;
    content: attr(data-count);
    min-width: 18px;
    height: 18px;
    line-height: 15px;
    background-image: -webkit-linear-gradient(#70cef8, #12adf3);
    background-image: linear-gradient(#70cef8, #12adf3);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    font-weight: 600;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 2px solid #fff;
    top: -8px;
    right: -7px;
}
.notifications-icon[data-count="0"]:after {
    display: none;
}

.dropdown-notifications .notifications-loader {
    height: 90px;
    text-align: center;
}

.dropdown-notifications .notifications-loader .fa-spinner {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    color: #16aef3;
}
.dropdown-notifications .dropdown-menu > div.results {
    max-height: 241px;
    overflow-y: auto;

}
.dropdown-notifications .dropdown-menu > div.results::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color:#eee;
}
.dropdown-notifications .dropdown-menu > div.results::-webkit-scrollbar-thumb {
    background-color:#c2c2c2;
    border-radius: 6px;
}

.notification {
	font-size: 11px;
	font-weight: 300;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,.05);
    height: 80px;
    padding: 20px 15px;
    position: relative;
}


.notification-pic {
    width: 40px;
    height: 40px;
    float: left;
    display: inline-block;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-right: 12px;
}


.notification-text {
    font-size: 13px;
    margin-top: 2px;
    display: inline-block;
    float: left;
    width: 258px;
    color: #333;
}

.notification-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #62cad9;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -1px;
}

.notification:hover {
    background-color: #f5f5f5;
}
.notification:last-child {
    border-bottom: 0;
}



.profile-header ul .btn {
    border-radius: 60px;
    font-size: 15px;
    padding: 8px 23px;
}
.profile-header ul .btn span {
    margin-right: 4px;
    display: none;
    /*font-style: italic;*/
}

.profile-header ul .btn .fa {
    color: #777;
    display: none;
}



.dropdown-share .dropdown-menu {
    left: 0;
    top: 55px;
    width: 300px;
    margin-left: -100px;
}

.dropdown-share .dropdown-menu:after  {
    top: -9px;
    left: 142px;
    right: auto;
}
.dropdown-share .dropdown-menu:before  {
    right: auto;
    top: -11px;
    left: 141px;
}
.share-this-label {
    display: block;
    font-size: 12px;
    color: #888;
    margin-left: 4px;
}

.dropdown-share .share {
    margin-top: 8px;
    margin-bottom: 5px;
    display: inline-block;
}



.dropdown-more .dropdown-menu {
    left: -50%;
    top: 45px;
    width: 120px;
    min-width: 100px;
}

.dropdown-more .dropdown-menu:after  {
    top: -9px;
    left: 47px;
    right: auto;
}
.dropdown-more .dropdown-menu:before  {
    right: auto;
    top: -11px;
    left: 46px;
}


.reveal-password {
    color: #3c4859;
    position: absolute;
    top: 16px;
    right: 12px;
    width: 20px;
    height: 20px;
    font-size: 18px !important;
    cursor: pointer;
    z-index: 99;
    /*background-color: #f00;*/
}
.reveal-password:hover {
    color: #0FACF3;
}
.reveal-password.active {
    color: #0FACF3;
}


.feel-so-empty-here {
    width: 70%;
    margin:  0 auto 80px auto;
    display: block;
    /*background-color: #f0f0f0;*/
    border-bottom: 2px solid rgba(0,0,0,.06);
    font-size: 23px;
    text-align: center;
    font-weight: 400;
    color: #777;
    padding: 35px 0 20px 0;
}
.upload-avatar-loader {
    font-size: 35px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -20px;
    color: #fff;
}



.my-account-avatar:hover {
    cursor: pointer;
    opacity: .85;
}

.panel-my-account {
    margin-bottom: 80px;
    border-radius: 10px;
    box-shadow: #E8EDF2 0 0 0 1px !important;
}
.panel-my-account h3 {
    margin-top: 0;
    font-size: 20px;
}
.panel-my-account .panel-body {
    padding: 30px;
}



.link-edit-profile {
    font-size: 20px;
    left: 20px;
    position: relative;
    top: -2px;
}




.btn-follow {
    /*padding-top: 9px;*/
    /*padding-bottom: 9px;*/
    border-radius: 40px;
    border: 0 !important;
    padding-left: 35px;
    padding-right: 35px;
}
.btn-follow.not-following {
    background-color: #62cad9;
    background-color: #3ca2fa;
    color: #fff;
}
.btn-follow.not-following .fa {
    margin-right: 0;
}
/*.btn-follow.following:hover {
    background-color: #f00;
    color: #fff;
}*/

.btn-follow .label-follow,
.btn-follow .label-following,
.btn-follow .label-unfollow {
    display: none;
}
.btn-follow.not-following .label-follow {
    display: inline-block;
}
.btn-follow.following .label-unfollow {
    display: inline-block;
}
/*.btn-follow.following:hover .label-following {
    display: none;
}
.btn-follow.following:hover .label-unfollow {
    display: inline-block;
}*/



.search .form-group {
    position: relative;
}
.search input {
    background-color: #ffffff;
    border: 0;
    border-radius: 66px;
    padding-left: 40px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.15) !important;
}

.search .fa {
    position: absolute;
    top: 16px;
    right: 20px;
    color: #444;
    font-size: 18px;
}
    .search .fa:hover {
        color: #62cad9;
        cursor: pointer;
    }

.search-filters {
    display: inline-block;
    text-align: center;
    background-color: #f5f5f5;
    padding: 7px;
    border-radius: 6px;
}

.search-filters li a {
    font-size: 18px;
    margin: 0 15px;
    padding: 12px 30px;
}
.search .filters {
    position: absolute;
    right: 35px;
    top: 15px;
}

.search .filters .label {
    font-size: 11px;
    padding: 5px 10px;
    color: #62cad9;
    border: 2px solid transparent;
    background: transparent;
    border-radius: 5px;
    cursor: pointer;
}


.search .filters .label:hover {
    background-color: #eee;
    border: 2px solid #eee;
}

.search .filters .label.active {
    border: 2px solid #62cad9 !important;
    cursor: default;
    background: transparent;
}


.user-boards-list {
    height: 210px;
    /*max-height: 180px;*/
    overflow-y: auto;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
}
.user-boards-list li {
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding: 15px 15px;
    position: relative;
}

.user-boards-list li:hover {
    /*background-color: rgba(0,0,0,.05);*/
    cursor: pointer;
}

.user-boards-list li:hover:after,
.user-boards-list li.active:after {
    content: '\f14a';
    content: '\f058';
    position: absolute;
    font-family: 'FontAwesome';
    right: 16px;
    top: 7px;
    font-size: 25px;
}

.user-boards-list li.active {
    cursor: default;
}
.user-boards-list li:hover:after {
    color: #ccc;
}
.user-boards-list li.active:after {
    color: #99cd38;
}

.full-page-header {
    background-color: rgba(21, 174, 243, 1);
    background-color: rgb(115, 162, 183);
    background: linear-gradient(to top, #00c2cc 0%, #6f95d3 100%);
    background: linear-gradient(-135deg, #96cdfc 0%, #6f95d3 100%);
    /*background-color: rgba(0, 0, 0, .3);*/
    padding: 40px 0;
    color: #fff;
    margin-bottom: 40px;
}
.full-page-header .page-subtitle {
    color: #f7f7f7;
    font-weight: 400;
    letter-spacing: 0;
}

.full-page-header .btn-custom-size {
    position: absolute;
    top: 18px;
    right: 0;
}


section[data-area] {
    display: none;
}
section[data-area].active {
    display: block;
}




@media (max-width: 768px) {
    body {
        padding-top: 10px;
    }
    footer .social-links li {
        float: none;
        display: inline-block;
    }
    footer .about-us-links {
        margin: 20px 0;
    }
    footer .about-us-links li a {
        font-size: 16px;
        margin-right: 10px;
    }
    .dropdown.dropdown-notifications {
        list-style: none;
        display: inline-block !important;
    }
    .dropdown-notifications .dropdown-menu {
        padding: 20px;
        right: -74px;
        top: 45px;
        width: 350px;
    }

    .dropdown-notifications .dropdown-toggle {
        margin-right: 36px;
    }

    .dropdown-notifications .dropdown-menu:before {
        right: 74px;
        top: -10px;
    }
    .dropdown-notifications .dropdown-menu:after {
        right: 75px;
        top: -8px;
    }

    .logo {
        height: 38px;
        margin-top: -9px;
    }

    body.logged-in .logo {
        width: 35px !important;
        height: 35px !important;
        background-image: url(../png/isoff6f.png) !important;
        margin-top: -14px !important;
    }

    .mobile-nav {
        float: right;
        top: 12px;
        position: relative;
    }

    .mobile-nav a {
        font-size: 22px;
        margin-right: 36px;
    }

    .navbar {
        min-height: auto;
    }

    .navbar-brand {
        height: 55px;
        margin-right: 0;
    }

    .panel-my-account .panel-body {
        padding: 30px 5px;
    }

    header.app > h1 {
        font-size: 32px;
    }
    nav.app {
        white-space: nowrap;
        overflow-x: auto;
        min-height: 40px;
    }
    header.app > .btn.action {
        top: -1px;
    }
}


.aspect-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 27px;
    height: 27px;
    background-size: 14px;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.aspect-icon { background-image: url('../svg/poster.svg'); /*background-color: transparent !important;*/}
.aspect-icon-instagram { background-image: url('../svg/instagram.svg'); background-color: #D7349B; }
.aspect-icon-facebook { background-image: url('../svg/facebook-4.svg'); background-color: #3b5998; }
.aspect-icon-twitter { background-image: url('../svg/twitter-4.svg'); background-color: #55acee; }
.aspect-icon-pinterest { background-image: url('../svg/pinterest-4.svg'); background-color: #cb2027; }
.aspect-icon-youtube { background-image: url('../svg/youtube.svg'); background-color: #ff0000;}
.aspect-icon-linkedin { background-image: url('../svg/linkedin-4.svg'); background-color: #007bb5; }
.aspect-icon-blog { background-image: url('../svg/blog.svg'); background-color: #00bfb6; }
.aspect-icon-email { background-image: url('../svg/email.svg'); background-color: #00bfb6; }
.aspect-icon-documents { background-image: url('../svg/poster.svg'); background-color: #00bfb6; }
.aspect-icon-whatsapp { background-image: url('../svg/whatsapp.svg'); background-color: #128C7E; }
.aspect-icon-google { background-image: url('../svg/google-4.svg'); background-color: #dd4b39 !important; }