@charset "UTF-8";
.bx-wrapper {
position: relative;
margin: 0 auto 60px;
padding: 0;
*zoom: 1;
}
.bx-wrapper img {
max-width: 100%;
display: block;
} .bx-wrapper .bx-viewport {
background: #fff; -webkit-transform: translatez(0);
-moz-transform: translatez(0);
-ms-transform: translatez(0);
-o-transform: translatez(0);
transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position: absolute;
bottom: -30px;
width: 100%;
} .bx-wrapper .bx-loading {
min-height: 50px;
background: url(//parga-kanalistudios.gr/wp-content/themes/fortyseven-street/css/images/bx_loader.gif) center center no-repeat #fff;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2000;
} .bx-wrapper .bx-pager {
text-align: center;
font-size: .85em;
font-family: Arial;
font-weight: bold;
color: #666;
padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
*zoom: 1;
*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
background: #666;
text-indent: -9999px;
display: block;
width: 10px;
height: 10px;
margin: 0 5px;
outline: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
background: #000;
} .bx-wrapper .bx-prev {
left: 10px;
background: url(//parga-kanalistudios.gr/wp-content/themes/fortyseven-street/css/images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
right: 10px;
background: url(//parga-kanalistudios.gr/wp-content/themes/fortyseven-street/css/images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -16px;
outline: 0;
width: 32px;
height: 32px;
text-indent: -9999px;
z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
display: none;
} .bx-wrapper .bx-controls-auto {
text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
display: block;
text-indent: -9999px;
width: 10px;
height: 11px;
outline: 0;
background: url(//parga-kanalistudios.gr/wp-content/themes/fortyseven-street/css/images/controls.png) -86px -11px no-repeat;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
display: block;
text-indent: -9999px;
width: 9px;
height: 11px;
outline: 0;
background: url(//parga-kanalistudios.gr/wp-content/themes/fortyseven-street/css/images/controls.png) -86px -44px no-repeat;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
background-position: -86px -33px;
} .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
text-align: left;
width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
right: 0;
width: 35px;
} .bx-wrapper .bx-caption {
position: absolute;
bottom: 0;
left: 0;
background: #666\9;
background: rgba(80, 80, 80, 0.75);
width: 100%;
}
.bx-wrapper .bx-caption span {
color: #fff;
font-family: Arial;
display: block;
font-size: .85em;
padding: 10px;
}
 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
@keyframes tada {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
-ms-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
-ms-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
-ms-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
@keyframes wobble {
0% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
-ms-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
-ms-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
-ms-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
-ms-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
-ms-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
transform: scale(.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
-ms-transform: scale(.3);
transform: scale(.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
-ms-transform: scale(.9);
transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
-ms-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(.95);
transform: scale(.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(.3);
transform: scale(.3);
}
}
@keyframes bounceOut {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(.95);
-ms-transform: scale(.95);
transform: scale(.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(.3);
-ms-transform: scale(.3);
transform: scale(.3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
-ms-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
-ms-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
-ms-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
-ms-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
-ms-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
-ms-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
-ms-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
-ms-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate(80deg);
-ms-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
-ms-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
-ms-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
-ms-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
-ms-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}@font-face{font-family:'FontAwesome';src:url(//parga-kanalistudios.gr/wp-content/themes/fortyseven-street/fonts/fontawesome-webfont.eot?v=4.5.0);src:url(//parga-kanalistudios.gr/wp-content/themes/fortyseven-street/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'),url(//parga-kanalistudios.gr/wp-content/themes/fortyseven-street/fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'),url(//parga-kanalistudios.gr/wp-content/themes/fortyseven-street/fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'),url(//parga-kanalistudios.gr/wp-content/themes/fortyseven-street/fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'),url(//parga-kanalistudios.gr/wp-content/themes/fortyseven-street/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust:     100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
transition: all ease 0.4s;
-webkit-transition: all ease 0.4s;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 35px;
margin: 0.67em 0;
}
h2 {
font-size: 30px;
margin-top: 0.83em;
margin-bottom: 0.83em;
}
h3 {
font-size: 25px;
margin-top: 1em;
margin-bottom: 1em;
}
h4 {
font-size: 22px;
margin-top: 1.33em;
margin-bottom: 1.33em;
}
h5 {
font-size: 18px;
margin-top: 1.67em;
margin-bottom: 1.67em;
}
h6 {
font-size: 15px;
margin-top: 2.33em;
margin-bottom: 2.33em;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
line-height: 0;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} body,
button,
input,
select,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: border-box;
}
body {
font-family: 'Open Sans', sans-serif;
background: #fff; }
blockquote, q {
background: #f5f5f5 none repeat scroll 0 0;
color: #666;
font-size: 15px;
font-style: italic;
letter-spacing: 0.5px;
line-height: 22px;
padding: 20px;
position: relative;
z-index: 1;
}
blockquote p:first-child, 
q p:first-child {
margin-top: 0;
}
blockquote p:last-child, 
q p:last-child {
margin-bottom: 0;
}
blockquote::before, q::before {
color: #ddd;
content: "\f10d";
font-family: fontawesome;
font-size: 45px;
left: 20px;
position: absolute;
top: 20px;
z-index: -1;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 20px 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
font-size: 16px;
background: #4092bb;
min-width: 90px;
height: 40px;
line-height: 40px;
text-align: center;
display: inline-block;
color: #fff;
margin-top: 20px;
white-space: nowrap;
border: 2px solid transparent;
padding-left: 15px;
padding-right: 15px;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
color: #4092bb;
background: #fff;
border-color: #4092bb;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
color: #4092bb;
background: #fff;
border-color: #4092bb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
padding: 5px 10px;
vertical-align: middle;
border: none;
border: 1px solid #ddd;
background-color: transparent;
width: 100%;
}
textarea {
padding: 5px 10px;
width: 100%;
}  a {
color: #5bc8ff;
text-decoration: none;
transition: all ease 0.4s;
-webkit-transition: all ease 0.4s;
}
a:visited {
color: #5bc8ff;
}
a:hover,
a:focus,
a:active {
color: #5bc8ff;
text-decoration: underline;
}
a:focus {
outline: none;
}
a:hover,
a:active {
outline: 0;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
padding-right: 5px;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
padding-left: 5px;
}
.comment-navigation .nav-previous a, .posts-navigation .nav-previous a, .post-navigation .nav-previous a, 
.comment-navigation .nav-next a, .posts-navigation .nav-next a, .post-navigation .nav-next a {
background: #4eb2e4;
padding: 5px 15px;
display: inline-block;
color: #fff;
position: relative;
font-style: normal;
}
.comment-navigation .nav-previous a, .posts-navigation .nav-previous a, .post-navigation .nav-previous a {
padding-left: 25px;
}
.comment-navigation .nav-next a, .posts-navigation .nav-next a, .post-navigation .nav-next a {
padding-right: 25px;
}
.comment-navigation .nav-previous a:before, .posts-navigation .nav-previous a:before, .post-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:after, .posts-navigation .nav-previous a:after, .post-navigation .nav-previous a:after {
content: "\f100";
font-family: fontawesome;
position: absolute;
left: 10px;
top: 7px;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
}
.comment-navigation .nav-next a:after, .posts-navigation .nav-next a:after, .post-navigation .nav-next a:after,
.comment-navigation .nav-next a:before, .posts-navigation .nav-next a:before, .post-navigation .nav-next a:before {
content: "\f101";
font-family: fontawesome;
position: absolute;
right: 10px;
top: 7px;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
} .comment-navigation .nav-previous a:hover, .posts-navigation .nav-previous a:hover, .post-navigation .nav-previous a:hover, 
.comment-navigation .nav-next a:hover, .posts-navigation .nav-next a:hover, .post-navigation .nav-next a:hover {
background: #2785b0;
text-decoration: none;
}
.comment-navigation .nav-previous a:after, .posts-navigation .nav-previous a:after, .post-navigation .nav-previous a:after,
.comment-navigation .nav-next a:before, .posts-navigation .nav-next a:before, .post-navigation .nav-next a:before {
transform: translateY(-100%);
-webkit-transform: translateY(-100%);
opacity: 0;
visibility: hidden;
}
.comment-navigation .nav-previous a:hover:after, .posts-navigation .nav-previous a:hover:after, .post-navigation .nav-previous a:hover:after,
.comment-navigation .nav-next a:hover:before, .posts-navigation .nav-next a:hover:before, .post-navigation .nav-next a:hover:before {
transform: translateY(0);
-webkit-transform: translateY(0);
opacity: 1;
filter: alpha(opacity= 100);
visibility: visible;	
}
.comment-navigation .nav-previous a:hover:before, .posts-navigation .nav-previous a:hover:before, .post-navigation .nav-previous a:hover:before,
.comment-navigation .nav-next a:hover:after, .posts-navigation .nav-next a:hover:after, .post-navigation .nav-next a:hover:after {
transform: translateY(100%);
-webkit-transform: translateY(100%);
opacity: 0;
visibility: hidden;	
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after, 
.street-wrapper:before,
.street-wrapper:after {
content: "";
display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after, 
.street-wrapper:after {
clear: both;
} .widget {
margin: 0 0 1.5em;
} .widget select {
max-width: 100%;
} .widget_search .search-submit {
display: none;
}
.widget_text .textwidget > p {
font-size: 15px;
margin: 5px 0;
}  .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
} .comment-content a {
word-wrap: break-word;
font-style: normal;
color: inherit;
}
.bypostauthor {
display: block;
}
.comments-area {
margin-top: 40px;
border-top: 2px solid #ddd;
}
.comments-area h2.comments-title {
font-size: 18px;
font-weight: 900;
font-style: italic;
background: #eee;
padding: 5px 15px;
}
.comments-area ol.comment-list, .comments-area ol.children {
margin: 0;
padding: 0;
list-style: none;
}
.comments-area ol.children {
margin-left: 15px;
}
.comments-area article {
background: #f1f1f1;
margin-bottom: 20px;
padding: 15px;
}
.comments-area .comment-author.vcard {
display: inline-block;
vertical-align: top;
width: 49%;
}
.comments-area .comment-metadata {
display: inline-block;
text-align: right;
vertical-align: top;
width: 50%;
}
.comments-area .comment-metadata a {
font-size: 14px;
margin-right: 10px;
font-style: normal;
color: inherit;
}
.comments-area .comment-metadata a:last-child {
margin-right: 0;
}
.comments-area .comment-metadata a:hover, .comment-respond .logged-in-as a:hover {
color: #4eb2e4;
text-decoration: none;
}
.comments-area .comment-content, .comments-area .comment-content p {
font-size: 14px;
line-height: 22px;
color: #666;
}
.comments-area .reply a.comment-reply-link {
background: #4092bb;
min-width: 60px;
height: 35px;
line-height: 30px;
text-align: center;
display: inline-block;
color: #fff;
margin-top: 0px;
white-space: nowrap;
border: 2px solid transparent;
padding-left: 15px;
padding-right: 15px;
font-style: normal;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
}
.comments-area .reply a.comment-reply-link:hover {
background: #fff;
color: #4092bb;
border-color: #4092bb;
text-decoration: none;
}
.comment-respond {
border: 1px solid #ddd;
padding: 15px;
}
.comment-respond h3.comment-reply-title {
margin-top: 0;
border-bottom: 1px solid #ddd;
padding-bottom: 5px;
}
.comment-respond p.logged-in-as {
margin-bottom: 0;
}
.comment-respond p.form-submit {
margin-bottom: 0;
}
.comment-respond p.form-submit input#submit {
margin-top: 0;
}
.comment-respond input, .comment-respond textarea {
border-radius: 0;
font-size: 15px;
}
p.comment-awaiting-moderation {
font-size: 13px;
font-style: italic;
margin-bottom: 0;
color: red;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
}
iframe {
width: 100%;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
margin: 1%;
}
.gallery-columns-2 .gallery-item {
max-width: 48%;
}
.gallery-columns-3 .gallery-item {
max-width: 31%;
}
.gallery-columns-4 .gallery-item {
max-width: 23%;
}
.gallery-columns-5 .gallery-item {
max-width: 18%;
}
.gallery-columns-6 .gallery-item {
max-width: 14%;
}
.gallery-columns-7 .gallery-item {
max-width: 12%;
}
.gallery-columns-8 .gallery-item {
max-width: 10.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 9%;
}
.gallery-caption {
background: #eee none repeat scroll 0 0;
display: block;
font-size: 14px;
line-height: 22px;
padding: 10px;
} .street-wrapper{
width: 1170px;
margin: 0 auto;
}
.main-title, 
.skill_section .widget_text h3.widget-title {
font-size: 3em;
font-weight: 500;
font-family: 'Ubuntu';
margin-top: 0;
line-height: 55px;
text-align: center;
margin-bottom: 15px;
color: #000;
}
section#section_one, section#section_two, section#section_three, section#section_four, section#section_five, section#section_six, section#section_seven,
section#section_eight, section#section_nine, section#section_ten {
margin-bottom: 60px;
}
#section_one .section-content a, #section_four .portfolio-description-wrap a {
font-size: 16px;
background: #4092bb;
min-width: 90px;
height: 40px;
line-height: 37px;
border: 2px solid transparent;
text-align: center;
display: inline-block;
color: #fff;
margin-top: 20px;
white-space: nowrap;
padding-left: 15px;
padding-right: 15px;
font-style: normal;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
}
#section_one .section-content a:hover, #section_four .portfolio-description-wrap a:hover {
color: #4092bb;
background: transparent;
border: 2px solid #4092bb;
text-decoration: none;
}
div#header-banner-image {
position: relative;
line-height: 0;
margin-bottom: 40px;
}
#header-banner-image > img {
width: 100%;
}
div#header-banner-image.header-nobanner_image {
line-height: inherit;
}
#header-banner-image header.entry-header {
position: absolute;
top: 30%;
text-align: center;
left: 0;
right: 0;
}
div#header-banner-image:after {
content: "";
background: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#header-banner-image h1.entry-title {
border-bottom: none;
color: #fff;
position: relative;
z-index: 1;
font-size: 40px;
line-height: 50px;
margin-bottom: 0;
}
div#header-banner-image.header-nobanner_image::after {
display: none;
position: static;
}
#header-banner-image.header-nobanner_image header.entry-header {
background: #f1f1f1 none repeat scroll 0 0;
margin-top: 0;
padding: 15px 0;
position: static;
}
#header-banner-image.header-nobanner_image h1.entry-title {
color: #404040;
font-size: 25px;
margin-bottom: 0;
}
h1.entry-title, .widget-title, .page-title {
font-size: 25px;
margin: 0 0 20px 0;
border-bottom: 1px solid #ddd;
}
.entry-content, .entry-summary, .page-content {
margin: 0;
}
.entry-content p {
margin-top: 0;
}
.entry-footer .edit-link {
display: block;
}
.entry-footer a.post-edit-link {
background: #4092bb;
min-width: 60px;
height: 35px;
line-height: 35px;
text-align: center;
display: inline-block;
color: #fff;
margin-top: 20px;
white-space: nowrap;
box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
border-bottom: 1px solid #285d78;
padding-left: 15px;
padding-right: 15px;
transition: all ease 0.15s;
-webkit-transition: all ease 0.15s;
}
.entry-footer a.post-edit-link:hover {
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
border-bottom-width: 4px;
line-height: 30px;
color: #fff;
}
article .entry-header h2.entry-title {
font-size: 20px;
margin: 0;
}
article .entry-header h2.entry-title a {
font-style: normal;
color: inherit;
}
article .entry-header h2.entry-title a:hover {
color: #4eb2e4;
text-decoration: none;
}
.entry-meta span {
font-size: 14px;
font-style: italic;
color: #777;
margin-right: 10px;
}
.entry-meta span.byline {
font-weight: bold;
color: #4092bb;
}
.entry-meta span.byline a {
color: #4092bb;	
font-style: normal;
}
.entry-meta span a:hover {
color: #4eb2e4;
text-decoration: none;
} footer.entry-footer span:last-child::after {
content: "";
}
footer.entry-footer span::after {
content: "/";
margin: 0 0 0 10px;
}
footer.entry-footer span {
margin-right: 10px;
}
footer.entry-footer span a {
font-style: normal;
color: inherit;
}
footer.entry-footer span a:hover {
color: #4eb2e4;
text-decoration: none;
} div#back-top {
position: fixed;
bottom: 10px;
right: 10px;
display: none;
z-index: 9999;
transform: translateZ(0);
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
}
#back-top a {
background: #333;
text-align: center;
display: block;
color: #fff;
padding: 10px 15px;
font-style: normal;
}
#back-top a:hover {
background: #24759d;
text-decoration: none;
}
#back-top a i.fa {
display: block;
font-size: 20px;
} .left-sidebar #primary, .right-sidebar #primary {
width: 70%;
padding-left: 30px;
float: right;
margin-bottom: 40px;
}
.right-sidebar #primary {
padding-left: 0;
padding-right: 30px;
float: left;
}
.left-sidebar .sidebar, .right-sidebar .sidebar {
width: 30%;
float: left;
margin-bottom: 40px;
}
.right-sidebar .sidebar {
float: right;
}
.both-sidebar .left-sidbar-right {
width: 75%;
float: left;
padding-right: 30px;
margin-bottom: 40px;
}
.both-sidebar .left-sidbar-right .left-sidebar {
width: 35%;
float: left;
padding-right: 15px;
}
.both-sidebar .left-sidbar-right #primary {
float: right;
width: 65%;
padding-left: 15px;
}
.both-sidebar .right-sidebar {
width: 25%;
float: right;
margin-bottom: 40px;
}
.no-sidebar #primary {
margin-bottom: 40px;	
width: 100%;
} .top-header {
background: #15313f;
padding: 0;
}
.top-header .socials {
float: left;
width: 50%;
}
.top-header .socials a {
color: #999;
display: inline-block;
font-size: 14px;
font-style: normal;
line-height: inherit;
padding: 0 5px;
vertical-align: middle;
transition: none;
-webkit-transition: none;
}
.top-header .socials a:hover {
text-decoration: none;
transform: scale(1.2);
-webkit-transform: scale(1.2);
}
.top-header .header-search-form {
float: right;
width: 50%;
text-align: right;
line-height: 0;
}
.header-search-form form.search-form {
width: 50%;
float: right;
border-bottom: 1px solid #307090;
}
.header-search-form .search-form label {
width: 85%;
display: inline-block;
}
.header-search-form .search-form label input.search-field {
background-color: transparent;
border: medium none;
color: #ddd;
font-size: 14px;
padding: 0;
}
.header-search-form .search-form button.search-submit {
background: none;
font-size: 15px;
color: #3780a5;
transition: all ease 0.4s;
-webkit-transition: all ease 0.4s;
min-width: inherit;
height: inherit;
line-height: inherit;
padding: 5px;
margin: 0;
border-bottom: none;
width: 13%;
padding-right: 0;
}
.header-search-form .search-form button.search-submit:hover {
border-color: transparent;
box-shadow: none;
color: #4eb2e4;
border-bottom: none;
} header.sticky.fixed .main-header {
background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
left: 0;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: 9999;
transform: translateZ(0);
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
}
.admin-bar .sticky.fixed .main-header {
top: 32px;
} header.logo-menu-center .main-header .site-branding {
margin: 0 auto;
text-align: center;
width: 100%;
padding-bottom: 0;
}
header.logo-menu-center .main-navigation {
text-align: center;
width: 100%;
}
header.logo-menu-center .main-navigation ul.nav-menu li .sub-menu {
text-align: left;
}
header.logo-menu-center .main-navigation ul.nav-menu li a {
padding-bottom: 15px;
padding-top: 15px;
font-style: normal;
color: inherit;
} header.logo-menu-right .main-header .site-branding {
float: right;
text-align: right;
}
header.logo-menu-right .main-navigation {
float: left;
text-align: left;
padding-left: 0;
} .yes-slider header#masthead {
position: absolute;
top: 0;
width: 100%;
left: 0;
z-index: 9999;
margin-bottom: 0px;
}
.admin-bar.yes-slider  header#masthead {
top: 32px;
} .yes-slider header#masthead.sticky.fixed {
position: static;
}
.admin-bar.yes-slider  header#masthead.sticky.fixed {
top: 0;
}
.yes-slider .main-header {
background: rgba(0, 0, 0, 0.25);
}
.main-header {
background: rgba(0, 0, 0, 0.85);	
display: none;
}
.main-header .site-branding {
display: inline-block;
width: 20%;
color: #fff;
vertical-align: middle;
padding: 10px 0;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
}
.main-header .site-branding h1.site-title {
margin: 0;
font-size: 24px;
font-weight: 600;
color: #4eb2e4;
line-height: 30px;
}
.main-header .site-branding p.site-description {
margin: 0;
font-size: 13px;
font-weight: 400;
color: #999;
line-height: 18px;
} body.boxed {
background: #ccc;
background-attachment: fixed;
}
body.boxed #page {
background: #fff none repeat scroll 0 0;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
margin: 0 auto;
width: 1200px;
}
.yes-slider.boxed header#masthead {
margin: 0 auto;
right: 0;
width: 1200px;
}
.boxed header.sticky.fixed .main-header {
margin: 0 auto;
width: 1200px;
} .main-navigation {
display: inline-block;
width: 79%;
vertical-align: middle;
float: none;
text-align: right;
background: none;
padding: 0 0 0 20px;
}
.main-navigation ul.nav-menu {
margin: 0;
padding: 0;
list-style: none;
}
.main-navigation ul.nav-menu li {
display: inline-block;
position: relative;
}
.main-navigation ul.nav-menu li a {
color: #fff;
display: inline-block;
padding: 20px 15px;
border-bottom: 1px solid transparent; 
font-size:14px;
font-weight:550;
font-family: 'Ubuntu';
}
.main-navigation ul.nav-menu li a:hover, 
.main-navigation ul.nav-menu li.current-menu-item a, 
.main-navigation ul.nav-menu li.current_page_item a {
border-bottom-color: #5bc8ff;
color: #5bc8ff;
text-decoration: none
}
.main-navigation ul.nav-menu li ul.sub-menu {
position: absolute;
margin: 0;
padding: 0;
width: 170px;
background: rgba(0, 0, 0, 0.9);
top: 100%;
opacity: 0;
visibility: hidden;
z-index: 999;
text-align: left;
transition: all ease 0.4s;
-webkit-transition: all ease 0.4s;
}
.main-navigation ul.nav-menu > li:last-child > ul.sub-menu {
right: 0;	
}
.main-navigation ul.nav-menu li:hover > ul.sub-menu {
opacity: 1;
filter: alpha(opacity= 100);
visibility: visible;
}
.main-navigation ul.nav-menu li ul.sub-menu li {
display: block;
}
.main-navigation ul.nav-menu li ul.sub-menu li a {
width: 100%;
color: inherit;
}
.main-navigation ul.nav-menu li ul.sub-menu li a {
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
border-bottom-color: #333;
color: #fff;
}
.main-navigation ul.nav-menu li ul.sub-menu li a:hover {
border-bottom-color: #5bc8ff;
color: #5bc8ff;
}
.main-navigation ul.nav-menu li > ul.sub-menu li ul.sub-menu {
left: 100%;
top: 0;
border-left: 1px solid #fff;
}
.main-navigation ul.nav-menu > li:last-child > ul.sub-menu li ul.sub-menu {
left: inherit;
right: 100%;
border-left: none;
border-right: 1px solid #fff;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
} .street-home-slider {
margin-bottom: 60px;
}
.no-slider .street-home-slider {
display: none;
}
.yes-slider.no-slider .street-home-slider {
display: block;
}
.slider-caption {
position: absolute;
bottom: 0;
text-align: right;
right: 0;
left: 0;
padding-bottom: 50px;
}
.street-container-slider {
width: 70%;
float: right;
}
.slides {
text-align: center;
}
.bx-wrapper .slides img {
display: inline-block;
}
.street-container-slider h1.caption-title {
color: #fff;
font-size: 3.8em;
margin: 0;
line-height: 75px;
}
.slider-caption .caption-description p {
color: #fff;
font-size: 30px;
font-weight: 300;
line-height: 40px;
margin-bottom: 30px;
margin-top: 20px;
}
.slider-caption a {
background: #357c9f none repeat scroll 0 0;
border: 2px solid #357c9f;
color: #fff;
display: inline-block;
font-size: 18px;
font-weight: 400;
padding: 8px 25px;
font-style: normal;
}
.slider-caption a:hover {
background: transparent;
text-decoration: none;
color: #357c9f;
}
.bx-wrapper .bx-controls-direction a {
width: 50px;
height: 50px;
text-indent: -99px;
overflow: hidden;
margin-top: 0;
visibility: hidden;
z-index: 99;
font-style: normal;
color: inherit;
}
.bx-wrapper .bx-controls-direction a:hover {
text-decoration: none;
}
.street-home-slider:hover .bx-wrapper .bx-controls-direction a {
visibility: visible;
}
.bx-wrapper .bx-prev:before {
content: "\f177";
font-family: fontawesome;
font-size: 25px;
line-height: 50px;
position: absolute;
text-align: center;
text-indent: 110px;
transition: all ease 0.4s;
-webkit-transition: all ease 0.4s;
}
.bx-wrapper .bx-next:before {
content: "\f178";
position: absolute;
text-align: center;
line-height: 50px;
text-indent: 112px;
font-family: fontawesome;
font-size: 25px;
transition: all ease 0.4s;
-webkit-transition: all ease 0.4s;
}
.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
background: #24759d none repeat scroll 0 0;
color: #ffffff;
opacity: 0.5;
filter: alpha(opacity=50);
border-radius: 100%;
}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {
opacity: 0.9;
filter: alpha(opacity=90);
}
.bx-wrapper .bx-pager {
bottom: 0px;
padding-top: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
width: 15px;
height: 5px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
background: #ccc;
font-style: italic;
color: inherit;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active {
background: #214e64;
text-decoration: none;
} #section_one .street-wrapper {
width: 70%;
}
.about-contents {
font-size: 16px;
color: #777;
}
.about-image {
text-align: center;
margin-bottom: 20px;
}
.about-image img {
width: 100%;
} .section-description, .pricing-description {
color: #777;
font-size: 16px;
font-weight: 400;
line-height: 25px;
margin: 0 auto;
text-align: center;
width: 70%;
}
#section_two .service-posts-wrapper {
display: inline-block;
width: 33%;
vertical-align: top;
padding: 0 15px;
text-align: center;
}
.service-posts-wrapper figure.service_image {
width: 183px;
height: 183px;
border-radius: 100%;
margin: 0 auto;
background: #5e5e5e;
color: #fff;
line-height: 115px;
text-align: center;
border: 8px solid #ccc;
position: relative;
}
.service-posts-wrapper figure.service_image:after {
content: "";
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
border: 0px solid #41a7db;
border-radius: 100%;
transition: all ease 0.2s;
-webkit-transition: all ease 0.2s;
}
.service-posts-wrapper:hover figure.service_image:after {
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
border-width: 8px;
}
.service-posts-wrapper .service_image img {
border-radius: 100%;
}
h3.service_title {
margin: 20px 0 5px 0;
font-weight: 600;
color: #5e5e5e;
}
h3.service_title a {
color: inherit;
font-style: normal;
}
h3.service_title a:hover {
color: #3992c0;
text-decoration: none;
}
.service-posts .services-excerpt-content {
font-size: 13px;
color: #5e5e5e;
} #section_three {
background: url(//parga-kanalistudios.gr/wp-content/themes/fortyseven-street/images/test-bg.jpg) no-repeat;
position: relative;
padding: 50px 0;
background-size: cover;
background-attachment: fixed;
}
#section_three:after {
content: "";
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.45);
width: 100%;
height: 100%;
}
#section_three .street-wrapper {
position: relative;
z-index: 1;
}
#section_three .main-title {
color: #fff;
}
.testimonial-description, .skill-description {
color: #fff;
font-size: 16px;
line-height: 25px;
margin: 0 auto 30px;
text-align: center;
width: 70%;
}
#section_three .bx-wrapper {
margin-bottom: 32px;
}
#section_three .bx-wrapper .bx-viewport {
background: none;
}
#section_three ul.testimonial-slide {
margin: 0;
padding: 0;
list-style: none;
}
#section_three ul.testimonial-slide li {
text-align: center;
}
#section_three ul.testimonial-slide li a {
position: relative;
width: 115px;
height: 115px;
border-radius: 100%;
display: inline-block;
margin: 0 auto;
text-align: center;
background: rgba(255, 255, 255, 0.45);
padding: 8px;
z-index: 1;
font-style: normal;
color: inherit;
}
#section_three ul.testimonial-slide li a:after {
content: "";
position: absolute;
right: 0;
top: -5px;
border-right: 5px solid rgba(255, 255, 255, 0.7);
bottom: 0;
left: 10px;
border-radius: 100%;
width: 100%;
height: 100%;
z-index: -1;
opacity: 0;
visibility: hidden;
transform: rotate(-40deg);
-webkit-transform: rotate(-40deg);
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
}
#section_three ul.testimonial-slide li a:hover:after {
opacity: 1;
filter: alpha(opacity= 100);
visibility: visible;
transform: rotate(25deg);
-webkit-transform: rotate(25deg);
top: 5px;
}
#section_three ul.testimonial-slide li a img {
border-radius: 100%;
}
.testimonial-slide .testimonial-contents {
margin-top: 25px;
color: #fff;
font-size: 18px;
font-weight: 300;
line-height: 25px;
}
.testimonial-contents p {
color: #fff;
font-size: 18px;
font-weight: 400;
margin: 0 auto;
width: 80%;
}
.testimonial-slide .testimonial-name {
color: #fff;
font-size: 18px;
}
.testimonial-slide .testimonial-name p.testimonial-title {
margin: 0;
font-weight: 600;
font-size: 24px;
color: #0066CC;
}
.testimonial-slide .testimonial-name p.testimonial-designation {
margin: 0;
font-style: italic;
color: #00aaff;
}
#section_three .bx-wrapper .bx-pager {
bottom: -40px;
}
#section_three .bx-wrapper .bx-pager.bx-default-pager a {
width: 25px;
height: 5px;
background: #5e5e5e;
font-style: normal;
color: inherit;
}
#section_three .bx-wrapper .bx-pager.bx-default-pager a:hover, #section_three .bx-wrapper .bx-pager.bx-default-pager a.active {
background: #fff;
} .portfolio-description-wrap {
margin-bottom: 50px;
text-align: center;
}
#section_four .portfolio-description {
color: #777;
font-size: 16px;
font-weight: 400;
line-height: 25px;
margin: 0 auto;
width: 70%;
}
.portfolio-single {
line-height: 0;
float: left;
width: 25%;
padding: 5px;
}
.portfolio-single a {
line-height: 0;
position: relative;
display: block;
overflow: hidden;
font-style: normal;
color: inherit;
}
.portfolio-single p.portfolio-img-title {
line-height: 28px;
margin: 0;
position: absolute;
bottom: 0;
left: 0;
color: #fff;
background: rgba(0, 0, 0, 0.65);
width: 100%;
padding: 10px 15px;
text-align: center;
font-size: 18px;
font-weight: 400;
font-style: none;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
transform: translateY(100%);
-webkit-transform: translateY(100%);
}
.portfolio-single a:hover p.portfolio-img-title {
transform: translateY(0);
-webkit-transform: translateY(0);	
} #section_five {
background: url(//parga-kanalistudios.gr/wp-content/themes/fortyseven-street/images/skill-bg.jpg) no-repeat;
background-attachment: fixed;
background-size: cover; 
padding: 60px 0;
position: relative;
z-index: 1;
}
#section_five:after {
content: "";
background: rgba(0, 0, 0, 0.75);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.skill_section .widget_text h3.widget-title {
border-bottom: none;
color: #fff;
}
#section_five .skills-loader {
margin-top: 50px;
text-align: center;
}
.skill_section .widget_text .textwidget {
color: #fff;
width: 75%;
margin: 0 auto;
line-height: 25px;
}
#section_five .widget_fortyseven_street_loader {
display: inline-block;
vertical-align: top;
margin-bottom: 0;
}
.widget_fortyseven_street_loader h4 {
color: #5bc8ff; margin: 0;
} .pricing-contents {
margin-top: 60px;
}
#ptp-283 div.ptp-plan:after {
content: "";
border-top: 10px solid #4d4d4d;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
position: absolute;
bottom: -10px;
left: 20px;
}
#ptp-283 div.ptp-plan {
background-color: #4d4d4d;
color: #fff;
position: relative;
}
#ptp-283 .ptp-highlight div.ptp-plan {
background-color: #15313f;
}
#ptp-283 .ptp-highlight div.ptp-plan:after {
display: none;
}
#ptp-283 div.ptp-price {
font-weight: 600;
color: #7c7c7c;
background-color: #fff;
}
#ptp-283 .ptp-highlight div.ptp-price {
background-color: #5c6f79;
color: #fff;
}
div.ptp-bullet-item {
background-color: #f4f4f4 !important;
color: #666 !important;
}
div.ptp-item-container {
border: none !important;
margin: 0 !important;
}
a.ptp-button {
width: 100% !important;
padding-left: 20px;
padding-right: 20px;
font-weight: 400 !important;
}
.ptp-col.ptp-highlight {
position: relative;
}
div.ptp-most-popular {
position: absolute;
z-index: 1;
right: -9px;
font-weight: 400 !important;
padding: 5px 15px !important;
background-color: #fff !important;
color: #000 !important;
top: 90px;
}
div.ptp-most-popular:after {
border-right: 10px solid transparent;
border-top: 10px solid #00537f;
bottom: -10px;
content: "";
position: absolute;
right: 0;
}
div.ptp-most-popular:before {
content: "";
border-top: 16px solid transparent;
border-bottom: 16px solid transparent;
border-left: 10px solid #5c6f79;
position: absolute;
left: -1px;
top: -1px;
}
#ptp-283 div.ptp-cta {
padding: 0 !important;
height: inherit !important;
}
.ptp-not-most-popular {
display: none;
}
.ptp-col.ptp-highlight {
position: relative;
transform: scale(1.07);
-webkit-transform: scale(1.07);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
padding: 0;
z-index: 1;
} #section_eight {
background: url(//parga-kanalistudios.gr/wp-content/themes/fortyseven-street/images/cta-bg.jpg) no-repeat;
background-attachment: fixed;
background-size: cover;
padding: 60px 0;
position: relative;
z-index: 1;
}
#section_eight:after {
content: "";
background: rgba(0, 0, 0, 0.6);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
#section_eight .team_section_title.main-title {
color: #fff;
font-size: 3em;
font-weight: 600;
}
.callto-description {
color: #fff;
font-size: 18px;
font-weight: 400;
text-align: center;
}
#section_eight .ufbl-form-wrapper.ufbl-default-template {
box-shadow: none;
padding: 0;
width: 30% !important;
margin: 0 auto;
}
#section_eight .ufbl-default-template .ufbl-form-field-wrap {
padding-bottom: 5px;
}
#section_eight .ufbl-default-template .ufbl-form-field-wrap input[type='text'] {
border: none;
border-bottom: 2px solid #fff;
border-radius: 0;
text-align: center;
color: #fff;
font-size: 18px;
font-weight: 300;
}
#section_eight .ufbl-default-template .ufbl-form-field-wrap input[type='text']::-webkit-input-placeholder {
color: #fff;
}
#section_eight .ufbl-default-template .ufbl-form-field-wrap input[type='text']:-moz-placeholder {
color: #fff;
}
#section_eight .ufbl-default-template .ufbl-form-field-wrap input[type='text']::-moz-placeholder {
color: #fff;
}
#section_eight .ufbl-default-template .ufbl-form-field-wrap input[type='text']:-ms-input-placeholder {
color: #fff;
}
#section_eight .ufbl-default-template .ufbl-form-field-wrap input[type='text']:placeholder-shown {
color: #fff;
}
#section_eight input[type="submit"] {
background: #fff;
color: #000;
font-size: 20px;
line-height: 20px;
font-weight: 300;
font-family: 'Ubuntu';
border: 2px solid transparent;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
}
#section_eight input[type="submit"]:hover {
border-color: #4092bb;
background: #4092bb;
color: #fff;
}
.callto-description a {
font-size: 18px;
font-weight: 400;
background: #fff;
padding: 10px 20px;
border: none;
font-style: normal;
color: #333;
}
.callto-description a:hover {
background: #4092bb;
color: #fff;
text-decoration: none;	
} #section_two ul.team-slide, #section_six ul.clients-logos, #section_nine ul.team-slide {
margin: 0;
padding: 0;
list-style: none;
}
#section_six .bx-wrapper .bx-controls-direction a, #section_nine .bx-wrapper .bx-controls-direction a {
opacity: 0.7;
filter: alpha(opacity= 70);
visibility: visible;
top: 45%;
margin-top: -16px;
text-align: center;
font-style: normal;
color: inherit;
}
#section_six .bx-wrapper .bx-prev, 
#section_six .bx-wrapper .bx-next,
#section_nine .bx-wrapper .bx-prev, 
#section_nine .bx-wrapper .bx-next {
background: none;
color: #214e64;
}
#section_six .bx-wrapper .bx-prev, 
#section_nine .bx-wrapper .bx-prev {
left: -60px;
text-indent: -90px;
}
#section_six .bx-wrapper .bx-next, 
#section_nine .bx-wrapper .bx-next {
right: -60px;
text-indent: -90px;
}
#section_six .bx-wrapper .bx-prev:before, 
#section_nine .bx-wrapper .bx-prev:before {
content: "\f104";
line-height: 50px;
text-indent: 53px;
}
#section_six .bx-wrapper .bx-next:before, 
#section_nine .bx-wrapper .bx-next:before {
content: "\f105";
line-height: 50px;
text-indent: 57px;
}
#section_six .bx-wrapper .bx-controls-direction a:hover, 
#section_nine .bx-wrapper .bx-controls-direction a:hover {
opacity: 1;
filter: alpha(opacity= 100);
text-decoration: none;
}
#section_six .bx-wrapper .bx-prev:hover, #section_nine .bx-wrapper .bx-prev:hover {
left: -65px;
}
#section_six .bx-wrapper .bx-next:hover, #section_nine .bx-wrapper .bx-next:hover {
right: -65px;
}
#section_nine ul.team-slide li:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.55);
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
opacity: 0;
visibility: hidden;
transform: scale(0.8);
-webkit-transform: scale(0.8);
}
#section_nine .team-name {
position: absolute;
top: 30%;
left: 0;
width: 100%;
height: 100%;
padding: 15px;
text-align: center;
z-index: 1;
bottom: 0; transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
transform: translateY(-100%);
-webkit-transform: translateY(-100%);
opacity: 0;
transition-delay: 0.2s;
-webkit-transition-delay: 0.2s;
}
#section_nine .team-name .team-title {
font-weight: 400;
color: #fff;
margin: 0;
font-size: 20px;
}
#section_nine .team-name .team-designation {
color: #fff;
margin: 0;
font-style: italic;
font-weight: 300;
font-size: 16px;
}
#section_six .bx-wrapper ul.clients-logos img {
margin: 0 auto;
opacity: 0.65;
filter: alpha(opacity= 70);
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
}
#section_six .bx-wrapper ul.clients-logos a:hover img {
opacity: 1;
filter: alpha(opacity= 100);
} #section_nine ul.team-slide li:hover:after {
opacity: 1;
filter: alpha(opacity= 100);
visibility: visible;
transform: scale(1);
-webkit-transform: scale(1);
}
#section_nine ul.team-slide li:hover .team-name {
transform: translateY(0);
-webkit-transform: translateY(0);
opacity: 1;
filter: alpha(opacity= 100);
} #section_ten .latest-blog {
float: left;
width: 48%;
position: relative;
margin-right: 1.5%;
margin-bottom: 1.5%;
line-height: 0;
overflow: hidden;
}
#section_ten .latest-blog span {
position: absolute;
top: 0;
right: 0;
background: rgba(0, 0, 0, 0.34);
color: #fff;
display: inline-block;
height: 30px;
line-height: 30px;
padding-left: 10px;
opacity: 0;
visibility: hidden;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
transform: translate(100%);
-webkit-transform: translate(100%);
}
#section_ten .latest-blog span .fa {
background: rgba(0, 0, 0, 0.5);
width: 30px;
height: 30px;
display: inline-block;
vertical-align: top;
text-align: center;
line-height: 30px;
margin-left: 10px;
}
#section_ten .latest-blog .content-wrapper {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 10px 15px;
background: rgba(0, 0, 0, 0.5);
line-height: 22px;
opacity: 0;
visibility: hidden;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
transform: translateY(100%);
-webkit-transform: translateY(100%);
}
#section_ten .latest-blog .content-wrapper h2 {
font-size: 18px;
font-weight: 400;
color: #fff;
margin: 0;
} #section_ten .latest-blog:hover span {
opacity: 1;
filter: alpha(opacity= 100);
visibility: visible;
transform: translate(0);
-webkit-transform: translate(0);
}
#section_ten .latest-blog:hover .content-wrapper {
opacity: 1;
filter: alpha(opacity= 100);
visibility: visible;
transform: translateY(0);
-webkit-transform: translateY(0);
} .top-footer {
background: #131313;
padding: 30px 0;
color:#ffffff;
}
.top-footer .widget {
display: none;
} .top-footer.column-1 .widget {
width: 100%;
margin-bottom: 0; 
color:#ffffff;
}
.top-footer.column-2 .widget {
float: left;
width: 50%;
padding-right: 30px;
margin-bottom: 0; 
}
.top-footer.column-3 .widget {
float: left;
width: 33%;
padding-right: 30px;
margin-bottom: 0; 
}
.top-footer.column-4 .widget {
display: inline-block;
margin-bottom: 0;
padding-right: 30px;
vertical-align: top;
width: 24%;
}
.top-footer.column-4 .widget:nth-child(4),
.top-footer.column-3 .widget:nth-child(3),
.top-footer.column-2 .widget:nth-child(2) {
padding-right: 0;
}
.top-footer .widget-title {
margin-top: 0;
font-size: 20px;
font-weight: 900;
font-family: 'Ubuntu';
color: #777;
border-bottom: none; 
}
.top-footer .widget ul li {
border-bottom: none;
font-size: 14px;
}
.site-footer > .site-info {
background: #000;
padding: 30px 0;
color: #ccc;
font-size: 13px;
text-align: center;
}
.site-footer .site-info a {
color: #ccc;
font-style: normal;
}
.site-footer .site-info a:hover {
color: #6bceff;
}
.footer-socials {
margin-bottom: 15px;
}
.footer-socials .socials a {
border: 1px solid #24759d;
color: #24759d;
display: inline-block;
height: 40px;
line-height: 40px;
text-align: center;
width: 40px;
font-size: 20px;
font-style: normal;
}
.footer-socials .socials a:hover {
border-color: #fff;
background: #fff;
color: #24759d;
text-decoration: none;
} .business-hours {
margin-bottom: 30px;
}
.business-hours > h3 {
margin: 0 0 10px;
}
.business-hours > ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.business-hours > ul li {
margin-bottom: 5px;
font-size: 15px;
}
.business-hours > ul li strong {
font-size: 14px;
margin-right: 5px;
}
.business-hours > ul li a {
color: #24759d;
font-style: normal;
}
.business-hours > ul li a:hover {
color: #41a6d9;
text-decoration: none;
}
.text-lighteblue {
color: #41a6d9;
} .widget ul {
margin: 0;
padding: 0;
list-style: none;
}
.widget ul li {
position: relative;
color: #666;
line-height: 22px;
padding: 5px 0 5px 11px;
border-bottom: 1px solid #eee; 
}
.widget ul li ul.sub-menu {
display: none;
}
.widget_nav_menu ul.menu li ul.sub-menu li:last-child {
border-bottom: medium none;
}
.widget ul li a {
display: inline-block;
color: #999;
font-style: normal;
}
.widget ul li a:hover {
color: #6bceff;
padding-left: 5px;
text-decoration: none;
}
.widget ul li a:before {
content: "\f105";
font-family: fontawesome;
position: absolute;
left: 0;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
}
.widget ul#recentcomments li::before {
content: "\f105";
font-family: fontawesome;
left: 0;
margin-right: 10px;
position: absolute;
transition: all 0.3s ease 0s;
}
.widget ul li a:hover:before {
content: "\f101";
color: #6bceff;
margin-right: 10px;
}
.widget ul li .post-date {
color: #999;
font-size: 14px;
font-style: italic;
}
.sidebar .widget canvas.classyloader {
background: rgba(0, 0, 0, 0.3);
border-radius: 100%;
} .widget_tag_cloud a {
background: #eee none repeat scroll 0 0;
color: #777;
display: inline-block;
line-height: 1;
margin: 3px 2px;
padding: 10px 20px;
font-style: normal;
}
.widget_tag_cloud a:hover {
background: #5bc8ff none repeat scroll 0 0;
color: #fff;
text-decoration: none;
} .widget.widget_fortyseven_street_contact_info ul li {
margin-bottom: 5px;
padding: 0;
}
.widget.widget_fortyseven_street_contact_info ul li .fa {
display: inline-block;
margin-right: 5px;
}
.widget.widget_fortyseven_street_contact_info ul li .fa {
display: inline-block;
margin-right: 5px;
}
.widget.widget_fortyseven_street_contact_info ul li a::before {
display: none;
}
.widget.widget_fortyseven_street_contact_info ul li p {
display: inline-block;
margin: 0;
font-size: 14px;
} #calendar_wrap table#wp-calendar {
margin-bottom: 0;
}
#calendar_wrap table#wp-calendar caption {
background: #24759d;
color: #fff;
padding: 5px 0;
}
#calendar_wrap table#wp-calendar thead {
background: #6bceff;
color: #fff;
}
#calendar_wrap table#wp-calendar tbody tr {
color: #000;
}
#calendar_wrap table#wp-calendar tbody tr:nth-child(odd) {
background: #ddd;
}
#calendar_wrap table#wp-calendar tbody tr:nth-child(even) {
background: #eee;
}
#calendar_wrap table#wp-calendar tbody tr td {
padding: 3px;
text-align: center;
}
#calendar_wrap table#wp-calendar tbody tr td#today {
background: #6bceff;
}
#calendar_wrap table#wp-calendar tbody tr td a {
display: block;
color: #24759d;
font-style: normal;
}
#calendar_wrap table#wp-calendar tbody tr td a:hover {
text-decoration: none;
}
#calendar_wrap table#wp-calendar tfoot tr td a {
background: #6bceff;
text-align: center;
font-weight: 600;
padding: 3px;
color: #fff;
display: inline-block;
width: 100%;
font-style: normal;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
}
#calendar_wrap table#wp-calendar tfoot tr td a:hover {
background: #24759d;
text-decoration: none;
} .widget ul#recentcomments li a:before {
display: none;
}
.widget ul#recentcomments li:before {
content: "\f105";
font-family: fontawesome;
left: 0;
margin-right: 10px;
position: absolute;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
} form.search-form {
display: inline-block;
width: 100%;
}
.widget_search form.search-form label {
display: inline-block;
width: 100%;
}
.widget_search form.search-form label input.search-field {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
display: inline-block;
height: 50px;
width: 100%;
} .widget.widget_fortyseven_street_cta_simple {
border: 1px solid #ddd;
padding: 15px;
text-align: center;
}
.widget_fortyseven_street_cta_simple .cta-title_simple.main-title {
font-size: 2em;
line-height: 45px;
margin-bottom: 5px;
}
.widget_fortyseven_street_cta_simple .cta-desc_simple {
color: #777;
font-size: 17px;
line-height: 25px;
margin-bottom: 10px;
}
.widget_fortyseven_street_cta_simple .banner-btn .btn {
background: #ddd;
color: #333;
display: inline-block;
padding: 10px 15px;
}
.widget_fortyseven_street_cta_simple .banner-btn .btn:hover {
background: #3597c8;
color: #fff;
}
.widget_fortyseven_street_cta_simple .banner-btn .btn .fa {
margin-right: 10px;
} .widget.widget_fortyseven_street_cta_form {
background: #eee none repeat scroll 0 0;
padding: 15px;
}
.widget_fortyseven_street_cta_form .cta-form-title {
border-bottom: 1px solid #ddd;
font-size: 25px;
margin: 0 0 20px;
}
.widget_fortyseven_street_cta_form .cta-desc {
color: #777777;
font-family: Lato;
font-size: 16px;
line-height: 1.5;
margin-bottom: 10px;
}
.widget_fortyseven_street_cta_form .ufbl-default-template .ufbl-form-field-wrap {
margin-bottom: 15px;
padding-bottom: 0;
}
.widget_fortyseven_street_cta_form form input[type="text"], .widget_fortyseven_street_cta_form form input[type="email"] {
border-radius: 0;
font-size: 14px;
min-height: 40px;
} .widget_fortyseven_street_cta_video .cta-title.main-title {
color: #404040;
font-size: 25px;
font-weight: 600;
line-height: 1.5;
margin-bottom: 5px;
text-align: left;
}
.widget_fortyseven_street_cta_video .cta-desc {
color: #777;
font-size: 17px;
line-height: 25px;
margin-bottom: 10px;
}
.widget_fortyseven_street_cta_video .bttn.cta-video-btn {
background: #4092bb none repeat scroll 0 0;
border: 2px solid transparent;
color: #fff;
display: inline-block;
font-size: 16px;
height: 40px;
line-height: 35px;
margin-top: 20px;
min-width: 90px;
padding-left: 15px;
padding-right: 15px;
text-align: center;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
white-space: nowrap;
}
.widget_fortyseven_street_cta_video .bttn.cta-video-btn:hover {
background: #fff;
border-color: #4092bb;
color: #4092bb;
} .widget_fortyseven_street_slider .wdgt-slider-title {
border-bottom: 1px solid #ddd;
font-size: 25px;
margin: 0 0 20px;
}
.widget_fortyseven_street_slider .wdgt-slider-desc {
color: #777777;
font-family: Lato;
font-size: 16px;
line-height: 1.5;
margin-bottom: 10px;
}
.widget_fortyseven_street_slider .wdgt-slider li {
padding: 0;
}
.widget_fortyseven_street_slider .bx-wrapper .bx-controls-direction a {
height: 50px;
margin-top: -25px;
opacity: 1;
filter: alpha(opacity= 100);
visibility: visible;
width: 40px;
font-style: normal;
color: inherit;
}
.widget_fortyseven_street_slider .bx-wrapper .bx-controls-direction a.bx-prev, 
.widget_fortyseven_street_slider .bx-wrapper .bx-controls-direction a.bx-next {
background: rgba(0, 0, 0, 0.3);
color: rgba(255, 255, 255, 0.3);
}
.widget_fortyseven_street_slider .bx-wrapper .bx-controls-direction a.bx-prev {
left: 0;
}
.widget_fortyseven_street_slider .bx-wrapper .bx-controls-direction a.bx-next {
right: 0;
}
.widget_fortyseven_street_slider .bx-wrapper .bx-controls-direction a.bx-prev:before, 
.widget_fortyseven_street_slider .bx-wrapper .bx-controls-direction a.bx-next:before {
font-size: 25px;
}
.widget_fortyseven_street_slider .bx-wrapper .bx-controls-direction a.bx-prev:hover, 
.widget_fortyseven_street_slider .bx-wrapper .bx-controls-direction a.bx-next:hover {
background: rgba(0, 0, 0, 0.75);
text-decoration: none;
}
.widget_fortyseven_street_slider .bx-wrapper .bx-controls-direction a.bx-prev:hover:before, 
.widget_fortyseven_street_slider .bx-wrapper .bx-controls-direction a.bx-next:hover:before {
color: rgba(255, 255, 255, 0.75);
} .widget_fortyseven_street_social_icons ul li {
border-bottom: medium none;
display: inline-block;
padding: 3px;
}
.widget_fortyseven_street_social_icons ul li a:before {
display: none;
}
.widget_fortyseven_street_social_icons ul li a {
background: #ddd none repeat scroll 0 0;
display: inline-block;
height: 40px;
line-height: 40px;
text-align: center;
width: 40px;
font-style: normal;
color: inherit;
}
.widget_fortyseven_street_social_icons ul li a:hover {
padding-left: 0;
background: #6bceff;
color: #fff;
text-decoration: none;
} .widget_fortyseven_street_team .ed-member-image {
position: relative;
overflow: hidden;
line-height: 0;
}
.widget_fortyseven_street_team .style1 .ed-member-image {
border: 5px solid #fff;
box-shadow: 0 0 0 1px #ddd;
}
.widget_fortyseven_street_team .style1 .ed-member-image .member-social-group {
left: 0;
margin-top: -70px;
position: absolute;
top: 50%;
transform: translate(-100%);
-webkit-transform: translate(-100%);
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
}
.widget_fortyseven_street_team:hover .style1 .ed-member-image .member-social-group {
transform: translate(0);
-webkit-transform: translate(0);
}
.widget_fortyseven_street_team .ed-member-image .member-social-group a {
background: #333 none repeat scroll 0 0;
color: #fff;
height: 35px;
line-height: 35px;
text-align: center;
width: 35px;
display: inline-block;
font-style: normal;
}
.widget_fortyseven_street_team .style1 .ed-member-image .member-social-group a {
display: block;
border-bottom: 1px solid #fff;
font-style: normal;
}
.widget_fortyseven_street_team .style1 .ed-member-image .member-social-group a:last-child {
border-bottom: medium none;
}
.widget_fortyseven_street_team .ed-member-image .member-social-group a:hover {
background: #6bceff none repeat scroll 0 0;
text-decoration: none;
}
.widget_fortyseven_street_team .ed-member-name {
font-size: 16px;
margin-bottom: 0;
margin-top: 10px;
}
.widget_fortyseven_street_team .ed-member-position {
color: #24759d;
font-size: 13px;
font-style: italic;
font-weight: 400;
margin-bottom: 5px;
margin-top: 0;
}
.widget_fortyseven_street_team .ed-member-message {
color: #777;
font-size: 14px;
}
.widget_fortyseven_street_team .style2 .style2-wrap {
background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
line-height: 22px;
text-align: center;
padding: 15px;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
transform: scale(1.1);
-webkit-transform: scale(1.1);
visibility: hidden;
opacity: 0;
}
.widget_fortyseven_street_team .style2 .style2-wrap::after {
border: 1px solid #fff;
bottom: 10px;
content: "";
left: 10px;
position: absolute;
right: 10px;
top: 10px;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
transform: scale(1.1);
-webkit-transform: scale(1.1);
visibility: hidden;
opacity: 0;
z-index: -1;
}
.widget_fortyseven_street_team:hover .style2 .style2-wrap, .widget_fortyseven_street_team:hover .style2 .style2-wrap:after {
transform: scale(1);
-webkit-transform: scale(1);
visibility: visible;
opacity: 1;
}
.widget_fortyseven_street_team .style2 .ed-member-message {
color: #fff;
margin-bottom: 5px;
}
.widget_fortyseven_street_team .style2 .ed-member-name {
background: #ddd none repeat scroll 0 0;
margin-top: 0;
padding: 5px 5px 0;
text-align: center;
}
.widget_fortyseven_street_team .style2 .ed-member-position {
background: #ddd none repeat scroll 0 0;
margin-bottom: 0;
padding: 5px;
text-align: center;
} .widget_fortyseven_street_icon_text .ed-icon-text {
text-align: center;
}
.widget_fortyseven_street_icon_text .ed-icon-text .ed-icon-text-icon {
font-size: 35px;
margin: 0 auto 20px;
text-align: center;
display: inline-block;
height: 90px;
line-height: 90px;
width: 90px;
background: #ddd;
}
.widget_fortyseven_street_icon_text .ed-icon-text .ed-icon-text-title {
color: #333;
font-size: 18px;
font-weight: 600;
margin-bottom: 10px;
text-align: center;
}
.widget_fortyseven_street_icon_text .ed-icon-text .ed-icon-text-content {
color: #777;
font-size: 15px;
line-height: 22px;
margin-bottom: 10px;
text-align: center;
}
.widget_fortyseven_street_icon_text .ed-icon-text .ed-icon-text-readmore {
text-align: center; 
}
.widget_fortyseven_street_icon_text .ed-icon-text .ed-icon-text-readmore .bttn {
background: #4092bb none repeat scroll 0 0;
border: 2px solid transparent;
color: #fff;
display: inline-block;
font-size: 16px;
height: 40px;
line-height: 35px;
margin-top: 20px;
min-width: 90px;
padding-left: 15px;
padding-right: 15px;
text-align: center;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
white-space: nowrap;
font-style: normal;
}
.widget_fortyseven_street_icon_text .ed-icon-text .ed-icon-text-readmore .bttn:hover {
border-color: #4092bb;
background: #fff;
color: #4092bb;
text-decoration: none;
} .widget_fortyseven_street_icon_text .ed-icon-text.style2 .ed-icon-text-icon {
position: relative;
}
.widget_fortyseven_street_icon_text .ed-icon-text.style2 .ed-icon-text-icon {
height: 50px;
line-height: 50px;
margin-bottom: 50px;
margin-top: 30px;
}
.widget_fortyseven_street_icon_text .ed-icon-text.style2 .ed-icon-text-icon::before {
border-bottom: 30px solid #ddd;
border-left: 45px solid transparent;
border-right: 45px solid transparent;
content: "";
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
top: -30px;
width: 30px;
}
.widget_fortyseven_street_icon_text .ed-icon-text.style2 .ed-icon-text-icon::after {
border-top: 30px solid #ddd;
border-left: 45px solid transparent;
border-right: 45px solid transparent;
content: "";
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
bottom: -30px;
width: 30px;
} .widget_fortyseven_street_icon_text .ed-icon-text.style3 .ed-icon-text-icon {
border-radius: 100%;
} .widget_fortyseven_street_icon_text .ed-icon-text.style4 .ed-icon-text-icon::after {
background: #ddd none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
width: 100%;
z-index: -1;
}
.widget_fortyseven_street_icon_text .ed-icon-text.style4 .ed-icon-text-icon {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
margin-bottom: 40px;
margin-top: 20px;
position: relative;
z-index: 1;
} .widget.widget_fortyseven_street_progress_bar {
margin-bottom: 1.5em;
margin-top: 3em;
}
.ed-progress-bar{
background: #ddd none repeat scroll 0 0;
border-radius: 30px;
box-shadow: 0 0 5px #999 inset;
color: #fff;
height: 30px;
line-height: 15px;
margin-top: 20px;
padding: 0 15px;
position: relative;
width: 100%;
}
.ed-progress-bar .ed-progress-bar-percentage{
background: #4092bb;
border-radius: 30px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: auto;
padding: 0 15px;
}
.ed-progress-bar span{
position: absolute;
top: -20px;
color: #333;
width: 100%;
left: 0;
}
.ed-progress-bar span i {
text-align: right;
float: right;
} .ed-stat-counter{
text-align: center;
}
.ed-stat-counter .ed-stat_counter-icon {
background: none repeat scroll 0 0 #fefefe;
border-radius: 100%;
height: 180px;
line-height: 180px;
margin: 0 auto;
width: 180px;
border: 10px solid #c7c7c7;
-webkit-transition:all  0.5s ease 0s;
-moz-transition:all  0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.ed-stat-counter .ed-stat_counter-icon i{
font-size: 50px;
}
.ed-stat-counter .ed-stat_counter-number {
color: #141414;
font-size: 30px;
line-height: 27px;
margin: 10px 0 0 0;
font-weight: 600;
}
.ed-stat-counter .ed-stat_counter-title{
margin-bottom: 0;
margin-top: 5px;
font-size: 18px;
font-weight: 400;
}
#top-footer .footer .widget.widget_accesspress_pro_stat_counter {
color: #23a38f;
height: 270px;
padding: 0;
width: 270px;
}
.widget_accesspress_pro_stat_counter .ed-stat-counter {
text-align: center;
}
.widget_accesspress_pro_stat_counter .ed-stat-counter {
text-align: center;
} .widget_fortyseven_street_testimonial .ed-testimonial {
text-align: center;
}
.widget_fortyseven_street_testimonial .ed-client-testimonial {
background: #eee none repeat scroll 0 0;
padding: 15px;
position: relative;
margin-top: 15px;
}
.widget_fortyseven_street_testimonial .ed-client-testimonial::before {
border-bottom: 25px solid #eee;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
content: "";
position: absolute;
right: 50px;
top: -20px;
transform: skew(45deg);
-webkit-transform: skew(45deg);
}
.widget_fortyseven_street_testimonial .ed-client-image::before {
border: 1px solid #ddd;
bottom: -5px;
content: "";
left: -5px;
position: absolute;
right: -5px;
top: -5px;
border-radius: 100%;
}
.widget_fortyseven_street_testimonial .ed-client-image {
border-radius: 100%;
height: 150px;
margin: 0 auto;
position: relative;
width: 150px;
}
.widget_fortyseven_street_testimonial .ed-client-image img {
border-radius: 100%;
}
.widget_fortyseven_street_testimonial .ed-client-testimonial .ed-client-testimonial-heading {
margin-bottom: 10px;
}
.widget_fortyseven_street_testimonial .ed-client-testimonial .ed-client-testimonial-heading h4 {
font-size: 17px;
margin: 0;
}
.widget_fortyseven_street_testimonial .ed-client-testimonial .ed-client-testimonial-heading .ed-client-position {
color: #24759d;
font-size: 13px;
font-style: italic;
font-weight: 400;
margin: 0;
}
.widget_fortyseven_street_testimonial .ed-client-testimonial .ed-client-message {
color: #777;
font-size: 14px;
line-height: 20px;
} .widget.widget_fortyseven_street_accordion {
padding-bottom: 5px;
padding-top: 0;
}
.widget_fortyseven_street_accordion .ed-toggle-title {
color: #333;
font-size: 18px;
padding: 5px 30px 5px 15px;
margin: 0;
background: #ddd;
box-shadow: none;
cursor: pointer;
position: relative;
transition: all  ease 0.3s;
-webkit-transition: all  ease 0.3s;
}
.widget_fortyseven_street_accordion .ed-toggle-title.open, .widget_fortyseven_street_accordion .ed-toggle-title:hover {
background: #6bceff;
color: #fff;
box-shadow: none;
}
.widget_fortyseven_street_accordion .pointer {
height: 100%;
position: absolute;
right: 12px;
top: 5px;
}
.widget_fortyseven_street_accordion .ed-toggle-content {
background: #eee none repeat scroll 0 0;
color: #666;
font-size: 14px;
margin-bottom: 0;
padding: 10px 15px;
} .search .content-area, .error404 .site-content, .single .site-content, .archive .site-content {
margin-top: 40px;
}
.search.right-sidebar #primary {
width: 100%;
float: none;
padding-right: 0;
}
.search .no-results form label {
width: 90%;
display: inline-block;
padding-right: 20px;
}
.search .no-results form label input.search-field {
height: 40px;
width: 100%;
display: inline-block;
padding: 0 5px;
vertical-align: top;
}
.search .no-results form input.search-submit {
margin-top: 0;
vertical-align: top;
width: 9%;
}
.search.search-results article {
background: #f1f1f1;
padding: 20px;
} .error-num::before {
background: #ddd none repeat scroll 0 0;
border-radius: 5px;
bottom: -15px;
content: "";
height: 20px;
margin: 0 auto;
position: absolute;
right: -30px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
width: 70px;
z-index: -1;
}
.error-num::after {
background: #ddd none repeat scroll 0 0;
border-radius: 4px;
bottom: 16px;
content: "";
height: 10px;
margin: 0 auto;
position: absolute;
right: 16px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
width: 30px;
z-index: -1;
}
.error-num {
background: #fff;
border: 1px solid #ddd;
border-radius: 100%;
box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25) inset;
color: #444;
font-size: 2em;
font-style: normal;
height: 240px;
margin: 0 auto 110px;
padding-top: 25px;
position: relative;
text-align: center;
width: 240px;
}
span.num {
display: block;
}
span.not_found {
font-size: 3em;
font-weight: bold;
} .ed_column {
float:left;
-webkit-box-sizing:border-box;
background-clip:padding-box !important;
}
.ed_column {
padding:0 0%;
}
.ed-row .ed_column:first-child {
margin-left:0;
}
.ed-span1 {
margin-left: 0;
padding: 2%;
width: 16.55%;
}
.ed-span2 {
padding: 15px;
width: 33.33%;
}
.ed-span3 {
padding: 15px;
width: 50%;
}
.ed-span4 {
padding: 15px;
width: 66.66%;
}
.ed-span5 {
padding: 15px;
width: 83%;
}
.ed-span6 {
padding: 15px;
width: 100%;
} .shortcode-testimonial-block:before, .shortcode-testimonial-block:after {
content: "";
display: table;
clear: both;
}
.shortcode-testimonial-block {
margin-bottom: 30px;
}
.shortcode-testimonial-block .testimonial-img-wrap{
float: left;
margin-right: 30px;
position: relative;
}
.shortcode-testimonial-block .testimonial-image.round {
border: 10px solid #eee;
border-radius: 100%;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
height: 150px;
margin: 0 auto 20px;
width: 150px;
}
.shortcode-testimonial-block .testimonial-image.round > img {
border-radius: 100%;
}
.shortcode-testimonial-block .client-detail {
margin-top: 10px;
}
.shortcode-testimonial-block .client-detail .client-name {
font-weight: bold;
line-height: 20px;
}
.shortcode-testimonial-block .client-detail .client-designation {
font-size: 13px;
font-style: italic;
line-height: 20px;
}
.shortcode-testimonial-block .testimonial-content {
background: #eee none repeat scroll 0 0;
padding: 15px;
text-align: center;
}
.shortcode-testimonial-block .testimonial-image {
position: relative;
}
.shortcode-testimonial-block .testimonial-image::after {
border-bottom: 15px solid #eee;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
bottom: -30px;
content: "";
left: 40%;
position: absolute;
} .shortcode-testimonial-block .testimonial-image.square {
border: 10px solid #eee;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
height: 150px;
margin: 0 auto 20px;
width: 150px;
} .shortcode-team-block {
margin-top: 30px;
}
.shortcode-team-block:last-child {
margin-right: 0;
}
.shortcode-team-block .team-image-wrap {
margin-bottom: 30px;
text-align: center;
}
.shortcode-team-block .team-image.round {
border: 2px solid #fff;
border-radius: 100%;
box-shadow: 0 0 0 10px #ccc;
height: 250px;
margin: 0 auto 20px;
width: 250px;
overflow: hidden;
}
.shortcode-team-block .member-name {
font-weight: bold;
line-height: 20px;
}
.shortcode-team-block .designation {
font-size: 13px;
font-style: italic;
line-height: 20px;
} .shortcode-team-block .team-image.square {
border: 2px solid #fff;
box-shadow: 0 0 0 10px #ccc;
height: 250px;
margin: 0 auto 20px;
overflow: hidden;
width: 260px;
} .social-shortcode a {
background: #ccc;
display: inline-block;
font-size: 22px;
height: 50px;
line-height: 50px;
margin-right: 10px;
text-align: center;
width: 50px;
font-style: normal;
color: inherit;
}
.social-shortcode a:hover {
background: #5bc8ff;
color: #fff;
text-decoration: none;
animation-name: swing;
-webkit-animation-name: swing;
animation-duration: 1s;
-webkit-animation-duration: 1s;
transform-origin: top center;
-webkit-transform-origin: top center;
}
@key-frames swing {
0%, 100% {
transform: translate(0);
-webkit-transform: translate(0);
}
25% {
transform: translate(3px);
-webkit-transform: translate(3px);
}
50% {
transform: translate(-2px);
-webkit-transform: translate(-2px);
}
75% {
transform: translate(1px);
-webkit-transform: translate(1px);
}
}
@-webkit-key-frames swing {
0%, 100% {
transform: translate(0);
-webkit-transform: translate(0);
}
25% {
transform: translate(3px);
-webkit-transform: translate(3px);
}
50% {
transform: translate(-2px);
-webkit-transform: translate(-2px);
}
75% {
transform: translate(1px);
-webkit-transform: translate(1px);
}
} .ed_toggle {
margin-bottom: 20px;
}
.ed_toggle .ed_toggle_title, .widget.widget_es_accordion .ed-toggle-title {
background: #5bc8ff;
font-size: 19px;
color: #fff;
padding: 5px 20px 5px 40px;
position: relative;
cursor: pointer;
margin: 0;
box-shadow: 0px 4px 5px rgba(0, 0, 0, 0);
transition: all ease-in-out 0.3s;
-webkit-transition: all ease-in-out 0.3s;
}
.widget.widget_es_accordion .ed-toggle-title {
padding-left: 20px;
}
.ed_toggle.close .ed_toggle_title:before {
content: "\f067";
font-family: fontawesome;
position: absolute;
left: 15px;
top: 7px;
}
.ed_toggle.open .ed_toggle_title:before {
content: "\f068";
font-family: fontawesome;
position: absolute;
left: 15px;
top: 7px;
}
.ed_toggle .ed_toggle_title:hover, .ed-toggle-title:hover {
background: #3597c8 none repeat scroll 0 0;
color: #fff;
}
h6.ed-toggle-title.close:hover {
color: #fff;	
}
.ed_toggle.open .ed_toggle_title, .ed-toggle-title.open {
background: #3597c8;
box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
}
.ed_toggle .ed_toggle_content {
background: #f1f1f1 none repeat scroll 0 0;
padding: 20px;
} .ed_call_to_action.center {
margin: 0 auto;
text-align: center;
width: 100%;
}
.ed_call_to_action .ed_call_to_action_content {
display: inline-block;
padding-right: 30px;
vertical-align: middle;
width: 70%;
}
.ed_call_to_action.center .ed_call_to_action_content {
width: 100%;
margin-bottom: 20px;
}
.ed_call_to_action.left .ed_call_to_action_button {
float: left;
}
.ed_call_to_action.right .ed_call_to_action_button {
float: right;
}
.ed_call_to_action .ed_call_to_action_button {
font-size: 16px;
background: #4092bb;
min-width: 90px;
height: 40px;
line-height: 40px;
border: 2px solid transparent;
text-align: center;
display: inline-block;
color: #fff;
margin-top: 20px;
white-space: nowrap;
padding-left: 15px;
padding-right: 15px;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
}
aside.widget .ed_call_to_action .ed_call_to_action_button {
margin-top: 0;
}
.ed_call_to_action .ed_call_to_action_button:hover {
color: #4092bb;
background: #fff;
border: 2px solid #4092bb;
}
.widget .ed_call_to_action .ed_call_to_action_content {
padding-right: 0;
width: 100%;
margin-bottom: 20px; 
} .shortcode-cta-video .cta-wrap-left {
display: inline-block;
width: 45%;
vertical-align: top;
}
.shortcode-cta-video .cta-wrap-right {
display: inline-block;
vertical-align: top;
width: 55%;
padding-left: 30px;
}
.shortcode-cta-video iframe {
border: medium none;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}
.shortcode-cta-video .cta-title.main-title, .shortcode-cta-form .cta-title.main-title {
font-size: 25px;
font-weight: 800;
line-height: inherit;
margin-bottom: 5px;
text-align: left;
}
.widget .shortcode-cta-video .cta-wrap-left {
width: 100%;
}
.widget .shortcode-cta-video .cta-wrap-right {
width: 100%;
padding-left: 0;
padding-top: 20px;
}
.shortcode-cta-video .cta-video-btn {
font-size: 16px;
background: #4092bb;
min-width: 90px;
height: 40px;
line-height: 40px;
border: 2px solid transparent;
text-align: center;
display: inline-block;
color: #fff;
margin-top: 20px;
white-space: nowrap;
padding-left: 15px;
padding-right: 15px;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
}
.shortcode-cta-video .cta-video-btn:hover {
color: #4092bb;
background: #fff;
border: 2px solid #4092bb;
} .shortcode-cta-form .cta-wrap-right {
float: left;
padding-left: 20px;
width: 50%;
}
.shortcode-cta-form .cta-wrap-left {
float: left;
width: 48%;
}
.shortcode-cta-form .ufbl-form-wrapper.ufbl-default-template {
box-shadow: none;
margin-top: 0;
padding: 0;
}
.shortcode-cta-form .ufbl-form-submit {
margin-top: 0;
}
.widget .shortcode-cta-form .cta-wrap-right {
float: none;
padding-left: 0;
width: 100%;
padding-top: 20px;
}
.widget .shortcode-cta-form .cta-wrap-left {
float: none;
width: 100%;
} .shortcode-slider {
position: relative;
}
.shortcode-slider:hover .bx-wrapper .bx-controls-direction a {
opacity: 1;
filter: alpha(opacity= 100);
visibility: visible;
font-style: normal;
color: inherit;
} .ed_tab_wrap.horizontal .ed_tab_group {
padding-left: 10px;
}   
.ed_tab_wrap.horizontal .tab-title {
background: #fff;
font-size: 14px;
font-weight: 600;
display: inline-block;
border: 1px solid #ddd;
border-bottom: none;
padding: 8px 25px;
margin-right: 5px;
cursor: pointer;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
}
.ed_tab_wrap.horizontal .tab-title:last-child {
margin-right: 0;
}
.ed_tab_wrap.horizontal .ed_tab_group .tab-title:hover{
background: linear-gradient(#fff, #f5f4f4);
background: -webkit-linear-gradient(#fff, #f5f4f4);
background: -moz-linear-gradient(#fff, #f5f4f4);
background: -ms-linear-gradient(#fff, #f5f4f4);
background: -o-linear-gradient(#fff, #f5f4f4);
}
.ed_tab_wrap.horizontal .ed_tab_group .active, .ed_tab_wrap.horizontal .ed_tab_group .tab-title:hover.active {
background: linear-gradient(#f5f4f4, #fff);
background: -webkit-linear-gradient(#f5f4f4, #fff);
background: -moz-linear-gradient(#f5f4f4, #fff);
background: -ms-linear-gradient(#f5f4f4, #fff);
background: -o-linear-gradient(#f5f4f4, #fff);
position: relative;
top: 1px;
}
.ed_tab_content .ed_tab {
display: none;
}
.ed_tab_content {
font-size: 16px;
line-height: 24px;
padding: 20px 22px 15px;
border: 1px solid #ddd;
} .ed_tab_wrap.vertical .ed_tab_group {
float: left;
width: 30%;
}
.ed_tab_wrap.vertical .tab-title {
border: 1px solid #ddd;
border-bottom: medium none;
padding: 8px 10px;
cursor: pointer;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
}
.ed_tab_wrap.vertical .tab-title:hover, .ed_tab_wrap.vertical .tab-title.active {
background: #f5f4f4;
}
.ed_tab_wrap.vertical .tab-title.active {
border-right: none;
}
.ed_tab_wrap.vertical .tab-title:last-child {
border-bottom: 1px solid #ddd;
}
.ed_tab_wrap.vertical .tab-title.active{
position: relative;
}
.ed_tab_wrap.vertical .ed_tab_content {
float: left;
width: 70%;
border-left: none;
background: #f5f4f4;
} ul.ed-list {
margin: 0;
padding: 0;
list-style: outside none none;
}
ul.ed-list li {
padding-left: 20px;
position: relative;
margin-bottom: 5px;
}
ul.ed-list.ed-list1 li::before {
content: "\f0e7";
font-family: fontawesome;
left: 0;
position: absolute;
}
ul.ed-list.ed-list2 li::before {
content: "\f08d";
font-family: fontawesome;
left: 0;
position: absolute;
}
ul.ed-list.ed-list3 li::before {
content: "";
font-family: fontawesome;
left: 0;
position: absolute;
}
ul.ed-list.ed-list4 li::before {
content: "\f005";
font-family: fontawesome;
left: 0;
position: absolute;
}
ul.ed-list.ed-list5 li::before {
content: "\f0f2";
font-family: fontawesome;
left: 0;
position: absolute;
}
ul.ed-list.ed-list6 li::before {
background: #000 none repeat scroll 0 0;
content: "";
height: 7px;
left: 0;
position: absolute;
top: 8px;
width: 7px;
} .ufbl-form-wrapper.ufbl-default-template {
box-shadow: none;
margin-top: 0;
padding: 0;
}
.ufbl-form-field input[type="submit"] {
margin-top: 0;
} .page-template-bloglayoutone .site-content, .page-template-bloglayouttwo .site-content, .page-template-bloglayoutthree .site-content, 
.page-template-bloglayoutfour .site-content, .page-template-bloglayoutfive .site-content {
margin-top: 40px;
}
.archive-wrap article:before, .archive-wrap article:after {
content: "";
display: table;
clear: both;
}
.archive-wrap article {
border-bottom: 1px dashed #ccc;
margin-bottom: 25px;
padding-bottom: 25px;
}
.archive-wrap article:last-child {
border-bottom: none;
margin-bottom: 0px;
padding-bottom: 0px;	
}
.archive-wrap .entry-header {
margin-bottom: 15px;
}
.archive-wrap .post-thumbnail {
line-height: 0;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
}
.archive-wrap .post-thumbnail:hover {
opacity: 0.75;
filter: alpha(opacity= 75);
}
.archive-wrap .entry-footer {
clear: both;
} .archive-wrap.blog_layout1 .post-thumbnail {
margin-bottom: 15px;
} .archive-wrap.blog_layout2 .post-thumbnail, .archive-wrap.blog_layout3 .post-thumbnail, 
.archive-wrap.blog_layout4 .post-thumbnail, .archive-wrap.blog_layout5 .post-thumbnail {
float: left;
width: 35%;
margin-bottom: 10px;
}
.archive-wrap.blog_layout3 article:nth-child(even) .post-thumbnail, .archive-wrap.blog_layout5 article:nth-child(even) .post-thumbnail {
float: right;
}
.archive-wrap.blog_layout2 .entry-content, .archive-wrap.blog_layout3 .entry-content, 
.archive-wrap.blog_layout4 .entry-content, .archive-wrap.blog_layout5 .entry-content {
float: left;
padding-left: 20px;
width: 65%;
margin-bottom: 10px;
}
.archive-wrap.blog_layout3 article:nth-child(even) .entry-content, .archive-wrap.blog_layout5 article:nth-child(even) .entry-content {
padding-left: 0;
padding-right: 20px;
}
.archive-wrap.blog_layout2 .entry-content p, .archive-wrap.blog_layout3 .entry-content p, 
.archive-wrap.blog_layout4 .entry-content p, .archive-wrap.blog_layout5 .entry-content p {
margin-bottom: 0;
} .archive-wrap.blog_layout4 .post-thumbnail, .archive-wrap.blog_layout5 .post-thumbnail, 
.archive-wrap.blog_layout4 .post-thumbnail img, .archive-wrap.blog_layout5 .post-thumbnail img {
border-radius: 100%;
}
.archive-wrap.blog_layout4 .post-thumbnail, .archive-wrap.blog_layout5 .post-thumbnail {
border: 1px solid #ddd;
padding: 5px;
}@media screen and (max-width: 1200px) {
.street-wrapper {
width: 100%;
}
.top-header, .main-header, section#section_one, section#section_two, section#section_three, section#section_four, section#section_five, 
section#section_six, section#section_seven, section#section_eight, section#section_nine, section#section_ten, .top-footer,
.site-footer .site-info, .no-sidebar #primary, .search.right-sidebar #primary, .error404 #primary {
padding-left: 10px;
padding-right: 10px;
}
body.boxed #page, .boxed header.sticky.fixed .main-header {
width: 95%;
}
.yes-slider.boxed header#masthead {
width: 95%;
} .left-sidebar #primary, .right-sidebar .sidebar, .both-sidebar .right-sidebar {
padding-right: 10px;
}
.left-sidebar .sidebar, .right-sidebar #primary, .both-sidebar .left-sidbar-right {
padding-left: 10px;
}
}
@media screen and (max-width: 1096px) {
.main-navigation ul.nav-menu li a {
padding-left: 10px;
padding-right: 10px;
} .street-container-slider {
padding-right: 30px;
}
.street-container-slider h1.caption-title {
font-size: 2.8em;
line-height: 55px;
}
.slider-caption p.caption-description {
font-size: 25px;
line-height: 35px;
} .search .no-results form label {
width: 79%;
margin-bottom: 0;
}
}
@media screen and (max-width: 980px) { .main-title, #section_eight .team_section_title.main-title {
font-size: 2em;
}
#back-top a {
padding: 5px 10px;
}
#back-top a i.fa {
font-size: 18px; 
}
.section-description, .pricing-description, #section_four .portfolio-description, .testimonial-description, .skill-description {
font-size: 18px;
width: 100%;
}
#section_ten .latest-blog {
width: 47%;
} header.sticky.fixed .main-header {
transform: none;
-webkit-transform: none;
}
button.menu-toggle {
border: medium none;
cursor: pointer;
float: right;
height: 45px;
margin-bottom: 10px;
margin-top: 0;
min-width: inherit;
position: relative;
width: 45px;
display: block;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
}
.logo-menu-right button.menu-toggle {
float: none;
}
button.menu-toggle span.toggle-bar {
background: #fff none repeat scroll 0 0;
height: 6px;
left: 8px;
position: absolute;
top: 8px;
width: 30px;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
}
button.menu-toggle span.toggle-bar.toggle-bar-second {
top: 20px;
}
button.menu-toggle span.toggle-bar.toggle-bar-third {
top: 32px;
}
button.menu-toggle:hover, button.menu-toggle:focus, 
button.menu-toggle:active, .toggled button.menu-toggle {
background: #1d6f98;
box-shadow: none;
border-width: 0;
}
.toggled button.menu-toggle span.toggle-bar.toggle-bar-first {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform-origin: 0 100%;
-webkit-transform-origin: 0 100%;
}
.toggled button.menu-toggle span.toggle-bar.toggle-bar-second {
transform: scale(0.2);
-webkit-transform: scale(0.2);
opacity: 0;
visibility: hidden;
}
.toggled button.menu-toggle span.toggle-bar.toggle-bar-third {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform-origin: 0 0;
-webkit-transform-origin: 0 0;
}
.main-navigation ul.nav-menu {
background: #393939;
height: 100%;
left: 0;
overflow-x: scroll;
position: fixed;
top: 0;
width: 80%;
z-index: 99999;
padding-top: 20px;
text-align: left;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
transform: translate(-100%);
-webkit-transform: translate(-100%);
}
.admin-bar .main-navigation ul.nav-menu {
padding-top: 45px;
}
.main-navigation.toggled ul.nav-menu {
transform: translate(0);
-webkit-transform: translate(0);	
}
.main-navigation ul.nav-menu li {
display: block;
}
.main-navigation ul.nav-menu li a {
width: 100%;
padding: 8px;
border-bottom: 1px solid #555;
}
.main-navigation ul.nav-menu li ul.sub-menu {
background: #454545 none repeat scroll 0 0;
opacity: 1;
width: 100%;
padding-left: 10px;
position: static;
visibility: visible;
}
.main-navigation ul.nav-menu li > ul.sub-menu li ul.sub-menu {
border-left: none;
}
.main-navigation ul.nav-menu li ul.sub-menu li {
white-space: normal;
}
header.logo-menu-right .main-navigation button.menu-toggle {
margin-top: 12px;
}
header.logo-menu-right .main-navigation.toggled button.menu-toggle, 
header.logo-menu-center .main-navigation.toggled button.menu-toggle {
left: 0;
position: absolute;
top: -12px;
z-index: 999999;
}
header.logo-menu-right .main-navigation ul.nav-menu, 
header.logo-menu-center .main-navigation ul.nav-menu {
padding-top: 50px;
width: 60%;
}
.boxed #section_two .service-posts-wrapper {
padding: 0 10px;
width: 32.66%;
}
.logo-menu-center button.menu-toggle {
float: none;
margin: 10px auto;
} .street-container-slider {
padding-right: 80px;
width: 80%;
}
.street-container-slider h1.caption-title {
font-size: 2em;
line-height: 45px;
}
.slider-caption p.caption-description {
font-size: 20px;
line-height: 27px;
} .ptp-three-col {
width: 33% !important;
}
.boxed .ptp-three-col {
width: 32.66% !important;
}
#ptp-283 div.ptp-price {
font-size: 1.6em !important;
padding-left: 10px !important;
padding-right: 10px !important;
}
#ptp-283 .ptp-highlight div.ptp-price {
padding-top: 45px;
} #section_eight .ufbl-form-wrapper.ufbl-default-template {
width: 50% !important;
}
}
@media screen and (max-width: 800px) { .yes-slider header#masthead {
position: static;
}
.yes-slider.boxed header#masthead {
width: 100%;
}
.yes-slider .main-header {
background: rgba(0, 0, 0, 0.85);
}
.top-header .socials {
float: left;
margin-bottom: 0;
width: 50%;
}
.top-header .header-search-form {
float: right;
text-align: right;
width: 50%;
padding-left: 20px;
}
.header-search-form form.search-form {
width: 100%;
}
.main-header .site-branding, .main-navigation {
width: 49%;
}
.main-navigation {
text-align: right;
}
header.logo-menu-right .main-navigation { margin-right: 20px;
padding-left: 0;
}
header.logo-menu-right .main-header .site-branding, header.logo-menu-right .main-navigation {
width: auto;
} .portfolio-single {
width: 33%;
} #section_ten .latest-blog {
width: 47%;
margin-right: 10px;
margin-bottom: 10px;
} .left-sidebar #primary, .right-sidebar #primary, .left-sidebar .sidebar, .right-sidebar .sidebar, .both-sidebar .left-sidbar-right, 
.both-sidebar .right-sidebar {
padding-left: 10px;
padding-right: 10px;
}
.left-sidebar #primary, .right-sidebar #primary {
float: none;
width: 100%;
}
.left-sidebar .sidebar, .right-sidebar .sidebar {
width: 100%;
float: none;
}
.right-sidebar #primary {
float: none;
}
.right-sidebar .sidebar {
float: none;
}
.both-sidebar .left-sidbar-right {
width: 100%;
float: none;
}
.both-sidebar .left-sidbar-right .left-sidebar {
width: 100%;
float: none;
padding-right: 0;
}
.both-sidebar .left-sidbar-right #primary {
float: none;
width: 100%;
padding-left: 0;
}
.both-sidebar .right-sidebar {
width: 100%;
float: none;
} .archive-wrap.blog_layout4 .post-thumbnail, .archive-wrap.blog_layout5 .post-thumbnail {
width: 30%;
} .top-footer.column-3 .widget,
.top-footer.column-4 .widget {
margin-bottom: 30px;
width: 49%;
}
.top-footer.column-3 .widget:nth-last-of-type(1),
.top-footer.column-4 .widget:nth-last-of-type(1), 
.top-footer.column-4 .widget:nth-last-of-type(2) {
margin-bottom: 0;
}
}
@media screen and (max-width: 768px) { .archive-wrap.blog_layout4 .post-thumbnail, .archive-wrap.blog_layout5 .post-thumbnail {
width: 35%;
}
.skill_section .widget_text .textwidget {
width: 100%;
}
}
@media screen and (max-width: 640px) {
#section_one .street-wrapper, .section-description, .pricing-description, 
#section_four .portfolio-description, .testimonial-description, .skill-description, 
.testimonial-contents p {
width: 100%;
} .slider-caption {
display: none;
}
.bx-wrapper .bx-controls-direction a { top: 40%;
}
.bx-wrapper .bx-prev::before {
text-indent: 112px;
} #header-banner-image h1.entry-title {
font-size: 25px;
line-height: 30px;
} #section_two .service-posts-wrapper {
width: 49%;
margin: 15px 0;
} .section-content {
text-align: center;
}
.portfolio-single {
display: inline-block;
float: none;
margin: 0 auto;
width: 258px;
}
.boxed .portfolio-single {
width: 240px;
} #section_five .widget_fortyseven_street_loader {
width: 50%;
} #section_six .bx-wrapper .bx-prev, #section_nine .bx-wrapper .bx-prev {
left: -40px;
}
#section_six .bx-wrapper .bx-prev:hover, #section_nine .bx-wrapper .bx-prev:hover {
left: -45px;
}
#section_six .bx-wrapper .bx-next, #section_nine .bx-wrapper .bx-next {
right: -35px;
}
#section_six .bx-wrapper .bx-next:hover, #section_nine .bx-wrapper .bx-next:hover {
right: -40px;
} .ptp-three-col, .boxed .ptp-three-col {
width: 100% !important;
}
.ptp-col {
margin-bottom: 30px;
}
.ptp-col:last-child {
margin-bottom: 0;
}
.ptp-col.ptp-highlight {
transform: scale(1);
-webkit-transform: scale(1);
}
#ptp-283 div.ptp-price {
font-size: 2em !important;
}
#ptp-283 .ptp-highlight div.ptp-price {
padding-top: 0.9375em 1.25em;
} #section_eight .ufbl-form-wrapper.ufbl-default-template {
width: 70% !important;
} .ed_column {
float: none;
}
.ed-span1, .ed-span2, .ed-span3, .ed-span4, .ed-span5 {
width: 100%;
}
.shortcode-cta-video .cta-wrap-left {
width: 100%;
}
.shortcode-cta-video .cta-wrap-right {
width: 100%;
margin-top: 20px;
padding-left: 0;
}
.shortcode-cta-form .cta-wrap-left {
float: none;
width: 100%;
}
.shortcode-cta-form .cta-wrap-right {
float: none;
padding-left: 0;
width: 100%;
margin-top: 20px;
}
.ed_call_to_action .ed_call_to_action_content {
padding-right: 0;
width: 100%;
margin-bottom: 20px;
}
.gallery .gallery-item {
max-width: 100%;
}
}
@media screen and (max-width: 540px) { .street-wrapper {
width: 100%;
}
.top-header, .main-header, section#section_one, section#section_two, section#section_three, section#section_four, section#section_five, 
section#section_six, section#section_seven, section#section_eight, section#section_nine, section#section_ten, .ptp-pricing-table, .top-footer,
.site-footer .site-info {
padding-left: 10px;
padding-right: 10px;
}
.main-title, #section_eight .team_section_title.main-title {
font-size: 2em;
}
#back-top a {
padding: 5px 10px;
}
#back-top a i.fa {
font-size: 18px; 
}
.section-description, .pricing-description, #section_four .portfolio-description, .testimonial-description, .skill-description {
font-size: 18px;
width: 100%;
}
#header-banner-image header.entry-header {
top: 0%;
}
header.logo-menu-right .main-navigation ul.nav-menu {
width: 80%;
}
header.logo-menu-right .main-navigation {
float: none;
width: 100%;
} .top-header {
padding-top: 10px;
padding-bottom: 10px;
}
.top-header .socials {
float: none;
width: 100%;
margin-bottom: 10px;
}
.top-header .header-search-form {
float: none;
width: 100%;
text-align: left;
}
.header-search-form form.search-form {
width: 100%;
float: none;
}
.main-header .site-branding, .main-navigation {
width: 100%;
} #section_two .service-posts-wrapper, .boxed #section_two .service-posts-wrapper {
margin-bottom: 30px;
padding: 0;
width: 100%;
} #section_three::after {
background: rgba(0, 0, 0, 0.65);
} .portfolio-single {
float: none;
margin: 0 auto 10px;
padding: 0;
width: 250px;
}
.portfolio-single:last-child {
margin-bottom: 0;
} #section_five .widget_fortyseven_street_loader {
width: auto;
} #section_six .bx-wrapper .bx-prev, #section_nine .bx-wrapper .bx-prev {
left: 0;
}
#section_six .bx-wrapper .bx-prev:hover, #section_nine .bx-wrapper .bx-prev:hover {
left: -5px;
}
#section_six .bx-wrapper .bx-next, #section_nine .bx-wrapper .bx-next {
right: -10px;
}
#section_six .bx-wrapper .bx-next:hover, #section_nine .bx-wrapper .bx-next:hover {
right: -15px;
} #section_eight .ufbl-form-wrapper.ufbl-default-template {
width: 100% !important;
} #section_ten .latest-blog {
float: none;
margin-right: 0;
width: 100%;
} .search .no-results form label {
width: 100%;
margin-bottom: 20px;
} .archive-wrap.blog_layout2 .post-thumbnail, .archive-wrap.blog_layout3 .post-thumbnail, 
.archive-wrap.blog_layout4 .post-thumbnail, .archive-wrap.blog_layout5 .post-thumbnail,
.archive-wrap.blog_layout3 article:nth-child(even) .post-thumbnail, .archive-wrap.blog_layout5 article:nth-child(even) .post-thumbnail, 
.archive-wrap.blog_layout2 .entry-content, .archive-wrap.blog_layout3 .entry-content, 
.archive-wrap.blog_layout4 .entry-content, .archive-wrap.blog_layout5 .entry-content {
float: none;
margin-bottom: 20px;
width: 100%;
}
.archive-wrap.blog_layout4 .post-thumbnail, .archive-wrap.blog_layout5 .post-thumbnail {
margin: 0 auto 20px auto;
width: 250px;
height: 250px;
} 
.archive-wrap.blog_layout2 .entry-content, .archive-wrap.blog_layout3 .entry-content, 
.archive-wrap.blog_layout4 .entry-content, .archive-wrap.blog_layout5 .entry-content,
.archive-wrap.blog_layout3 article:nth-child(even) .entry-content, 
.archive-wrap.blog_layout5 article:nth-child(even) .entry-content {
padding-left: 0px;
padding-right: 0px;
} .top-footer.column-2 .widget,
.top-footer.column-3 .widget,
.top-footer.column-4 .widget {
float: none;
margin-bottom: 30px;
padding-right: 0;
width: 100%;
}
}
@media screen and (max-width: 540px) and (orientation: landscape) {
.top-header .socials {
float: left;
margin-bottom: 0;
width: 50%;
}
.top-header .header-search-form {
float: right;
text-align: right;
width: 50%;
}
.main-header .site-branding, .main-navigation {
width: 49%;
}
.main-navigation {
text-align: right;
}
.main-navigation ul.nav-menu {
text-align: left;
}
.portfolio-single {
float: left;
margin: 0;
padding: 5px;
width: 50%;
}
#section_six .bx-wrapper .bx-prev, #section_nine .bx-wrapper .bx-prev {
left: -40px;
}
#section_six .bx-wrapper .bx-prev:hover, #section_nine .bx-wrapper .bx-prev:hover {
left: -45px;
}
#section_six .bx-wrapper .bx-next, #section_nine .bx-wrapper .bx-next {
right: -35px;
}
#section_six .bx-wrapper .bx-next:hover, #section_nine .bx-wrapper .bx-next:hover {
right: -40px;
}
.search .no-results form label {
width: 79%;
margin-bottom: 0;
}
#header-banner-image header.entry-header {
top: 30%;
}
.boxed .portfolio-single {
width: 218px;
}
}
@media screen and (max-width: 540px) and (orientation: portrait) {
.boxed .portfolio-single {
width: 280px;
} .shortcode-testimonial-block .testimonial-image.round, .shortcode-testimonial-block .testimonial-image.square {
margin: 0 auto 20px;
float: none;
width: 150px;
height: 150px;
}
.shortcode-team-block {
float: none;
margin-right: 0;
width: 100%;
}
.ed_tab_wrap.horizontal .ed_tab_group {
padding-left: 0;
margin-bottom: 10px;
}
.ed_tab_wrap.horizontal .tab-title {
display: block;
border-bottom: none;
margin-right: 0;
}
.ed_tab_wrap.horizontal .ed_tab_group .active, .ed_tab_wrap.horizontal .ed_tab_group .tab-title:hover.active {
top: inherit;
}
.ed_tab_wrap.horizontal .tab-title:last-child {
border-bottom: 1px solid #ddd;
}
.ed_tab_content {
background: #eee;
}
.ed_tab_wrap.vertical .ed_tab_group {
float: none;
width: 100%;
margin-bottom: 10px;
}
.ed_tab_wrap.vertical .tab-title.active {
border-right: 1px solid #ddd;
}
.ed_tab_wrap.vertical .ed_tab_content {
float: none;
width: 100%;
border-left: 1px solid #ddd;
}
}