.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
} .owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} .grabbing { 
cursor:url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/css/grabbing.png) 8 8, move;
} .owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}.owl-theme .owl-controls{
margin-top: 10px;
text-align: center;
} .owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-controls .owl-page span{
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50); opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100); opacity: 1;
} .owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
} .owl-item.loading{
min-height: 150px;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/css/AjaxLoader.gif) no-repeat center center
}.owl-origin {
-webkit-perspective: 1200px;
-webkit-perspective-origin-x : 50%;
-webkit-perspective-origin-y : 50%;
-moz-perspective : 1200px;
-moz-perspective-origin-x : 50%;
-moz-perspective-origin-y : 50%;
perspective : 1200px;
} .owl-fade-out {
z-index: 10;
-webkit-animation: fadeOut .7s both ease;
-moz-animation: fadeOut .7s both ease;
animation: fadeOut .7s both ease;
}
.owl-fade-in {
-webkit-animation: fadeIn .7s both ease;
-moz-animation: fadeIn .7s both ease;
animation: fadeIn .7s both ease;
} .owl-backSlide-out {
-webkit-animation: backSlideOut 1s both ease;
-moz-animation: backSlideOut 1s both ease;
animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
-webkit-animation: backSlideIn 1s both ease;
-moz-animation: backSlideIn 1s both ease;
animation: backSlideIn 1s both ease;
} .owl-goDown-out {
-webkit-animation: scaleToFade .7s ease both;
-moz-animation: scaleToFade .7s ease both;
animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
-webkit-animation: goDown .6s ease both;
-moz-animation: goDown .6s ease both;
animation: goDown .6s ease both;
} .owl-fadeUp-in {
-webkit-animation: scaleUpFrom .5s ease both;
-moz-animation: scaleUpFrom .5s ease both;
animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
-webkit-animation: scaleUpTo .5s ease both;
-moz-animation: scaleUpTo .5s ease both;
animation: scaleUpTo .5s ease both;
}  @-webkit-keyframes empty {
0% {opacity: 1}
}
@-moz-keyframes empty {
0% {opacity: 1}
}
@keyframes empty {
0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-moz-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
25% { opacity: .5; -webkit-transform: translateZ(-500px); }
75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
25% { opacity: .5; -moz-transform: translateZ(-500px); }
75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
25% { opacity: .5; transform: translateZ(-500px); }
75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -webkit-transform: translateZ(-500px); }
100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -moz-transform: translateZ(-500px); }
100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; transform: translateZ(-500px); }
100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
from { transform: translateY(-100%); }
}
@-webkit-keyframes scaleUpFrom {
from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
from { opacity: 0; transform: scale(1.5); }
}
@-webkit-keyframes scaleUpTo {
to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
to { opacity: 0; transform: scale(1.5); }
}html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
} body {
padding: 0px;
margin: 0px;
background: #fff;
}
body, input, textarea {
font: 14px 'Open Sans', sans-serif;
font-weight: normal;
font-style: normal;
line-height: 23px;
color: #727272;
} h1, 
h2,
h3,
h4,
h5,
h6 {
font-family: 'Roboto', sans-serif;
font-weight: normal;
color: #272727;
}
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a { 
color: inherit;
}
h1 { 
font-size: 40px; 
line-height: 40px;
margin-bottom: 20px;
font-style: normal;
font-weight: 300;
}
h1.lessmar { 
margin-bottom: 10px;
}
h1 b {
display: block;
font-size: 18px; 
line-height: 23px;
font-weight: 200;
margin-top: 13px;
color: #727272;
}
h1.white {
color: #fff;
}
h1.bold {
font-weight:700;
}
h2 { 
font-size: 35px; 
line-height: 35px;
margin-bottom: 20px;
font-style: normal;
font-weight: 300;
}
h2.lessmar { 
margin-bottom: 10px;
}
h2.white {
color: #fff;
}
h2.white b {
color: #999;
}
h2 i {
color: #13afeb;
font-style: normal;
}
h2 b {
display: block;
font-size: 18px; 
line-height: 23px;
font-weight: 300;
margin-top: 13px;
color: #727272;
}
h2.caps {
text-transform: uppercase;
}
h2.caps b {
text-transform: none;
}
h2.caps strong {
font-weight: 500;
}
h3 { 
font-size: 27px; 
line-height: 30px;
margin-bottom: 18px;
font-style: normal;
}
h3.lessmar { 
margin-bottom: 9px;
}
h3 strong {
font-weight: 600;
}
h4 { 
font-size: 22px; 
line-height: 25px;
margin-bottom: 18px;
font-style: normal;
}
h4.lessmar { 
margin-bottom: 9px;
}
h4.caps {
text-transform: uppercase;
}
h4.white {
color: #fff;
}
h4 b {
color: #999;
font-size: 14px;
display: block;
font-weight: normal;
}
h5 { 
font-size: 18px; 
line-height: 23px;
margin-bottom: 16px;
font-style: normal;
}
h5.lessmar { 
margin-bottom: 8px;
}
h5.lessmar2 { 
margin-bottom: 4px;
}
h5 b {
color: #727272;
font-size: 13px;
font-weight: normal;
display: block;
}
h5 strong {
font-weight: 500;
}
h5.caps {
text-transform: uppercase;
}
h5.grayc {
color: #999;
}
h5.siteccaps {
color: #13afeb;
text-transform: uppercase;
}
h5.sitec {
color: #13afeb;
}
h5.white {
color: #fff;
}
h6 { 
font-size: 16px; 
line-height: 21px;
margin-bottom: 14px;
font-style: normal;
}
h6.lessmar { 
margin-bottom: 7px;
}
h6.lessmar2 { 
margin-bottom: 3px;
}
h6.grayc {
color: #999;
}
h6 strong {
font-weight: 400;
} p {
font: 14px 'Open Sans', sans-serif;
font-weight: normal;
line-height: 23px;
}
ul, ol {
margin: 0 0 20px 0;
list-style-position: inside;
}
ul {
list-style: none;
}
ul li {
list-style: none;
}
ol {
list-style-type: decimal;
}
ol ol {
list-style: upper-alpha;
}
ol ol ol {
list-style: lower-roman;
}
ol ol ol ol {
list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}
strong {
font-weight: bold;
}
cite, em, i {
font-style: italic;
}
blockquote {
margin: 20px 0 20px 36px;
font-size: 16px;
border-left: 5px solid #13afeb;
padding: 5px 20px 5px 20px;
font-family: 'Open Sans' !important;
font-weight: normal;
color: #454545;
}
pre {
background: #f4f4f4;
font-size: 13px;
font: 13px 'Open Sans', sans-serif;
line-height: 1.5;
margin-bottom: 40px;
overflow: auto;
padding: 0.75em 20px;
}
code, kbd {
font-size: 13px;
font: 13px 'Open Sans', sans-serif;
}
abbr, acronym, dfn {
border-bottom: 1px dotted #666;
cursor: help;
}
address {
display: block;
margin: 0 0 40px;
}
ins {
background: #fff9c0;
text-decoration: none;
}
sup,
sub {
font-size: 10px;
height: 0;
line-height: 1;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
.dropcap {
display:block;
float:left;
font-size:45px;
padding:0;
margin: 0;
margin:15px 8px 0 0;
text-transform: uppercase;
} a {
color: #272727;
text-decoration: none;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
a:hover {
text-decoration: none;
color: #727272;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
a.ltwo {
color: #272727;
text-decoration: none;
}
a.ltwo:hover {
text-decoration: none;
color: #13afeb;
}
a.lthree {
color: #454545;
text-decoration: none;
}
a.lthree:hover {
text-decoration: none;
color: #13afeb;
}
a.lfour {
color: #13afeb;
text-decoration: none;
}
a.lfour:hover {
text-decoration: none;
color: #fff;
}
a.lfive {
color: #13afeb;
text-decoration: none;
}
a.lfive:hover {
text-decoration: none;
color: #454545;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
} :focus {
outline: 0;
} ins {
text-decoration: none;
}
del {
text-decoration: line-through;
} .clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }/*\*/* html .clearfix { height: 1%; }
.clearfix { display: block; }/**/{
height:1%;
}
.clearfix
{
display:block;
} .less1 {
width: 75%;
margin: 0 auto;
}
.less2 {
width: 50%;
margin: 0 auto;
} .white {
color: #fff;
}
.black {
color: #272727;
}
.grey {
color: #727272;
}
.green {
color: #119EE7;
}
.blue {
color: #119EE7;
}
.dashed {
text-decoration:line-through;
} .margin_top1 {
float: left;
width: 100%;
margin-top: 10px;
}
.margin_top2 {
float: left;
width: 100%;
margin-top: 20px;
}
.margin_top3 {
float: left;
width: 100%;
margin-top: 30px;
}
.margin_top4 {
float: left;
width: 100%;
margin-top: 40px;
}
.margin_top5 {
float: left;
width: 100%;
margin-top: 50px;
}
.margin_bottom5 {
float: left;
width: 100%;
margin-bottom: 50px;
}
.margin_top6 {
float: left;
width: 100%;
margin-top: 60px;
}
.margin_top7 {
float: left;
width: 100%;
margin-top: 70px;
}
.margin_top8 {
float: left;
width: 100%;
margin-top: 80px;
}
.margin_top9 {
float: left;
width: 100%;
margin-top: 90px;
}
.margin_top10 {
float: left;
width: 100%;
margin-top: 100px;
}
.padding_top7{
padding: 70px 0 50px 0!important;
} .img_left {
float: left;
}
.img_left1 {
float: left;
margin-bottom: 20px;
}
.img_left2 {
float: left;
margin-right: 30px;
}
.img_left3 {
float: left;
margin-right: 20px;
}
.img_left4 {
float: left;
margin-top: 10px;
margin-bottom: 20px;
}
.img_left10 {
float: left;
width: 32%;
margin-bottom: 30px;
}
.img_left11 {
float: left;
margin-right: 25px;
margin-bottom: 20px;
}
.img_right {
float: right;
margin-left: 10px;
}
.img_size1 {
float: left;
width: 100%;
}
.teamst1_imgholder .img_size1,
.img_holder .img .img_size1{
border-radius: 50%;
}
.uppercase{ text-transform:uppercase;}
.fl_left {
float: left;
}
.comment_info p {
float: left;
} .padd_top1{
padding-top:10px;
}
.padd_top2{
padding-top:20px;
}
.padd_top3{
padding-top:30px;
}
.padd_top4{
padding-top:40px;
}
.padd_top5{
padding-top:50px;
}
.padd_top6{
padding-top:60px;
}
.padd_top7{
padding-top:70px;
}
.padd_top10{
padding-top:100px;
} .padd_bot1{
padding-bottom:10px;
}
.padd_bot2{
padding-bottom:20px;
}
.padd_bot3{
padding-bottom:30px;
}
.padd_bot4{
padding-bottom:40px;
}
.padd_bot5{
padding-bottom:50px;
}
.padd_bot6{
padding-bottom:60px;
}
.padd_bot7{
padding-bottom:70px;
}
.noanim{-webkit-transition:none !important;-moz-transition:none !important;-ms-transition:none !important;-o-transition:none !important;transition:none !important}@-webkit-keyframes blink{0%{opacity:1;filter:alpha(opacity=100)}33%{opacity:0;filter:alpha(opacity=0)}100%{opacity:0;filter:alpha(opacity=0)}}@-moz-keyframes blink{0%{opacity:1;filter:alpha(opacity=100)}33%{opacity:0;filter:alpha(opacity=0)}100%{opacity:0;filter:alpha(opacity=0)}}@keyframes blink{0%{opacity:1;filter:alpha(opacity=100)}33%{opacity:0;filter:alpha(opacity=0)}100%{opacity:0;filter:alpha(opacity=0)}}
body{font:12px/28px ;}
.wrapper,#page{zoom:1;width:100%;margin:0 auto}.wrapper:after,#page:after,.wrapper:before,#page:before{content:"\0020";display:table;height:0;overflow:hidden}.wrapper:after,#page:after{clear:both}
#header{margin:0px 0 0;}
#trueHeader{z-index:8000;left:0;right:0;padding:0px 0;box-shadow:0 1px 5px rgba(0,0,0,0.2);-khtml-box-shadow:0 1px 5px rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.2);-moz-box-shadow:0 1px 5px rgba(0,0,0,0.2);-ms-box-shadow:0 1px 5px rgba(0,0,0,0.2);-o-box-shadow:0 1px 5px rgba(0,0,0,0.2);transition:padding 0.35s ease;-khtml-transition:padding 0.35s ease;-webkit-transition:padding 0.35s ease;-moz-transition:padding 0.35s ease;-ms-transition:padding 0.35s ease;-o-transition:padding 0.35s ease;background-color:transparent;zoom:1}
#trueHeader.two{z-index:8000;left:0;right:0;padding:0px 0;box-shadow:0 1px 5px rgba(0,0,0,0.2);-khtml-box-shadow:0 1px 5px rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.2);-moz-box-shadow:0 1px 5px rgba(0,0,0,0.2);-ms-box-shadow:0 1px 5px rgba(0,0,0,0.2);-o-box-shadow:0 1px 5px rgba(0,0,0,0.2);transition:padding 0.35s ease;-khtml-transition:padding 0.35s ease;-webkit-transition:padding 0.35s ease;-moz-transition:padding 0.35s ease;-ms-transition:padding 0.35s ease;-o-transition:padding 0.35s ease;background-color:transparent;zoom:1}
#trueHeader {
background: #fff;
}
#header.sticky #trueHeader{position:fixed;top:0}
#header.sticky.condensed #trueHeader{padding:0px 0}
@media only screen and (min-width: 768px) and (max-width: 999px){
.menu_main {
padding: 8px 0px;
}
#trueHeader {
width:100%;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.menu_main {
padding: 0px 0px 0px 0px;
}
#trueHeader {
width:100%;
}
}
@media only screen and (max-width: 479px){
.menu_main {
padding: 0px 0px 0px 0px;
}
#trueHeader {
width:100%;
}
}   pre { margin: 0; padding: 10px 20px !important;}
#header .container { width: auto; max-width: 1170px; }
.jumbotron {
margin: 60px 0;
padding-left: 0;
padding-right: 0;
}
.jumbotron.intro {
margin-top: 0;
}
.jumbotron .navbar {
font-size: 14px;
line-height: 1.6;
} .list-unstyled,
.list-unstyled ul { min-width: 120px }
@media ( min-width: 767px ) {
.panel-group { width: 400px; }
.thumbnail { margin: 0; }
} .grid-demo {
padding: 10px 30px;
}
.grid-demo [class*="col-"] {
margin-top: 5px;
margin-bottom: 5px;
font-size: 1em;
text-align: center;
line-height: 2;
background-color: #e5e1ea;
border: 1px solid #d1d1d1;
}
@media only screen and (min-width: 1000px) and (max-width: 1169px){
#header .container { width: auto; max-width: 1000px; }
}
@media only screen and (min-width: 768px) and (max-width: 999px){
#header .container { width: auto; max-width: 98%; }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
#header .container { width: auto; max-width: 460px; }
}
@media only screen and (max-width: 479px){
#header .container { width: auto; max-width: 300px; }
}
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
position: static;
}
.yamm .container {
position: relative;
}
.yamm .dropdown-menu {
left: auto;
}
.yamm .nav.navbar-right .dropdown-menu {
left: auto;
right: 0;
}
.yamm .yamm-content {
padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
left: 0;
right: 0;
}
.yamm .dropdown.yamm-hw .dropdown-menu {
left: auto;
right: 0;
width: 550px;
}
.yamm .yamm-content .col-md-4, .yamm .yamm-content .col-md-8{
padding-right: 5px;
padding-left: 5px;}
.yamm .yamm-content .thumbnail { padding: 0; border: 0;}
.yamm .yamm-content .caption {
padding: 0;
}
.yamm .yamm-content .caption h3 {
font-size: 18px;
color: #272727;
margin-top: 14px;
margin-bottom: 8px;
}
.yamm .yamm-content .caption p {
font-size: 14px;
color: #727272;
}
.list-unstyled .header-menu {
border-bottom: 1px solid #e6e6e6;
margin-bottom: 12px;
padding: 5px 0;
}
.list-unstyled .row > div{
margin: 0px;
padding: 0px;
}
.list-unstyled p { font-size: 16px;
color: #272727;
font-weight: normal;
}
.list-unstyled li i { color:#727272;}
.list-unstyled li { padding: 5px 0;}
.list-unstyled a {
color: #272727;
padding: 4px 8px;
width: 100%;
transition-property: margin-left, background-color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.list-unstyled a:hover {
color: #272727;
background-color: #eee;
text-decoration: none;
margin-left: 8px;
transition-property: margin-left, background-color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
border-radius: 3px;
}
.list-unstyled a:before {
font-size: 12px;
margin-right: 5px;
}
.row-border + .row .caption h3 {
margin-top: 0px;
}
.row-border {border-bottom: 1px solid #d1d1d1;
margin-bottom: 20px;
padding-bottom: 10px;
}
@media (max-width:767px)
{
.list-unstyled li:first-child {
border-bottom: 0px ;
margin-bottom: 0px;
top-bottom: 15px;
}
.list-unstyled li p { font-size: 16px;
color: #bbb;
}
.list-unstyled li { padding: 8px 0;}
.list-unstyled a {
color: #bbb;
}
.list-unstyled a {
color: #BBBBBB;
}
.list-unstyled a {
color: #BBBBBB;
}
.list-unstyled a:hover {
color: #fff;
background-color: #666;
}
.yamm .yamm-content .thumbnail {
background-color: transparent;
-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075);
box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075);
}
.yamm .yamm-content .caption p {
color: #ccc;
}
.yamm .yamm-content .caption h3 {
color: #ccc;
}
.yamm .yamm-content .thumbnail>img {
margin-left: 0;
}
.row-border {
border-bottom:0;
}
}
@media (max-width:999px)
{
.list-unstyled a {
color: #BBBBBB;
}
.list-unstyled li:first-child {
border-bottom: 1px solid #3b3b3b;
margin-bottom: 16px;
}
.list-unstyled li p {
color: #fff;
padding-top:10px;
}
.list-unstyled .img_left4 {
margin-right: 20px;
}
} .navbar-nav>li>.dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
border: 0;
border-radius: 0;
}
.navbar-nav>li>a {
padding-top: 22px;
padding-bottom: 22px;
text-transform: uppercase;
}
.navbar-nav>li>a i {
display: block;
text-align: center;
}
.navbar-default { margin-right: -32px;}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -1px;
margin-left: -1px; -webkit-border-radius: 0 ;
-moz-border-radius: 0 ;
border-radius: 0 ;
}
.dropdown-submenu>.dropdown-menu:last-child {
}
@media (min-width:769px;){
.dropdown-submenu>.dropdown-menu:last-child {
border-top: 0px solid #000;
}
}
.dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
-webkit-border-radius: 6px 0 6px 6px;
-moz-border-radius: 6px 0 6px 6px;
border-radius: 6px 0 6px 6px;
}
.navbar-brand { padding: 0;
margin:15px 0;
}
.wrapper {
margin-top: 0px;
}
.navbar-fixed-top + 
.wrapper {
margin-top: 104px;
}
.dropdown-menu {
min-width: 220px;
}
.dropdown-menu>li>a {
padding: 10px 20px;
border-bottom: 1px solid #e6e6e6;
}
.dropdown-menu>li>a:hover {
border-bottom: 1px solid #e6e6e6;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover{
color:#262626!important;
text-decoration:none;
background-color:#f5f5f5!important;
}
.dropdown-menu>li:last-child>a {
border-bottom: 0px solid #d1d1d1;
} .help {
height: 40px;
}
.help > .container {
padding-top: 10px;
}
@media (max-width: 999px) {
.navbar-collapse.pull-right {
width: 100%; background: #1e1e1e;
}
#navbar-collapse-1 > ul > li.dropdown > a > b {
float: right;
}
.navbar-default .navbar-brand {
margin-left: 14px;
}
#navbar-collapse-1 > ul > li {
border-bottom: 1px solid #eee;
}
#navbar-collapse-1 > ul > li.open {
background-color: #2b2b2b;
}
.help 
{
display: none;
}
.navbar-nav>li>a
{
color: #b3b3b3;
padding: 14px 15px;
}
.navbar-nav>li>a:hover
{
color: #fff ;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
color: #119EE7;
background-color: transparent;
padding: 10px 20px;
border-bottom: 0px ;
}
.dropdown-menu>li>a {
padding: 8px 20px !important;;
border-bottom: 0px ;
}
.dropdown-submenu>.dropdown-menu:last-child {
border-top: 0px ;
}
}  .navbar-nav>li>a
{
box-shadow: 0 0px 0 rgba(255,255,255,0.25);
}
.callus { color: #545454; font-size: 13px; padding-top: 13px;}
.callus a { margin-right: 20px; color: #545454;}
.social-icons ul li {
float: left;
list-style-type: none;
margin:10px 0 10px 7px;
}
.social-icons a {
width: 25px; 
height: 25px; 
display: block; 
background-color:#fff;
border:1px solid #c7c7c7;
border-radius:50%;
text-align:center;
}
.social-icons a i {
font-size:15px;
color:#272727;
line-height:24px;
text-align:center;
}
.social-icons a:hover{
background-color:#272727;
border:1px solid #272727;
}
.social-icons a:hover i{
color:#fff;
}
@media (max-width: 999px) {
#navbar-collapse-1 > ul > li {
border-bottom: 0;
}
}
.navbar-default .navbar-nav>li>a {
color: #727272;
font-size:14px;
text-transform:none;
}
.navbar-toggle {
position: relative;
float: none;
padding: 12px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 0;
background-color: transparent;
border: 0px solid transparent;
border-radius: 0;
margin-left: 15px;
background: #272727;
cursor: pointer;
}
.navbar-toggle > span {Color:#fff;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #272727;
}
.navbar-collapse {border-top: 0;}
@media only screen and (min-width: 99px) and (max-width: 999px){
li.dropdown ul.dropdown-menu li a {color: #fff; }
li.dropdown a:hover {color: #fff; }
li.dropdown ul.dropdown-menu .yamm-content li a:hover {color: #454545; }
}
@media (min-width: 1000px) {
.yamm ul.nav li.dropdown > ul.dropdown-menu {  }
.dropdown-submenu:hover>.dropdown-menu
{
-webkit-animation-duration: 0.5s;
-webkit-animation-name: fadeInFromNone;
-webkit-animation-fill-mode: forwards;
animation-duration: 0.5s;
animation-name: fadeInFromNone;
animation-fill-mode: forwards;
-ms-animation-duration: 0.5s;
-ms-animation-name: fadeInFromNoneIE;
-ms-animation-fill-mode: forwards;
}
.yamm ul.nav li.dropdown:hover > ul.dropdown-menu {
display: block; animation-duration: 0.5s;
animation-name: fadeInFromNone;
animation-fill-mode: forwards;
-webkit-animation-duration: 0.5s;
-webkit-animation-name: fadeInFromNone;
-webkit-animation-fill-mode: forwards;
-ms-animation-duration: 5s;
-ms-animation-name: fadeInFromNoneIE;
-ms-animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInFromNone {
0% {
opacity: 0;
}
1% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeInFromNoneIE {
0% {
opacity: 0;
}
1% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeInFromNone {
0% {
opacity: 0;
}
1% {
opacity: 0;
}
100% {
opacity: 1;
}
} .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
padding: 22px 18px;
}
}
.navbar-toggle > button {
background: none;
border: 0;
float: right;
}
.navbar-default .navbar-toggle i {
color: #fff;
font-size: 21px;
}
.yamm ul.nav li.dropdown:hover  b{
border-top-color: #fff;
border-bottom-color: #fff;
}
.container>.navbar-collapse {margin-right: 0px;}
.navbar-brand, .navbar-nav>li>a {
text-shadow: 0 0px 0 rgba(255, 255, 255, 0.25);
}
button.navbar-toggle { clear: right;}
.width50 {width: 50%;}  .navbar-default .navbar-nav>.open>a .caret, .navbar-default .navbar-nav>.open>a:hover .caret, .navbar-default .navbar-nav>.open>a:focus .caret {
border-top-color: #fff;
border-bottom-color: #fff;
} @media only screen and (min-width: 1000px) and (max-width: 1169px){
.dropdown-menu.two {
left:540px;
}
.dropdown-menu.three {
left:450px;
}
.dropdown-submenu>.dropdown-menu.four {
top: 0;
left:500px;
}
.dropdown-menu.five {
left:400px;
} }
@media only screen and (min-width: 768px) and (max-width: 999px){
.navbar-default {margin-right: 20px;}
.navbar-nav>li>a i {
display: inherit;
text-align: left;
float: left;
margin: 5px 10px 0px 0px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.navbar-default {margin-right: 5px;}
.navbar-nav>li>a i {
display: inherit;
text-align: left;
float: left;
margin: 5px 10px 0px 0px;
}
}
@media only screen and (max-width: 479px){
.navbar-default {margin-right: 3px;}
.navbar-nav>li>a i {
display: inherit;
text-align: left;
float: left;
margin: 5px 10px 0px 0px;
}
}
.nav > li > a {
position: relative;
display: block;
padding-left:14px;
padding-right:14px;
}  .tabs {
margin: 0;
padding: 0;
list-style-type: none;
}
ul.tabs {
float: left;
width: 22%;
border: 1px solid #eee;
}
.tabs li {
margin: 0;
text-align: left;
}
.tabs li a {
color: #454545;
display: block;
height: 40px;
padding: 0 0px 0 18px;
text-decoration: none;
line-height: 40px;
font-size: 14px;
border-bottom: 1px solid #eee;
}
.tabs li.active a {
color: #fff;
background-color: #fdce16;
}
.tabs-content {
float: left;
width: 76%;
padding: 0 0 0 3%;
text-align: left;
margin-bottom: 40px;
} .tabs-content img.img_left2 {
width: auto;
}
.tabs-content .tabs-panel { }
.tabs-content .tabs-panel .tab-title {
display: none;
}
@media only screen and (min-width: 480px) and (max-width: 767px){
ul.tabs {
width: 32%;
}
.tabs-content {
width: 50%;
padding: 2.5% 3% 4% 3%;
}
.tabs-content img {
width: 90%;
}
}
@media only screen and (max-width: 479px){
ul.tabs {
width: 100%;
}
.tabs-content {
width: 94%;
padding: 2.5% 3% 4% 3%;
}
.tabs-content img {
width: 90%;
float:left;
}
}
.tabs2 {
margin: 0;
padding: 0;
list-style-type: none;
}
.tabs2 li {
margin: 0;
text-align: left;
}
.tabs2 li a {
float: left;
color: #454545;
height:95px;
width:95px;
padding: 0px 0px;
margin-right:10px;
margin-bottom:10px;
text-decoration: none;
line-height: 40px;
font-size: 14px;
background-color: #fff;
border:1px solid #d1d1d1;
}
.tabs2 li a i {
color: #FFFFFF;
font-size: 40px;
line-height: 94px;
margin: 0;
padding-left: 33px;
text-align: center;
}
.tabs2 li.active a {
color: #fff;
border:1px solid #272727;
}
.tabs2 li a img {
margin-left:10px;
margin-top:8px;
}
.tabs-content2 {
float: left;
width: 100%;
padding: 4% 0 0 0;
text-align: left;
margin-bottom: 40px;
}
.tabs-content2 img.img_left2 {
width: auto;
margin-right: 25px;
}
.tabs-content2 .tabs-panel {
padding: 20px;
}
.tabs-content2 .tabs-panel2 .tab-title2 {
display: none;
} #example-2 .tabs2 li {
width: 100px;
border: 1px solid #DDD;
border-right: 0;
background: #EEE;
cursor: pointer;
position: relative;
z-index: 999;
list-style-type:none;
}
#example-2 .tabs2 li:last-child {
border-right: 1px solid #DDD;
}
#example-2 .tabs2 li.active {
border-bottom: 1px solid #FFF;
background: #FFF;
}
#example-2 .tabs-content2 {
border: 1px solid #DDD;
background: #FFF;
position: relative;
top: -1px;
z-index: 99;
}
#example-2 .tabs-content2 .tab-title {
color: #0b8593;
}
@media only screen and (min-width: 1000px) and (max-width: 1169px){
.tabs2 li a {
padding: 0px 20px;
}
.tabs2 li a img {
margin-left:-12px;
}
}
@media only screen and (min-width: 768px) and (max-width: 999px){
.tabs2 li a {
padding: 0px 10px;
}
.tabs2 li a img {
margin-left:-2px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.tabs2 li a {
padding: 0px 10px;
}
.tabs2 li a img {
margin-left:-2px;
}
}
@media only screen and (max-width: 479px){
.tabs2 li a img {
margin-left:-2px;
}
.tabs2 li a {
margin-bottom: 10px;
margin-right: 10px;
margin-top: 28px;
}
}
.tabs3 {
margin: 0;
padding: 0;
list-style-type: none;
border: 1px solid #d9d9d9;
border-bottom: none;
height: 54px;
width: 99%;
background-color: #fff;
position: relative;
z-index: 4;
}
.tabs3 li {
margin: 0;
text-align: left;
}
.tabs3 li a {
position:relative;
width:175.6px;
float: left;
color: #161616;
height: 53px;
padding: 0;
text-align:center;
font-weight: normal;
text-decoration: none;
line-height: 50px;
font-size: 14px;
background-color: #fff;
border-right: 1px solid #d9d9d9;
}
.tabs3 li:last-child a {
border-right: none;
}
.tabs3 li a:hover {
color: #119EE7;
}
.tabs3 li.active a {
color: #119EE7;
background-color:#fff;
}
.tabs-content3 {
float: left;
width: 99%;
padding: 30px 30px;
text-align: left;
margin-bottom: 40px;
border-bottom: 1px solid #d9d9d9;
border-right: 1px solid #d9d9d9;
border-left: 1px solid #d9d9d9;
border-top: 1px solid #d9d9d9;
position: relative;
z-index: 3;
}
.tabs-content3 img.img_left2 {
width: auto;
margin-right: 25px;
margin-bottom: 20px;
}
.tabs-content3 .tabs-panel {
padding: 20px;
}
.tabs-content3 .tabs-panel3 .tab-title3 {
display: none;
}
.tabs3.two li a {
padding: 0px 20px;
} #example-3 .tabs3 li {
width: 100px;
border: 1px solid #DDD;
border-right: 0;
background: #EEE;
cursor: pointer;
position: relative;
z-index: 999;
}
#example-3 .tabs3 li:last-child {
border-right: 1px solid #DDD;
}
#example-3 .tabs3 li.active {
border-bottom: 1px solid #FFF;
background: #FFF;
}
#example-3 .tabs-content3 {
border: 1px solid #DDD;
background: #FFF;
position: relative;
top: -1px;
z-index: 99;
}
#example-3 .tabs-content3 .tab-title {
color: #0b8593;
}
@media only screen and (min-width: 1000px) and (max-width: 1169px){
.tabs3 li a {
width:97.4px;
}
.tabs3 li a .tab_arrow_down {
margin: 0px 0px 0px 29px;
}
}
@media only screen and (min-width: 768px) and (max-width: 999px){
.tabs3 li a {
padding: 0px 9px;
}
.tabs3.two li a {
padding: 0px 5px;
}
.tabs3 li a {
font-size: 14px;
}
.tabs3 {
background-color:#fff;
height: 51px;
}
.footer_logo {
width: 100%;
}
.footer ul.recent_posts li {
border-bottom: 1px solid #2F2F2F;
margin: 0px 0px 23px 0px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.tabs3 li a {
padding: 0px 10px;
}
.tabs3 {
background-color:#fff;
height: 51px;
}
}
@media only screen and (max-width: 479px){
.tabs-content3 img.img_left2 {
margin-bottom: 20px;
margin-right: 17px;
width: 49%;
}
.tabs-content3 {
width: 99%;
margin: 0px 0%;
}
.tabs3 li a {
margin: 0px 0%;
width: 48.3%;
font-size:13px;
}
.tabs3 {
width: 99%;
}
.tabs3 li a .tab_arrow_down {
margin: 0px 0px 0px 24px;
}
}
.tabs4 {
margin: 0;
padding: 0;
list-style-type: none;
border: 1px solid #eaeaea;
border-bottom: none;
height: 54px;
width: 99%;
background-color: #161616;
position: relative;
z-index: 4;
}
.tabs4 li {
margin: 0;
text-align: left;
}
.tabs4 li a {
position:relative;
float: left;
color: #828282;
height: 53px;
padding: 0 25px;
text-align:center;
font-weight: 600;
text-decoration: none;
line-height: 50px;
font-size: 14px;
}
.tabs4 li a.last {
border-right: none;
}
.tabs4 li a .tab_arrow_down {
position:absolute;
margin: 0px 0px 0px 37px;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 10px solid #161616;
font-size: 0;
line-height: 0;
}
.tabs4 li a:hover {
color: #fff;
}
.tabs4 li.active .tab_arrow_down {
border-top: 10px solid #fdce16;
}
.tabs4 li.active a {
color: #161616;
background-color:#fff;
}
.tabs-content4 {
float: left;
width: 99%;
padding: 30px 30px;
text-align: left;
margin-bottom: 40px;
border-bottom: 1px solid #d9d9d9;
border-right: 1px solid #d9d9d9;
border-left: 1px solid #d9d9d9;
position: relative;
z-index: 3;
}
.tabs-content4 img.img_left2 {
width: auto;
margin-right: 25px;
margin-bottom: 20px;
}
.tabs-content4 .tabs-panel {
padding: 20px;
}
.tabs-content4 .tabs-panel4 .tab-title4 {
display: none;
}
.tabs4.two li a {
padding: 0px 20px;
} #example-4 .tabs4 li {
width: 100px;
border: 1px solid #DDD;
border-right: 0;
background: #EEE;
cursor: pointer;
position: relative;
z-index: 999;
}
#example-4 .tabs4 li:last-child {
border-right: 1px solid #DDD;
}
#example-4 .tabs4 li.active {
border-bottom: 1px solid #FFF;
background: #FFF;
}
#example-4 .tabs-content4 {
border: 1px solid #DDD;
background: #FFF;
position: relative;
top: -1px;
z-index: 99;
}
#example-4 .tabs-content4 .tab-title {
color: #0b8593;
}
@media only screen and (min-width: 1000px) and (max-width: 1169px){
}
@media only screen and (min-width: 768px) and (max-width: 999px){
}
@media only screen and (min-width: 480px) and (max-width: 767px){
}
@media only screen and (max-width: 479px){
}
.tabs5 {
margin: 0;
padding: 0;
list-style-type: none;
}
.tabs5 li {
margin: 0;
padding:0px;
float:left;
text-align: left;
}
.tabs5 li a {
float: left;
color: #161616;
padding: 7px 28px;
margin-right:6px;
text-decoration: none; font-size: 14px;
background-color: #fff;
border:1px solid #eaeaea;
}
.tabs5 li a:hover {
color: #fdce16;
background-color: #fff;
border:1px solid #fdce16;
}
.tabs5 li a i {
color: #FFFFFF;
font-size: 40px;
line-height: 94px;
margin: 0;
padding-left: 33px;
text-align: center;
}
.tabs5 li.active a {
color: #272727;
border:1px solid #fdce16;
background-color:#fdce16;
}
.tabs5 li a img {
margin-left:10px;
margin-top:8px;
}
.tabs-content5 {
float: left;
width: 100%;
padding: 0 0 0 0;
text-align: left;
margin-bottom: 40px;
}
.tabs-content5 img.img_left2 {
width: auto;
margin-right: 25px;
}
.tabs-content5 .tabs-panel {
padding: 20px;
}
.tabs-content5 .tabs-panel5 .tab-title5 {
display: none;
} #example-5 .tabs5 li {
width: 100px;
border: 1px solid #DDD;
border-right: 0;
background: #EEE;
cursor: pointer;
position: relative;
z-index: 999;
list-style-type:none;
}
#example-5 .tabs5 li:last-child {
border-right: 1px solid #DDD;
}
#example-5 .tabs5 li.active {
border-bottom: 1px solid #FFF;
background: #FFF;
}
#example-5 .tabs-content5 {
border: 1px solid #DDD;
background: #FFF;
position: relative;
top: -1px;
z-index: 99;
}
#example-5 .tabs-content5 .tab-title {
color: #0b8593;
}
@media only screen and (min-width: 1000px) and (max-width: 1169px){
.tabs5 li a {
padding: 12px 20px;
}
.tabs5 li a img {
margin-left:-12px;
}
.tabs5 {
margin: 0 0 0 15px;
}
}
@media only screen and (min-width: 768px) and (max-width: 999px){
.tabs5 li a img {
margin-left:-2px;
}
.tabs5 {
margin: 0 0 0 15px;
}
.tabs5 li a {
padding: 12px 20px;
}
.tabs5 li a {
padding: 5px 17px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.tabs5 li a img {
margin-left:-2px;
}
.tabs5 li a {
padding: 4px 9px;
}	
.tabs5 {
margin: 0 0 0 15px;
}
}
@media only screen and (max-width: 479px){
.tabs5 li a {
padding: 0px 10px;
}
.tabs5 li a img {
margin-left:-2px;
}
.tabs5 li a {
padding: 12px 20px;
}	
.tabs5 {
margin: 0 0 0 15px;
}
.tabs5 li {
margin-bottom:8px;
}
}
.tabs6 {
margin: 0;
padding: 0;
list-style-type: none;
}
.tabs6 li {
margin: 0;
padding:0px;
float:left;
text-align: left;
}
.tabs6 li a {
float: left;
color: #161616;
padding: 7px 28px;
margin-right:6px;
text-decoration: none; font-size: 14px;
background-color: #fff;
border:1px solid #eaeaea;
}
.tabs6 li a:hover {
color: #fdce16;
background-color: #fff;
border:1px solid #fdce16;
}
.tabs6 li a i {
color: #FFFFFF;
font-size: 40px;
line-height: 94px;
margin: 0;
padding-left: 33px;
text-align: center;
}
.tabs6 li.active a {
color: #272727;
border:1px solid #fdce16;
background-color:#fdce16;
}
.tabs6 li a img {
margin-left:10px;
margin-top:8px;
}
.tabs-content6 {
float: left;
width: 100%;
padding: 0 0 0 0;
text-align: left;
margin-bottom: 40px;
}
.tabs-content6 img.img_left2 {
width: auto;
margin-right: 25px;
}
.tabs-content6 .tabs-panel {
padding: 20px;
}
.tabs-content6 .tabs-panel6 .tab-title6 {
display: none;
} #example-6 .tabs6 li {
width: 100px;
border: 1px solid #DDD;
border-right: 0;
background: #EEE;
cursor: pointer;
position: relative;
z-index: 999;
list-style-type:none;
}
#example-6 .tabs6 li:last-child {
border-right: 1px solid #DDD;
}
#example-6 .tabs6 li.active {
border-bottom: 1px solid #FFF;
background: #FFF;
}
#example-6 .tabs-content6 {
border: 1px solid #DDD;
background: #FFF;
position: relative;
top: -1px;
z-index: 99;
}
#example-6 .tabs-content6 .tab-title {
color: #0b8593;
}
@media only screen and (min-width: 1000px) and (max-width: 1169px){
.tabs6 li a {
padding: 12px 20px;
}
.tabs6 li a img {
margin-left:-12px;
}
.tabs6 {
margin: 0 0 0 15px;
}
}
@media only screen and (min-width: 768px) and (max-width: 999px){
.tabs6 li a img {
margin-left:-2px;
}
.tabs6 {
margin: 0 0 0 15px;
}
.tabs6 li a {
padding: 12px 20px;
}
.tabs6 li a {
padding: 0px 10px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.tabs6 li a img {
margin-left:-2px;
}
.tabs6 li a {
padding: 4px 9px;
margin-bottom:10px;
}	
.tabs6 {
margin: 0 0 0 15px;
}
}
@media only screen and (max-width: 479px){
.tabs6 li a {
padding: 0px 10px;
}
.tabs6 li a img {
margin-left:-2px;
}
.tabs6 li a {
padding: 12px 20px;
}	
.tabs6 {
margin: 0 0 0 15px;
}
.tabs6 li {
margin-bottom:8px;
}
}
.tabs7 {
margin: 0;
padding: 0;
list-style-type: none;
border: 1px solid #eaeaea;
border-bottom: none;
height: 54px;
width: 99%;
background-color: #fff;
position: relative;
z-index: 4;
}
.tabs7 li {
margin: 0;
text-align: left;
}
.tabs7 li a {
float: left;
color: #454545;
height: 50px;
padding: 0px 15px;
font-weight: 600;
text-decoration: none;
line-height: 50px;
font-size: 14px;
background-color: #fff;
border-right: 1px solid #e0e0e0;
border-top: 4px solid #fff;
}
.tabs7 li a:hover {
color: #fdce16;
}
.tabs7 li.active a {
color: #fdce16;
border-top: 4px solid #fdce16;
border-bottom: 1px solid #fff;
}
.tabs7.host li.active a {
color: #119EE7;
border-top: 4px solid #119EE7;
border-bottom: 1px solid #fff;
}
.tabs7.host li a:hover {
color: #119EE7;
}
.tabs7.two li.active a {
color: #73b41f;
border-top: 4px solid #eaeaea;
border-bottom: 1px solid #fff;
}
.tabs7.two li a:hover {
color: #73b41f;
}
.tabs-content7 {
float: left;
width: 99%;
padding: 5% 4% 5% 4%;
text-align: left;
margin-bottom: 40px;
border: 1px solid #eaeaea;
position: relative;
z-index: 3;
}
.tabs-content7 img.img_left2 {
width: auto;
margin-right: 25px;
margin-bottom: 20px;
}
.tabs-content7 .tabs-panel {
padding: 20px;
}
.tabs-content7 .tabs-panel7 .tab-title3 {
display: none;
}
.tabs7.two li a {
padding: 0px 20px;
} #example-7 .tabs7 li {
width: 100px;
border: 1px solid #DDD;
border-right: 0;
background: #EEE;
cursor: pointer;
position: relative;
z-index: 999;
}
#example-7 .tabs7 li:last-child {
border-right: 1px solid #DDD;
}
#example-7 .tabs7 li.active {
border-bottom: 1px solid #FFF;
background: #FFF;
}
#example-7 .tabs-content7 {
border: 1px solid #DDD;
background: #FFF;
position: relative;
top: -1px;
z-index: 99;
}
#example-7 .tabs-content7 .tab-title {
color: #0b8593;
}
@media only screen and (min-width: 1000px) and (max-width: 1169px){
.tabs7 li a {
padding: 0px 20px;
}
.tabs7.two li a {
padding: 0 11px;
}
.tabs7 li a {
font-size: 13px;
}
}
@media only screen and (min-width: 768px) and (max-width: 999px){
.tabs7 li a {
padding: 0px 9px;
}
.tabs7.two li a {
padding: 0px 5px;
}
.tabs7 li a {
font-size: 11px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.tabs7 li a {
padding: 0px 10px;
}
}
@media only screen and (max-width: 479px){
.tabs7 li a {
padding: 0px 5px;
}
.tabs7.two li a {
padding: 0px 9px;
}
.tabs-content7 img.img_left2 {
margin-bottom: 20px;
margin-right: 0px;
width: 90%;
}
.tabs-content7 {
width: 90%;
margin:0 5%;
}
.section_holder13 {
padding: 0;
}
.tabs7 li a {
margin: 0 5%;
width: 90%;
}
.tabs7 {
width: 99%;
}
}
.tabs9 {
margin: 0;
padding: 0;
list-style-type: none;
border: 1px solid #eaeaea;
border-bottom: none;
height: 54px;
width: 99%;
background-color: #fff;
position: relative;
z-index: 4;
}
.tabs9 li {
margin: 0;
text-align: left;
}
.tabs9 li a {
float: left;
color: #454545;
height: 50px;
padding: 0px 15px;
font-weight: 600;
text-decoration: none;
line-height: 50px;
font-size: 14px;
background-color: #fff;
border-right: 1px solid #e0e0e0;
border-top: 4px solid #fff;
}
.tabs9 li a:hover {
color: #fdce16;
}
.tabs9 li.active a {
color: #fdce16;
border-bottom: 1px solid #fff;
}
.tabs9.two li.active a {
color: #73b41f;
border-top: 4px solid #eaeaea;
border-bottom: 1px solid #fff;
}
.tabs9.two li a:hover {
color: #73b41f;
}
.tabs-content9 {
float: left;
width: 99%;
padding:30px;
text-align: left;
margin-bottom: 40px;
border: 1px solid #eaeaea;
position: relative;
z-index: 3;
}
.tabs-content9 img.img_left2 {
width: auto;
margin-right: 25px;
margin-bottom: 20px;
}
.tabs-content9 .tabs-panel {
padding: 20px;
}
.tabs-content9 .tabs-panel9 .tab-title9 {
display: none;
}
.tabs9.two li a {
padding: 0px 20px;
} #example-9 .tabs9 li {
width: 100px;
border: 1px solid #DDD;
border-right: 0;
background: #EEE;
cursor: pointer;
position: relative;
z-index: 999;
}
#example-9 .tabs9 li:last-child {
border-right: 1px solid #DDD;
}
#example-9 .tabs9 li.active {
border-bottom: 1px solid #FFF;
background: #FFF;
}
#example-9 .tabs-content9 {
border: 1px solid #DDD;
background: #FFF;
position: relative;
top: -1px;
z-index: 99;
}
#example-9 .tabs-content9 .tab-title {
color: #0b8593;
}
@media only screen and (min-width: 1000px) and (max-width: 1169px){
.tabs9 li a {
padding: 0px 20px;
}
.tabs9.two li a {
padding: 0 11px;
}
.tabs9 li a {
font-size: 13px;
}
}
@media only screen and (min-width: 768px) and (max-width: 999px){
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.tabs9 li a {
padding: 0px 10px;
}
}
@media only screen and (max-width: 479px){
}
.tabs10 {
margin: 0;
padding: 0;
list-style-type: none;
border: 1px solid #fff;
border-bottom: none;
height: 54px;
width: 99%;
background-color: #fff;
position: relative;
z-index: 4;
}
.tabs10 li {
margin: 0;
text-align: left;
}
.tabs10 li a {
position:relative;
width:151.6px;
float: left;
color: #161616;
height: 53px;
padding: 0;
text-align:center;
font-weight: normal;
text-decoration: none;
line-height: 50px;
font-size: 14px;
background-color: #fff;
border-top: 1px solid #d9d9d9;
border-bottom: 1px solid #d9d9d9;
border-right: 1px solid #d9d9d9;
border-left: 1px solid #d9d9d9;
border-bottom: 1px solid #d9d9d9;
}
.tabs10 li a.last {
border-right: none;
}
.tabs10 li a:hover {
color: #119EE7;
}
.tabs10 li.active a {
color: #119EE7;
background-color:#fff;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
}
.tabs-content10 {
float: left;
width: 99%;
padding: 30px 30px;
text-align: left; position: relative;
z-index: 3;
}
.tabs-content10 img.img_left2 {
width: auto;
margin-right: 25px;
margin-bottom: 20px;
}
.tabs-content10 .tabs-panel {
padding: 20px;
}
.tabs-content10 .tabs-content10 .tab-title3 {
display: none;
}
.tabs10.two li a {
padding: 0px 20px;
} #example-3 .tabs10 li {
width: 100px;
border: 1px solid #DDD;
border-right: 0;
background: #EEE;
cursor: pointer;
position: relative;
z-index: 999;
}
#example-3 .tabs10 li:last-child {
border-right: 1px solid #DDD;
}
#example-3 .tabs10 li.active {
border-bottom: 1px solid #FFF;
background: #FFF;
}
#example-3 .tabs-content10 {
border: 1px solid #DDD;
background: #FFF;
position: relative;
top: -1px;
z-index: 99;
}
#example-3 .tabs-content10 .tab-title {
color: #0b8593;
}
@media only screen and (min-width: 1000px) and (max-width: 1169px){
.tabs10 li a {
width:97.4px;
}
.tabs10 li a .tab_arrow_down {
margin: 0px 0px 0px 29px;
}
}
@media only screen and (min-width: 768px) and (max-width: 999px){
.tabs10 li a {
padding: 0px 9px;
}
.tabs10.two li a {
padding: 0px 5px;
}
.tabs10 li a {
font-size: 14px;
}
.tabs10 {
background-color:#fff;
height: 51px;
}
.footer_logo {
width: 100%;
}
.footer ul.recent_posts li {
border-bottom: 1px solid #2F2F2F;
margin: 0px 0px 23px 0px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.tabs10 li a {
padding: 0px 10px;
}
.tabs10 {
background-color:#fff;
height: 51px;
}
}
@media only screen and (max-width: 479px){
.tabs-content10 img.img_left2 {
margin-bottom: 20px;
margin-right: 17px;
width: 49%;
}
.tabs-content10 {
width: 99%;
margin: 0px 0%;
}
.tabs10 li a {
margin: 0px 0%;
width: 102.3%;
font-size: 14px;
}
.tabs10 {
width: 99%;
}
.tabs10 li a .tab_arrow_down {
margin: 0px 0px 0px 24px;
}
}
.tabs11 {
margin: 0;
padding: 0;
list-style-type: none;
border: 1px solid #d9d9d9;
border-bottom: none;
height: 54px;
width: 99%;
background-color: #fff;
position: relative;
z-index: 4;
}
.tabs11 li {
margin: 0;
text-align: left;
}
.tabs11 li a {
position:relative;
width:175.6px;
float: left;
color: #161616;
height: 53px;
padding: 0;
text-align:center;
font-weight: normal;
text-decoration: none;
line-height: 50px;
font-size: 14px;
background-color: #fff;
border-right: 1px solid #d9d9d9;
}
.tabs11 li a.last {
border-right: none;
}
.tabs11 li a:hover {
color: #119EE7;
}
.tabs11 li.active a {
color: #119EE7;
background-color:#fff;
}
.tabs-content11 {
float: left;
width: 99%;
padding: 30px 30px;
text-align: left;
margin-bottom: 40px;
border-bottom: 1px solid #d9d9d9;
border-right: 1px solid #d9d9d9;
border-left: 1px solid #d9d9d9;
border-top: 1px solid #d9d9d9;
position: relative;
z-index: 3;
}
.tabs-content11 img.img_left2 {
width: auto;
margin-right: 25px;
margin-bottom: 20px;
}
.tabs-content11 .tabs-panel {
padding: 20px;
}
.tabs-content11 .tabs-panel11 .tab-title3 {
display: none;
}
.tabs11.two li a {
padding: 0px 20px;
} #example-11 .tabs11 li {
width: 100px;
border: 1px solid #DDD;
border-right: 0;
background: #EEE;
cursor: pointer;
position: relative;
z-index: 999;
}
#example-11 .tabs11 li:last-child {
border-right: 1px solid #DDD;
}
#example-11 .tabs11 li.active {
border-bottom: 1px solid #FFF;
background: #FFF;
}
#example-11 .tabs-content11 {
border: 1px solid #DDD;
background: #FFF;
position: relative;
top: -1px;
z-index: 99;
}
#example-11 .tabs-content11 .tab-title {
color: #0b8593;
}
@media only screen and (min-width: 1000px) and (max-width: 1169px){
.tabs11 li a {
width:97.4px;
}
.tabs11 li a .tab_arrow_down {
margin: 0px 0px 0px 29px;
}
}
@media only screen and (min-width: 768px) and (max-width: 999px){
.tabs11 li a {
padding: 0px 9px;
}
.tabs11.two li a {
padding: 0px 5px;
}
.tabs11 li a {
font-size: 14px;
}
.tabs11 {
background-color:#fff;
height: 51px;
}
.footer_logo {
width: 100%;
}
.footer ul.recent_posts li {
border-bottom: 1px solid #2F2F2F;
margin: 0px 0px 23px 0px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.tabs11 li a {
padding: 0px 10px;
}
.tabs11 {
background-color:#fff;
height: 51px;
}
}
@media only screen and (max-width: 479px){
.tabs-content11 img.img_left2 {
margin-bottom: 20px;
margin-right: 17px;
width: 49%;
}
.tabs-content11 {
width: 99%;
margin: 0px 0%;
}
.tabs11 li a {
margin: 0px 0%;
width: 48.3%;
font-size:13px;
}
.tabs11 {
width: 99%;
}
.tabs11 li a .tab_arrow_down {
margin: 0px 0px 0px 24px;
}
}
.tabs12 {
margin: 0;
padding: 0;
list-style-type: none;
border-bottom: none;
height: 54px;
width: 99%;
background-color: #d0d0d0;
position: relative;
z-index: 4;
}
.tabs12 li {
margin: 0;
text-align: left;
}
.tabs12 li a {
position:relative;
float: left;
color: #161616;
height: 53px;
padding: 0 30px 0 30px;
text-align:center;
font-weight: normal;
text-decoration: none;
line-height: 50px;
font-size: 14px;
background-color: #d0d0d0;
border-right: 1px solid #fff;
}
.tabs12 li a.last {
border-right: none;
}
.tabs12 li a:hover {
color: #272727;
background-color:#119EE7;
}
.tabs12 li.active a {
color: #272727;
background-color:#119EE7;
}
.tabs-content12 {
float: left;
width: 99%;
padding:30px 0 0 0;
text-align: left;
margin-bottom: 40px; position: relative;
z-index: 3;
}
.tabs-content12 img.img_left2 {
width: auto;
margin-right: 25px;
margin-bottom: 20px;
}
.tabs-content12 .tabs-panel {
padding: 20px;
}
.tabs-content12 .tabs-content12 .tab-title3 {
display: none;
}
.tabs12.two li a {
padding: 0px 20px;
} #tabs-content12 .tabs12 li {
width: 100px;
border: 1px solid #DDD;
border-right: 0;
background: #EEE;
cursor: pointer;
position: relative;
z-index: 999;
}
#tabs-content12 .tabs12 li:last-child {
border-right: 1px solid #DDD;
}
#tabs-content12 .tabs12 li.active {
border-bottom: 1px solid #FFF;
background: #FFF;
}
#tabs-content12 .tabs-content12 {
border: 1px solid #DDD;
background: #FFF;
position: relative;
top: -1px;
z-index: 99;
}
#tabs-content12 .tabs-content12 .tab-title {
color: #0b8593;
}
@media only screen and (min-width: 1000px) and (max-width: 1169px){
}
@media only screen and (min-width: 768px) and (max-width: 999px){
.tabs12 li a {
padding: 0px 9px;
}
.tabs12.two li a {
padding: 0px 5px;
}
.tabs12 li a {
font-size: 14px;
}
.footer_logo {
width: 100%;
}
.footer ul.recent_posts li {
border-bottom: 1px solid #2F2F2F;
margin: 0px 0px 23px 0px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.tabs12 li a {
padding: 0px 10px;
}
.tabs12 {
background-color:#fff;
height: 51px;
}
}
@media only screen and (max-width: 479px){
.tabs-content12 img.img_left2 {
margin-bottom: 20px;
margin-right: 17px;
width: 49%;
}
.tabs12 {
width: 99%;
}
.tabs12 li a .tab_arrow_down {
margin: 0px 0px 0px 24px;
}
} .accrodation { width: 100%; }
.acc-trigger { cursor: pointer; display: block; margin: 0 0 0 0; width: 100%;	}
.acc-trigger:last-of-type, .acc-container:last-of-type { margin-bottom: 20px; }
.no-js .acc-trigger:last-of-type { border-bottom: none; }
.acc-trigger a { background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/accordion-ico5.png) no-repeat 14px 13px; display: block; padding: 11px 20px 11px 44px; text-decoration: none; text-shadow: none; font-family: 'Open Sans'; font-size: 14px; font-weight: 600; color: #727272; border: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; margin: 6px 0 0 0;}
.acc-trigger a:hover { background-position: 14px -58px; }
.acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover { color: #119EE7; border-bottom: 1px solid #d9d9d9; }
.acc-trigger.active a:hover { background-color: transparent; }
.acc-trigger.active { cursor: default; background:#fff; color:#119EE7;}
.acc-trigger.active:last-of-type { border-bottom: none; margin-bottom: 0; }
.acc-trigger.active a { background-position: 14px -58px; cursor: default;	}
.acc-container .content {  padding:15px; color: #999;  margin:0px 0px 4px 0px!important; background-color: #fff; border: 1px solid #e3e3e3; border-top: 0px solid #e3e3e3; float: none!important; } .accrodation02 { width: 100%; }
.acc-trigger02 { cursor: pointer; display: block; margin: 0 0 0 0; width: 100%; margin-bottom:15px;	}
.acc-trigger02:last-of-type, .acc-container02:last-of-type { margin-bottom: 20px; }
.no-js .acc-trigger02:last-of-type { border-bottom: none; }
.acc-trigger02 a { background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/accordion-ico2.png) no-repeat 20px 13px; display: block; padding: 11px 20px 11px 50px; text-decoration: none; text-shadow: none; font-family: 'Open Sans'; font-size: 14px; font-weight: 600; color: #545454; border: 1px solid #d9d9d9; border-radius:35px; }
.acc-trigger02 a:hover { color:#000; }
.acc-trigger02 a:hover, .acc-trigger02.active a, .acc-trigger02.active a:hover { color: #161616; background-color:#119EE7; border: 1px solid #119EE7;  }
.acc-trigger02.active a:hover { background-color: transparent!important; }
.acc-trigger02.active { cursor: default; background:#fff; color:#119EE7;}
.acc-trigger02.active:last-of-type { border-bottom: none; margin-bottom: 0; }
.acc-trigger02.active a { background-position: 20px -58px; cursor: default; color:#fff; background-color:#119EE7; border: 1px solid #119EE7;	}
.acc-container02 .content {  padding: 0px 14px 15px 22px; color: #999;  margin:0px 0px 4px 0px!important; background-color: #fff; float: none!important;}
.accrodation02 h1{ text-align:center;} .accrodation03 { width: 100%; }
.acc-trigger03 { cursor: pointer; display: block; margin: 0 0 0 0; width: 100%; margin-bottom:15px;	}
.acc-trigger03:last-of-type, .acc-container03:last-of-type { margin-bottom: 20px; }
.no-js .acc-trigger03:last-of-type { border-bottom: none; }
.acc-trigger03 a { background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/accordion-ico3.png) no-repeat 20px 17px; display: block; padding: 15px 20px 15px 50px; text-decoration: none; text-shadow: none; font-family: 'Open Sans'; font-size: 14px; font-weight: 600; color: #b5b5b5; background-color:#575757; box-shadow: 1px 1px 6px rgba(50, 50, 50, 0.3);}
.acc-trigger03 a:hover { color:#000; }
.acc-trigger03 a:hover, .acc-trigger03.active a, .acc-trigger03.active a:hover { color: #161616; background-color:#fdce16;  }
.acc-trigger03.active a:hover { background-color:#fdce16; }
.acc-trigger03.active { cursor: default; color:#161616;}
.acc-trigger03.active:last-of-type { border-bottom: none; margin-bottom: 0; }
.acc-trigger03.active a { background-position: 20px -58px; cursor: default; color:#161616;	}
.acc-container03 .content { padding: 30px 0px 30px 0px; color: #999;  margin-bottom: 4px; }
.accrodation03 h1{ text-align:center;} .accrodation04 { width: 100%; }
.acc-trigger04 { cursor: pointer; display: block; margin: 0 0 0 0; width: 100%; margin-bottom:15px;	}
.acc-trigger04:last-of-type, .acc-container04:last-of-type { margin-bottom: 20px; }
.no-js .acc-trigger04:last-of-type { border-bottom: none; }
.acc-trigger04 a { background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/accordion-ico4.png) no-repeat 20px 17px; display: block; padding: 15px 20px 15px 50px; text-decoration: none;  font-family: 'Open Sans'; font-size: 14px; font-weight: 600; color: #161616; border:1px solid #d9d9d9;}
.acc-trigger04 a:hover { color:#000; }
.acc-trigger04 a:hover, .acc-trigger04.active a, .acc-trigger04.active a:hover { color: #161616; background-color:#fdce16; border:1px solid #fdce16;  }
.acc-trigger04.active a:hover { background-color:#fdce16; }
.acc-trigger04.active { cursor: default; color:#161616;}
.acc-trigger04.active:last-of-type { border-bottom: none; margin-bottom: 0; }
.acc-trigger04.active a { background-position: 20px -58px; cursor: default; color:#161616;	}
.acc-container04 .content { padding: 30px 0px 30px 0px; color: #999;  margin-bottom: 4px; }
.accrodation04 h1{ text-align:center;} .accrodation05 { width: 100%; }
.acc-trigger05 { cursor: pointer; display: block; margin: 0 0 0 0; width: 100%; margin-bottom:15px;	}
.acc-trigger05:last-of-type, .acc-container05:last-of-type { margin-bottom: 20px; }
.no-js .acc-trigger05:last-of-type { border-bottom: none; }
.acc-trigger05 a { background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/accordion-ico5.png) no-repeat 20px 17px; display: block; padding: 10px 20px 10px 50px; text-decoration: none;  font-family: 'Open Sans'; font-size: 14px; font-weight: 600; color: #161616; border:1px solid #d9d9d9;}
.acc-trigger05 a:hover { color:#000; }
.acc-trigger05 a:hover, .acc-trigger05.active a, .acc-trigger05.active a:hover { color: #fdce16; border:1px solid #fdce16;  }
.acc-trigger05.active a:hover { background-color:#fff; }
.acc-trigger05.active { cursor: default; color:#161616;}
.acc-trigger05.active:last-of-type { border-bottom: none; margin-bottom: 0; }
.acc-trigger05.active a { background-position: 20px -58px; cursor: default; color:#fdce16;	}
.acc-container05 .content { padding: 16px 0px 28px 0px; color: #999;  margin-bottom: 4px; }
.accrodation05 h1{ text-align:center;}  .flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}  @font-face {
font-family: 'flexslider-icon';
src:url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/css/fonts/flexslider-icon.eot);
src:url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/css/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'),
url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/css/fonts/flexslider-icon.woff) format('woff'),
url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/css/fonts/flexslider-icon.ttf) format('truetype'),
url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/css/fonts/flexslider-icon.svg#flexslider-icon) format('svg');
font-weight: normal;
font-style: normal;
} .flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;}  .flex-pauseplay span {text-transform: capitalize;} .slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}  .no-js .slides > li:first-child {display: block;} .flexslider { position: relative; -o-border-radius: 4px; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }
.carousel.two li { margin-right: 0px; } .flex-direction-nav {*height: 0;}
.owl-prev, .owl-next { 
text-decoration:none; 
display: block; 
width: 40px; 
height: 40px; 
margin: -20px 0 0; 
position: absolute; 
top: 50%; 
z-index: 10; 
font-size:0px !important;
overflow: hidden; 
opacity: 0 !important; 
cursor: pointer; 
-webkit-transition: all .3s ease; 
-moz-transition: all .3s ease; 
transition: all .3s ease; 
font-size:0;
}
.owl-prev { left: 0px; }
.owl-next { right: 0px; text-align: right; }
.owl-carousel:hover .owl-prev { opacity: 0.9 !important; left: 10px; background:url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/pre-arrow-style5.png) 0 0 no-repeat; }
.owl-carousel:hover .owl-next { opacity: 0.9 !important; right: 10px; background:url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/next-arrow-style5.png) 0 0 no-repeat; }
.owl-carousel:hover .owl-next:hover, .owl-carousel:hover .flex-prev:hover { opacity: 1 !important; } .flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; } .flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #119EE7; background: #119EE7; cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
.flex-direction-nav .flex-next { opacity: 1; right: 10px;}
} .cbp,.cbp-wrapper,.cbp-item{filter:inherit}.cbp{position:relative;overflow:hidden;margin:0 auto;height:400px;visibility:visible!important}.cbp-wrapper,.cbp .cbp-item{position:absolute;top:0;left:0;list-style-type:none;margin:0;padding:0;overflow:hidden} .cbp-item-wrapper{
width:100%;
height:100%;
position:absolute;
top:0;left:0;
background-color:#fff;
}
.cbp-item-wrapper.two{
width:100%;
height: 340px;
position:absolute;
top:0;left:0;
background-color:#fff;
border:1px solid #e9e9e9;
}
.cbp img{
display:block;
width:100%;
}
.cbp-loading,.cbp-loading *,.cbp-no-transition .cbp-item{
-webkit-transition:none!important;transition:none!important;
background-color:none;
}
.cbp-appendItems-loading{
-webkit-transition:height .4s ease!important;transition:height .4s ease!important
}
.cbp-appendItems-loading .cbp-wrapper{
-webkit-transition:none!important;transition:none!important
}
.cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight {
background-color:#fff;
color:#272727;
display:inline-block;
font:12px/28px sans-serif;
text-decoration:none;
width:90px;
text-align:center;
margin:4px
}
.cbp-l-caption-buttonLeft:hover, .cbp-l-caption-buttonRight:hover {
background-color:#e3e3e3;
}
.portfolioicons i {
color: #999;
font-size: 22px;
width: 40px;
height: 40px;
text-align: center;
vertical-align: middle;
line-height: 40px;
background-color: #fff;
border-radius: 100%;
margin: 0 4px;
}
.portfolioicons i:hover {
background-color: #e3e3e3;
}
.cbp-l-caption-alignCenter .cbp-l-caption-body {
display: table-cell;
vertical-align: middle;
text-align: center;
background-color: #272727;
}
.cbp-l-caption-alignCenter .cbp-l-caption-body{display:table-cell;vertical-align:middle;text-align:center}
.cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
position: relative;
color:#fff;
transition: left 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
background-color: #7b7b7b;
}
.cbp-l-caption-buttonLeft:hover, .cbp-l-caption-buttonRight:hover {
color: #161616;
background-color: #fff;
}
.cbp-loading{background:url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/cbp-loading.gif) no-repeat scroll center center transparent}.cbp .cbp-item-hidden{pointer-events:none;z-index:1}.cbp-wrapper{visibility:hidden;width:100%;height:100%;z-index:1}.cbp-ready .cbp-wrapper{visibility:visible}.cbp-wrapper-front{z-index:3}.cbp-wrapper-back{z-index:-1}.cbp-caption,.cbp-caption-defaultWrap,.cbp-caption-activeWrap{width:100%;height:100%;overflow:hidden;position:relative;display:block;text-decoration:none}.cbp-caption-defaultWrap,.cbp-caption-activeWrap{position:absolute;z-index:1}.cbp-caption-activeWrap{z-index:2}.cbp-l-caption-title{color:#fff;font:700 16px/18px sans-serif;margin-bottom:5px}.cbp-l-caption-desc{color:#777;font:400 12px/16px sans-serif}.cbp-l-caption-text{font:400 14px "Open Sans",sans-serif;color:#fff;letter-spacing:3px}.cbp-l-caption-buttonLeft,.cbp-l-caption-buttonRight{background-color:#fff;color:#727272;display:inline-block;font:12px/28px sans-serif;text-decoration:none;width:90px;text-align:center;margin:4px}.cbp-l-caption-buttonLeft:hover,.cbp-l-caption-buttonRight:hover{background-color:#cccc;text-decoration:none;color:#272727}.cbp-caption-pushTop .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-pushDown .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-revealBottom .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-revealTop .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-overlayBottom .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-overlayRightAlong .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-fadeIn .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-zoom .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-minimal .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-moveRight .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-revealLeft .cbp-l-caption-alignLeft .cbp-l-caption-body{margin:30px 30px 0}.cbp-caption-overlayBottomPush .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-overlayBottom .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-overlayBottomReveal .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-overlayBottomAlong .cbp-l-caption-alignLeft .cbp-l-caption-body{margin:17px 30px 0}.cbp-caption-minimal .cbp-l-caption-title,.cbp-caption-minimal .cbp-l-caption-desc{position:relative;left:0;opacity:0;-webkit-transition:-webkit-transform .5s ease;transition:transform .5s ease}.cbp-caption-minimal .cbp-l-caption-title{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.cbp-caption-minimal .cbp-l-caption-desc{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-title,.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-desc{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.cbp-l-caption-alignCenter{display:table;width:100%;height:100%} .cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,.cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,.cbp-caption-minimal .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft{left:-20px}.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,.cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,.cbp-caption-minimal .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight{left:20px}.cbp-ie8 .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,.cbp-ie8 .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,.cbp-ie9 .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,.cbp-ie9 .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight{left:0}.cbp-caption-none .cbp-caption-activeWrap{display:none}.cbp-caption-pushTop .cbp-caption-defaultWrap,.cbp-caption-pushTop .cbp-caption-activeWrap{bottom:0;-webkit-transition:bottom .6s cubic-bezier(.190,1.000,.220,1.000);transition:bottom .6s cubic-bezier(.190,1.000,.220,1.000)}.cbp-caption-pushTop .cbp-caption-activeWrap{bottom:-100%;background:none repeat scroll 0 0 #282727}.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-defaultWrap{bottom:100%}.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-activeWrap{bottom:0}.cbp-caption-pushTop.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap,.cbp-caption-pushTop.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap{bottom:0}.cbp-caption-pushTop.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,.cbp-caption-pushTop.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap{bottom:-100%}.cbp-caption-pushDown .cbp-caption-defaultWrap,.cbp-caption-pushDown .cbp-caption-activeWrap{bottom:0;-webkit-transition:bottom .6s cubic-bezier(.190,1.000,.220,1.000);transition:bottom .6s cubic-bezier(.190,1.000,.220,1.000)}.cbp-caption-pushDown .cbp-caption-activeWrap{bottom:100%;background:none repeat scroll 0 0 #282727}.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-defaultWrap{bottom:-100%}.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-activeWrap{bottom:0}.cbp-caption-pushDown.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap,.cbp-caption-pushDown.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap{bottom:0}.cbp-caption-pushDown.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,.cbp-caption-pushDown.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap{bottom:100%}.cbp-caption-revealBottom .cbp-caption-defaultWrap{bottom:0;z-index:2;-webkit-transition:bottom .6s cubic-bezier(.190,1.000,.220,1.000);transition:bottom .6s cubic-bezier(.190,1.000,.220,1.000)}.cbp-caption-revealBottom .cbp-caption-activeWrap{bottom:0;z-index:1;background:none repeat scroll 0 0 #282727}.cbp-caption-revealBottom .cbp-caption:hover .cbp-caption-defaultWrap{bottom:100%}.cbp-caption-revealBottom.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap,.cbp-caption-revealBottom.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap{bottom:0}.cbp-caption-revealTop .cbp-caption-defaultWrap{bottom:0;z-index:2;-webkit-transition:bottom .6s cubic-bezier(.190,1.000,.220,1.000);transition:bottom .6s cubic-bezier(.190,1.000,.220,1.000)}.cbp-caption-revealTop .cbp-caption-activeWrap{bottom:0;z-index:1;background:none repeat scroll 0 0 #282727}.cbp-caption-revealTop .cbp-caption:hover .cbp-caption-defaultWrap{bottom:-100%}.cbp-caption-revealTop.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap,.cbp-caption-revealTop.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap{bottom:0}.cbp-caption-overlayBottomReveal .cbp-caption-defaultWrap{bottom:0;z-index:2;-webkit-transition:bottom .6s cubic-bezier(.190,1.000,.220,1.000);transition:bottom .6s cubic-bezier(.190,1.000,.220,1.000)}.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap{bottom:0;z-index:1;height:70px;background:none repeat scroll 0 0 #282727}.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap{bottom:70px}.cbp-caption-overlayBottomReveal.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap,.cbp-caption-overlayBottomReveal.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap{bottom:0}.cbp-caption-overlayBottomPush .cbp-caption-defaultWrap,.cbp-caption-overlayBottomPush .cbp-caption-activeWrap{bottom:0;-webkit-transition:bottom .6s cubic-bezier(.190,1.000,.220,1.000);transition:bottom .6s cubic-bezier(.190,1.000,.220,1.000)}.cbp-caption-overlayBottomPush .cbp-caption-activeWrap{bottom:-70px;height:70px;background:none repeat scroll 0 0 #282727}.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap{bottom:70px}.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-activeWrap{bottom:0}.cbp-caption-overlayBottomPush.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap,.cbp-caption-overlayBottomPush.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap{bottom:0}.cbp-caption-overlayBottomPush.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,.cbp-caption-overlayBottomPush.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap{bottom:-70px}.cbp-caption-overlayBottom .cbp-caption-activeWrap{bottom:-70px;height:70px;background-color:#181616;background-color:rgba(24,22,22,.7);-webkit-transition:bottom .6s cubic-bezier(.190,1.000,.220,1.000);transition:bottom .6s cubic-bezier(.190,1.000,.220,1.000)}.cbp-caption-overlayBottom .cbp-caption:hover .cbp-caption-activeWrap{bottom:0}.cbp-caption-overlayBottom.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap{bottom:-70px}.cbp-caption-moveRight .cbp-caption-activeWrap{left:-100%;top:0;background:none repeat scroll 0 0 #282727;-webkit-transition:left .6s cubic-bezier(.190,1.000,.220,1.000);transition:left .6s cubic-bezier(.190,1.000,.220,1.000)}.cbp-caption-moveRight .cbp-caption:hover .cbp-caption-activeWrap{left:0}.cbp-caption-moveRight.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,.cbp-caption-moveRight.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap{left:-100%}.cbp-caption-revealLeft .cbp-caption-activeWrap{left:100%;top:0;background:none repeat scroll 0 0 #282727;-webkit-transition:left .6s cubic-bezier(.190,1.000,.220,1.000);transition:left .6s cubic-bezier(.190,1.000,.220,1.000)}.cbp-caption-revealLeft .cbp-caption:hover .cbp-caption-activeWrap{left:0}.cbp-caption-revealLeft.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,.cbp-caption-revealLeft.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap{left:100%}.cbp-caption-minimal .cbp-caption-activeWrap{background-color:rgba(0,0,0,.8);opacity:0}.cbp-caption-minimal .cbp-caption:hover .cbp-caption-activeWrap{opacity:1}.cbp-caption-minimal.cbp-ie8 .cbp-caption-activeWrap{background-color:#000;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.cbp-caption-minimal.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"}.cbp-caption-fadeIn .cbp-caption-activeWrap{opacity:0;width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.85);-webkit-transition:opacity .6s cubic-bezier(.190,1.000,.220,1.000);transition:opacity .6s cubic-bezier(.190,1.000,.220,1.000)}.cbp-caption-fadeIn.cbp-ie8 .cbp-caption-activeWrap{background-color:#000;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.cbp-caption-fadeIn .cbp-caption:hover .cbp-caption-activeWrap{opacity:1}.cbp-caption-fadeIn.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap{opacity:0}.cbp-caption-overlayRightAlong .cbp-caption-defaultWrap,.cbp-caption-overlayRightAlong .cbp-caption-activeWrap{left:0;-webkit-transition:left .6s cubic-bezier(.190,1.000,.220,1.000);transition:left .6s cubic-bezier(.190,1.000,.220,1.000)}.cbp-caption-overlayRightAlong .cbp-caption-activeWrap{left:-50%;width:50%;background:none repeat scroll 0 0 #282727}.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-defaultWrap{left:25%}.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-activeWrap{left:0}.cbp-caption-overlayRightAlong.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap,.cbp-caption-overlayRightAlong.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap{left:0}.cbp-caption-overlayRightAlong.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,.cbp-caption-overlayRightAlong.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap{left:-50%}.cbp-caption-overlayBottomAlong .cbp-caption-defaultWrap,.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap{bottom:0;-webkit-transition:bottom .6s cubic-bezier(.190,1.000,.220,1.000);transition:bottom .6s cubic-bezier(.190,1.000,.220,1.000)}.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap{bottom:-70px;height:70px;background:none repeat scroll 0 0 #282727}.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap{bottom:35px}.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-activeWrap{bottom:0}.cbp-caption-overlayBottomAlong.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap,.cbp-caption-overlayBottomAlong.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap{bottom:0}.cbp-caption-overlayBottomAlong.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,.cbp-caption-overlayBottomAlong.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap{bottom:-70px}.cbp-caption-zoom .cbp-caption-defaultWrap{width:100%;height:100%;overflow:hidden;-webkit-transition:-webkit-transform .6s cubic-bezier(.190,1.000,.220,1.000);transition:transform .6s cubic-bezier(.190,1.000,.220,1.000)}.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap{-webkit-transform:scale(1.25);-moz-transform:scale(1.25);-o-transform:scale(1.25);transform:scale(1.25)}.cbp-caption-zoom .cbp-caption-activeWrap{opacity:0;width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.9);-webkit-transition:opacity .8s cubic-bezier(.190,1.000,.220,1.000);transition:opacity .8s cubic-bezier(.190,1.000,.220,1.000)}.cbp-caption-zoom.cbp-ie8 .cbp-caption-activeWrap{background-color:#000;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap{opacity:1}.cbp-caption-zoom.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap{opacity:0}.cbp-animation-fadeOut{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out}.cbp-animation-fadeOut .cbp-item{-webkit-transition:-webkit-transform .6s ease-in-out .2s,opacity .6s ease-in-out .2s;transition:transform .6s ease-in-out .2s,opacity .6s ease-in-out .2s}.cbp-animation-fadeOut .cbp-item-hidden{-webkit-transition:-webkit-transform .6s ease-in-out 0s,opacity .4s ease-in-out 0s;transition:transform .6s ease-in-out 0s,opacity .4s ease-in-out 0s}.cbp-animation-quicksand{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out}.cbp-animation-quicksand .cbp-item{-webkit-transition:-webkit-transform .6s ease-in-out .2s,opacity .6s ease-in-out .2s;transition:transform .6s ease-in-out .2s,opacity .6s ease-in-out .2s}.cbp-animation-quicksand .cbp-item-hidden{-webkit-transition:-webkit-transform .6s ease-in-out 0s,opacity .4s ease-in-out 0s;transition:transform .6s ease-in-out 0s,opacity .4s ease-in-out 0s}.cbp-animation-skew{-webkit-transition:height .3s ease-in-out;transition:height .3s ease-in-out}.cbp-animation-skew .cbp-item{-webkit-transition:-webkit-transform .3s ease-in,opacity .3s ease-in;transition:transform .3s ease-in,opacity .3s ease-in}.cbp-animation-skew .cbp-item-hidden{-webkit-transition:-webkit-transform .3s ease-in 0s,opacity .3s ease-in 0s;transition:transform .3s ease-in 0s,opacity .3s ease-in 0s}.cbp-animation-boxShadow{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out}.cbp-animation-boxShadow .cbp-item{-webkit-transition:-webkit-transform .6s ease-in-out,opacity .6s ease-in-out;transition:transform .6s ease-in-out,opacity .6s ease-in-out}.cbp-animation-boxShadow .cbp-item .cbp-animation-boxShadowMask{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;-webkit-transition:box-shadow .6s ease-in-out;transition:box-shadow .6s ease-in-out}.cbp-animation-boxShadow .cbp-item .cbp-animation-boxShadowMask.cbp-animation-boxShadowShow{z-index:10}.cbp-animation-boxShadow .cbp-item .cbp-animation-boxShadowMask.cbp-animation-boxShadowActive{box-shadow:0 0 100px 100px #fff inset}.cbp-animation-boxShadow .cbp-item .cbp-animation-boxShadowMask.cbp-animation-boxShadowInactive{box-shadow:0 0 0 0 #fff inset}.cbp-animation-bounceLeft{-webkit-transition:height .8s ease-in-out;transition:height .8s ease-in-out}.cbp-animation-bounceLeft .cbp-wrapper{-webkit-transition:opacity .8s ease-in-out,left .8s ease-in-out;transition:opacity .8s ease-in-out,left .8s ease-in-out}.cbp-animation-bounceLeft .cbp-item{overflow:visible;-webkit-transition:-webkit-transform .8s ease-in-out;transition:transform .8s ease-in-out}.cbp-animation-bounceLeft .cbp-item-hidden{display:none}.cbp-animation-bounceLeft .cbp-item-wrapper{overflow:hidden}.cbp-animation-bounceTop{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out}.cbp-animation-bounceTop .cbp-wrapper{-webkit-transition:opacity .6s ease-in-out,top .6s ease-in-out;transition:opacity .6s ease-in-out,top .6s ease-in-out}.cbp-animation-bounceTop .cbp-item{overflow:visible;-webkit-transition:-webkit-transform .8s ease-in-out;transition:transform .8s ease-in-out}.cbp-animation-bounceTop .cbp-item-hidden{display:none}.cbp-animation-bounceTop .cbp-item-wrapper{overflow:hidden}.cbp-animation-bounceBottom{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out}.cbp-animation-bounceBottom .cbp-wrapper{-webkit-transition:opacity .6s ease-in-out,top .6s ease-in-out;transition:opacity .6s ease-in-out,top .6s ease-in-out}.cbp-animation-bounceBottom .cbp-item{overflow:visible;-webkit-transition:-webkit-transform .8s ease-in-out;transition:transform .8s ease-in-out}.cbp-animation-bounceBottom .cbp-item-hidden{display:none}.cbp-animation-bounceBottom .cbp-item-wrapper{overflow:hidden}.cbp-animation-moveLeft{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out}.cbp-animation-moveLeft .cbp-wrapper{z-index:2;-webkit-transition:opacity .6s ease-in-out,left .6s ease-in-out;transition:opacity .6s ease-in-out,left .6s ease-in-out}.cbp-animation-moveLeft .cbp-wrapper.no-trans{z-index:1;-webkit-transition:none!important;transition:none!important}.cbp-animation-moveLeft .cbp-item{overflow:visible;-webkit-transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out}.cbp-animation-moveLeft .cbp-item-wrapper{overflow:hidden}.cbp-animation-slideLeft{overflow:visible}.cbp-animation-slideLeft .cbp-item{-webkit-transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out}.cbp-animation-slideLeft-out{-webkit-animation:cbp-animation-slideLeft-out .9s both ease;-moz-animation:cbp-animation-slideLeft-out .9s both ease;animation:cbp-animation-slideLeft-out .9s both ease}.cbp-animation-slideLeft-in{-webkit-animation:cbp-animation-slideLeft-in .9s both ease;-moz-animation:cbp-animation-slideLeft-in .9s both ease;animation:cbp-animation-slideLeft-in .9s both ease}@-webkit-keyframes cbp-animation-slideLeft-out{25%{opacity:.75;-webkit-transform:scale(.8)}75%{opacity:.75;-webkit-transform:scale(.8) translateX(-200%)}100%{opacity:.75;-webkit-transform:scale(.8) translateX(-200%)}}@-moz-keyframes cbp-animation-slideLeft-out{25%{opacity:.75;-moz-transform:scale(.8)}75%{opacity:.75;-moz-transform:scale(.8) translateX(-200%)}100%{opacity:.75;-moz-transform:scale(.8) translateX(-200%)}}@keyframes cbp-animation-slideLeft-out{25%{opacity:.75;transform:scale(.8)}75%{opacity:.75;transform:scale(.8) translateX(-200%)}100%{opacity:.75;transform:scale(.8) translateX(-200%)}}@-webkit-keyframes cbp-animation-slideLeft-in{0%,25%{opacity:.75;-webkit-transform:scale(.8) translateX(200%)}75%{opacity:.75;-webkit-transform:scale(.8)}100%{opacity:1;-webkit-transform:scale(1) translateX(0)}}@-moz-keyframes cbp-animation-slideLeft-in{0%,25%{opacity:.75;-moz-transform:scale(.8) translateX(200%)}75%{opacity:.75;-moz-transform:scale(.8)}100%{opacity:1;-moz-transform:scale(1) translateX(0)}}@keyframes cbp-animation-slideLeft-in{0%,25%{opacity:.75;transform:scale(.8) translateX(200%)}75%{opacity:.75;transform:scale(.8)}100%{opacity:1;transform:scale(1) translateX(0)}}.cbp-animation-slideDelay{overflow:visible}.cbp-animation-slideDelay .cbp-item{-webkit-transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out}.cbp-animation-slideDelay-out{-webkit-animation:cbp-animation-slideDelay-out .5s both ease-in-out;-moz-animation:cbp-animation-slideDelay-out .5s both ease-in-out;animation:cbp-animation-slideDelay-out .5s both ease-in-out}.cbp-animation-slideDelay-in{-webkit-animation:cbp-animation-slideDelay-in .5s both ease-in-out;-moz-animation:cbp-animation-slideDelay-in .5s both ease-in-out;animation:cbp-animation-slideDelay-in .5s both ease-in-out}.cbp-animation-slideDelay-fadeOut{-webkit-animation:cbp-animation-slideDelay-fadeOut .4s both ease;-moz-animation:cbp-animation-slideDelay-fadeOut .4s both ease;animation:cbp-animation-slideDelay-fadeOut .4s both ease}@-webkit-keyframes cbp-animation-slideDelay-out{100%{-webkit-transform:translateX(-100%)}}@-moz-keyframes cbp-animation-slideDelay-out{100%{-moz-transform:translateX(-100%)}}@keyframes cbp-animation-slideDelay-out{100%{transform:translateX(-100%)}}@-webkit-keyframes cbp-animation-slideDelay-in{0%{-webkit-transform:translateX(100%)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes cbp-animation-slideDelay-in{0%{-moz-transform:translateX(100%)}100%{-moz-transform:translateX(0)}}@keyframes cbp-animation-slideDelay-in{0%{transform:translateX(100%)}100%{transform:translateX(0)}}@-webkit-keyframes cbp-animation-slideDelay-fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes cbp-animation-slideDelay-fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes cbp-animation-slideDelay-fadeOut{0%{opacity:1}100%{opacity:0}}.cbp-animation-3dflip{overflow:visible}.cbp-animation-3dflip .cbp-item{-webkit-transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-perspective:1000px;perspective:1000px}.cbp-animation-3dflip-out{-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-animation:rotateOutLeft .6s forwards;animation:rotateOutLeft .6s forwards}.cbp-animation-3dflip-in{opacity:0;-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-animation:rotateInRight .6s ease-in forwards;animation:rotateInRight .6s ease-in forwards}.cbp-animation-3dflip-fadeOut{-webkit-animation:cbp-animation-3dflip-fadeOut .4s both ease;-moz-animation:cbp-animation-3dflip-fadeOut .4s both ease;animation:cbp-animation-3dflip-fadeOut .4s both ease}@-webkit-keyframes rotateOutLeft{100%{opacity:0;-webkit-transform:rotateY(90deg)}}@-moz-keyframes rotateOutLeft{100%{opacity:0;-moz-transform:rotateY(90deg)}}@keyframes rotateOutLeft{100%{opacity:0;transform:rotateY(90deg)}}@-webkit-keyframes rotateInRight{0%{opacity:0;-webkit-transform:rotateY(-90deg)}100%{visibility:visible;opacity:1;-webkit-transform:rotateY(0deg)}}@-moz-keyframes rotateInRight{0%{opacity:0;-moz-transform:rotateY(-90deg)}100%{visibility:visible;opacity:1;-moz-transform:rotateY(0deg)}}@keyframes rotateInRight{0%{opacity:0;transform:rotateY(-90deg)}100%{visibility:visible;opacity:1;transform:rotateY(0deg)}}@-webkit-keyframes cbp-animation-3dflip-fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes cbp-animation-3dflip-fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes cbp-animation-3dflip-fadeOut{0%{opacity:1}100%{opacity:0}}.cbp-animation-rotateSides{overflow:visible}.cbp-animation-rotateSides .cbp-item{-webkit-transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-perspective:1000px;perspective:1000px}.cbp-animation-rotateSides-out{-webkit-transform-origin:-50% 50%;-webkit-animation:rotateSides-out .5s both ease-in;-moz-transform-origin:-50% 50%;-moz-animation:rotateSides-out .5s both ease-in;transform-origin:-50% 50%;animation:rotateSides-out .5s both ease-in}.cbp-animation-rotateSides-in{-webkit-transform-origin:150% 50%;-webkit-animation:rotateSides-in .6s both ease-out;-moz-transform-origin:150% 50%;-moz-animation:rotateSides-in .6s both ease-out;transform-origin:150% 50%;animation:rotateSides-in .6s both ease-out}.cbp-animation-rotateSides-fadeOut{-webkit-animation:cbp-animation-rotateSides-fadeOut .5s both ease;-moz-animation:cbp-animation-rotateSides-fadeOut .5s both ease;animation:cbp-animation-rotateSides-fadeOut .5s both ease}@-webkit-keyframes rotateSides-out{100%{opacity:0;-webkit-transform:translateZ(-500px) rotateY(90deg)}}@-moz-keyframes rotateSides-out{100%{opacity:0;-moz-transform:translateZ(-500px) rotateY(90deg)}}@keyframes rotateSides-out{100%{opacity:0;transform:translateZ(-500px) rotateY(90deg)}}@-webkit-keyframes rotateSides-in{0%{opacity:0;-webkit-transform:translateZ(-500px) rotateY(-90deg)}40%{opacity:0;-webkit-transform:translateZ(-500px) rotateY(-90deg)}}@-moz-keyframes rotateSides-in{0%{opacity:0;-moz-transform:translateZ(-500px) rotateY(-90deg)}40%{opacity:0;-moz-transform:translateZ(-500px) rotateY(-90deg)}}@keyframes rotateSides-in{0%{opacity:0;transform:translateZ(-500px) rotateY(-90deg)}40%{opacity:0;transform:translateZ(-500px) rotateY(-90deg)}}@-webkit-keyframes cbp-animation-rotateSides-fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes cbp-animation-rotateSides-fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes cbp-animation-rotateSides-fadeOut{0%{opacity:1}100%{opacity:0}}.cbp-animation-flipOutDelay{overflow:visible}.cbp-animation-flipOutDelay .cbp-item{-webkit-transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-perspective:1000px;perspective:1000px}.cbp-animation-flipOutDelay-out{-webkit-transform-origin:50% 50%;-webkit-animation:flipOutDelay-out .5s both ease-in;-moz-transform-origin:50% 50%;-moz-animation:flipOutDelay-out .5s both ease-in;transform-origin:50% 50%;animation:flipOutDelay-out .5s both ease-in}.cbp-animation-flipOutDelay-in{-webkit-transform-origin:50% 50%;-webkit-animation:flipOutDelay-in 1s both ease-out;-moz-transform-origin:50% 50%;-moz-animation:flipOutDelay-in 1s both ease-out;transform-origin:50% 50%;animation:flipOutDelay-in 1s both ease-out}@-webkit-keyframes flipOutDelay-out{100%{-webkit-transform:translateZ(-1000px) rotateY(-90deg);opacity:.2}}@-moz-keyframes flipOutDelay-out{100%{-moz-transform:translateZ(-1000px) rotateY(-90deg);opacity:.2}}@keyframes flipOutDelay-out{100%{transform:translateZ(-1000px) rotateY(-90deg);opacity:.2}}@-webkit-keyframes flipOutDelay-in{0%{-webkit-transform:translateZ(-1000px) rotateY(90deg);opacity:.2}50%{-webkit-transform:translateZ(-1000px) rotateY(90deg);opacity:.2}}@-moz-keyframes flipOutDelay-in{0%{-moz-transform:translateZ(-1000px) rotateY(90deg);opacity:.2}50%{-moz-transform:translateZ(-1000px) rotateY(90deg);opacity:.2}}@keyframes flipOutDelay-in{0%{transform:translateZ(-1000px) rotateY(90deg);opacity:.2}50%{transform:translateZ(-1000px) rotateY(90deg);opacity:.2}}.cbp-animation-unfold{overflow:visible}.cbp-animation-unfold .cbp-item{-webkit-transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-perspective:1000px;perspective:1000px}.cbp-animation-unfold-out{-webkit-animation:unfold-out .8s ease both;-moz-animation:unfold-out .8s ease both;animation:unfold-out .8s ease both}.cbp-animation-unfold-in{-webkit-transform-origin:0 50%;-webkit-animation:unfold-in .8s both ease;-moz-transform-origin:0 50%;-moz-animation:unfold-in .8s both ease;transform-origin:0 50%;animation:unfold-in .8s both ease}.cbp-animation-unfold-fadeOut{-webkit-animation:cbp-animation-unfold-fadeOut .5s both ease;-moz-animation:cbp-animation-unfold-fadeOut .5s both ease;animation:cbp-animation-unfold-fadeOut .5s both ease}@-webkit-keyframes unfold-out{99%{opacity:.3}100%{opacity:0;-webkit-transform:translateX(-100%)}}@-moz-keyframes unfold-out{99%{opacity:.3}100%{opacity:0;-moz-transform:translateX(-100%)}}@keyframes unfold-out{99%{opacity:.3}100%{opacity:0;transform:translateX(-100%)}}@-webkit-keyframes unfold-in{from{opacity:0;-webkit-transform:translateX(100%) rotateY(90deg)}}@-moz-keyframes unfold-in{from{opacity:0;-moz-transform:translateX(100%) rotateY(90deg)}}@keyframes unfold-in{from{opacity:0;transform:translateX(100%) rotateY(90deg)}}@-webkit-keyframes cbp-animation-unfold-fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes cbp-animation-unfold-fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes cbp-animation-unfold-fadeOut{0%{opacity:1}100%{opacity:0}}.cbp-animation-foldLeft{overflow:visible}.cbp-animation-foldLeft .cbp-item{-webkit-transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-perspective:1000px;perspective:1000px}.cbp-animation-foldLeft-out{-webkit-transform-origin:100% 50%;-webkit-animation:foldLeft-out .7s both ease;-moz-transform-origin:100% 50%;-moz-animation:foldLeft-out .7s both ease;transform-origin:100% 50%;animation:foldLeft-out .7s both ease}.cbp-animation-foldLeft-in{-webkit-animation:foldLeft-in .7s ease both;-moz-animation:foldLeft-in .7s ease both;animation:foldLeft-in .7s ease both}.cbp-animation-foldLeft-fadeOut{-webkit-animation:cbp-animation-foldLeft-fadeOut .5s both ease;-moz-animation:cbp-animation-foldLeft-fadeOut .5s both ease;animation:cbp-animation-foldLeft-fadeOut .5s both ease}@-webkit-keyframes foldLeft-out{to{opacity:0;-webkit-transform:translateX(-100%) rotateY(-90deg)}}@-moz-keyframes foldLeft-out{to{opacity:0;-moz-transform:translateX(-100%) rotateY(-90deg)}}@keyframes foldLeft-out{to{opacity:0;transform:translateX(-100%) rotateY(-90deg)}}@-webkit-keyframes foldLeft-in{from{opacity:.3;-webkit-transform:translateX(100%)}}@-moz-keyframes foldLeft-in{from{opacity:.3;-moz-transform:translateX(100%)}}@keyframes foldLeft-in{from{opacity:.3;transform:translateX(100%)}}@-webkit-keyframes cbp-animation-foldLeft-fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes cbp-animation-foldLeft-fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes cbp-animation-foldLeft-fadeOut{0%{opacity:1}100%{opacity:0}}.cbp-animation-scaleDown{overflow:visible}.cbp-animation-scaleDown .cbp-item{-webkit-transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-perspective:1000px;perspective:1000px}.cbp-animation-scaleDown-out{-webkit-animation:scaleDown-out .7s ease both;-moz-animation:scaleDown-out .7s ease both;animation:scaleDown-out .7s ease both}.cbp-animation-scaleDown-in{-webkit-animation:scaleDown-in .6s ease both;-moz-animation:scaleDown-in .6s ease both;animation:scaleDown-in .6s ease both}.cbp-animation-scaleDown-fadeOut{-webkit-animation:cbp-animation-scaleDown-fadeOut .5s both ease;-moz-animation:cbp-animation-scaleDown-fadeOut .5s both ease;animation:cbp-animation-scaleDown-fadeOut .5s both ease}@-webkit-keyframes scaleDown-out{to{opacity:0;-webkit-transform:scale(.8)}}@-moz-keyframes scaleDown-out{to{opacity:0;-moz-transform:scale(.8)}}@keyframes scaleDown-out{to{opacity:0;transform:scale(.8)}}@-webkit-keyframes scaleDown-in{from{-webkit-transform:translateX(100%)}}@-moz-keyframes scaleDown-in{from{-moz-transform:translateX(100%)}}@keyframes scaleDown-in{from{transform:translateX(100%)}}@-webkit-keyframes cbp-animation-scaleDown-fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes cbp-animation-scaleDown-fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes cbp-animation-scaleDown-fadeOut{0%{opacity:1}100%{opacity:0}}.cbp-animation-frontRow{overflow:visible}.cbp-animation-frontRow .cbp-item{-webkit-transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-perspective:1000px;perspective:1000px}.cbp-animation-frontRow-out{-webkit-animation:frontRow-out .7s ease both;-moz-animation:frontRow-out .7s ease both;animation:frontRow-out .7s ease both}.cbp-animation-frontRow-in{-webkit-animation:frontRow-in .6s ease both;-moz-animation:frontRow-in .6s ease both;animation:frontRow-in .6s ease both}.cbp-animation-frontRow-fadeOut{-webkit-animation:cbp-animation-frontRow-fadeOut .5s both ease;-moz-animation:cbp-animation-frontRow-fadeOut .5s both ease;animation:cbp-animation-frontRow-fadeOut .5s both ease}@-webkit-keyframes frontRow-out{100%{-webkit-transform:translateX(-60%) scale(.8);opacity:0}}@-moz-keyframes frontRow-out{100%{-moz-transform:translateX(-60%) scale(.8);opacity:0}}@keyframes frontRow-out{100%{transform:translateX(-60%) scale(.8);opacity:0}}@-webkit-keyframes frontRow-in{0%{-webkit-transform:translateX(100%) scale(.8)}100%{visibility:visible;opacity:1;-webkit-transform:translateX(0%) scale(1)}}@-moz-keyframes frontRow-in{0%{-moz-transform:translateX(100%) scale(.8)}100%{visibility:visible;opacity:1;-moz-transform:translateX(0%) scale(1)}}@keyframes frontRow-in{0%{transform:translateX(100%) scale(.8)}100%{visibility:visible;opacity:1;transform:translateX(0%) scale(1)}}@-webkit-keyframes cbp-animation-frontRow-fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes cbp-animation-frontRow-fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes cbp-animation-frontRow-fadeOut{0%{opacity:1}100%{opacity:0}}.cbp-animation-rotateRoom{overflow:visible}.cbp-animation-rotateRoom .cbp-item{-webkit-transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-perspective:1000px;perspective:1000px}.cbp-animation-rotateRoom-out{-webkit-transform-origin:100% 50%;-webkit-animation:rotateRoom-out .8s both ease;-moz-transform-origin:100% 50%;-moz-animation:rotateRoom-out .8s both ease;transform-origin:100% 50%;animation:rotateRoom-out .8s both ease}.cbp-animation-rotateRoom-in{-webkit-transform-origin:0 50%;-webkit-animation:rotateRoom-in .8s both ease;-moz-transform-origin:0 50%;-moz-animation:rotateRoom-in .8s both ease;transform-origin:0 50%;animation:rotateRoom-in .8s both ease}.cbp-animation-rotateRoom-fadeOut{-webkit-animation:cbp-animation-rotateRoom-fadeOut .5s both ease;-moz-animation:cbp-animation-rotateRoom-fadeOut .5s both ease;animation:cbp-animation-rotateRoom-fadeOut .5s both ease}@-webkit-keyframes rotateRoom-out{99%{opacity:.3}100%{opacity:0;-webkit-transform:translateX(-100%) rotateY(90deg)}}@-moz-keyframes rotateRoom-out{99%{opacity:.3}100%{opacity:0;-moz-transform:translateX(-100%) rotateY(90deg)}}@keyframes rotateRoom-out{99%{opacity:.3}100%{opacity:0;transform:translateX(-100%) rotateY(90deg)}}@-webkit-keyframes rotateRoom-in{from{opacity:.3;-webkit-transform:translateX(100%) rotateY(-90deg)}}@-moz-keyframes rotateRoom-in{from{opacity:.3;-moz-transform:translateX(100%) rotateY(-90deg)}}@keyframes rotateRoom-in{from{opacity:.3;transform:translateX(100%) rotateY(-90deg)}}@-webkit-keyframes cbp-animation-rotateRoom-fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes cbp-animation-rotateRoom-fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes cbp-animation-rotateRoom-fadeOut{0%{opacity:1}100%{opacity:0}}.cbp-animation-scaleSides{overflow:visible}.cbp-animation-scaleSides .cbp-item{-webkit-transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;-webkit-perspective:1000px;perspective:1000px}.cbp-animation-scaleSides-out{-webkit-animation:scaleSides-out .5s ease both;-moz-animation:scaleSides-out .5s ease both;animation:scaleSides-out .5s ease both}.cbp-animation-scaleSides-in{-webkit-animation:scaleUpCenter .5s ease .5s both;-moz-animation:scaleUpCenter .5s ease .5s both;animation:scaleUpCenter .5s ease .5s both}@-webkit-keyframes scaleSides-out{to{opacity:0;-webkit-transform:scale(.6)}}@-moz-keyframes scaleSides-out{to{opacity:0;-moz-transform:scale(.6)}}@keyframes scaleSides-out{to{opacity:0;transform:scale(.6)}}@-webkit-keyframes scaleUpCenter{from{opacity:0;-webkit-transform:scale(.6)}}@-moz-keyframes scaleUpCenter{from{opacity:0;-moz-transform:scale(.6)}}@keyframes scaleUpCenter{from{opacity:0;transform:scale(.6)}}.cbp-animation-flipOut{-webkit-transition:height .7s ease-in-out;transition:height .7s ease-in-out}.cbp-animation-flipOut .cbp-item{-webkit-transition:-webkit-transform .7s ease-in-out;transition:transform .7s ease-in-out;-webkit-perspective:1000px;perspective:1000px}.cbp-animation-flipOut-out{-webkit-transform-origin:50% 50%;-webkit-animation:flipOut-out .35s ease-in both;-moz-transform-origin:50% 50%;-moz-animation:flipOut-out .35s ease-in both;transform-origin:50% 50%;animation:flipOut-out .35s ease-in both}.cbp-animation-flipOut-in{-webkit-transform-origin:50% 50%;-webkit-animation:flipOut-in .35s ease-out .35s both;-moz-transform-origin:50% 50%;-moz-animation:flipOut-in .35s ease-out .35s both;transform-origin:50% 50%;animation:flipOut-in .35s ease-out .35s both}@-webkit-keyframes flipOut-out{100%{-webkit-transform:translateZ(-1000px) rotateY(-90deg);opacity:.2}}@-moz-keyframes flipOut-out{100%{-moz-transform:translateZ(-1000px) rotateY(-90deg);opacity:.2}}@keyframes flipOut-out{100%{transform:translateZ(-1000px) rotateY(-90deg);opacity:.2}}@-webkit-keyframes flipOut-in{0%{-webkit-transform:translateZ(-1000px) rotateY(90deg);opacity:.2}}@-moz-keyframes flipOut-in{0%{-moz-transform:translateZ(-1000px) rotateY(90deg);opacity:.2}}@keyframes flipOut-in{0%{transform:translateZ(-1000px) rotateY(90deg);opacity:.2}}.cbp-animation-flipBottom{-webkit-transition:height .7s ease-in-out;transition:height .7s ease-in-out}.cbp-animation-flipBottom .cbp-item{-webkit-transition:-webkit-transform .7s ease-in-out;transition:transform .7s ease-in-out;-webkit-perspective:1000px;perspective:1000px}.cbp-animation-flipBottom-out{-webkit-transform-origin:50% 50%;-webkit-animation:flipBottom-out .35s both 0s ease-in;-moz-transform-origin:50% 50%;-moz-animation:flipBottom-out .35s both 0s ease-in;transform-origin:50% 50%;animation:flipBottom-out .35s both 0s ease-in}.cbp-animation-flipBottom-in{-webkit-transform-origin:50% 50%;-webkit-animation:flipBottom-in .35s ease-out .35s both;-moz-transform-origin:50% 50%;-moz-animation:flipBottom-in .35s ease-out .35s both;transform-origin:50% 50%;animation:flipBottom-in .35s ease-out .35s both}@-webkit-keyframes flipBottom-out{to{-webkit-transform:translateZ(-1000px) rotateX(-90deg);opacity:.2}}@-moz-keyframes flipBottom-out{to{-moz-transform:translateZ(-1000px) rotateX(-90deg);opacity:.2}}@keyframes flipBottom-out{to{transform:translateZ(-1000px) rotateX(-90deg);opacity:.2}}@-webkit-keyframes flipBottom-in{from{-webkit-transform:translateZ(-1000px) rotateX(90deg);opacity:.2}}@-moz-keyframes flipBottom-in{from{-moz-transform:translateZ(-1000px) rotateX(90deg);opacity:.2}}@keyframes flipBottom-in{from{transform:translateZ(-1000px) rotateX(90deg);opacity:.2}}.cbp-animation-fadeOutTop{overflow:visible;-webkit-transition:height .2s ease-in-out;transition:height .2s ease-in-out}.cbp-animation-fadeOutTop .cbp-wrapper{-webkit-transition:opacity .3s ease-in-out,top .3s ease-in-out;transition:opacity .3s ease-in-out,top .3s ease-in-out}.cbp-animation-fadeOutTop .cbp-item{-webkit-transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out}.cbp-animation-sequentially{overflow:visible;-webkit-transition:height .2s ease-in-out;transition:height .2s ease-in-out}.cbp-animation-sequentially .cbp-item{-webkit-transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out}.cbp-animation-sequentially.cbp-no-transition .cbp-item{-webkit-transition:opacity .5s ease,top .5s ease!important;transition:opacity .5s ease,top .5s ease!important}.cbp-popup-ie8bg{position:absolute;width:100%;height:100%;min-height:100%;top:0;left:0;z-index:-1;background:#000;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"}.cbp-popup-wrap{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:100%;text-align:center;position:fixed;width:100%;left:0;top:0;display:none;overflow-y:scroll;overflow-x:hidden;z-index:99999;padding:0 10px}.cbp-popup-lightbox{background:rgba(0,0,0,.8)}.cbp-popup-singlePage{background:#fff;padding:0}.cbp-popup-singlePage .cbp-popup-ie8bg{background:#fff;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.cbp-popup-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.cbp-popup-content{position:relative;display:inline-block;vertical-align:middle;text-align:left;max-width:100%}.cbp-popup-singlePage .cbp-popup-content{margin-top:140px;max-width:1024px;vertical-align:top;width:96%}.cbp-popup-lightbox-figure{position:relative}.cbp-popup-lightbox-bottom{left:0;position:absolute;top:100%;width:100%;margin-top:3px}.cbp-popup-lightbox-title{padding-right:70px;font:400 12px/18px sans-serif;color:#eee;-webkit-text-size-adjust:100%}.cbp-popup-lightbox-counter{position:absolute;top:0;right:0;font:400 12px/18px sans-serif;color:#eee}.cbp-popup-lightbox-img{width:auto;max-width:100%;height:auto;display:block;margin:40px 0;box-shadow:0 0 8px rgba(0,0,0,.6)}.cbp-popup-lightbox-img[data-action]{cursor:pointer}.cbp-popup-lightbox-isIframe .cbp-popup-content{width:50%}
.cbp-popup-lightbox-isIframe .cbp-lightbox-bottom{
left:0;
position:absolute;
top:100%;
width:100%;
margin-top:3px
}
.cbp-popup-lightbox-iframe{position:relative;height:0;padding-bottom:56.25%;background:#000}.cbp-popup-lightbox-iframe iframe{position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6)}.cbp-popup-singlePage .cbp-popup-navigation-wrap{position:absolute;top:0;left:0;width:100%;z-index:2;height:104px;background-color:#34425C}.cbp-popup-singlePage .cbp-popup-navigation{position:absolute;top:0;left:0;width:100%}.cbp-popup-singlePage-sticky .cbp-popup-navigation-wrap{position:fixed;top:0!important}.cbp-popup-singlePage-sticky .cbp-popup-navigation{position:fixed}.cbp-popup-singlePage-counter{color:#bbc0df;font:italic 14px/104px 'Open Sans',sans-serif;position:absolute;right:47px;top:0;padding:0 3px 0 0}.cbp-popup-next,.cbp-popup-prev,.cbp-popup-close{padding:0;border:medium none;position:absolute;cursor:pointer}.cbp-popup-lightbox .cbp-popup-prev,.cbp-popup-lightbox .cbp-popup-next,.cbp-popup-lightbox .cbp-popup-close{visibility:hidden}.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-next,.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-prev,.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-close{visibility:visible}.cbp-popup-lightbox .cbp-popup-prev{background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/css/cbp-sprite.png) no-repeat scroll -2px -2px transparent;width:44px;height:44px;top:0;bottom:0;left:20px;margin:auto}.cbp-popup-lightbox .cbp-popup-prev:hover{background-position:-2px -48px}.cbp-popup-singlePage .cbp-popup-prev{background:url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/css/cbp-sprite.png) no-repeat scroll -2px -94px transparent;width:44px;height:44px;top:30px;left:0;margin:auto;right:108px}.cbp-popup-singlePage .cbp-popup-prev:hover{background-position:-2px -140px}.cbp-popup-lightbox .cbp-popup-next{background:url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/css/cbp-sprite.png) no-repeat scroll -48px -2px transparent;width:44px;height:44px;top:0;bottom:0;right:20px;margin:auto}.cbp-popup-lightbox .cbp-popup-next:hover{background-position:-48px -48px}.cbp-popup-singlePage .cbp-popup-next{background:url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/css/cbp-sprite.png) no-repeat scroll -48px -94px transparent;width:44px;height:44px;top:30px;right:0;margin:auto;left:108px}.cbp-popup-singlePage .cbp-popup-next:hover{background-position:-48px -140px}.cbp-popup-lightbox .cbp-popup-close{background:url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/css/cbp-sprite.png) no-repeat scroll -94px -2px transparent;height:40px;width:40px;right:20px;top:20px}.cbp-popup-lightbox .cbp-popup-close:hover{background-position:-94px -48px}.cbp-popup-singlePage .cbp-popup-close{background:url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/css/cbp-sprite.png) no-repeat scroll -94px -94px transparent;height:44px;width:44px;margin:auto;right:0;top:30px;left:0}.cbp-popup-singlePage .cbp-popup-close:hover{background-position:-94px -140px}.cbp-popup-loadingBox{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;z-index:2;background:url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/cbp-loading-popup.gif) no-repeat scroll center center #0D0D0D;border:1px solid rgba(79,80,79,.3);border-radius:3px 3px;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=71)";opacity:.71;width:50px;height:50px}.cbp-popup-ready .cbp-popup-loadingBox{visibility:hidden}.cbp-popup-loading .cbp-popup-loadingBox{visibility:visible}.cbp-popup-singlePage{left:100%;-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out}.cbp-popup-singlePage-open{left:0}.cbp-popup-singlePage .cbp-l-project-title{color:#454444;font:700 42px/60px 'Open sans',sans-serif;letter-spacing:2px;margin-bottom:10px;text-align:center;text-transform:uppercase}.cbp-popup-singlePage .cbp-l-project-subtitle{color:#787878;font:300 14px/21px 'Open sans',sans-serif;margin:0 auto 50px;max-width:500px;text-align:center}.cbp-popup-singlePage .cbp-popup-content .cbp-l-project-img{display:block;margin:0 auto;max-width:100%}.cbp-popup-singlePage .cbp-l-project-container{overflow:hidden;margin:0 auto;clear:both}.cbp-popup-singlePage .cbp-l-project-desc{float:left;width:64%;margin:30px 0 20px;padding-right:20px}.cbp-popup-singlePage .cbp-l-project-details{float:right;width:36%;margin:30px 0 20px}.cbp-popup-singlePage .cbp-l-project-desc-title{border-bottom:1px solid #cdcdcd;margin-bottom:22px;color:#444}.cbp-popup-singlePage .cbp-l-project-desc-title span,.cbp-popup-singlePage .cbp-l-project-details-title span{border-bottom:1px solid #747474;display:inline-block;margin:0 0 -1px 0;font:400 16px/36px "Open Sans",sans-serif;padding:0 5px 0 0}.cbp-popup-singlePage .cbp-l-project-desc-text{font:400 13px/20px "Open Sans",sans-serif;color:#555}.cbp-popup-singlePage .cbp-l-project-details-title{border-bottom:1px solid #cdcdcd;margin-bottom:19px;margin-left:20px;color:#444}.cbp-popup-singlePage .cbp-l-project-details-list{margin-left:20px}.cbp-popup-singlePage .cbp-l-project-details-list li{border-bottom:1px dotted #DFDFDF;padding:inherit;color:#666;font:400 12px/30px "Open Sans",sans-serif}.cbp-popup-singlePage .cbp-l-project-details-list strong{display:inline-block;color:#696969;font:600 12px "Open Sans",sans-serif;min-width:100px}.cbp-popup-singlePage .cbp-l-project-details-visit{color:#FFF;float:right;text-decoration:none;font:400 11px/18px "Open Sans",sans-serif;margin-top:12px;text-transform:uppercase;background-color:#34425C;padding:6px 12px}.cbp-popup-singlePage .cbp-l-project-details-visit:hover{color:#AFBBDB}.cbp-popup-singlePage .cbp-l-project-related{margin:30px 0 20px}.cbp-popup-singlePage .cbp-l-project-related-wrap{font-size:0;margin:0}.cbp-popup-singlePage .cbp-l-project-related-item{margin-right:5%;max-width:30%;display:inline-block}.cbp-popup-singlePage .cbp-l-project-related-item:last-child{margin-right:0}.cbp-popup-singlePage .cbp-l-project-related-title{font:bold 14px sans-serif;color:#474747;margin-top:20px}.cbp-popup-singlePage .cbp-l-project-related-link{text-decoration:none}.cbp-popup-singlePage .cbp-l-project-related-link:hover{opacity:.9}.cbp-popup-singlePage .cbp-l-member-img{float:left;margin-right:20px;margin-top:20px;border:1px solid #e2e2e2}.cbp-popup-singlePage .cbp-l-member-img img{display:block}.cbp-popup-singlePage .cbp-l-member-info{margin-top:20px}.cbp-popup-singlePage .cbp-l-member-name{font:bold 16px/12px "Open Sans",sans-serif;margin-bottom:6px}.cbp-popup-singlePage .cbp-l-member-position{font:400 13px "Open Sans",sans-serif}.cbp-popup-singlePage .cbp-l-member-desc{font:400 12px "Open Sans",sans-serif;margin-top:15px}.cbp-popup-singlePageInline{width:100%;height:0;position:absolute;top:0;left:0;overflow:hidden}.cbp-popup-singlePageInline .cbp-popup-navigation{position:absolute;top:0;right:0;z-index:2;width:40px;height:40px}.cbp-popup-singlePageInline .cbp-popup-close{background:url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/cbp-sprite.png) no-repeat scroll -94px -2px transparent;height:40px;width:40px;right:20px;top:30px}.cbp-popup-singlePageInline .cbp-popup-close:hover{opacity:.7}.cbp-popup-singlePageInline .cbp-popup-content{width:100%;min-height:200px}.cbp.cbp-popup-isOpening .cbp-popup-singlePageInline,.cbp.cbp-popup-isOpening{-webkit-transition:height .4s ease 0s!important;transition:height .4s ease 0s!important}.cbp.cbp-popup-isOpening .cbp-item{-webkit-transition:-webkit-transform .4s ease 0s!important;transition:transform .4s ease 0s!important}.cbp-singlePageInline-active{opacity:.6!important}.cbp-popup-singlePageInline .cbp-popup-loadingBox{visibility:hidden;background:url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/cbp-loading.gif) no-repeat scroll center center transparent;border:medium none;border-radius:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1}.cbp-popup-singlePageInline.cbp-popup-loading .cbp-popup-loadingBox{visibility:visible}.cbp-popup-singlePageInline.cbp-popup-loading .cbp-popup-navigation,.cbp-popup-singlePageInline.cbp-popup-loading .cbp-popup-content{visibility:hidden}.cbp-l-inline{margin-bottom:20px;overflow:hidden;margin-top:10px;background:#FAFAFA;padding:30px}.cbp-l-inline-left{float:left;width:44%}.cbp-l-project-img{max-width:100%}.cbp-l-inline-right{float:right;width:56%;padding-left:inherit}.cbp-l-inline-title{font:400 28px/28px "Open Sans",sans-serif;color:#666}.cbp-l-inline-subtitle{font:400 13px "Open Sans",sans-serif;color:#666;margin:3px 0 25px}.cbp-l-inline-desc{font:400 13px/21px "Open Sans",sans-serif;color:#888}.cbp-l-inline-view{font:400 13px "Open Sans",sans-serif;color:#9C9C9C;text-decoration:none;margin:22px 0 0;display:inline-block;padding:8px 18px 7px;border:2px solid #ccc}.cbp-l-inline-view:hover{color:#757575;border-color:#DFDFDF}.cbp-l-filters-button{margin:0 auto 30px;text-align:left}.cbp-l-filters-button .cbp-filter-item{background-color:#FFF;border:2px solid #ECECEC;border-radius:2px;color:#888;cursor:pointer;font:400 12px/29px "Open Sans",sans-serif;margin:10px 10px 0 0;overflow:visible;padding:0 17px;position:relative;display:inline-block;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cbp-l-filters-button .cbp-filter-item:hover{color:#5d5d5d}.cbp-l-filters-button .cbp-filter-item-active{background-color:#5d5d5d;color:#fff!important;border-color:#5d5d5d}.cbp-l-filters-button .cbp-filter-counter{background-color:#3288C4;border-radius:3px;color:#fff;font:400 11px/18px "Open Sans",sans-serif;margin:0 auto;padding:4px 0;text-align:center;width:34px;position:absolute;bottom:0;left:0;right:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0;-webkit-transition:opacity .25s ease,bottom .25s ease;transition:opacity .25s ease,bottom .25s ease}.cbp-l-filters-button .cbp-filter-counter:before{content:"";position:absolute;bottom:-4px;left:0;right:0;margin:0 auto;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #3288C4;visibility:hidden}.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter:before{visibility:visible}.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter{bottom:44px;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1}.cbp-l-filters-dropdown{margin:0 auto;height:70px;position:relative;z-index:10}.cbp-l-filters-dropdownWrap{width:200px;position:absolute;right:0;background:#3288C4}.cbp-l-filters-dropdownHeader{font:12px/38px "Open Sans",sans-serif;padding:0 17px;color:#FFF;cursor:pointer;position:relative}.cbp-l-filters-dropdownHeader:after{border-color:#FFF rgba(0,0,0,0);border-style:solid;border-width:5px 5px 0;content:"";height:0;position:absolute;right:16px;top:50%;width:0;margin-top:-1px}.cbp-l-filters-dropdownWrap:hover .cbp-l-filters-dropdownHeader:after{border-width:0 5px 5px}.cbp-l-filters-dropdownList{display:none;list-style:none outside none;margin:0;padding:0}.cbp-l-filters-dropdownWrap:hover .cbp-l-filters-dropdownList{display:block}.cbp-l-filters-dropdownList .cbp-filter-item{background:none;color:#9FBCE7;width:100%;text-align:left;font:12px/40px "Open Sans",sans-serif;margin:0;padding:0 17px;cursor:pointer;border:0;border-top:1px solid #5592C2}.cbp-l-filters-dropdownList .cbp-filter-item:hover{color:#e6e6e6}.cbp-l-filters-dropdownList .cbp-filter-item-active{color:#e6e6e6}.cbp-l-filters-alignLeft{margin:0 auto 40px;text-align:left}.cbp-l-filters-alignLeft .cbp-filter-item{background-color:#fff;border:1px solid #cdcdcd;cursor:pointer;font:400 12px/30px "Open Sans",sans-serif;padding:0 13px;position:relative;overflow:visible;margin:10px 8px 0 0;display:inline-block;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;color:#888}.cbp-l-filters-alignLeft .cbp-filter-item:hover{color:#3c3c3c}.cbp-l-filters-alignLeft .cbp-filter-item-active{background-color:#3288C4;color:#fff!important;opacity:1;border:1px solid #3288C4}.cbp-l-filters-alignLeft .cbp-filter-counter{display:inline}
.cbp-l-filters-alignCenter{
width:100%;
margin:0 auto 50px;
text-align:center;
font-size:12px;
color:#fff;
padding:6px 0 10px 0;
border-radius:40px;
background-color:#3dd0e4;
}
.cbp-l-filters-alignCenter.two{
background-color:#fff;
}
.cbp-l-filters-alignCenter.two .cbp-filter-item{
color:#727272;cursor:pointer;
border:1px solid #d9d9d9;
padding:5px 15px;
margin:0 15px 10px 0;
}
.cbp-l-filters-alignCenter.two .cbp-filter-item:hover{
color:#161616;
border:1px solid #119EE7;
}	
.cbp-l-filters-alignCenter.two .cbp-filter-item-active{
border:1px solid #119EE7;
color:#161616;
background-color:#119EE7;
}
.cbp-l-filters-alignCenter .cbp-filter-item{
color:#fff;cursor:pointer;
font:400 13px "Open Sans",sans-serif;
padding:0 12px;
transition:all .3s ease-in-out;
position:relative;
overflow:visible;
margin:10px 0 0;
border:medium none;
background-color:transparent;
display:inline-block
}
.cbp-l-filters-alignCenter .cbp-filter-item:hover{
color:#272727
}
.cbp-l-filters-alignCenter .cbp-filter-item-active{
color:#fff!important
}
.cbp-l-filters-alignCenter 
.cbp-filter-counter{
background:none repeat scroll 0 0 #272727;
border-radius:3px;
color:#FFF;
font-size:11px;
margin:0 auto;
padding:4px 0;
text-align:center;
width:34px;
position:absolute;
bottom:0;
left:0;
right:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
opacity:0;
-webkit-transition:all .25s ease;
transition:all .25s ease;
}
.cbp-l-filters-alignCenter .cbp-filter-counter:before{content:"";position:absolute;bottom:-4px;left:0;right:0;margin:0 auto;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #272727;visibility:hidden}
.cbp-l-filters-alignCenter div:hover .cbp-filter-counter:before{
visibility:visible
}
.cbp-l-filters-alignCenter div:hover .cbp-filter-counter{
bottom:30px;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
opacity:1
}
.cbp-l-filters-alignRight{margin:0 auto 40px;text-align:right}.cbp-l-filters-alignRight .cbp-filter-item{background-color:transparent;color:#8B8B8B;cursor:pointer;font:400 11px "Open Sans",sans-serif;padding:7px 12px;position:relative;overflow:visible;margin:10px 0 0 5px;border:1px solid #E4E2E2;text-transform:uppercase;display:inline-block;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cbp-l-filters-alignRight .cbp-filter-item:hover{color:#2B3444}
.cbp-l-filters-alignRight .cbp-filter-item-active{opacity:1;color:#fff!important;background-color:#119EE7;border-color:#119EE7}
.cbp-l-filters-alignRight .cbp-filter-counter{background:none repeat scroll 0 0 #161616;border-radius:3px;color:#fff;font-size:11px;margin:0 auto;padding:4px 0;text-align:center;width:34px;position:absolute;bottom:0;left:0;right:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0;-webkit-transition:opacity .25s ease,bottom .25s ease;transition:opacity .25s ease,bottom .25s ease}
.cbp-l-filters-alignRight .cbp-filter-counter:before{content:"";position:absolute;bottom:-4px;left:0;right:0;margin:0 auto;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #161616;visibility:hidden}
.cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter:before{visibility:visible}.cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter{bottom:44px;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1}.cbp-l-filters-list{margin:0 auto 40px;height:46px}.cbp-l-filters-list .cbp-filter-item{background-color:transparent;color:#585252;cursor:pointer;font:400 12px/35px "Open Sans",sans-serif;padding:0 18px;position:relative;overflow:visible;margin:10px 0 0;float:left;border-width:1px 0 1px 1px;border-style:solid;border-color:#3288C4;-webkit-transition:left .3s ease-in-out;transition:left .3s ease-in-out}.cbp-l-filters-list .cbp-filter-item:hover{color:#000}.cbp-l-filters-list .cbp-filter-item-active{opacity:1;color:#FFF!important;background-color:#3288C4}.cbp-l-filters-list-first{border-radius:6px 0 0 6px}.cbp-l-filters-list-last{border-radius:0 6px 6px 0;border-right-width:1px!important}.cbp-l-filters-list .cbp-filter-counter{display:inline}.cbp-l-grid-projects{visibility:hidden}
.cbp-l-grid-projects .cbp-item{
width:270px;
height:250px
}
.cbp-l-grid-projects.two .cbp-item{
width:555px;
height:340px;
}
.cbp-l-grid-projects.three .cbp-item{
width:400px;
height:350px;						
}
.cbp-l-grid-projects .cbp-caption{
height:80%;margin-bottom:0px;
}
.cbp-l-grid-projects.three .cbp-caption {
height: 75%;
margin-bottom: 0px;
}
.cbp-l-grid-projects.four .cbp-caption{
height:76%;margin-bottom:20px;
}
.cbp-l-grid-projects-title{
font:bold 14px sans-serif;
color:#474747
}
.cbp-l-grid-projects-title.two{
font:bold 20px sans-serif;
color:#474747;
font-weight:500;
padding-top:20px;
}	
.cbp-l-grid-projects-title.three{
font:bold 18px sans-serif;
color:#474747;
font-weight:500;
padding-top:20px;
}
.cbp-l-grid-projects-desc{
font:400 14px sans-serif;
margin-top:6px;color:#888
}
.cbp-l-grid-projects-inlineFilters{cursor:pointer}.cbp-l-grid-projects-inlineFilters:hover{text-decoration:underline}.cbp-l-grid-projects.cbp-caption-overlayBottomPush .cbp-caption-activeWrap{bottom:-50px;height:50px}.cbp-l-grid-projects.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap{bottom:50px}.cbp-l-grid-projects.cbp-caption-overlayBottomPush.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,.cbp-l-grid-projects.cbp-caption-overlayBottomPush.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap{bottom:-50px}.cbp-l-grid-projects.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap{bottom:-50px;height:50px}.cbp-l-grid-projects.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap{bottom:25px}.cbp-l-grid-projects.cbp-caption-overlayBottomAlong.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,.cbp-l-grid-projects.cbp-caption-overlayBottomAlong.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap{bottom:-50px}.cbp-l-grid-projects.cbp-caption-overlayBottom .cbp-caption-activeWrap{bottom:-50px;height:50px}.cbp-l-grid-projects.cbp-caption-overlayBottom.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap{bottom:-50px}.cbp-l-grid-projects.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap{height:50px}.cbp-l-grid-projects.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap{bottom:50px}.cbp-l-grid-gallery{visibility:hidden}
.cbp-l-grid-gallery .cbp-item{
width:320px;
height:236px
}
.cbp-l-grid-team
{visibility:hidden
}
.cbp-l-grid-team .cbp-item{
width:300px;
height:278px
}
.cbp-l-grid-team .cbp-caption{
height:73%;margin-bottom:20px;border:1px solid #E7E7E7
}
.cbp-l-grid-team-name{font:400 17px "Open Sans",sans-serif;color:#456297;text-decoration:none;display:block;text-align:center;margin-bottom:3px}.cbp-l-grid-team-name:hover{color:#34425C}.cbp-l-grid-team-position{font:italic 400 13px "Open Sans",sans-serif;color:#888;text-align:center}@media only screen and (max-width:799px){.cbp-l-grid-team-desc{font:400 11px/14px "Open Sans",sans-serif;margin-top:5px}}.cbp-l-grid-team.cbp-caption-overlayBottomPush .cbp-caption-activeWrap{bottom:-44px;height:44px}.cbp-l-grid-team.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap{bottom:44px}.cbp-l-grid-team.cbp-caption-overlayBottomPush.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,.cbp-l-grid-team.cbp-caption-overlayBottomPush.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap{bottom:-44px}.cbp-l-grid-team.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap{bottom:-44px;height:44px}.cbp-l-grid-team.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap{bottom:22px}.cbp-l-grid-team.cbp-caption-overlayBottomAlong.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,.cbp-l-grid-team.cbp-caption-overlayBottomAlong.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap{bottom:-44px}.cbp-l-grid-team.cbp-caption-overlayBottom .cbp-caption-activeWrap{bottom:-44px;height:44px}.cbp-l-grid-team.cbp-caption-overlayBottom.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap{bottom:-44px}.cbp-l-grid-team.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap{height:44px}.cbp-l-grid-team.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap{bottom:44px}.cbp-l-grid-fullScreen{visibility:hidden}.cbp-l-grid-fullScreen .cbp-item{width:350px;height:263px}.cbp-l-grid-masonry{visibility:hidden}.cbp-l-grid-masonry .cbp-item{width:277px}.cbp-l-grid-masonry .cbp-l-grid-masonry-height1,.cbp-l-grid-masonry .cbp-item-height-1{height:267px}.cbp-l-grid-masonry .cbp-l-grid-masonry-height2,.cbp-l-grid-masonry .cbp-item-height-2{height:415px}.cbp-l-grid-blog{visibility:hidden}.cbp-l-grid-blog .cbp-item{width:313px;height:330px}.cbp-l-grid-blog .cbp-caption{height:58%;margin-bottom:20px}.cbp-l-grid-blog-title{font:400 18px/28px "Open Sans",sans-serif;color:#444;display:block;clear:both;text-decoration:none}.cbp-l-grid-blog-title:hover{color:#787878}.cbp-l-grid-blog-date{font:400 12px/18px "Open Sans",sans-serif;float:left;color:#787878}.cbp-l-grid-blog-comments{font:400 12px/18px "Open Sans",sans-serif;float:left;color:#3C6FBB;text-decoration:none}.cbp-l-grid-blog-comments:hover{opacity:.8}.cbp-l-grid-blog-desc{font:400 13px/19px "Open Sans",sans-serif;clear:both;color:#9B9B9B;padding-top:15px}.cbp-l-grid-blog-split{float:left;margin:0 8px;font:13px/16px "Open Sans",sans-serif;color:#787878}.cbp-l-loadMore-button{text-align:center;margin-top:30px}.cbp-l-loadMore-button-link{border:2px solid #DEDEDE;border-radius:2px;color:#7E7B7B;display:inline-block;font:11px/34px "Open Sans",sans-serif;min-width:120px;text-decoration:none}.cbp-l-loadMore-button-link:hover{color:#B0B0B0;text-decoration:none}.cbp-l-loadMore-button-stop{cursor:default;color:#B0B0B0}.cbp-l-loadMore-text{text-align:center;margin-top:30px}.cbp-l-loadMore-text-link{font:400 16px "Open Sans",sans-serif;color:#5D5D5D;text-decoration:none;cursor:default}.cbp-l-loadMore-text-stop{color:#5D5D5D}.cbp-slider{width:100%;position:relative;z-index:1;margin:0 auto}.cbp-slider-wrap,.cbp-slider-item{margin:0;list-style-type:none}.cbp-slider .cbp-slider-item{opacity:0;z-index:-1;width:100%;position:absolute;top:0;left:0}.cbp-slider .cbp-slider-item-current{position:relative;opacity:1;z-index:1}.cbp-slider .cbp-slider-item-next{position:absolute;opacity:1;z-index:2;opacity:0}.cbp-slider .cbp-slider-arrowNext,.cbp-slider .cbp-slider-arrowPrev{cursor:pointer;z-index:3;position:absolute;opacity:0}.cbp-slider .cbp-slider-arrowPrev{background:url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/cbp-sprite.png) no-repeat scroll -2px -2px transparent;width:44px;height:44px;top:0;bottom:0;left:25px;margin:auto;-webkit-transition:opacity .4s ease,left .4s ease;transition:opacity .4s ease,left .4s ease}.cbp-slider .cbp-slider-arrowPrev:hover{background-position:-2px -48px}.cbp-slider .cbp-slider-arrowNext{background:url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/cbp-sprite.png) no-repeat scroll -48px -2px transparent;width:44px;height:44px;top:0;bottom:0;right:25px;margin:auto;-webkit-transition:opacity .4s ease,right .4s ease;transition:opacity .4s ease,right .4s ease}.cbp-slider .cbp-slider-arrowNext:hover{background-position:-48px -48px}.cbp-slider .cbp-slider-bulletWrap{position:absolute;bottom:20px;right:25px;z-index:3;opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.cbp-slider .cbp-slider-bullet{width:9px;height:9px;border-radius:50%;margin-left:7px;cursor:pointer;display:inline-block;box-shadow:0 0 1px 1px rgba(37,36,36,0.54);background:#616161;background:rgba(97,97,97,0.5)}.cbp-slider .cbp-slider-bullet-current{background:#d1d1d1}.cbp-slider .cbp-slider-bullet:hover{opacity:.9}.cbp-slider:hover .cbp-slider-arrowNext{opacity:1;right:20px}.cbp-slider:hover .cbp-slider-arrowPrev{opacity:1;left:20px}.cbp-slider:hover .cbp-slider-bulletWrap{opacity:1}.cbp-panel{width:96%;max-width:1170px;margin:0 auto}
@media only screen and (min-width: 1000px) and (max-width: 1169px){
.cbp-l-filters-alignCenter {
width: 56%;
}
.cbp-l-grid-projects .cbp-caption {
height: 74%;
margin-bottom: 0px;
}
}
@media only screen and (min-width: 768px) and (max-width: 999px){
.cbp-l-filters-alignCenter {
width: 70%;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.cbp-l-grid-projects .cbp-caption {
height: 74%;
margin-bottom: 0px;
}
.cbp-l-filters-alignCenter {
width: 100%;
}
.cbp-l-grid-projects.four .cbp-item{
width:400px;
height:350px;						
}
}
@media only screen and (max-width: 479px){
.cbp-l-filters-alignCenter {
width: 100%;
}
.cbp-l-grid-projects.two .cbp-item{
width:300px;
height:280px;
}
.cbp-l-grid-projects .cbp-caption {
height: 74%;
margin-bottom: 0px;
}	
}   .sky-form {
margin: 0;
outline: none;
font: 14px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
color: #272727;
}
.sky-form header {
display: block;
padding: 0px 0px 9px 0px;
margin-bottom: 13px;
font-size: 22px;
font-weight: normal;
color: #272727;
border-bottom: 1px solid #e3e3e3;
font-family: 'Raleway', sans-serif;
text-transform: uppercase;
}
.sky-form header strong {
font-weight: 600;
}
.sky-form form ,
.sky-form fieldset {
display: block;	
padding: 25px 0px 5px;
border: none;
background: none;
}
.sky-form fieldset.two {
padding: 0px 0px 5px;
}
.sky-form fieldset + fieldset {
border-top: 1px solid rgba(0,0,0,.1);
}
.sky-form section {
margin-bottom: 20px;
}
.sky-form footer,
.sky-form .submit {
display: block;
padding: 15px 0px 25px;
}
.sky-form footer.doc {
padding: 0px 0px 8px;
}
.sky-form footer:after {
content: '';
display: table;
clear: both;
}
.sky-form a {
color: #999;
}
.sky-form .label {
display: block;
margin-bottom: 6px;
line-height: 19px;
font-weight: 400;
}
.sky-form .label.col {
margin: 0;
padding-top: 10px;
}
.sky-form .label.two {
color:#fff;
}
.sky-form .appoinment {
background-color:#390;
}
.sky-form .note {
margin-top: 6px;
padding: 0 1px;
font-size: 11px;
line-height: 15px;
color: #999;
}
.sky-form .input,
.sky-form .select,
.sky-form .textarea,
.sky-form .radio,
.sky-form .checkbox,
.sky-form .toggle,
.sky-form .button {
position: relative;
display: block;
}
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea {
display: block;
box-sizing: border-box;
-moz-box-sizing: border-box;
width: 100%;
height: 39px;
padding: 8px 10px;
outline: none;
border-width: 1px;
border-style: solid;
border-radius: 0;
background: #fff;
font: 15px/19px 'Open Sans', Helvetica, Arial, sans-serif;
color: #404040;
appearance: normal;
-moz-appearance: none;
-webkit-appearance: none;
}
.sky-form .progress {
float: right;
margin-top: 10px;
line-height: 39px;
color: #232323;
}   .sky-form .input-file .button {
position: absolute;
top: 4px;
right: 4px;
float: none;
height: 31px;
margin: 0;
padding: 0 20px;
font-size: 13px;
line-height: 31px;
}
.sky-form .input-file .button:hover {
box-shadow: none;
}
.sky-form .input-file .button input {
position: absolute;
top: 0;
right: 0;
padding: 0;
font-size: 30px;
cursor: pointer;
opacity: 0;
}   .sky-form .select i {
position: absolute;
top: 14px;
right: 14px;
width: 5px;
height: 11px;
background: #fff;
box-shadow: 0 0 0 12px #fff;
}
.sky-form .select i:after,
.sky-form .select i:before {
content: '';
position: absolute;
right: 0;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.sky-form .select i:after {
bottom: 0;
border-top: 4px solid #404040;
}
.sky-form .select i:before {
top: 0;
border-bottom: 4px solid #404040;
}
.sky-form .select-multiple select {
height: auto;
}   .sky-form .textarea textarea {
height: auto;
resize: none;
}
.sky-form .textarea-resizable textarea {
resize: vertical;	
}
.sky-form .textarea-expandable textarea {
height: 39px;
}
.sky-form .textarea-expandable textarea:focus {
height: auto;
}   .sky-form .radio,
.sky-form .checkbox {
margin-bottom: 4px;
padding-left: 27px;
font-size: 15px;
float:left;
line-height: 27px;
color: #404040;
cursor: pointer;
}
.sky-form .checkbox.two {
color: #fff;
}
.sky-form .radio:last-child,
.sky-form .checkbox:last-child {
margin-bottom: 0;
}
.sky-form .radio input,
.sky-form .checkbox input {
position: absolute;
left: -9999px;
}
.sky-form .radio i,
.sky-form .checkbox i {
position: absolute;
top: 5px;
left: 0;
display: block;
width: 13px;
height: 13px;
outline: none;
border-width: 2px;
border-style: solid;
background: #fff;
}
.sky-form .radio i {
border-radius: 50%;
}
.sky-form .radio input + i:after,
.sky-form .checkbox input + i:after {
position: absolute;
opacity: 0;
transition: opacity 0.1s;
-o-transition: opacity 0.1s;
-ms-transition: opacity 0.1s;
-moz-transition: opacity 0.1s;
-webkit-transition: opacity 0.1s;
}
.sky-form .radio input + i:after {
content: '';
top: 4px;
left: 4px;
width: 5px;
height: 5px;
border-radius: 50%;
}
.sky-form .checkbox input + i:after {
content: '\f00c';
top: -1px;
left: -1px;
width: 15px;
height: 15px;
font: normal 12px/16px FontAwesome;
text-align: center;
}
.sky-form .radio input:checked + i:after,
.sky-form .checkbox input:checked + i:after {
opacity: 1;
}
.sky-form .inline-group {
margin: 0 -30px -4px 0;
}
.sky-form .inline-group:after {
content: '';
display: table;
clear: both;
}
.sky-form .inline-group .radio,
.sky-form .inline-group .checkbox {
float: left;
margin-right: 30px;
}
.sky-form .inline-group .radio:last-child,
.sky-form .inline-group .checkbox:last-child {
margin-bottom: 4px;
}   .sky-form .toggle {
margin-bottom: 4px;
padding-right: 61px;
font-size: 15px;
line-height: 27px;
color: #404040;
cursor: pointer;
}
.sky-form .toggle:last-child {
margin-bottom: 0;
}
.sky-form .toggle input {
position: absolute;
left: -9999px;
}
.sky-form .toggle i {
content: '';
position: absolute;
top: 4px;
right: 0;
display: block;
width: 49px;
height: 17px;
border-width: 2px;
border-style: solid;
border-radius: 12px;
background: #fff;
}
.sky-form .toggle i:after {
content: 'OFF';
position: absolute;
top: 2px;
right: 8px;
left: 8px;
font-style: normal;
font-size: 9px;
line-height: 13px;
font-weight: 700;
text-align: left;
color: #5f5f5f;
}
.sky-form .toggle i:before {
content: '';
position: absolute;
z-index: 1;
top: 4px;
right: 4px;
display: block;
width: 9px;
height: 9px;
border-radius: 50%;
opacity: 1;
transition: right 0.2s;
-o-transition: right 0.2s;
-ms-transition: right 0.2s;
-moz-transition: right 0.2s;
-webkit-transition: right 0.2s;
}
.sky-form .toggle input:checked + i:after {
content: 'ON';
text-align: right;
}
.sky-form .toggle input:checked + i:before {
right: 36px;
}   .sky-form .rating {
margin-bottom: 4px;
font-size: 15px;
line-height: 27px;
color: #404040;
}
.sky-form .rating:last-child {
margin-bottom: 0;
}
.sky-form .rating input {
position: absolute;
left: -9999px;
}
.sky-form .rating label {
display: block;
float: right;
height: 17px;
margin-top: 5px;
padding: 0 2px;
font-size: 17px;
line-height: 17px;
cursor: pointer;
}   .sky-form .button {
float: left;
height: 39px;
overflow: hidden;
margin: 0px 0 0 0px;
padding: 0 25px;
outline: none;
border: 0;
font: 300 15px/39px 'Open Sans', Helvetica, Arial, sans-serif;
text-decoration: none;
color: #fff;
cursor: pointer;
}
.sky-form .button-uploading {
position: relative;
color: transparent;
cursor: default;
}
.sky-form .button-uploading:after {
content: 'Uploading...';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: #fff;
-o-animation: blink 1s linear infinite;
-ms-animation: blink 1s linear infinite;
-moz-animation: blink 1s linear infinite; 
-webkit-animation: blink 1s linear infinite;
}
@-o-keyframes blink
{
0% {opacity: 1}
50% {opacity: 0.3}
100% {opacity: 1}
}
@-ms-keyframes blink
{
0% {opacity: 1}
50% {opacity: 0.3}
100% {opacity: 1}
}
@-moz-keyframes blink
{
0% {opacity: 1}
50% {opacity: 0.3}
100% {opacity: 1}
}
@-webkit-keyframes blink
{
0% {opacity: 1}
50% {opacity: 0.3}
100% {opacity: 1}
}
.sky-form [class^="icon-"],
.ui-datepicker [class^="icon-"] {
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
-webkit-font-smoothing: antialiased;
}
.sky-form .icon-append,
.sky-form .icon-prepend {
position: absolute;
top: 5px;
width: 29px;
height: 29px;
font-size: 15px;
line-height: 29px;
text-align: center;
z-index: 999999;
}
.sky-form .icon-append {
right: 5px;
padding-left: 3px;
border-left-width: 1px;
border-left-style: solid;
}
.sky-form .icon-prepend {
left: 5px;
padding-right: 3px;
border-right-width: 1px;
border-right-style: solid;
}
.sky-form .input .icon-prepend + input,
.sky-form .textarea .icon-prepend + textarea {
padding-left: 46px;
}
.sky-form .input .icon-append + input,
.sky-form .textarea .icon-append + textarea {
padding-right: 46px;
}
.sky-form .input .icon-prepend + .icon-append + input,
.sky-form .textarea .icon-prepend + .icon-append + textarea {
padding-left: 46px;
}   .sky-form .row {
margin: 0 -15px;
}
.sky-form .row:after {
content: '';
display: table;
clear: both;
}
.sky-form .col {
float: left;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.sky-form .col-1 {
width: 8.33%;
}
.sky-form .col-2 {
width: 16.66%;
}
.sky-form .col-3 {
width: 25%;
}
.sky-form .col-4 {
width: 33.33%;
}
.sky-form .col-5 {
width: 41.66%;
}
.sky-form .col-6 {
width: 50%;
}
.sky-form .col-7 {
width: 58.33%;
}
.sky-form .col-8 {
width: 66.67%;
}
.sky-form .col-9 {
width: 75%;
}
.sky-form .col-10 {
width: 83.33%;
}
.sky-form .col-11 {
width: 91.66%;
}
@media screen and (max-width: 600px) {
.sky-form .col {
float: none;
width: 100%;
}
}   .sky-form .tooltip {
position: absolute;
z-index: 1;
left: -9999px;
padding: 2px 8px 3px;
font-size: 11px;
line-height: 16px;
font-weight: 400;
background: rgba(0,0,0,0.9);
color: #fff;
opacity: 0;
transition: margin 0.3s, opacity 0.3s;
-o-transition: margin 0.3s, opacity 0.3s;
-ms-transition: margin 0.3s, opacity 0.3s;
-moz-transition: margin 0.3s, opacity 0.3s;
-webkit-transition: margin 0.3s, opacity 0.3s;
}
.sky-form .tooltip:after {
content: '';
position: absolute;
}
.sky-form .input input:focus + .tooltip,
.sky-form .textarea textarea:focus + .tooltip {
opacity: 1;	
}
.sky-form .tooltip-top-right {
bottom: 100%;
margin-bottom: 15px;
}
.sky-form .tooltip-top-right:after {
top: 100%;
right: 16px;	
border-top: 4px solid rgba(0,0,0,0.9);
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.sky-form .input input:focus + .tooltip-top-right,
.sky-form .textarea textarea:focus + .tooltip-top-right {
right: 0;
left: auto;
margin-bottom: 5px;
}
.sky-form .tooltip-top-left {
bottom: 100%;
margin-bottom: 15px;
}
.sky-form .tooltip-top-left:after {
top: 100%;
left: 16px;
border-top: 4px solid rgba(0,0,0,0.9);
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.sky-form .input input:focus + .tooltip-top-left,
.sky-form .textarea textarea:focus + .tooltip-top-left {
right: auto;
left: 0;
margin-bottom: 5px;
}
.sky-form .tooltip-right {
top: 9px;
white-space: nowrap;
margin-left: 15px;
}
.sky-form .tooltip-right:after {
top: 6px;
right: 100%;
border-top: 4px solid transparent;
border-right: 4px solid rgba(0,0,0,0.9);
border-bottom: 4px solid transparent;
}
.sky-form .input input:focus + .tooltip-right,
.sky-form .textarea textarea:focus + .tooltip-right {
left: 100%;
margin-left: 5px;
}
.sky-form .tooltip-left {
top: 9px;
white-space: nowrap;
margin-right: 15px;
}
.sky-form .tooltip-left:after {
top: 6px;
left: 100%;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-left: 4px solid rgba(0,0,0,0.9);
}
.sky-form .input input:focus + .tooltip-left,
.sky-form .textarea textarea:focus + .tooltip-left {
right: 100%;
left: auto;
margin-right: 5px;
}
.sky-form .tooltip-bottom-right {
top: 100%;
margin-top: 15px;
}
.sky-form .tooltip-bottom-right:after {
bottom: 100%;
right: 16px;	
border-right: 4px solid transparent;
border-bottom: 4px solid rgba(0,0,0,0.9);
border-left: 4px solid transparent;
}
.sky-form .input input:focus + .tooltip-bottom-right,
.sky-form .textarea textarea:focus + .tooltip-bottom-right {
right: 0;
left: auto;
margin-top: 5px;
}
.sky-form .tooltip-bottom-left {
top: 100%;
margin-top: 15px;
}
.sky-form .tooltip-bottom-left:after {
bottom: 100%;
left: 16px;
border-right: 4px solid transparent;
border-bottom: 4px solid rgba(0,0,0,0.9);
border-left: 4px solid transparent;
}
.sky-form .input input:focus + .tooltip-bottom-left,
.sky-form .textarea textarea:focus + .tooltip-bottom-left {
right: auto;
left: 0;
margin-top: 5px;
}   .sky-form .input .appoin{
border:none;
color:#fff;
height:30px;
background-color:#119EE7;
transition: border-color 0.3s;
-o-transition: border-color 0.3s;
-ms-transition: border-color 0.3s;
-moz-transition: border-color 0.3s;
-webkit-transition: border-color 0.3s;
}
.sky-form .textarea .appoin{
border:none;
color:#fff;
min-height:80px;
background-color:#119EE7;
}
.sky-form .textarea .onepage{
border:none;
color:#fff;
min-height:80px;
background: none;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/images/site-img94.png) 0 0 repeat;
border:1px solid #dce7eb;
}
.sky-form .input .onepage{
border:none;
color:#fff;
height:40px;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/images/site-img94.png) 0 0 repeat;
border:1px solid #dce7eb;
}
.one_page .sky-form .input .onepage{
height:40px;
}
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea,
.sky-form .radio i,
.sky-form .checkbox i,
.sky-form .toggle i,
.sky-form .icon-append,
.sky-form .icon-prepend {
border-color: #d3d3d3;
transition: border-color 0.3s;
-o-transition: border-color 0.3s;
-ms-transition: border-color 0.3s;
-moz-transition: border-color 0.3s;
-webkit-transition: border-color 0.3s;
}
.sky-form .toggle i:before {
background-color: #d9d9d9;	
}
.sky-form .rating label {
color: #ccc;
transition: color 0.3s;
-o-transition: color 0.3s;
-ms-transition: color 0.3s;
-moz-transition: color 0.3s;
-webkit-transition: color 0.3s;
}
.sky-form .button {
background-color: #119EE7;
padding:7px 60px;
font-size:14px;
font-weight:600;
color:#fff;
text-transform:uppercase;
}
.sky-form .button:hover {
background-color: #161616;
color:#fff;
}
.sky-form .button.two {
opacity:1;
color:#fff;
background-color: #119EE7;
}
.sky-form .button.two:hover{
opacity:1;
color:#272727;
background-color: #fff;
}
.sky-form .button.three {
opacity:1;
color:#fff;
background-color: #11c9da;
}
.sky-form .button.three:hover{
opacity:1;
color:#272727;
background-color: #fff;
}
.sky-form .button.four {
opacity:1;
color:#fff;
background-color: #ef5879;
}
.sky-form .button.five {
opacity:1;
color:#161616;
background-color: #fdce16;
}
.sky-form .button.five:hover{
opacity:1;
color:#272727;
background-color: #fff;
}
.sky-form .button.six {
color:#161616;
background-color: #fdce16;
opacity: 1;
}
.sky-form .button.six:hover {
color:#fff;
background-color: #161616;
}
.sky-form .submit {
color:#fff;
font-weight:500;
font-size:16px;
padding:5px 30px;
border-radius:2px;
background-color: #119EE7;
opacity: 1;
}
.sky-form .button.seven:hover {
color:#fff;
background-color: #161616;
}
.sky-form .button.eight {
background-color: #119EE7;
padding:5px 35px;
font-size:14px;
font-weight:600;
color:#fff;
text-transform:uppercase;
}
.sky-form .button.button-secondary {
background-color: #b3b3b3;
margin-right: 10px;
}
.sky-form .icon-append,
.sky-form .icon-prepend {
color: #ccc;
}
.sky-form .fright {
float: right;
}   .sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i {
border-color: #272727;
}
.parallax .sky-form .input:hover input,
.parallax .sky-form .select:hover select,
.parallax .sky-form .textarea:hover textarea,
.parallax .sky-form .radio:hover i,
.parallax .sky-form .checkbox:hover i,
.parallax .sky-form .toggle:hover i{
border-color: #119EE7;
}
.sky-form .rating input + label:hover,
.sky-form .rating input + label:hover ~ label {
color: #d9d9d9;
}
.sky-form .button:hover {
opacity: 1;
}   .sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
border-color: #454545;
}   .sky-form .radio input + i:after {
background-color: #999;	
}
.sky-form .checkbox input + i:after {
color: #999;
}
.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
border-color: #999;	
}
.sky-form .rating input:checked ~ label {
color: #999;	
}   .sky-form .state-error input,
.sky-form .state-error select,
.sky-form .state-error textarea,
.sky-form .radio.state-error i,
.sky-form .checkbox.state-error i,
.sky-form .toggle.state-error i {
background: #fff0f0;
}
.sky-form .state-error select + i {
background: #fff0f0;
box-shadow: 0 0 0 12px #fff0f0;
}
.sky-form .toggle.state-error input:checked + i {
background: #fff0f0;
}
.sky-form .state-error + em {
display: block;
margin-top: 6px;
padding: 0 1px;
font-style: normal;
font-size: 11px;
line-height: 15px;
color: #ee9393;
}
.sky-form .rating.state-error + em {
margin-top: -4px;
margin-bottom: 4px;
}   .sky-form .state-success input,
.sky-form .state-success select,
.sky-form .state-success textarea,
.sky-form .radio.state-success i,
.sky-form .checkbox.state-success i,
.sky-form .toggle.state-success i {
background: #f0fff0;
}
.sky-form .state-success select + i {
background: #f0fff0;
box-shadow: 0 0 0 12px #f0fff0;
}
.sky-form .toggle.state-success input:checked + i {
background: #f0fff0;
}
.sky-form .note-success {
color: #6fb679;
}   .sky-form .input.state-disabled input,
.sky-form .select.state-disabled,
.sky-form .textarea.state-disabled,
.sky-form .radio.state-disabled,
.sky-form .checkbox.state-disabled,
.sky-form .toggle.state-disabled,
.sky-form .button.state-disabled {
cursor: default;
opacity: 0.5;
}
.sky-form .input.state-disabled:hover input,
.sky-form .select.state-disabled:hover select,
.sky-form .textarea.state-disabled:hover textarea,
.sky-form .radio.state-disabled:hover i,
.sky-form .checkbox.state-disabled:hover i,
.sky-form .toggle.state-disabled:hover i {
border-color: #999999;
}   .sky-form .message {
display: none;
color: #6fb679;
}
.sky-form .message i {
display: block;
margin: 0 auto 20px;
width: 81px;
height: 81px;
border: 1px solid #6fb679;
border-radius: 50%;
font-size: 30px;
line-height: 81px;
}
.sky-form.submited fieldset,
.sky-form.submited footer {
display: none;
}
.sky-form.submited .message {
display: block;
padding: 25px 30px;
background: rgba(255,255,255,.9);
font: 300 18px/27px 'Open Sans', Helvetica, Arial, sans-serif;
text-align: center;
}
.sky-form.submited .message.two {
background:none;
}   .ui-datepicker {
display: none;
padding: 10px 12px;
background: rgba(255,255,255,0.9);
box-shadow: 0 0 10px rgba(0,0,0,.3);
font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
text-align: center;
color: #666;
}
.ui-datepicker a {
color: #404040;
}
.ui-datepicker-header {
position: relative;
margin: -10px -12px 10px;
padding: 10px;
border-bottom: 1px solid rgba(0,0,0,.1);
font-size: 15px;
line-height: 27px;
}
.ui-datepicker-prev, 
.ui-datepicker-next {
position: absolute;
top: 0;
display: block;
width: 47px;
height: 47px;
font-size: 15px;
line-height: 47px;
text-decoration: none;
cursor: pointer;
}
.ui-datepicker-prev {
left: 0;
}
.ui-datepicker-next {
right: 0;
}
.ui-datepicker-calendar {
border-collapse: collapse;
font-size: 13px;
line-height: 27px;
}
.ui-datepicker-calendar th {
color: #999;
}
.ui-datepicker-calendar a,
.ui-datepicker-calendar span {
display: block;
width: 31px;
margin: auto;
text-decoration: none;
color: #404040;
}
.ui-datepicker-calendar a:hover {
background: rgba(0,0,0,.05);	
}
.ui-datepicker-calendar span {
color: #bfbfbf;
}
.ui-datepicker-today a {
font-weight: 700;
}
.ui-datepicker-calendar .ui-state-active {
background: rgba(0,0,0,.05);
cursor: default;	
}
.ui-datepicker-inline {
border: 2px solid #999999;
background: #fff;
box-shadow: none;
}
.ui-datepicker-inline .ui-datepicker-header {
line-height: 47px;
}
.ui-datepicker-inline .ui-datepicker-calendar {
width: 100%;
}   .sky-form-modal {
position: fixed;
z-index: 9999;
display: none;
width: 400px;
padding: 20px 30px;
background-color: #fff;
-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.9);
-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.9);
box-shadow:0px 0px 10px rgba(0, 0, 0, 0.9);
}
.sky-form-modal-overlay {
position: fixed;
top: 0;
left: 0;
display: none;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.7);
}   .sky-form *,
.sky-form *:after,
.sky-form *:before {
margin: 0;
padding: 0;
box-sizing: content-box;
-moz-box-sizing: content-box;
}
.sky-form .label {
border-radius: 0;
font-size: 100%;
text-align: left;
white-space: normal;
color: inherit;
}
.sky-form .radio,
.sky-form .checkbox {
font-weight: 400;
}
.sky-form .radio + .radio,
.sky-form .checkbox + .checkbox {
margin-top: 0;
}
.login_form {
margin: 0 auto 0 auto;
width: 560px;
padding: 20px 35px 13px 35px;
background-color: #fff;
border: 1px solid #e4e4e4;
}
.reg_form {
margin: 0 auto 0 auto;
width: 630px;
padding: 20px 35px 13px 35px;
background-color: #fff;
border: 1px solid #e4e4e4;
}
.sky-form .label.doc {
color:#fff;
}
ul.nav>li>a.active {		
color:#92d102;		
background-color: #fff;		
border-bottom:2px solid #92d102;		
}		
ul.nav>li>a:hover.active {		
color:#92d102;		
background-color: #fff;		
border-bottom:2px solid #92d102;		
}		
ul.nav>li>a:hover {		
color:#92d102;		
}
.one_page ul.nav > li > a.active {		
color:#272727;		
background-color: #fbd005;		
}		
.one_page ul.nav > li > a:hover.active {		
color:#272727;		
background-color: #92D102;		
}		
.one_page ul.nav > li > a:hover {		
color:#92D102;		
}  .content { float:left; margin:1% 3%; }		
small { font-size:80%;}*/ body{ -webkit-animation: bugfix infinite 1s; }		
.mainMenu {		
display:block;		
position:relative;		
margin:0;		
padding:15px 0 10px 0;		
text-align: center;		
line-height:1.4;		
}		
.menu {		
width: 100%;		
margin: 0px;		
padding: 0px;		
list-style: outside none none;		
float: none;		
overflow-y: hidden;		
text-align: right;		
z-index: 2147483647;		
display: block !important;		
top: 0px;		
left: 0px;		
right: 0px;		
position: relative;		
}		
.menu li {		
margin:0;		
padding:0;		
border-top:1px solid #ccc;		
white-space:nowrap;		
display:block;		
width:100%;		
}		
.menu li:hover {		
background-color:#eee;		
cursor:pointer;		
}		
.menu a, .menu a:visited {		
color:#333;		
text-decoration:none;		
display:block;		
width:94%;		
padding:5px 3%;		
}		
.menu li a:hover {		
color: #92D102;			
}		
.menu li:first-child {		
border-left:0;		
}			
.menu a:hover {		
color:#666;		
}		
.menuTitle {		
text-align:left;		
font-size:15px;		
padding:6px 3%;		
margin:0;		
width:100%;		
color:#272727;		
display:block;		
font-weight:500;		
cursor:pointer;		
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/menu.png) no-repeat 97% 10px;		
background-size: 24px 19px; 		
}		
@media screen and (min-width:768px) {		
.menuTitle {		
display:none;		
}		
.menu { 		
display:block!important;		
border:0;		
overflow:visible;		
max-height:100px!important;		
padding:10px 0 18px 0;		
}			
.menu li {		
width:auto; 		
display:inline; 		
border:0; 		
}		
.menu li:hover  {		
background:none;		
}		
.menu li:first-child {		
border-left:0;		
}		
.menu a, .menu a:visited {		
display:inline; 		
width:auto;		
padding: 25px 20px 28px 20px;		
}		
}		
@media only screen and (min-width: 1000px) and (max-width: 1169px){		
.menu li {		
margin:0;		
padding:0 10px 0 0;		
}		
}.tp-caption.offerbadge{
margin:0px;
float:left;
text-align:center;
color:#fff;
border-radius:50%;
background-color:#51B3E6;
font-weight:400;
font-family:Open Sans;
background-image: none;
}
.tp-caption.offerbadge.two{
color:#858585;
background-color:#161616!important;
background-image: none!important;
}
.tp-caption.custom_twenty_two{
background-color:#fff!important;
}
.tp-caption.slide_list i{
margin:0px;
padding:0px;
font-weight:normal;
color:#51B3E6;
text-align:left;
}
.tp-caption.slider_but1:hover {
color:#272727 !important;
background-color: #fff !important;
}
.slider-wrapper {
position:relative;
} .navbar-default {
margin-right: -32px;
border: none;
background: transparent;
border-radius: 0;
padding: 0;
margin-bottom:0px;
}
.site_wrapper {
width: 100%;
margin: 0px auto;
overflow:hidden;
position:relative;
}
.boxed .site_wrapper {
width: 1240px;
margin: auto auto auto auto;
background-color: #FFF;
position:relative;
}
.container_full {
width: 100%;
float: left;
margin: auto auto auto auto;
}
.container_full.slidertop {
margin-top: -80px;
}
.content_fullwidth {
float: left;
width: 100%;
padding: 50px 0px 0px 0px;
} .logo_holder {
float: left;
width: 100%;
height: 64px;
}
#trueHeader #logo {
float: left;
display: block;
height: 80px;
margin-top: 3px;
position: relative;
text-indent: -999em;
}
.isStuck #trueHeader{
height:70px !important;
}
.isStuck #trueHeader #logo {
margin-top: -14px!important;
}
.isStuck .navbar-nav {
margin: 0px;
}
.isStuck .navbar-nav > li > a {
padding-top: 24px !important;
padding-bottom: 24px !important;
}
#header.sticky #trueHeader.header2 #logo {
margin-top: 13px;
}
.navbar-default .navbar-nav > .active > a{
background-color: transparent;
}
.top_nav.two {
float: right;
width: 100%;
text-align:right;
padding: 0px 0px 0px 0px;
background-color: #c7c8c8;
height:52px;
}
.top_nav.two a {
font-size: 13px;
color: #6b6b6b;
float: left;
padding-top: 3px;
}
.top_nav.two a i {
color: #6b6b6b;
}
.top_nav.two a:hover {
color: #727272;
}
.top_nav.two span {
font-size: 13px;
color: #6B6B6B;
float: right;
padding-left: 30px;
padding-top: 0;
line-height: 50px;
}
.top_nav.two span i {
color: #6b6b6b;
}
.top_nav.two ul {
float: right;
padding: 0px;
margin: 0px;
}
.top_nav.two li {
float: left;
font-size: 12px;
margin: 0px;
}
.top_nav.two li a i {
float: right;
font-size: 14px;
color:#6b6b6b;
padding: 5px 10px 8px 10px;
margin: 0px;
}
.top_nav.two li:hover i {
color: #454545;
}
.top_nav.two li a {
color: #fff;
}
.top_nav.two li a:hover {
color: #727272;
}
.top_nav.two .tb-right li {
float:left;
line-height:42px;
color:#6B6B6B;
font-size:14px;
}
.top_nav.two .tb-right li a {
color:#6B6B6B !important;
}
.top_nav.two .tb-right li:first-child {
padding-left:15px;
}
.top_nav.two .dd-options li:first-child {
padding-left:0px;
}
.top_nav.two .tb-right li:first-child a {
margin:0 15px;
}
.top_nav.two .top-social a {
display:inline-block;
width:30px;
line-height:45px;
text-align:center;
color:#6B6B6B !important;
}
.top_nav.two #lang {
max-width:135px;
}
.top_nav.two .dd-select {
border-radius: 2px;
border: none !important;
background:transparent !important;
position: relative;
cursor: pointer;
width: 135px !important;
height: 37px;
}
.top_nav.two .dd-selected label, .top_nav.two .dd-options li label {
line-height: 37px;
width: auto;
float: left;
display: table;
max-width: 100px !important;
font-size: 12px;
font-family: Open Sans;
font-weight: 400;
margin-left: 0;
position: relative;
top: -10px;
left: -5px;
}
.top_nav.two .dd-option-image, .top_nav.two .dd-selected-image {
position: relative;
top: 3px;
}
.top_nav.two .dd-options {
max-width:135px;
border-color: none !important;
box-shadow:none !important;
}
.top_nav.two .dd-options li {
width: 100%;
float: none;
background: #fff;
height: 37px;
overflow: hidden;
position:relative;
}
.top_nav.two .dd-options li:first-child {
border-right: none;
padding-right: 0px;
}
.top_nav.two .dd-options li label {
position: absolute;
top: 0px;
left: 34px;
color:#000;
line-height:37px;
}
.top_nav.two .dd-options li:first-child a,
.top_nav.two .dd-options li a {
margin:0px;
}
.top_nav.two .dd-options li .dd-option {
height: 37px;
line-height: 37px;
}
.top_nav.two .dd-option-selected {
background: transparent !important;
}
.top_nav.two .dd-options li img {
position: absolute;
top: 13px;
left: 10px;
}
.top_nav.two .dd-option:hover{
background:#f3f3f3 !important;
color:#000 !important;
}
.top_nav.two #lang .dd-pointer-down {
border-width: 4px;
border-style: solid;
border-color: #6B6B6B transparent transparent !important;
padding: 0;
}
.top_nav.two #lang .dd-pointer-up {
padding: 0;
border-right: 5px solid transparent !important;
border-width: 4px !important;
border-style: solid !important;
border-color: transparent transparent #6B6B6B !important;
}
.top_nav.two #lang .dd-pointer {
top: 74%;
}
.top_nav.two .dd-selected {
padding-top: 16px !important;
}
.top_nav.two .dd-option {
width:100%;
}
#topHeader {
position: relative;
z-index: 9999;
}
.header2 .navbar-nav > li > a {
padding-top: 27px;
padding-bottom: 27px;
text-transform: none;
}
#trueHeader.header2 #logo {
margin-top: 22px;
}
.top_nav.three a {
font-size: 13px;
color: #8d8c8c;
float: left;
padding-top: 3px;
}
.top_nav.three a i {
color: #8d8c8c;
}
.top_nav.three a:hover {
color: #727272;
}
.top_nav.three span {
font-size: 13px;
color: #8d8c8c;
float: right;
padding-left: 10px;
padding-top: 0;
line-height: 50px;
}
.top_nav.three span.uppercase {
padding-right: 20px;
}
.top_nav.three ul {
float: right;
padding: 0px;
margin: 0px;
}
.top_nav.three li {
float: left;
font-size: 12px;
margin: 0px;
}
.top_nav.three li a i {
float: right;
font-size: 14px;
color:#8d8c8c;
padding: 5px 10px 8px 10px;
margin: 0px;
}
.top_nav.three li:hover i {
color: #454545;
}
.top_nav.three li a {
color: #8d8c8c;
}
.top_nav.three li a:hover {
color: #727272;
}
.top_nav.three .tb-right li {
float:left;
line-height:42px;
color:#8d8c8c;
font-size:14px;
}
.top_nav.three .tb-right li a {
color:#8d8c8c;
}
.top_nav.three .tb-right li:first-child {
padding-left:15px;
}
.top_nav.three .tb-right li:first-child a {
margin:0 15px;
}
.top_nav.three .top-social a {
display:inline-block;
width:30px;
line-height:45px;
text-align:center;
color:#8d8c8c;
}
.top_nav.three #lang {
max-width:135px;
}
.top_nav.three .dd-select {
border-radius: 2px;
border: none !important;
background:transparent !important;
position: relative;
cursor: pointer;
width: 135px !important;
height: 37px;
}
.top_nav.three .dd-selected label, .top_nav.three .dd-options li label {
line-height: 37px;
width: auto;
float: left;
display: table;
max-width: 100px !important;
font-size: 12px;
font-family: Open Sans;
font-weight: 400;
margin-left: 0;
position: relative;
top: -10px;
left: -5px;
}
.top_nav.three .dd-option-image, .top_nav.three .dd-selected-image {
position: relative;
top: 3px;
}
.top_nav.three .dd-options {
max-width:135px;
border-color: none !important;
box-shadow:none !important;
}
.top_nav.three .dd-options li {
width: 100%;
float: none;
background: #fff;
height: 37px;
overflow: hidden;
position:relative;
}
.top_nav.three .dd-options li:first-child {
border-right: none;
padding-right: 0px;
}
.top_nav.three .dd-options li label {
position: absolute;
top: 0px;
left: 34px;
color:#000;
line-height:37px;
}
.top_nav.three .dd-options li:first-child a,
.top_nav.three .dd-options li a {
margin:0px;
}
.top_nav.three .dd-options li .dd-option {
height: 37px;
line-height: 37px;
}
.top_nav.three .dd-option-selected {
background: transparent !important;
}
.top_nav.three .dd-options li img {
position: absolute;
top: 13px;
left: 10px;
}
.top_nav.three .dd-option:hover{
background:#f3f3f3 !important;
color:#000 !important;
}
.top_nav.three #lang .dd-pointer-down {
border-width: 4px;
border-style: solid;
border-color: #6B6B6B transparent transparent;
padding: 0;
}
.top_nav.three #lang .dd-pointer-up {
padding: 0;
border-right: 5px solid transparent !important;
border-width: 4px !important;
border-style: solid !important;
border-color: transparent transparent #6B6B6B !important;
}
.top_nav.three #lang .dd-pointer {
top: 74%;
}
.top_nav.three .dd-selected {
padding-top: 16px;
}
.top_nav.three .dd-option {
width:100%;
}
.top_nav.four .tb-right li {
float:left;
line-height:42px;
color:#8d8c8c;
font-size:14px;
}
.top_nav.four .tb-right li a {
color:#8d8c8c;
line-height:67px;
font-size:13px;
margin-right: 5px;
}
.top_nav.four .tb-right li a:last-child{
margin-right: 0px;
}
.top_nav.four .tb-right li:first-child {
padding-left:15px;
}
.top_nav.four .tb-right li:first-child a {
margin:0 15px;
}
.top_nav.four .top-social {
margin-top: 14px;
}
.top_nav.four .top-social a {
display: inline-block;
width: 25px;
height: 25px;
text-align: center;
color: #161616 !important;
border: 1px solid #D9D9D9;
border-radius: 50%;
padding-top: 6px;
line-height:12px !important;
}
.top_nav.four #lang {
max-width: 135px;
margin-top: 11px;
margin-right:10px;
}
.top_nav.four .dd-select {
border-radius: 2px;
border: none !important;
background:transparent !important;
position: relative;
cursor: pointer;
width: 135px !important;
height: 37px;
}
.top_nav.four .dd-selected label, .top_nav.four .dd-options li label {
line-height: 37px;
width: auto;
float: left;
display: table;
max-width: 100px !important;
font-size: 12px;
font-family: Open Sans;
font-weight: 400;
margin-left: 0;
position: relative;
top: -10px;
left: -5px;
}
.top_nav.four .dd-option-image, .top_nav.four .dd-selected-image {
position: relative;
top: 3px;
}
.top_nav.four .dd-options {
max-width:135px;
border-color: none !important;
box-shadow:none !important;
}
.top_nav.four .dd-options li {
width: 100%;
float: none;
background: #fff;
height: 37px;
overflow: hidden;
position:relative;
}
.top_nav.four .dd-options li:first-child {
border-right: none;
padding-right: 0px;
}
.top_nav.four .dd-options li label {
position: absolute;
top: 0px;
left: 34px;
color:#000;
line-height:37px;
}
.top_nav.four .dd-options li:first-child a,
.top_nav.four .dd-options li a {
margin:0px;
}
.top_nav.four .dd-options li .dd-option {
height: 37px;
line-height: 37px;
}
.top_nav.four .dd-option-selected {
background: transparent !important;
}
.top_nav.four .dd-options li img {
position: absolute;
top: 13px;
left: 10px;
}
.top_nav.four .dd-option:hover{
background:#f3f3f3 !important;
color:#000 !important;
}
.top_nav.four #lang .dd-pointer-down {
border-width: 4px;
border-style: solid;
border-color: #161616 transparent transparent;
padding: 0;
}
.top_nav.four #lang .dd-pointer-up {
padding: 0;
border-right: 5px solid transparent !important;
border-width: 4px !important;
border-style: solid !important;
border-color: transparent transparent #161616 !important;
}
.top_nav.four #lang .dd-pointer {
top: 74%;
}
.top_nav.four .dd-selected {
padding-top: 16px;
}
.top_nav.four .dd-option {
width:100%;
}
.desc {
color: #6b6b6b;
}
.desc a {
color: #0092dd;
}
.dropdown dd, .dropdown dt, .dropdown ul {
margin: 0px;
padding: 0px;
}
.dropdown dd {
position: relative;
}
.dropdown a, .dropdown a:visited {
color: #816c5b;
text-decoration: none;
outline: none;
}
.dropdown a:hover {
color: #5d4617;
}
.dropdown dt a:hover {
color: #6b6b6b;
border: 1px solid #6b6b6b;
}
.dropdown dt a {
background: #e4dfcb url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/css/arrow.png) no-repeat scroll right center;
display: block;
padding-right: 20px;
border: 1px solid #d4ca9a;
width: 160px;
padding: 5px;
}
.dropdown dt a span {
cursor: pointer;
display: block;
}
.dropdown dd ul {
background: #e4dfcb none repeat scroll 0 0;
border: 1px solid #000;
color: #C5C0B0;
display: none;
left: 0px;
padding: 5px 0px;
position: absolute;
top: 2px;
width: auto;
min-width: 170px;
list-style: none;
}
.dropdown span.value {
display: none;
}
.dropdown dd ul li a {
padding: 5px;
display: block;
}
.dropdown dd ul li a:hover {
background-color: #d0c9af;
}
.dropdown img.flag {
border: none;
vertical-align: middle;
margin-left: 10px;
}
.flagvisibility {
display: none;
}
#source {
margin-top: 5px;
margin-left: 5px;
background-color: #c7c8c8;
color: #6b6b6b;
border: 1px solid #6b6b6b;
} #trueHeader .header3.header5 #trueHeader {
height:90px !important;
z-index: 999999;
}
.boxed .sticky-wrapper #trueHeader {
width: 1240px;
margin: auto auto auto auto;
}
#header.sticky, #header.sticky #trueHeader {
height:70px !important;
}
#header6 {
height:73px !important;
}
#header6 #logo{
margin-top: 13px!important;
}
.header2 .logo_holder {
float: left;
width: 100%;
height: 64px;
}
.header2 .menu_main {
z-index: 9999;
position: relative;
}
.header2 .top_nav.two {
float: right;
width: 100%;
text-align:right;
padding: 0px 0px 0px 0px;
background-color: #c7c8c8;
}
.header2 .top_nav.two a {
font-size: 13px;
color: #6b6b6b;
float: left;
padding-top: 3px;
}
.header2 .top_nav.two a i {
color: #6b6b6b;
}
.header2 .top_nav.two a:hover {
color: #727272;
}
.header2 .top_nav.two span {
font-size: 14px;
color: #6b6b6b;
float: right;
padding-left: 15px;
padding-top: 3px;
}
.header2 .top_nav.two span i {
color: #6b6b6b;
}
.header2 .top_nav.two ul {
float: right;
padding: 0px;
margin: 0px;
}
.header2 .top_nav.two li {
float: left;
font-size: 12px;
margin: 0px;
}
.header2 .top_nav.two li a i {
float: right;
font-size: 14px;
color:#6b6b6b;
padding: 5px 10px 8px 10px;
margin: 0px;
}
.header2 .top_nav.two li:hover i {
color: #454545;
}
.header2 .top_nav.two li a {
color: #fff;
}
.header2 .top_nav.two li a:hover {
color: #727272;
}
.header2 .top_nav.two a.login_but {
color: #6b6b6b;
float: right;
font-size:13px;
padding: 2px 15px 0px 15px;
}
.header2 .top_nav.two a.registerbut {
color: #6b6b6b;
float: right;
padding: 2px 15px 0px 0px;
}
.header2 .top_nav.two .country_selector {
float: right;
color: #6b6b6b;
padding: 0 20px 5px 5px;
} .header2 .top_nav.three {
float: left;
width: 100%;
text-align: left;
padding: 0;
background-color: #272727;
height: 52px;
}
.header2 .top_nav.three ul {
float: left;
padding: 0px;
margin: 0px;
}
.header2 .top_nav.three li {
float: left;
color:#8d8c8c;
font-size: 14px;
margin: 0px;
padding:0 10px 0 0;
}
.header2 .top_nav.three li a {
color:#8d8c8c;
}
.header2 .top_nav.three li a:hover {
color:#fff;
}
.header2 .top_nav.three li #source {
margin-top: 5px;
margin-left: 5px;
background-color: #272727;
color: #8d8c8c;
border: 1px solid #8d8c8c;
} .header3 .logo_holder {
float: left;
width: 100%;
height: 64px;
}
.header3 #topHeader #logo {
float: left;
display: block;
height: 45px;
margin: 8px 0 8px 0;
text-align:center;
position: relative;
text-indent: -999em;
}
.header3 .navbar-nav > li > a {
padding-top: 27px;
padding-bottom: 27px;
text-transform: none;
position:relative;
}
.header3 ul.nav > li > a:hover ,
.header3 ul.nav > li.active > a {
color: #119ee7;
background:none!important;
}
.header4 ul.nav > li.active > a {
color: #fff;
background-color: #119EE7;
border-bottom: none;
}
.header3 .navbar-nav > li > a:hover:after ,
.header3 .navbar-nav > li.active > a:after {
content:"";
height:4px;
background:#119ee7;
position:absolute;
bottom:0;
width:100%;
left:0;
}
.header3 .logo {
text-align:center;
}
.header3 .menu_main {
float: left;
width: 75%;
z-index: 9999;
}
.header3 .menu_main2 {
float: left;
width: 80%;
z-index: 9999;
padding: 0px;
margin: 0px;
position: relative;
} .header3 .top_nav.two {
float: right;
width: 100%;
text-align:right;
padding: 0px 0px 0px 0px;
background-color: #c7c8c8;
}
.header3 .top_nav.two a {
font-size: 13px;
color: #6b6b6b;
float: left;
padding-top: 3px;
}
.header3 .top_nav.two a i {
color: #6b6b6b;
}
.header3 .top_nav.two a:hover {
color: #727272;
}
.header3 .top_nav.two span {
font-size: 14px;
color: #6b6b6b;
float: right;
padding-left: 15px;
padding-top: 3px;
}
.header3 .top_nav.two span i {
color: #6b6b6b;
}
.header3 .top_nav.two ul {
float: right;
padding: 0px;
margin: 0px;
}
.header3 .top_nav.two li {
float: left;
font-size: 12px;
margin: 0px;
}
.header3 .top_nav.two li a i {
float: right;
font-size: 14px;
color:#6b6b6b;
padding: 5px 10px 8px 10px;
margin: 0px;
}
.header3 .top_nav.two li:hover i {
color: #454545;
}
.header3 .top_nav.two li a {
color: #fff;
}
.header3 .top_nav.two li a:hover {
color: #727272;
}
.header3 .top_nav.two a.login_but {
color: #6b6b6b;
float: right;
font-size:13px;
padding: 2px 15px 0px 15px;
}
.header3 .top_nav.two a.registerbut {
color: #6b6b6b;
float: right;
padding: 2px 15px 0px 0px;
}
.header3 .top_nav.two .country_selector {
float: right;
color: #6b6b6b;
padding: 0 20px 5px 5px;
} .header3 .top_nav.three {
float: left;
width: 100%;
text-align:left;
padding: 5px 0px 5px 0;
background-color: #272727;
}
.header3 .top_nav.three ul {
float: left;
padding: 0px;
margin: 0px;
}
.header3 .top_nav.three li {
float: left;
color:#8d8c8c;
font-size: 14px;
margin: 0px;
padding:0 20px 0 0;
}
.header3 .top_nav.three li a {
color:#8d8c8c;
}
.header3 .top_nav.three li a:hover {
color:#fff;
}
.header3 .top_nav.three li #source {
margin-top: 5px;
margin-left: 5px;
background-color: #272727;
color: #8d8c8c;
border: 1px solid #8d8c8c;
} .header3 .top_nav.four {
float: left;
width: 100%;
padding: 0px 0px 0 0;
background-color: #fff;
border-bottom: 1px solid #e4e4e4;
height:67px;
}
.header3 .top_nav.four .left {
float: left;
width: 37%;
padding:0;
margin:0px;
}
.header3 .top_nav.four .left ul.links {
float: left;
width: 100%;
padding:0;
margin:0px;
}
.header3 .top_nav.four .left ul.links li {
padding: 23px 30px 0px 0px;
margin: 0px;
float: left;
font-size: 13px;
}
.header3 .top_nav.four .left ul.links li a {
padding:0;
float:left;
color:#727272;
margin:0px;
}
.header3 .top_nav.four .left ul.links li a:hover {
color:#272727;
}
.header3 .top_nav.four .left ul.links li i {
padding-right:5px;
}
.header3 .top_nav.four .left ul.links li a i {
padding-right:5px;
}
.header3 .top_nav.four .middle {
float: left;
width: 26%;
padding:0;
margin:0px;
}
.header3 .top_nav.four .right {
float: left;
width: 37%;
padding:0;
margin:0px;
}
.header3 .top_nav.four .right ul.links {
float: left;
width: 100%;
padding:0;
margin:0px;
}
.header3 .top_nav.four .right ul.links li {
padding:23px 10px 0 0;
margin:0px;
float: left;
}
.header3 .top_nav.four .right ul.links li.lesspadd {
padding:20px 5px 0 0;
}
.header3 .top_nav.four .right ul.links li a {
padding:0;
float:left;
color:#727272;
margin:0px;
}
.header3 .top_nav.four .right ul.links li a:hover {
color:#272727;
}
.header3 .top_nav.four .right ul.links li.icon a {
width:25px;
height:25px;
border-radius:100%;
padding:0;
text-align:center;
line-height:26px;
color:#727272;
margin:0px;
border:1px solid #d9d9d9;
}
.header3 .top_nav.four .right ul.links li.icon a:hover {
color:#fff;
background-color:#272727;
border:1px solid #272727;
}
.header3 .top_nav.four .right ul.links li i {
padding-right:5px;
}
.header3 .top_nav.four .right ul.links li a i {
padding-right:5px;
}
.header3 .top_nav.four #source {
margin-top: 5px;
margin-left: 5px;
background-color: #fff;
color: #727272;
border: 1px solid #d9d9d9;
} .header3 .menu_right_search_box {
width: 20%;
padding: 18px 0 0 0;
margin:0px;
float:right;
}
.header3 .menu_right_search_box .serch_input {
color: #727272;
float: left;
font-size: 13px;
font-weight: normal;
height: 30px;
padding: 0px 15px;
width: 90%;
border: 1px solid #D9D9D9;
border-radius: 3px;
margin-top: 7px;
}
.header3 .menu_right_search_box .search_submit {
padding: 0px;
margin: 13px 0px 0px -27px;
float: left;
width: 20px;
height: 20px;
text-align: center;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img80.png) 0 0 no-repeat;
border: none;
}
.header3 .menu_right_search_box a.but {
font-size: 16px;
color: #161616;
font-weight: 600;
padding: 20px 40px;
margin: 0px;
background-color: #fdce16;
}
.header3 .menu_right_search_box a.but:hover {
color: #fff;
background-color: #161616;
} .header4 .logo_holder {
float: left;
width: 100%;
height: 64px;
}
.header4 #trueHeader {
background: #272727;
}
.header4 #trueHeader #logo {
float: left;
display: block;
height: 45px;
margin-top: 13px;
position: relative;
text-indent: -999em;
}
.header4 .navbar-nav > li > a {
padding-top: 27px;
padding-bottom: 27px;
text-transform: none;
color:#b2b2b2;
}
.header4 .top_nav.five {
background-color: #fff !important;
}  .header4 .top_nav.three {
float: left;
width: 100%;
text-align:left;
padding: 5px 0px 5px 0;
background-color: #272727;
}
.header4 .top_nav.three ul {
float: left;
padding: 0px;
margin: 0px;
}
.header4 .top_nav.three li {
float: left;
color:#8d8c8c;
font-size: 14px;
margin: 0px;
padding:0 20px 0 0;
}
.header4 .top_nav.three li a {
color:#8d8c8c;
}
.header4 .top_nav.three li a:hover {
color:#fff;
}
.header4 .top_nav.three li #source {
margin-top: 5px;
margin-left: 5px;
background-color: #272727;
color: #8d8c8c;
border: 1px solid #8d8c8c;
} .header5 .logo_holder {
float: left;
width: 100%;
height: 64px;
}
.header5 #trueHeader #logo {
float: left;
display: block;
width: 100%;
min-height: 45px;
margin-top: 13px;
position: relative;
text-indent: -999em;
}
.header3.header5 #topHeader #logo {
float: left;
display: block;
width: 100%;
min-height: 45px;
margin: 15px 0 15px 0;
text-align:center;
position: relative;
text-indent: -999em;
} .header5 .logo {
width: 100%;
text-align:center;
}
.header5 .menu_main {
float: left;
width: 75%;
z-index: 9999;
}
.header5 .menu_main2 {
width: 80%;
float: left;
z-index: 9999;
padding: 0px;
margin: 0px;
text-align:left;
}
.header5 .top_nav.two {
float: none !important;
height:72px !important;
background:#fff !important;
}
.header5 .top_nav.two .right {
padding-top: 12px;
}
.header5 .top_nav.two span {
font-size: 13px !important;
color: #6B6B6B;
float: right;
padding-left: 20px;
padding-top: 0px;
} a.btn_st1 {
padding: 0px;
margin: 0px 10px 10px 0px;
float: left;
border-radius: 2px;
color: #FFF;
text-transform: uppercase;
text-decoration: none;
background-color: #fdce16;
} a.btn_st1.large {
font-size: 20px;
padding: 20px 50px;
}
a.btn_st1.large.yellow {
background-color: #fdce16;
}
a.btn_st1.large.yellow:hover {
background-color: #161616;
}
a.btn_st1.large.red {
background-color: #fc4242;
}
a.btn_st1.large.red:hover {
background-color: #161616;
}
a.btn_st1.large.blue {
background-color: #13bfff;
}
a.btn_st1.large.blue:hover {
background-color: #161616;
}
a.btn_st1.large.lightgreen {
background-color: #a5d549;
}
a.btn_st1.large.lightgreen:hover {
background-color: #161616;
}
a.btn_st1.large.violet {
background-color: #c762cb;
}
a.btn_st1.large.violet:hover {
background-color: #161616;
}
a.btn_st1.large.green {
background-color: #3fc35f;
}
a.btn_st1.large.green:hover {
background-color: #161616;
}
a.btn_st1.large.pink {
background-color: #fc5eac;
}
a.btn_st1.large.pink:hover {
background-color: #161616;
}
a.btn_st1.large.orange {
background-color: #ff9d12;
}
a.btn_st1.large.orange:hover {
background-color: #161616;
} a.btn_st1.large {
font-size: 20px;
padding: 20px 50px;
}
a.btn_st1.large.two.yellow {
border: 2px solid #fdce16;
background-color: #fff;
color: #fdce16;
}
a.btn_st1.large.two.yellow:hover {
color: #fff;
border: 2px solid #fdce16;
background-color: #fdce16;
}
a.btn_st1.large.two.red {
border: 2px solid #fc4242;
background-color: #fff;
color: #fc4242;
}
a.btn_st1.large.two.red:hover {
color: #fff;
border: 2px solid #fc4242;
background-color: #fc4242;
}
a.btn_st1.large.two.blue {
border: 2px solid #13bfff;
background-color: #fff;
color: #13bfff;
}
a.btn_st1.large.two.blue:hover {
color: #fff;
border: 2px solid #13bfff;
background-color: #13bfff;
}
a.btn_st1.large.two.lightgreen {
border: 2px solid #a5d549;
background-color: #fff;
color: #a5d549;
}
a.btn_st1.large.two.lightgreen:hover {
color: #fff;
border: 2px solid #a5d549;
background-color: #a5d549;
}
a.btn_st1.large.two.violet {
border: 2px solid #c762cb;
background-color: #fff;
color: #c762cb;
}
a.btn_st1.large.two.violet:hover {
color: #fff;
border: 2px solid #c762cb;
background-color: #c762cb;
}
a.btn_st1.large.two.green {
border: 2px solid #3fc35f;
background-color: #fff;
color: #3fc35f;
}
a.btn_st1.large.two.green:hover {
color: #fff;
border: 2px solid #3fc35f;
background-color: #3fc35f;
}
a.btn_st1.large.two.pink {
border: 2px solid #fc5eac;
background-color: #fff;
color: #fc5eac;
}
a.btn_st1.large.two.pink:hover {
color: #fff;
border: 2px solid #fc5eac;
background-color: #fc5eac;
}
a.btn_st1.large.two.orange {
border: 2px solid #ff9d12;
background-color: #fff;
color: #ff9d12;
}
a.btn_st1.large.two.orange:hover {
color: #fff;
border: 2px solid #ff9d12;
background-color: #ff9d12;
} a.btn_st1.medium {
font-size: 16px;
padding: 15px 35px;
}
a.btn_st1.medium.yellow {
background-color: #fdce16;
}
a.btn_st1.medium.yellow:hover {
background-color: #161616;
}
a.btn_st1.medium.red {
background-color: #fc4242;
}
a.btn_st1.medium.red:hover {
background-color: #161616;
}
a.btn_st1.medium.blue {
background-color: #13bfff;
}
a.btn_st1.medium.blue:hover {
background-color: #161616;
}
a.btn_st1.medium.lightgreen {
background-color: #a5d549;
}
a.btn_st1.medium.lightgreen:hover {
background-color: #161616;
}
a.btn_st1.medium.violet {
background-color: #c762cb;
}
a.btn_st1.medium.violet:hover {
background-color: #161616;
}
a.btn_st1.medium.green {
background-color: #3fc35f;
}
a.btn_st1.medium.green:hover {
background-color: #161616;
}
a.btn_st1.medium.pink {
background-color: #fc5eac;
}
a.btn_st1.medium.pink:hover {
background-color: #161616;
}
a.btn_st1.medium.orange {
background-color: #ff9d12;
}
a.btn_st1.medium.orange:hover {
background-color: #161616;
} a.btn_st1.medium.two.yellow {
border: 2px solid #fdce16;
background-color: #fff;
color: #fdce16;
}
a.btn_st1.medium.two.yellow:hover {
color: #fff;
border: 2px solid #fdce16;
background-color: #fdce16;
}
a.btn_st1.medium.two.red {
border: 2px solid #fc4242;
background-color: #fff;
color: #fc4242;
}
a.btn_st1.medium.two.red:hover {
color: #fff;
border: 2px solid #fc4242;
background-color: #fc4242;
}
a.btn_st1.medium.two.blue {
border: 2px solid #13bfff;
background-color: #fff;
color: #13bfff;
}
a.btn_st1.medium.two.blue:hover {
color: #fff;
border: 2px solid #13bfff;
background-color: #13bfff;
}
a.btn_st1.medium.two.lightgreen {
border: 2px solid #a5d549;
background-color: #fff;
color: #a5d549;
}
a.btn_st1.medium.two.lightgreen:hover {
color: #fff;
border: 2px solid #a5d549;
background-color: #a5d549;
}
a.btn_st1.medium.two.violet {
border: 2px solid #c762cb;
background-color: #fff;
color: #c762cb;
}
a.btn_st1.medium.two.violet:hover {
color: #fff;
border: 2px solid #c762cb;
background-color: #c762cb;
}
a.btn_st1.medium.two.green {
border: 2px solid #3fc35f;
background-color: #fff;
color: #3fc35f;
}
a.btn_st1.medium.two.green:hover {
color: #fff;
border: 2px solid #3fc35f;
background-color: #3fc35f;
}
a.btn_st1.medium.two.pink {
border: 2px solid #fc5eac;
background-color: #fff;
color: #fc5eac;
}
a.btn_st1.medium.two.pink:hover {
color: #fff;
border: 2px solid #fc5eac;
background-color: #fc5eac;
}
a.btn_st1.medium.two.orange {
border: 2px solid #ff9d12;
background-color: #fff;
color: #ff9d12;
}
a.btn_st1.medium.two.orange:hover {
color: #fff;
border: 2px solid #ff9d12;
background-color: #ff9d12;
} a.btn_st1.small {
font-size: 14px;
padding: 11px 20px;
}
a.btn_st1.small.yellow {
background-color: #fdce16;
}
a.btn_st1.small.yellow:hover {
background-color: #161616;
}
a.btn_st1.small.red {
background-color: #fc4242;
}
a.btn_st1.small.red:hover {
background-color: #161616;
}
a.btn_st1.small.blue {
background-color: #13bfff;
}
a.btn_st1.small.blue:hover {
background-color: #161616;
}
a.btn_st1.small.lightgreen {
background-color: #a5d549;
}
a.btn_st1.small.lightgreen:hover {
background-color: #161616;
}
a.btn_st1.small.violet {
background-color: #c762cb;
}
a.btn_st1.small.violet:hover {
background-color: #161616;
}
a.btn_st1.small.green {
background-color: #3fc35f;
}
a.btn_st1.small.green:hover {
background-color: #161616;
}
a.btn_st1.small.pink {
background-color: #fc5eac;
}
a.btn_st1.small.pink:hover {
background-color: #161616;
}
a.btn_st1.small.orange {
background-color: #ff9d12;
}
a.btn_st1.small.orange:hover {
background-color: #161616;
} a.btn_st1.small.two.yellow {
border: 2px solid #fdce16;
background-color: #fff;
color: #fdce16;
}
a.btn_st1.small.two.yellow:hover {
color: #fff;
border: 2px solid #fdce16;
background-color: #fdce16;
}
a.btn_st1.small.two.red {
border: 2px solid #fc4242;
background-color: #fff;
color: #fc4242;
}
a.btn_st1.small.two.red:hover {
color: #fff;
border: 2px solid #fc4242;
background-color: #fc4242;
}
a.btn_st1.small.two.blue {
border: 2px solid #13bfff;
background-color: #fff;
color: #13bfff;
}
a.btn_st1.small.two.blue:hover {
color: #fff;
border: 2px solid #13bfff;
background-color: #13bfff;
}
a.btn_st1.small.two.lightgreen {
border: 2px solid #a5d549;
background-color: #fff;
color: #a5d549;
}
a.btn_st1.small.two.lightgreen:hover {
color: #fff;
border: 2px solid #a5d549;
background-color: #a5d549;
}
a.btn_st1.small.two.violet {
border: 2px solid #c762cb;
background-color: #fff;
color: #c762cb;
}
a.btn_st1.small.two.violet:hover {
color: #fff;
border: 2px solid #c762cb;
background-color: #c762cb;
}
a.btn_st1.small.two.green {
border: 2px solid #3fc35f;
background-color: #fff;
color: #3fc35f;
}
a.btn_st1.small.two.green:hover {
color: #fff;
border: 2px solid #3fc35f;
background-color: #3fc35f;
}
a.btn_st1.small.two.pink {
border: 2px solid #fc5eac;
background-color: #fff;
color: #fc5eac;
}
a.btn_st1.small.two.pink:hover {
color: #fff;
border: 2px solid #fc5eac;
background-color: #fc5eac;
}
a.btn_st1.small.two.orange {
border: 2px solid #ff9d12;
background-color: #fff;
color: #ff9d12;
}
a.btn_st1.small.two.orange:hover {
color: #fff;
border: 2px solid #ff9d12;
background-color: #ff9d12;
}
.btn_bdr {
float: left;
color: #fff;
text-transform: uppercase;
padding: 11px 30px;
border: 2px solid #fff;
border-radius: 2px;
}
.btn_bdr:hover {
color: #fff;
border: 2px solid #161616;
background-color: #161616;
}
.readmore_but7 {
color: #fff;
text-transform: uppercase;
padding: 11px 30px;
border: 2px solid #fff;
border-radius: 2px;
}
.readmore_but7:hover {
color: #fff;
border: 2px solid #161616;
background-color: #161616;
} a.btn_fullwidth {
padding: 0px;
margin: 10px 0px 0px;
float: left;
width: 100%;
height: 65px;
text-align: center;
line-height: 67px;
font-size: 18px;
border-radius: 4px;
color: #FFF;
font-weight: 500;
text-transform: uppercase;
background-color: #a5d549;
}
a.btn_fullwidth:hover {
color: #fff;
background-color: #161616;
}
a.btn_fullwidth.two {
background-color: #c762cb;
}
a.btn_fullwidth.two:hover {
color: #fff;
background-color: #161616;
}
a.btn_fullwidth.three {
background-color: #13bfff;
}
a.btn_fullwidth.three:hover {
color: #fff;
background-color: #161616;
} .page_header2 {
width: 100%;
height: 300px;
padding: 0;
margin: 0px;
text-align: center;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img34.jpg) 0px 0px no-repeat;
}
.page_header2 h3 {
font: 14px 'Open Sans', sans-serif;
font-size: 42px;
color: #fff;
padding: 95px 0 0 0;
text-align: center;
font-weight: bold;
margin: 0px;
text-transform: uppercase;
}
.page_header2 p {
font: 14px 'Open Sans', sans-serif;
font-size: 42px;
color: #fff;
padding: 0;
text-align: center;
font-weight: 200;
margin: 0px;
text-transform: uppercase;
}
.page_header2 h3 span,
.page_header2 p span {
color: #119EE7;
} .page_title {
width: 100%;
padding: 25px 0 10px 0;
margin: 0px;
border-bottom: 1px solid #e9e9e9;
}
.pagetitle {
float: left;
width: 50%;
font-size: 30px;
text-align: left;
font-weight: normal;
color: #161616;
margin: 0px;
padding: 0px;
}
.pagenation {
float: right;
width: 50%;
font-size: 14px;
text-align: right;
font-weight: normal;
color: #999;
margin: 5px 0px 0px;
padding: 0px;
}
.pagenation a {
color: #161616;
} .error_content {
width: 100%;
padding: 75px 0;
margin: 0px;
text-align: center;
background-color: #fff;
border-top: 1px solid #e4e4e4;
}
.error_content .title1 {
font-size: 80px;
padding: 30px 0 0 0;
font-weight: 400;
margin: 0px;
line-height: 65px;
}
.error_content .title1 span {
color: #119EE7;
}
.error_content .title {
font-size: 36px;
padding: 30px 0 10px 0;
font-weight: 300;
margin: 0px;
line-height: 65px;
}
.error_search_holder {
width: 100%;
float: left;
padding: 75px 0 90px 0;
margin: 0px;
text-align: center;
}
.error_search_holder .search_box {
width: 60%;
height: 55px;
padding: 0;
margin: 0 auto 50px auto;
border: 1px solid #d9d9d9;
text-align: center;
}
.error_search_holder .search_box .serch_input {
border: 0px none;
color: #161616;
float: left;
font-size: 16px;
font-weight: normal;
height: 53px;
line-height: 39px;
padding: 0px 15px;
width: 94%;
}
.error_search_holder .search_box .search_submit {
padding: 15px;
margin: 11px 0px 0px 0px;
float: left;
width: 20px;
height: 20px;
text-align: center;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img166.png) 4px 4px no-repeat;
border: none;
}
.error_search_holder a.btn {
font-size: 16px;
color: #161616;
font-weight: 600;
padding: 20px 40px;
margin: 0px;
background-color: #fdce16;
}
.error_search_holder a.btn:hover {
color: #fff;
background-color: #161616;
} .content_head h1 {
font-size: 43px;
padding: 0px;
margin: 0px;
font-weight: 300;
text-align: center;
text-transform: uppercase;
}
.content_head h1 span {
font-weight: 600;
}
.content_head .sep {
height: 3px;
padding: 0px;
margin: 15px auto 20px;
text-align: center;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/title_line7.png) center top no-repeat;
}
.content_head_lite .sep {
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/title_line9.png) no-repeat scroll center top transparent;
}
.content_head p {
width: 60%;
padding: 0px;
margin: 0px auto 60px;
text-align: center;
}
.content_head_lite h1,
.content_head_lite p {
color: #fff;
}
.content_head_left {
font-size: 43px;
padding: 0px;
margin: 0px;
font-weight: 300;
text-align: left;
text-transform: uppercase;
}
.content_head_left span {
font-weight: 600;
}
.content_head_left_med {
font-size: 35px;
}
.content_head_lite {
color: #fff;
}
.content_head_med h1 ,
.content_head_left_med {
font-size: 35px !important;
}
.sep2 {
width: 100%;
height: 3px;
float: left;
padding: 0;
margin: 20px 0 30px 0;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/title_line8.png) 0 0 no-repeat;
}
.sep3 {
width: 100%;
height: 3px;
float: left;
padding: 0;
margin: 25px 0 20px 0;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/title_line3.png) 0 0 no-repeat;
}
.sep4 {
width: 60%;
height: 3px;
margin: 20px 0 10px 0;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/title_line3.png) 0 0 no-repeat;
}
.sep5 {
width: 100%;
height: 3px;
float: left;
padding: 0;
margin: 20px 0 30px 0;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/title_line11.png) 0 0 no-repeat;
}
.sep5.dark {
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/title_line12.png) 0 0 no-repeat;
}
.sep6 {
width:100%;
height: 3px;
float:left;
padding: 0px;
margin: 15px auto 20px;
text-align: left;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/title_line6.png) 0 0 no-repeat;
}
.sep6.dark{
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/title_line13.png) 0 0 no-repeat;
} .img_holder .shape {
position: absolute;
width: 450px;
height: 90px;
float: left;
padding: 0px;
margin: 107px 0 0 0;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img3.png) center top no-repeat;
}
.team_wrap .img_holder {
position: relative;
width: 272px;
height: 272px;
float: none;
padding: 13.2px;
text-align: center;
margin: 0px auto;
border-radius: 50%;
background-color: #161616;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.team_wrap .img_holder img {
width: 100%;
height: 245px;
float: left;
padding: 0px;
text-align: center;
margin: 0px;
border-radius: 100%;
}
.team_wrap .member_info {
width: 80%;
text-align: center;
padding: 10px 0 10px 0;
margin: 30px auto 30px auto;
border-bottom: 1px solid #969696;
border-top: 1px solid #969696;
}
.team_wrap .img_holder .hover_circle {
position: absolute;
width: 245px;
height: 245px;
float: left;
opacity: 0;
padding: 0px;
margin: 0px;
border-radius: 50%;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img59.png) 0px 0px repeat;
transition: opacity 0.3s ease-in-out 0s;
}
.team_wrap .img_holder ul.social_icon {
position: absolute;
width: 100%;
float: left;
padding: 0px;
margin: 0px 0px 0px 32px;
z-index: 10;
}
.team_wrap .img_holder ul.social_icon li {
float: left;
padding: 0px;
margin: 0px;
transition: opacity 0.1s ease-in-out 0s;
-webkit-transition: opacity .1s ease-in-out;
-moz-transition: opacity .1s ease-in-out;
-ms-transition: opacity .1s ease-in-out;
-o-transition: opacity .1s ease-in-out;
transition: opacity .1s ease-in-out;
transition: top 0.1s ease-in-out 0s;
}
.team_wrap .img_holder ul.social_icon li:nth-child(1) {
position: absolute;
top: 200px;
opacity: 0;
}
.team_wrap .img_holder ul.social_icon li:nth-child(2) {
position: absolute;
top: 20px;
opacity: 0;
left: 45px;
}
.team_wrap .img_holder ul.social_icon li:nth-child(3) {
position: absolute;
top: 200px;
opacity: 0;
left: 90px;
}
.team_wrap .img_holder ul.social_icon li:nth-child(4) {
position: absolute;
top: 20px;
opacity: 0;
left: 135px;
}
.team_wrap .img_holder .social_icon li a {
width: 40px;
height: 40px;
float: left;
font-size: 18px;
padding: 0px;
line-height: 40px;
color: #161616;
margin: 0 5px 0 0;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
background-color: #fff;
z-index: 10;
}
.team_wrap .img_holder .social_icon li a:hover {
background-color: #119EE7;
}
.team_wrap .team-member:hover .hover_circle {
opacity: 1;
transition: opacity 0.1s ease-in-out 0s;
}
.team_wrap .team-member:hover .social_icon li:nth-child(1) {
top: 108px;
opacity: 1;
transition: top .3s ease-in-out;
}
.team_wrap .team-member:hover .social_icon li:nth-child(2) {
top: 106px;
opacity: 1;
transition: top .5s ease-in-out;
}
.team_wrap .team-member:hover .social_icon li:nth-child(3) {
top: 108px;
opacity: 1;
transition: top .3s ease-in-out;
}
.team_wrap .team-member:hover .social_icon li:nth-child(4) {
top: 106px;
opacity: 1;
transition: top .5s ease-in-out;
}
.team_wrap .team-member:hover .img_holder {
background-color: #119EE7;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.team_wrap .img_holder .social_icon li a.active {
background-color: #119EE7;
}
.team_wrap .team-member.active .hover_circle {
opacity: 1;
transition: opacity 0.1s ease-in-out 0s;
}
.team_wrap .team-member.active .social_icon li:nth-child(1) {
top: 106px;
opacity: 1;
transition: top .3s ease-in-out;
}
.team_wrap .team-member.active .social_icon li:nth-child(2) {
top: 106px;
opacity: 1;
transition: top .5s ease-in-out;
}
.team_wrap .team-member.active .social_icon li:nth-child(3) {
top: 106px;
opacity: 1;
transition: top .7s ease-in-out;
}
.team_wrap .team-member.active .social_icon li:nth-child(4){
top: 106px;
opacity: 1;
transition: top .9s ease-in-out;
}
.team_wrap .team-member.active .img_holder {
background-color: #119EE7;
} .team_st1 {
padding: 0px;
margin: 0px;
float: left;
width: 100%;
text-align: center;
}
.team_st1 .imgholder {
position: relative;
padding: 0px;
margin-bottom: 20px;
float: left;
overflow: hidden;
-webkit-transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-ms-transition: opacity .25s ease-in-out;
-o-transition: opacity .25s ease-in-out;
transition: opacity .25s ease-in-out;
}
.team_st1 .teamst1_imgholder {
width: 250px;
height: 250px;
float: left;
padding: 15px;
margin: 0px;
border: 1px solid #e1e1e1;
border-radius: 50%;
}
.team_st1 .imgholder .hoverbox {
position: absolute;
padding: 0px;
margin: 0px;
float: left;
width: 210px;
height: 210px;
left: 19px;
top: 22px;
opacity: 0;
background-color: #000;
border-radius: 50%;
transition: top .3s ease-in-out;
z-index: 2;
-webkit-transition: opacity .50s ease-in-out;
-moz-transition: opacity .50s ease-in-out;
-ms-transition: opacity .50s ease-in-out;
-o-transition: opacity .50s ease-in-out;
transition: opacity .50s ease-in-out;
}
.team_st1 .imgholder:hover .hoverbox {
opacity: 1;
-webkit-transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-ms-transition: opacity .25s ease-in-out;
-o-transition: opacity .25s ease-in-out;
transition: opacity .25s ease-in-out;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img175.png) left top repeat;
}
.team_st1 .imgholder .hoverbox a {
position: absolute;
left: 47px;
top: 112px;
background-color: #F30;
padding: 10px;
margin-right: 5px;
transition: top .5s ease-in-out;
}
.team_st1 .imgholder a.hov_circle {
position: absolute;
width: 50px;
height: 50px;
left: 87px;
top: 87px;
padding: 0px;
margin: 0px;
background-color: #fff;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
overflow: hidden;
transition-property: background-color, color;
transition: top .3s ease-in-out;
transition-timing-function: ease-out;
vertical-align: middle;
}
.team_st1 .imgholder a.hov_circle i {
color: #272727;
font-size: 20px;
text-align: center;
line-height: 50px;
}
.team_st1 .imgholder a.hov_circle:hover {
background-color: #1197ee;
}
.team_st1 .imgholder a.hov_circle:hover i {
color: #fff;
}
.team_st1 strong {
font-size: 16px;
font-weight: 400;
padding: 0px;
margin: 0px;
color: #272727;
text-align: center;
}
.team_st1 .desig {
font-size: 14px;
font-weight: 400;
padding: 0px;
margin: 0px;
color: #727272;
text-align: center;
}
.team_st1 p {
font-size: 14px;
font-weight: normal;
padding-top: 10px;
margin: 0px;
color: #727272;
text-align: center;
}
.team_st1 ul.social_icon_st4 {
margin-left: 39px;
} .team_st2 {
position: relative;
width: 100%;
height: 400px;
padding: 20px;
margin: 0px;
float: left;
overflow: hidden;
transition: top .3s ease-in-out;
}
.teamst2_holder {
width: 100%;
height: 400px;
padding: 0px;
margin: 0px;
float: left;
border: 1px solid #e1e1e1;
transition: top .3s ease-in-out;
}
.team_st2 .imgbox {
padding: 0px;
margin: 0px;
float: left;
width: 100%;
top: 0px;
height: 220px;
overflow: hidden;
transition: top 0.3s ease-in-out 0s;
}
.team_st2 .text {
position: absolute;
padding: 20px;
margin: 0px;
float: left;
width: 100%;
height: 150px;
left: 0px;
top: 220px;
z-index: 100;
transition: top .3s ease-in-out;
background-color: #fff;
border-top: 1px solid #e1e1e1;
}
.team_st2:hover .text {
position: absolute;
top: 150px;
transition: top .3s ease-in-out;
}
.team_st2 strong {
font-size: 16px;
font-weight: 400;
padding: 0px;
margin: 15px 0 15px 0;
color: #272727;
text-align: center;
}
.team_st2 .desig {
font-size: 14px;
font-weight: 400;
padding: 0px;
margin: 0px;
float: left;
color: #fdce16;
text-align: left;
} .div_wrap {
float: left;
width: 100%;
padding: 70px 0 70px 0;
margin: 0px;
border-bottom: 1px solid #e9e9e9;
}
.divider1{
width: 100%;
padding: 70px 0 70px 0;
margin: 0px;
}
.div_wrap_blue {
width: 100%;
float: left;
padding: 70px 0 70px 0;
margin: 0px;
background-color:#119EE7;
}
.divider2 {
width: 100%;
padding: 30px 0px 20px;
margin: 0px;
background-color: #119EE7;
}
.divider2 h4 {
float: left;
width: 100%;
margin: 12px 0 0;
color: #fff;
}
.punchline_text_box {
width: 100%;
float: left;
padding: 25px 30px;
margin: 15px 0 30px 0;
border-width: 1px 1px 1px 5px;
border-style: solid;
border-color: #EEE #EEE #EEE #119EE7;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
color: #999;
}
a.knowmore_but {
float: right;
padding: 13px 20px;
margin: 0px 0px 0px 50px;
font-size: 14px;
color: #fff;
font-weight: 600;
background-color: #119EE7;
border-radius: 3px;
}
a.knowmore_but:hover {
color: #fff;
background-color: #161616;
}
.punchline_text_box .left {
float: left;
width: 70%;
}
.punchline_text_box .right {
float: left;
width: 30%;
}
.call_to_action {
width: 100%;
float: left;
border: 1px solid #e7e7e7;
border-radius: 4px;
padding: 25px 25px;
margin: 0 0 15px 0;
}
.call_to_action .left {
padding: 0px;
margin: 0px;
float: left;
width: 82%;
}
.call_to_action .right {
width: 18%;
padding: 0px;
margin: 0px;
float: right;
}
.call_to_action a.btn_st1.small, .call_to_action a.btn_st1.medium, .call_to_action a.btn_st1.large {
float: right;
}
.call_to_action a.btn_st1.small {
margin-top: 10px;
}
.call_to_action a.btn_st1.medium {
margin-top: 10px;
}
.call_to_action p {
width: 100%;
text-align: left;
}
.call_to_action span.title_big {
width: 100%;
text-align: left;
padding: 0px;
margin: 0px;
line-height: 45px;
font-size: 24px;
color: #119EE7;
}
.call_to_action span.title_big.two {
font-size: 18px;
line-height: 0px;
}
.call_to_action span.title_big.three {
font-size: 18px;
line-height: 0px;
color: #272727;
}
.call_to_action span.title_big.four {
font-size: 34px;
line-height: 50px;
color: #272727;
}
.call_to_action span.title_big.three strong {
color: #fc4242;
}
.flexslider .slides > li {
display: none;
padding: 10px 0;
} .client_home {
width: 100%;
float: left;
padding: 0 0 40px 0;
margin: 0;
background-color: #e1e1e1;
}
.clients_clr {
width: 100%;
float: left;
padding: 50px 0px;
margin: 0px;
background-color: #119EE7;
}
.client_home.no-bg{
background-color:#fff;
}
.clients_wrap .clint_holder {
width: 49%;
float: left;
padding: 0;
margin: 0;
}
.clients_wrap .clint_holder .text {
width: 68%;
float: left;
padding: 15px 0 0 0;
margin: 0;
text-align: right;
}
.clients_wrap .clint_holder .clint {
width: 32%;
float: right;
padding: 0;
margin: 0;
}
.clients_wrap .clint_holder:nth-child(even)  {
margin: 75px 0 0 -10px;
}
.clients_wrap .clint_holder:nth-child(even) .text  {
text-align: left;
}
.clients_wrap .clint_holder:nth-child(even) .img_holder,
.clients_wrap .clint_holder:nth-child(even) .clint{
float: left;
text-align: left;
}
.clients_wrap .clint_holder .img_holder {
width: 150px;
height: 150px;
float: right;
padding: 10px;
margin: 0;
border-radius: 100%;
background-color: #161616;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.clients_wrap .clint_holder .img_holder:hover {
background-color: #119EE7;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.clients_wrap .clint_holder .img_holder.active {
background-color: #119EE7;
}
.clients_wrap .clint_holder img {
width: 130px;
height: 130px;
float: left;
padding: 0px;
margin: 0;
border-radius: 100%;
} .comission_table {
width: 100%;
padding: 70px 0 70px 0;
margin: 0px;
text-align: center;
}
.comission_table_holder {
width: 100%;
float: left;
padding: 20px;
margin: 0px;
border: 1px solid #e4e4e4;
}
.table-style {
width: 100%;
}
.comission_table_holder .table-list {
padding: 0;
border-spacing: 0;
background-color: #fff;
border: 1px solid #e4e4e4;
width: 100%;
}
.comission_table_holder .table-list th {
padding: 25px 10px;
color: #fff;
font-weight: 600;
font-size: 16px;
text-align: center;
background-color: #161616;
}
.comission_table_holder .table-list td {
padding: 13px 10px;
text-align: center;
height: 80px;
font-size: 15px;
line-height: 60px;
background-color: #f2f2f2;
}
.comission_table_holder .table-list td a {
padding: 8px 30px;
text-align: center;
font-size: 15px;
margin: 0px;
color: #fff;
line-height: 20px;
background-color: #119EE7;
}
.comission_table_holder .table-list td a:hover {
background-color: #b0b0b0;
}
.comission_table_holder .table-list td {
padding: 13px 10px;
text-align: center;
background-color: #fff;
}
.comission_table_holder .table-list td span {
display: block;
padding: 0px;
margin: 0px;
height: 32px;
}
.comission_table_holder .table-list .highlight2 td {
padding: 13px 10px;
text-align: center;
background-color: #f2f2f2;
}
.comission_table_holder .table-list .highlight2 td span {
display: block;
padding: 0px;
margin: 0px;
height: 32px;
} .table-style {
float: left;
width: 100%;
}
.table-list {
padding: 0;
border-spacing: 0;
float: left;
background-color: #fff;
border: 1px solid #dddddd;
margin-bottom: 20px;
width: 100%;
}
.table-list th {
padding: 18px 10px;
color: #fff;
font-weight: 400;
font-size: 16px;
text-align: center;
background-color: #119EE7;
}
.table-list td {
padding: 13px 10px;
text-align: center;
background-color: #f5f5f5;
}
.table-list td.hilit {
padding: 13px 10px;
text-align: center;
background-color: #fff;
} .table-list2 {
float: left;
background-color: #fff;
margin-bottom: 20px;
width: 100%;
}
.table-list2 th {
padding: 18px 10px;
color: #fff;
font-weight: 400;
font-size: 16px;
text-align: center;
background-color: #272727;
}
.table-list2 td {
padding: 13px 10px;
text-align: center;
background-color: #f5f5f5;
border: 1px solid #e1e1e1;
}
.table-list2 tr {
border-bottom: 1px solid #e1e1e1;
}
.table-list2 td.hilit {
padding: 13px 10px;
text-align: center;
background-color: #fff;
}
.table-list2 tr:hover td {
background-color: #119EE7;
color: #fff;
}
.table-list3 {
padding: 0;
border-spacing: 0;
float: left;
background-color: #fff;
border: 1px solid #e4e4e4;
width: 100%;
}
.table-list3 th {
padding: 18px 10px;
color: #fff;
font-weight: 600;
font-size: 16px;
text-align: center;
background-color: #119EE7;
}
.table-list3 td {
padding: 13px 10px;
text-align: center;
height: 80px;
font-size: 15px;
line-height: 60px;
background-color: #f2f2f2;
}
.table-list3 td a {
padding: 8px 30px;
text-align: center;
font-size: 15px;
margin: 0px;
color: #fff;
line-height: 60px;
background-color: #c9c9c9;
}
.table-list3 td a:hover {
background-color: #b0b0b0;
}
.table-list3 td.hilit {
padding: 13px 10px;
text-align: center;
background-color: #fff;
} .award_holder {
float: left;
width: 100%;
padding: 0 0 30px 0;
margin: 0px;
}
.award_holder:last-child {
padding: 0 0 0 0;
} .blog_full {
width: 100%;
padding: 0px;
margin: 60px 0 60px 0;
}
.post_holder {
width: 100%;
padding: 0px;
margin: 0px;
float: left;
position:relative;
}
.post_img {
position: relative;
width: 100%;
padding: 0px;
margin: 0px;
float: left;
}
.post_holder a h2:hover {
color: #119EE7;
}
.post_holder .date {
font-family: "Open Sans",sans-serif;
position: absolute;
width: 100px;
height: 100px;
font-size: 16px;
color: #FFF;
text-align: center;
padding: 0px;
margin: 0;
z-index: 100;
background-color: #119EE7;
right: 0;
}
.post_holder .date span {
font-family: "Open Sans", sans-serif;
font-size: 40px;
font-weight: 600;
display: block;
color: #fff;
text-align: center;
padding: 25px 0px 10px 0px;
margin: 0px;
}
.post_holder .date.comments {
font-family: "Open Sans", sans-serif;
position: absolute;
width: 100px;
height: 100px;
font-size: 16px;
color: #909090;
text-align: center;
padding: 0px;
margin: 100px 0 0 1070px;
z-index: 100;
background-color: #161616;
}
.post_holder .date.comments span {
color: #909090;
}
.divider_line {
width: 95%;
height: 1px;
margin: 40px 0;
padding: 0px;
border: none;
float: right;
background-color: #e7e7e7;
}
.rmore {
float: left;
color: #fff;
text-transform: none;
padding: 10px 30px;
background-color: #119EE7;
}
.rmore:hover {
color: #fff;
background-color: #161616;
}
.rmore1 {
float: left;
color: #161616;
text-transform: none;
padding: 8px 30px;
border: 2px solid #119EE7;
}
.rmore1:hover {
color: #fff;
border: 2px solid #119EE7;
background-color: #119EE7;
}
.rmore2 {
color: #fff;
text-transform: uppercase;
padding: 10px 20px;
background-color: #979797;
border-radius: 2px;
}
.rmore2:hover {
color: #fff;
background-color: #272727;
}
.rmore3 {
float: left;
color: #fff;
text-transform: none;
padding: 6px 10px;
background-color: #119EE7;
}
.rmore3:hover {
color: #fff;
background-color: #161616;
}
.rmore4 {
float: left;
color: #fff;
text-transform: none;
padding: 10px 30px;
background-color: #119EE7;
}
.rmore4:hover {
color: #fff;
background-color: #161616;
}
.rmore6 {
float: left;
color: #fff;
text-transform: uppercase;
padding: 13px 30px;
background-color: #161616;
border-radius: 2px;
}
.rmore6:hover {
color: #161616;
background-color: #fff;
}
.rmore7 {
float: left;
color: #fff;
text-transform: uppercase;
padding: 11px 30px;
border: 2px solid #fff;
border-radius: 2px;
}
.rmore7:hover {
color: #fff;
border: 2px solid #161616;
background-color: #161616;
}
.readmore_big {
color: #fff;
font-size: 16px;
text-transform: uppercase;
padding: 17px 100px;
background-color: #119EE7;
border-radius: 2px;
}
.readmore_big:hover {
color: #fff;
background-color: #272727;
}
.readmore_small {
float: left;
color: #fff;
font-size: 12px;
text-transform: uppercase;
padding: 4px 7px;
background-color: #119EE7;
border-radius: 2px;
text-transform: none;
}
.readmore_small:hover, 
.readmore_small.red:hover, 
.readmore_small.green:hover,
.readmore_small.yellow:hover, 
.readmore_small.violet:hover {
color: #161616;
background-color: #fff;
}
.readmore_small.red {
background-color: #fc4242;
}
.readmore_small.green {
background-color: #94c014;
}
.readmore_small.yellow {
background-color: #fdce16;
}
.readmore_small.violet {
background-color: #b67cec;
}
.content-center {
display: table;
margin: 0 auto;
position: relative;
left: -9px;
} .post_img .hover_box {
position: absolute;
width: 100%;
height: 100%;
padding: 30px;
margin: 0px;
float: left;
opacity: 0;
transition: opacity 0.3s ease-in-out 0s;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img59.png) 0px 0px repeat;
}
.post_img .hover_box .box_inner {
width: 100%;
height: 100%;
padding: 0px;
margin: 0px;
float: left;
}
.post_img .hover_box .box_inner .icon {
width: 70px;
height: 70px;
padding: 0px;
margin: 200px 10px 0 442px;
float: left;
font-size: 24px;
color: #161616;
text-align: center;
line-height: 65px;
border-radius: 100%;
background-color: #fff;
}
.post_img .hover_box .box_inner .icon.last {
margin: 200px 10px 0 0;
}
.post_img .hover_box .box_inner .icon:hover {
background-color: #119EE7;
color: #fff;
}
.post_img:hover .hover_box {
opacity: 1;
transition: opacity 0.3s ease-in-out 0s;
}
.video_frame iframe {
float: right;
width: 100%;
height: 550px;
margin: 0px;
}
.double_line {
float: left;
width: 100%;
height: 5px;
margin: 50px 0 0 0;
border-top: 1px solid #e7e7e7;
} .pagenation_bottom {
float: right;
width: 95%;
height: 5px;
margin: 0;
}
.pagenation_bottom a.next_prv {
float: left;
margin: 0 30px 0 0;
color: #161616;
font-size: 14px;
padding: 15px 0 0 0;
}
.pagenation_bottom a.next_prv i {
color: #119EE7;
}
.pagenation_bottom a.next_prv:hover {
color: #119EE7;
}
.pagenation_bottom ul.page_number {
width: 40%;
float: right;
margin: 0;
padding: 0;
}
.pagenation_bottom ul.page_number li {
float: right;
margin: 0;
padding: 0;
}
.pagenation_bottom .page_number li a {
width: 23px;
height: 23px;
float: right;
text-align: center;
color: #161616;
margin: 15px 5px 0 0;
padding: 0;
background-color: #fff;
}
.pagenation_bottom .page_number li a:hover {
background-color: #119EE7;
color: #fff;
}
.pagenation_bottom .page_number li.active a {
background-color: #119EE7;
color: #fff;
} .blog_grid {
padding: 30px 0 0px 0;
margin: 60px 0px;
}
.blog_grid .post_holder .date {
position: absolute;
width: 72px;
height: 72px;
font-size: 13px;
text-align: center;
padding: 0px;
margin: 0px;
right: 0px;
}
.blog_grid .post_holder .date span {
font-size: 24px;
padding: 13px 0px 0 0;
}
.blog_grid .post_holder .date.comments {
width: 72px;
height: 72px;
font-size: 24px;
text-align: center;
margin: 72px 0 0;
background-color: #161616;
right: 0px;
}
.blog_grid .post_holder .comments span {
font-size: 18px;
padding: 12px 0px 0px 0px;
}
.blog_grid .post_holder {
width: 100%;
border: 1px solid #d9d9d9;
}
.blog_grid .post_img .hover_box {
height: 100%;
padding: 22px;
}
.blog_grid .post_holder .text_holder {
width: 100%;
padding: 0px;
margin: 0px;
float: left;
padding: 22px 30px 30px 30px;
}
.blog_grid .post_img .hover_box .box_inner .icon {
width: 40px;
height: 40px;
margin: 133px 10px 0px 117px;
font-size: 14px;
line-height: 40px;
}
.blog_grid .post_img .hover_box .box_inner .icon.last {
margin: 133px 10px 0px 0;
}
.blog_grid .rmore {
float: left;
color: #161616;
text-transform: uppercase;
padding: 10px 25px;
border-radius: 2px;
border: 1px solid #119EE7;
background: #fff;
}
.blog_grid .rmore:hover {
color: #fff;
border: 1px solid #119EE7;
background-color: #119EE7;
} .blog_std {
padding: 60px 0;
}
.blog_std .post_holder .date {
width: 72px;
height: 72px;
font-size: 13px;
text-align: center;
padding: 0px;
margin: 0 0px 0 758px;
right: 0px;
}
.blog_std .post_holder .date span {
font-size: 24px;
padding: 13px 0px 0px;
}
.blog_std .post_holder .date.comments {
width: 72px;
height: 72px;
font-size: 24px;
text-align: center;
margin: 72px 0px 0px 758px;
right: 0px;
}
.blog_std .post_holder .date.comments span {
font-size: 18px;
padding: 12px 0px 0px 0px;
}
.blog_std .post_holder {
width: 100%;
border: none;
}
.blog_std .post_img .hover_box {
height: 100%;
padding: 22px;
}
.blog_std .post_img .hover_box .box_inner .icon {
width: 40px;
height: 40px;
margin: 147px 10px 0px 330px;
font-size: 14px;
line-height: 40px;
}
.blog_std .post_img .hover_box .box_inner .icon.last {
margin: 147px 10px 0 0;
}
.blog_std .divider_line {
width: 97%;
}
.blog_std .video_frame iframe {
float: right;
width: 100%;
height: 380px;
margin: 0px;
}
.blog_wrap .content_left {
padding: 18px 30px 60px 15px;
}
.blog_wrap .right_sidebar {
padding: 18px 15px 60px;
} .sidebar {
float: left;
width: 100%;
padding: 0 0 0 0;
margin: 0px;
}
.sidebar.two {
padding: 50px 0 0 0;
}
.sidebar_social_icons {
width: 100%;
padding: 0px;
margin: 25px 0 0 0;
float: left;
}
.widget__sidebar {
width: 100%;
padding: 0px 0 40px 0;
float: left;
margin: 0px;
}
.right_sidebar .widget__sidebar:last-child ,
.widget__sidebar:last-child {
width: 100%;
padding: 0px;
float: left;
margin: 0px;
}
.widget__sidebar:first-child{
width: 100%;
padding: 50px 0 40px 0;
float: left;
margin: 0px;
}
.right_sidebar .widget__sidebar:first-child{
padding: 0px 0 40px 0;
} .widget_search .search {
background: #FFF;
border: 0px none;
float: left;
width: 100%;
padding: 0px;
margin: 0;
}
.widget_search .search .serch_input {
border: 0px none;
color: #161616;
float: left;
font-size: 13px;
font-weight: normal;
height: 40px;
line-height: 39px;
padding: 0px 7px;
width: 70%;
border-left: 1px solid #d9d9d9;
border-top: 1px solid #d9d9d9;
border-bottom: 1px solid #d9d9d9;
}
.widget_search .search .search_submit {
padding: 5px 10px;
margin: 0px;
float: left;
height: 40px;
background-color: #fff;
border: 1px solid #d9d9d9;
}
.widget__sidebar ul {
width: 100%;
padding: 0;
margin: 0px;
}
.widget__sidebar ul li {
width: 100%;
padding: 0;
float: left;
margin: 0px;
border-bottom: 1px solid #d9d9d9;
}
.widget__sidebar li:last-child {
width: 100%;
padding: 0;
margin: 0px;
border-bottom: 1px solid #d9d9d9;
}
.widget__sidebar  li:last-child {
border-bottom: none;
}
.widget__sidebar ul li a {
color: #727272;
padding: 12px 0;
margin: 0px;
float: left;
}
.widget__sidebar ul li:first-child a {
padding: 0px 0 12px 0;
}
.widget__sidebar ul li a:hover {
color: #119EE7;
} .sidebar_social_icons {
width: 100%;
padding: 0px;
margin: 25px 0 0 0;
float: left;
}
.sidebar_social_icons ul.social_icons {
padding: 0px;
margin: 0px;
float: left;
}
.sidebar_social_icons .social_icons li {
padding: 0px;
margin-right: 5px;
float: left;
display: inline;
}
.sidebar_social_icons .social_icons li a {
width: 45px;
height: 45px;
padding: 0px;
margin: 0px;
float: left;
color: #161616;
display: inline;
text-align: center;
background-color: #fff;
border: 1px solid #d9d9d9;
}
.sidebar_social_icons .social_icons li a:hover {
color: #fff;
background-color: #119EE7;
border: 1px solid #119EE7;
}
.sidebar_social_icons .social_icons li a:hover i {
color: #fff;
}
.sidebar_social_icons .social_icons li a i {
color: #161616;
font-size: 18px;
line-height: 45px;
} .sidebar_latest_posts {
width: 100%;
padding: 0;
float: left;
margin: 0px;
}
.sidebar_latest_posts .post_holder {
width: 100%;
padding: 0;
float: left;
margin: 0 0 30px 0;
}
.sidebar_latest_posts .post_holder .left {
width: 35%;
padding: 0;
float: left;
margin: 0px;
}
.sidebar_latest_posts .post_holder .left .img {
width: 80px;
padding: 0;
float: left;
margin: 0px;
border: 1px solid #d9d9d9;
}
.sidebar_latest_posts .post_holder .right {
width: 65%;
padding: 0;
float: right;
margin: 0px;
}
.sidebar_latest_posts .post_holder .right .info {
width: 100%;
padding: 0;
float: left;
margin: 0px;
}
.sidebar_latest_posts .post_holder .right .info span {
color: #727272;
padding: 0 8px 0 0;
font-size: 13px;
} .sidebar_latest_posts .post_holder:hover .img {
border: 1px solid #119EE7;
}
.sidebar_latest_posts .post_holder:hover h6 {
color: #119EE7;
}
.sidebar_latest_posts .post_holder.active .img {
border: 1px solid #119EE7;
}
.sidebar_latest_posts .post_holder.active h6 {
color: #119EE7;
}
.social_icon {
width: 100%;
padding: 0px;
margin: 0px;
float: left;
}
.social_icon li {
padding: 0px;
margin: 0px;
float: left;
text-align: center;
}
.social_icon li a {
width: 40px;
height: 40px;
padding: 0px;
margin: 0 5px 5px 0;
text-align: center;
font-size: 16px;
color: #161616;
line-height: 39px;
float: left;
border: 1px solid #d9d9d9;
background-color: #fff;
}
.social_icon li a:hover {
color: #fff;
background-color: #161616;
} .tagcloud {
width: 100%;
padding: 0;
float: left;
margin: 0px;
}
.tagcloud a {
float: left;
padding: 5px 12px;
margin: 0 6px 6px 0;
color: #fff;
background-color: #119EE7;
border-radius: 2px;
}
.tagcloud a:hover {
color: #fff;
background-color: #161616;
} .sidebar_featured_works {
width: 100%;
float: left;
margin: 0px;
}
.sidebar_featured_works .works {
width: 100%;
padding: 0;
float: left;
margin: 0 -6px;
}
.sidebar_featured_works .works div {
padding: 0;
float: left;
width: 25%;
}
.sidebar_featured_works .works  a {
width: 100%;
float: left;
padding: 0 3px 6px 3px;
}
.sidebar_featured_works .works a:hover {
opacity: 0.8;
} .blog_single {
width: 100%;
padding: 60px 0 0 0px;
margin: 0px;
float: left;
}
.blog_single .post_img {
position: relative;
width: 100%;
padding: 0;
margin: 0px;
float: left;
}
.blog_single .img {
width: 100%;
padding: 0;
margin: 0px;
float: right;
}
.blog_single .bottom_strip {
width: 100%;
height: 14px;
padding: 0;
margin: 0px;
float: right;
background-color: #fdce16;
}
.blog_single .bottom_shape {
width: 80px;
height: 27px;
padding: 0;
margin: -10px 0px 0px 379px;
float: left;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img57.png) 0px 0px no-repeat;
}
.blog_single .post_img .date {
font-family: 'Open Sans', sans-serif;
position: absolute;
width: 75px;
height: 75px;
font-size: 13px;
color: #fff;
text-align: center;
padding: 0px;
margin: 0px 0px 0px 755px;
z-index: 100;
background-color: #119EE7;
right: 0px;
}
.blog_single .post_img .date span {
font-family: 'Open Sans', sans-serif;
font-size: 24px;
font-weight: 600;
display: block;
color: #fff;
text-align: center;
padding: 12px 0 0 0;
margin: 0px;
}
.blog_single .post_img .date.comments {
font-family: 'Open Sans', sans-serif;
position: absolute;
width: 75px;
height: 75px;
font-size: 24px;
color: #a3a3a3;
text-align: center;
padding: 0px;
margin: 72px 0px 0px 755px;
z-index: 100;
background-color: #161616;
right: -0px;
}
.blog_single .post_img .comments span {
font-family: 'Open Sans', sans-serif;
font-size: 20px;
font-weight: 600;
display: block;
color: #a3a3a3;
text-align: center;
padding: 12px 0 0 0;
margin: 0px;
}
.blog_single .post_text {
width: 100%;
padding: 0;
margin: 0px;
float: right;
}
.blog_single .post_text .toppadd {
padding-top: 15px;
}
.blog_single .post_text .divider_line {
width: 100%;
height: 1px;
border: none;
padding: 0;
margin: 50px 0 50px 0;
float: left;
background-color: #e7e7e7;
}
.blog_single .comment_info {
width: 100%;
padding: 20px;
margin: 0 0 20px 0;
float: left;
border: 1px solid #e7e7e7;
}
.blog_single .comment_info .left {
width: 20%;
padding: 0px;
margin: 0;
float: left;
}
.blog_single .comment_info .right {
width: 80%;
padding: 0px;
margin: 0;
text-align: left;
float: right;
}
.blog_single .comment_info .left .img {
width: 130px;
height: 135px;
padding: 0px;
margin: 0;
float: left;
border: 1px solid #fff;
}
.blog_single .comment_info .right .name {
width: 80%;
float: left;
}
.blog_single .comment_info .right .date {
width: 20%;
color: #119EE7;
text-align: right;
float: right;
}
.blog_single .comment_info .right a.more {
font-size: 14px;
color: #119EE7;
font-weight: 500;
padding: 5px 0 0 0;
margin: 0;
float: left;
text-decoration: underline;
}
.blog_single .comment_title {
font-size: 26px;
color: #161616;
font-weight: 600;
padding: 40px 0 30px 0;
margin: 0;
float: left;
}
.blog_single .comment_info .right a.readmore {
font-size: 14px;
color: #fff;
font-weight: normal;
padding: 5px 15px;
margin: 15px 0 0 0;
float: left;
border-radius: 2px;
background-color: #119EE7;
}
.blog_single .comment_info .right a.readmore:hover {
color: #fff;
background-color: #161616;
}
.blog_single .children .comment_info {
width: 81%;
margin: 0 0 20px 0;
float: right;
}
.blog_single .comment_info.two .right {
width: 76%;
}
.blog_single .form_title {
padding: 40px 0 0px 0;
font-size: 26px;
font-weight: 600;
color: #161616;
margin: 0px;
text-transform: none;
}
.blog_single a.loadmore_but {
width: 100%;
font-size: 16px;
color: #fff;
font-weight: 600;
padding: 20px 15px;
margin: 40px 0 40px 0;
text-align: center;
float: left;
border-radius: 2px;
text-transform: uppercase;
background-color: #119EE7;
}
.blog_single a.loadmore_but:hover {
color: #fff;
background-color: #161616;
}
.blog_single .comment_info:hover {
border: 1px solid #119EE7;
}
.blog_single .comment_info:hover .name {
color: #119EE7;
} .contact_wrap.two {
padding: 70px 0 0 0px;
}
.contact_wrap .topic_holder {
width: 100%;
padding: 25px;
margin: 0px;
float: left;
border: 1px solid #d9d9d9;
}
.contact_wrap .topic_holder .icon {
width: 15%;
font-size: 30px;
padding: 0px;
margin: 0px;
float: left;
}
.contact_wrap .topic_holder .text {
width: 85%;
padding: 0px;
margin: 0px;
float: right;
}
.contact_wrap .topic_holder .text ul.list {
width: 100%;
padding: 0px;
margin: 0px;
float: left;
}
.contact_wrap .topic_holder .text ul.list li {
padding: 0px;
margin: 0px;
list-style-type: disc;
}
.contact_wrap .topic_holder .text ul.list li a:hover {
color: #119EE7;
}
.contact_wrap .col-md-4 {
margin-bottom: 30px;
}
.contact_wrap .topic_holder:hover {
border: 1px solid #119EE7;
}
.contact_wrap .topic_holder:hover .icon {
color: #119EE7;
}
.contact_wrap .topic_holder:hover h4 {
color: #119EE7;
}
.contact_wrap .topic_holder.active {
border: 1px solid #119EE7;
}
.contact_wrap .topic_holder.active .icon {
color: #119EE7;
}
.contact_wrap .topic_holder.active h4 {
color: #119EE7;
} .address_info {
float: left;
background-color: #fff;
padding: 0px;
width: 100%;
margin-bottom: 40px;
}
.address_info.two {
float: left;
background-color: #fff;
border: none;
padding: 20px 20px 10px;
width: 100%;
margin-bottom: 40px;
}
.address_info a {
color: #119EE7;
}
.address_info a:hover {
color: #161616;
}
.google-map {
width: 100%;
padding: 20px;
height: 300px;
border: 1px solid #d9d9d9;
}
.google-map.two {
width: 100%;
padding: 0px;
height: 350px;
border: none;
}
.no_padding_bottom {
padding-bottom: 0px !important;
} .content_box .col-md-8,
.content_box .col-md-4 {
padding: 0 20px;
}
.content_box .row {
margin: 0 -20px;
}
.contbox_wrap {
width: 100%;
float: left;
padding: 25px;
margin: 0px;
border-radius: 2px;
border: 1px solid #E1E1E1;
}
.contbox_wrap img {
margin-bottom: 30px;
}
.contbox_wrap:hover img {
opacity: 0.8;
} .section_top_shape {
width: 100%;
height: 235px;
padding: 0px;
margin: 0px;
float: left;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img1.png) center top no-repeat;
}
.section_bottom_shape {
width: 100%;
height: 210px;
padding: 0px;
margin: 0px;
float: left;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img2.png) center top no-repeat;
}
.bottom_shape {
width: 100%;
height:18px;
float: left;
padding:0;
margin:5px 0 0 0;
background:url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img81.png) 0 0 no-repeat;
}
.clints_section_topshape {
width: 100%;
height: 174px;
float: left;
padding: 0;
margin: 0;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img19.png) center -8px no-repeat;
} .pricing2 .top_shape {
width: 100%;
height: 235px;
padding: 0px;
margin: 0px;
float: left;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img1.png) center top no-repeat;
}
.pricing2 .bottom_shape {
width: 100%;
height: 210px;
padding: 0px;
margin: 0px;
float: left;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img2.png) center top no-repeat;
}
.pricing2 .price_table {
width: 100%;
float: left;
padding: 0;
margin: 0px;
border-radius: 2px;
background-color: #fff;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.pricing2 .arrow_down {
position: absolute;
margin: 0 auto;
border-left: 60px solid transparent;
border-right: 60px solid transparent;
border-top: 30px solid #fff;
font-size: 0px;
line-height: 0;
transition: all 0.3s ease-out 0s;
height: 0px;
left: 0;
right: 0;
width: 120px;
}
.pricing2 .arrow_up {
position: absolute;
margin: -29px auto 0;
border-left: 60px solid transparent;
border-right: 60px solid transparent;
border-bottom: 30px solid #FFF;
font-size: 0px;
line-height: 0;
transition: all 0.3s ease-out 0s;
height: 0px;
left: 0;
right: 0;
width: 120px;
}
.pricing2 .price_table .title {
width: 100%;
font-size: 30px;
font-weight: 600;
padding: 20px 0 20px 0;
color: #161616;
text-align: center;
margin: 0px 0 10px 0;
border-bottom: 1px solid #e6e5e5;
}
.pricing2 .price_table .price {
color: #161616;
font-size: 45px;
font-weight: bold;
line-height: 45px;
text-align: center;
padding: 8px 0px 8px;
border-bottom: 1px solid #e6e5e5;
}
.pricing2 .price_table .price sup {
font-size: 22px;
font-style: normal;
}
.pricing2 .price_table .price i {
font-size: 16px;
font-style: normal;
font-weight: 500;
}
.pricing2 .price_table ul.plan_features {
width: 100%;
float: left;
text-align: center;
padding: 0;
margin: 0;
}
.pricing2 ul.plan_features li {
width: 70%;
color: #727272;
text-align: center;
padding: 8px 0;
margin: 0 auto;
border-bottom: 1px solid #e6e5e5;
}
.pricing2 ul.plan_features.two li {
width: 80%;
}
.pricing2 .plan_info .singup_but {
color: #FFF;
text-align: center;
padding: 8px 30px;
margin: 50px auto;
float: none;
border-radius: 2px;
background-color: #161616;
display: table;
position: relative;
top: 25px;
}
.pricing_wrap.two .plan_info .singup_but {
color: #fff;
background-color: #161616;
}
.pricing2 .plan_info .singup_but:hover {
color: #161616;
background-color: #fdce16;
}
.pricing2 .pricing-items:hover .custom-select3 select {
color: #fff;
background-color: #119EE7;
border: 1px solid #51b3e6;
}
.pricing2 .pricing-items:hover .custom-select3:after {
color: #fff;
background: #119EE7;
border-top: 1px solid #51b3e6;
border-right: 1px solid #51b3e6;
border-bottom: 1px solid #51b3e6;
}
.pricing2 .pricing-items:hover .price_table {
background-color: #119EE7;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.pricing2 .pricing-items:hover .title {
color: #fff;
border-bottom: 1px solid #51b3e6;
}
.pricing2 .pricing-items:hover .price {
color: #fff;
border-bottom: 1px solid #51b3e6;
}
.pricing2 .pricing-items.active .price {
color: #fff;
border-bottom: 1px solid #51b3e6;
}
.pricing2 .pricing-items:hover .plan_features li {
color: #fff;
border-bottom: 1px solid #51b3e6;
}
.pricing2 .pricing-items:hover .singup_but {
color: #272727;
background-color: #fff;
}
.pricing2 .pricing-items:hover .arrow_up {
border-bottom: 30px solid #119EE7;
}
.pricing2 .pricing-items:hover .arrow_down {
border-top: 30px solid #119EE7;
}
.pricing2 .pricing-items.active .custom-select3 select {
color: #fff;
background-color: #119EE7;
border: 1px solid #51b3e6;
}
.pricing2 .pricing-items.active .custom-select3:after {
color: #fff;
background: #119EE7;
border-top: 1px solid #51b3e6;
border-right: 1px solid #51b3e6;
border-bottom: 1px solid #51b3e6;
}
.pricing2 .pricing-items.active .price_table {
background-color: #119EE7;
}
.pricing2 .pricing-items.active .title {
color: #fff;
border-bottom: 1px solid #51b3e6;
}
.pricing2 .pricing-items.active .price {
color: #fff;
border-bottom: 1px solid #51b3e6;
}
.pricing2 .pricing-items.active .plan_features li {
color: #fff;
border-bottom: 1px solid #51b3e6;
}
.pricing2 .pricing-items.active .singup_but {
color: #272727;
background-color: #fff;
}
.pricing2 .pricing-items.active .arrow_up {
border-bottom: 30px solid #119EE7;
}
.pricing2 .pricing-items.active .arrow_down {
border-top: 30px solid #119EE7;
} .price_table_st1 {
width: 100%;
float: left;
padding: 0;
margin: 0px;
border-radius: 2px;
background-color: #fff;
border: 1px solid #d9d9d9;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.price_table_st1_arrow_down {
position: absolute;
margin: 0 0 0 29px;
border-left: 95px solid transparent;
border-right: 95px solid transparent;
border-top: 35px solid #fff;
font-size: 0px;
line-height: 0;
}
.price_table_st1_arrow_up {
position: absolute;
margin: -35px 0 0 29px;
border-left: 95px solid transparent;
border-right: 95px solid transparent;
border-bottom: 35px solid #fff;
font-size: 0px;
line-height: 0;
}
.price_table_st1 .title {
width: 100%;
font-size: 30px;
font-weight: 600;
padding: 20px 0 20px 0;
color: #161616;
text-align: center;
margin: 0px 0 10px 0;
border-bottom: 1px solid #e6e5e5;
}
.price_table_st1 .price {
color: #161616;
font-size: 45px;
font-weight: bold;
line-height: 45px;
text-align: center;
padding: 8px 0px 8px;
border-bottom: 1px solid #e6e5e5;
}
.price_table_st1 .price sup {
font-size: 22px;
font-style: normal;
}
.price_table_st1 .price i {
font-size: 16px;
font-style: normal;
font-weight: 500;
}
.price_table_st1 ul.plan_features {
width: 100%;
float: left;
text-align: center;
padding: 0;
margin: 0;
}
.price_table_st1 ul.plan_features li {
width: 70%;
color: #727272;
text-align: center;
padding: 15px 0;
margin: 0 auto;
border-bottom: 1px solid #e6e5e5;
}
.price_table_st1 .plan_info .singup_but {
color: #FFF;
text-align: center;
padding: 8px 30px;
margin: 50px auto;
float: none;
border-radius: 2px;
background-color: #161616;
display: table;
position: relative;
top: 25px;
}
.price_table_st1 .plan_info .singup_but:hover {
color: #161616;
background-color: #fdce16;
}
.price_table_st1:hover {
background-color: #161616;
border: none;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.price_table_st1:hover .title {
color: #fff;
border-bottom: 1px solid #403f3f;
}
.price_table_st1:hover .price {
color: #fff;
border-bottom: 1px solid #403f3f;
}
.price_table_st1:hover .plan_features li {
color: #727272;
border-bottom: 1px solid #403f3f;
}
.price_table_st1:hover .singup_but {
color: #161616;
background-color: #fdce16;
}
.price_table_st1:hover .price_table_st1_arrow_up {
border-bottom: 35px solid #161616;
}
.price_table_st1:hover .price_table_st1_arrow_down {
border-top: 35px solid #161616;
}
.price_table_st1.active {
background-color: #161616;
border: none;
}
.price_table_st1.active .title {
color: #fff;
border-bottom: 1px solid #403f3f;
}
.price_table_st1.active .price {
color: #fff;
border-bottom: 1px solid #403f3f;
}
.price_table_st1.active .plan_features li {
color: #727272;
border-bottom: 1px solid #403f3f;
}
.price_table_st1.active .singup_but {
color: #161616;
background-color: #fdce16;
}
.price_table_st1.active .price_table_st1_arrow_up {
border-bottom: 35px solid #161616;
}
.price_table_st1.active .price_table_st1_arrow_down {
border-top: 35px solid #161616;
} .price_table_st2 {
position: relative;
padding: 15px;
margin: 0px;
background-color: #161616;
transition: all 0.3s ease-out 0s;
}
.price_table_st2 .text_holder {
width: 100%;
float: left;
padding: 60px 0 60px 0;
text-align: center;
border: 1px solid #161616;
transition: all 0.3s ease-out 0s;
}
.price_table_st2 .text_holder .line {
width: 40%;
height: 4px;
padding: 0;
border-top: 1px solid #4f4f4f;
border-bottom: 1px solid #4f4f4f;
margin: 20px auto 20px auto;
}
.price_table_st2 .text_holder ul.list {
width: 100%;
padding: 0;
float: left;
margin: 0 0 30px 0;
}
.price_table_st2 .text_holder .list li {
padding: 10px 0 10px 0;
margin: 0;
border-bottom: 1px solid #2d2d2d;
}
.price_table_st2 .text_holder .list li.last {
border-bottom: none;
}
.price_table_st2 .text_holder a.but {
padding: 15px 50px;
margin: 0;
color: #727272;
border: 1px solid #2d2d2d;
}
.price_table_st2 .text_holder a.but:hover {
color: #727272;
border: 1px solid #fff;
background-color: #fff;
}
.price_table_st2 .arrow_up {
position: absolute;
margin: -65px auto;
border-left: 132px solid transparent;
border-right: 132px solid transparent;
border-bottom: 50px solid #161616;
font-size: 0px;
line-height: 0;
transition: all 0.3s ease-out 0s;
left: 0;
right: 0;
width: 132px;
}
.price_table_st2 .arrow_down {
position: absolute;
margin: 521px auto 0;
border-left: 132px solid transparent;
border-right: 132px solid transparent;
border-top: 50px solid #161616;
font-size: 0px;
line-height: 0;
transition: all 0.3s ease-out 0s;
left: 0;
right: 0;
width: 132px;
}
.price_table_st2 .text_holder .price {
position: absolute;
width: 140px;
height: 140px;
border-radius: 100%;
color: #FFF;
text-align: center;
background-color: #4F4F4F;
padding: 0px;
margin: -178px auto 0;
z-index: 5;
transition: all 0.3s ease-out 0s;
left: 0;
right: 0;
}
.price_table_st2:hover,
.price_table_st2.active {
background-color: #fdce16;
}
.price_table_st2:hover .text_holder .list li,
.price_table_st2.active .text_holder .list li {
color: #161616;
border-bottom: 1px solid #fee273;
}
.price_table_st2:hover .text_holder .list li.last,
.price_table_st2.active .text_holder .list li.last {
border-bottom: none;
}
.price_table_st2:hover .text_holder,
.price_table_st2.active .text_holder {
border: 1px solid #fff;
}
.price_table_st2:hover .text_holder a.but,
.price_table_st2.active .text_holder a.but {
color: #fff;
border: 1px solid #161616;
background-color: #161616;
}
.price_table_st2:hover .arrow_up,
.price_table_st2.active .arrow_up {
border-bottom: 50px solid #fdce16;
}
.price_table_st2:hover .arrow_down,
.price_table_st2.active .arrow_down {
border-top: 50px solid #fdce16;
}
.price_table_st2:hover .price,
.price_table_st2.active .price {
background-color: #161616;
}
.price_table_st2:hover .text_holder h2,
.price_table_st2:hover .text_holder p,
.price_table_st2.active .text_holder h2,
.price_table_st2.active .text_holder p {
color: #161616;
} .pricing3 {
width: 100%;
padding: 35px 0 40px 0;
margin: 0px;
float: left;
background-color: #e1e1e1;
}
.pricing3 .shadow_box {
width: 100%;
height: 40px;
padding: 25px;
float: left;
background: #FFF;
margin: 0;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img61.png) center top no-repeat;
}
.pricing3 .price_table_holder {
float: left;
padding: 0;
margin: 0;
width:25%;
}
.pricing3 .price_table {
width: 100%;
float: left;
padding: 0;
margin: 20px 0 0 0;
text-align: center;
background-color: #fff;
border-right: 1px solid #d9d9d9;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.pricing3 .price_table .title {
width: 100%;
font-size: 30px;
font-weight: 600;
padding: 20px 0 20px 0;
color: #272727;
text-align: center;
margin: 0px 0 10px 0;
border-bottom: 1px solid #e6e5e5;
}
.pricing3 .price_table .price {
color: #272727;
font-size: 45px;
font-weight: bold;
line-height: 45px;
text-align: center;
padding: 8px 0px 8px;
border-bottom: 1px solid #e6e5e5;
}
.pricing3 .price_table .price sup {
font-size: 22px;
font-style: normal;
}
.pricing3 .price_table .price i {
font-size: 16px;
font-style: normal;
font-weight: 500;
}
.pricing3 .price_table ul.plan_features {
width: 100%;
float: left;
text-align: center;
padding: 0;
margin: 0;
}
.pricing3 ul.plan_features li {
width: 70%;
color: #727272;
text-align: center;
padding: 8px 0;
margin: 0 auto;
border-bottom: 1px solid #e6e5e5;
}
.pricing3 ul.plan_features.two li {
width: 80%;
}
.pricing3 .plan_info .singup_but {
color: #fff;
text-align: center;
padding: 8px 30px;
margin: 0 0px 25px 0px;
background-color: #119EE7;
}
.pricing3.two .plan_info .singup_but {
color: #fff;
background-color: #272727;
}
.pricing3 .plan_info .singup_but:hover {
color: #fff;
background-color: #272727;
}
.pricing3 .price_table .arrow {
position: absolute;
width: 34px;
height: 19px;
padding: 0px;
margin: 0;
float: left;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img56.png) 0 0 no-repeat;
z-index: 3;
}
.pricing3 .price_table .arrow.one {
margin: 0;
position: absolute;
top:0;
left:-34px;
}
.pricing3 .price_table .arrow.two {
margin: 0;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img57.png) 0 0 no-repeat;
position: absolute;
top: 0px;
right: -34px;
}
.pricing3 .price_table .arrow.three {
margin: 0;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img58.png) 0 0 no-repeat;
position: absolute;
bottom: 0px;
left: -34px;
}
.pricing3 .price_table .arrow.four {
margin: 0;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img60.png) 0 0 no-repeat;
position: absolute;
bottom: 0px;
right: -34px;
}
.pricing3.smalltext {
font-size: 13px;
padding: 0px 5px 0px 0px;
margin: 0px;
float: left;
}
.pricing3 select option {
width: 100%;
margin: 0px;
padding: 5px 5px 5px 5px;
border-bottom: 1px solid #e1e1e1;
}
.pricing3 select option span {
color: #119EE7;
font-size: 12px;
}
.pricing3 .price_table.active .custom-select3 select {
display: inline-block;
padding: 4px 3px 2px 5px;
margin: 0px;
font-family: inherit;
font-style: inherit;
font-variant: inherit;
font-size-adjust: inherit;
font-stretch: inherit;
-moz-font-feature-settings: inherit;
-moz-font-language-override: inherit;
outline: medium none;
line-height: 1.2;
background: none repeat scroll 0% 0% #119EE7;
color: #fff;
font-size: 13px;
font-weight: normal;
width: 100%;
border: 1px solid #64caff;
}
.pricing3 .price_table:hover .custom-select3:after {
color: #fff;
background: #119EE7;
border-top: 1px solid #64caff;
border-right: 1px solid #64caff;
border-bottom: 1px solid #64caff;
}
.pricing3 .price_table:hover {
background-color: #119EE7;
padding: 0 0;
margin: 20px 0 0 0;
}
.pricing3 .price_table:hover .title {
color: #fff;
border-bottom: 1px solid #51b3e6;
}
.pricing3 .price_table:hover .price {
color: #fff;
border-bottom: 1px solid #51b3e6;
}
.pricing3 .price_table:hover .plan_features li {
color: #fff;
border-bottom: 1px solid #51b3e6;
}
.pricing3 .price_table:hover .singup_but {
color: #272727;
background-color: #fff;
}
.pricing3 .price_table:hover .custom-select3 select {
background: none repeat scroll 0% 0% #119EE7;
border: 1px solid #64caff;
color: #fff;
}
.pricing3 .price_table.custom-select3 select {
color: #fff;
background-color: #119EE7;
border: 1px solid #64caff;
}
.pricing3 .price_table.active .custom-select3:after {
color: #fff;
background: #119EE7;
border-top: 1px solid #64caff;
border-right: 1px solid #64caff;
border-bottom: 1px solid #64caff;
}
.pricing3 .price_table.active {
position: relative;
background-color: #119EE7;
padding: 20px 0;
margin: 0 0 0 0;
}
.pricing3 .price_table.active .title {
color: #fff;
border-bottom: 1px solid #51b3e6;
}
.pricing3 .price_table.active .price {
color: #fff;
border-bottom: 1px solid #51b3e6;
}
.pricing3 .price_table.active .plan_features li {
color: #fff;
border-bottom: 1px solid #51b3e6;
}
.pricing3 .price_table.active .singup_but {
color: #272727;
background-color: #fff;
}
.pricing3 .price_table.active .custom-select3 select {
background: none repeat scroll 0% 0% #119EE7;
border: 1px solid #64caff;
}
.pricing_table {
width: 100%;
float: left;
padding: 70px 0 70px 0;
margin: 0px;
}
.section_holder5 .cont_holder {
width: 100%;
float: left;
padding: 0px;
margin: 0 0 15px 0;
}
.pricing_table .cont_holder.first {
margin: 50px 0 15px 0;
}
.pricing_table .icon_holder {
width: 25%;
float: right;
padding: 0px;
margin: 0px;
}
.pricing_table .icon_holder.two {
float: left;
}
.pricing_table .icon_holder.two .icon {
float: left;
}
.pricing_table .text_holder {
width: 75%;
float: left;
text-align: right;
padding: 0px;
margin: 0px;
}
.pricing_table .text_holder.two {
float: right;
text-align: left;
}
.pricing_table .icon_holder .icon {
width: 100px;
height: 100px;
float: right;
padding: 0;
text-align: center;
font-size: 30px;
line-height: 97px;
color: #fff;
border-radius: 100%;
margin: 0 0px 6px 0;
background-color: #161616;
}
.pricing_table .cont_holder:hover .icon {
background-color: #119EE7;
}
.pricing_table .cont_holder:hover h4 {
color: #119EE7;
}
.pricing_table .cont_holder:hover p {
color: #119EE7;
}
.pricing_table .cont_holder.active .icon {
background-color: #119EE7;
}
.pricing_table .cont_holder.active h4 {
color: #119EE7;
}
.pricing_table .cont_holder.active p {
color: #119EE7;
} .pricing4 .price_table_holder {
float: left;
padding: 0;
margin:0;
width:25%;
}
.pricing4 .price_table {
width:100%;
float: left;
padding: 0;
margin: 50px 0 0 0;
text-align:center;
background-color: #d4d4d4;
border-right:1px solid #b0b0b0;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.pricing4 .price_table .title {
width: 100%;
font-size: 30px;
font-weight: 600;
padding: 20px 0 20px 0;
color: #fff;
text-align: center;
margin: 0px 0 0 0;
border-bottom: 1px solid #b1b1b1;
background-color:#8f8f8f;
}
.pricing4 .price_table .price {
color: #fff;
font-size: 45px;
font-weight: bold;
line-height: 45px;
text-align: center;
padding: 8px 0px 8px;
background-color:#8f8f8f;
}
.pricing4 .price_table .price sup {
font-size: 22px;
font-style: normal;
}
.pricing4 .price_table .price i {
font-size: 16px;
font-style: normal;
font-weight: 500;
}
.pricing4 .price_table ul.plan_features {
width: 100%;
float: left;
text-align: center;
padding: 0;
margin: 0;
}
.pricing4 ul.plan_features li {
width: 70%;
color: #272727;
text-align: center;
padding: 8px 0;
margin: 0 auto;
border-bottom: 1px solid #b1b1b1;
}
.pricing4 ul.plan_features.two li {
width: 80%;
}
.pricing4 .plan_info .singup_but {
color: #fff;
text-align: center;
padding: 8px 30px;
margin: 0 0px 25px 0px;
background-color: #272727;
}
.pricing4.two .plan_info .singup_but {
color: #fff;
background-color: #119EE7;
}
.pricing4 .plan_info .singup_but:hover {
color: #fff;
background-color: #272727;
}
.pricing4.smalltext {
font-size: 13px;
padding: 0px 5px 0px 0px;
margin: 0px;
float: left;
}
.pricing4 select option {
width: 100%;
margin: 0px;
padding: 5px 5px 5px 5px;
border-bottom: 1px solid #e1e1e1;
}
.pricing4 select option span {
color: #119EE7;
font-size: 12px;
}
.pricing4 .price_table .custom-select3 select {
display: inline-block;
padding: 4px 3px 2px 5px;
margin: 0px;
font-family: inherit;
font-style: inherit;
font-variant: inherit;
font-size-adjust: inherit;
font-stretch: inherit;
-moz-font-feature-settings: inherit;
-moz-font-language-override: inherit;
outline: medium none;
line-height: 1.2;
background: none repeat scroll 0% 0% #d4d4d4;
color: #272727;
font-size: 13px;
font-weight: normal;
width: 100%;
border: 1px solid #b1b1b1;
} .pricing4 .price_table .custom-select3:after {
color: #272727;
background: #d4d4d4;
border-top: 1px solid #aeaeae;
border-right: 1px solid #aeaeae;
border-bottom: 1px solid #aeaeae;
} .pricing4 .price_table:hover .custom-select3:after {
color: #fff;
background: #272727;
border-top: 1px solid #525252;
border-right: 1px solid #525252;
border-bottom: 1px solid #525252;
}
.pricing4 .price_table:hover {
position:relative;
background-color: #272727;
padding:0 0;
margin: 50px 0 0 0;
}
.pricing4 .price_table:hover .title {
color: #272727;
background-color:#119EE7;
border-bottom: 1px solid #fde369;
}
.pricing4 .price_table:hover .price {
color: #272727;
background-color:#119EE7;
}
.pricing4 .price_table:hover .plan_features li {
color: #fff;
border-bottom: 1px solid #525252;
}
.pricing4 .price_table:hover .singup_but {
color: #272727;
background-color: #119EE7;
}
.pricing4 .price_table:hover .custom-select3 select {
background: none repeat scroll 0% 0% #272727;
border: 1px solid #525252;
color:#fff;
} .pricing4 .price_table.active .custom-select3:after {
color: #fff;
background: #272727;
border-top: 1px solid #525252;
border-right: 1px solid #525252;
border-bottom: 1px solid #525252;
}
.pricing4 .price_table.active {
position:relative;
background-color: #272727;
padding:0 0 24px 0;
margin: 20px 0 0 0;
}
.pricing4 .price_table.active .title {
color: #272727;
padding:50px 0 20px 0;
background-color:#119EE7;
border-bottom: 1px solid #fde369;
}
.pricing4 .price_table.active .price {
color: #272727;
background-color:#119EE7;
}
.pricing4 .price_table.active .plan_features li {
color: #fff;
border-bottom: 1px solid #525252;
}
.pricing4 .price_table.active .singup_but {
color: #272727;
background-color: #119EE7;
}
.pricing4 .price_table.active .custom-select3 select {
background: none repeat scroll 0% 0% #272727;
border: 1px solid #525252;
color:#fff;
} .pricing5 .text_holder {
width: 100%;
float: left;
padding:35px;
text-align:center;
margin:0;
border:1px solid #d9d9d9;
transition: all .3s ease-out;
}
.pricing5 .text_holder .price {
font-size:26px;
padding:0 8px 0 8px;
margin:0;
font-weight:600;
color:#119EE7;
}
.pricing5 .bottom_shape {
width: 100%;
height:18px;
float: left;
padding:0;
margin:5px 0 0 0;
background:url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img81.png) 0 0 no-repeat;
}
.pricing5 .text_holder:hover {
color:#fff;
border:1px solid #119EE7;
background-color:#119EE7;
transition: all .3s ease-out;
}
.pricing5 .text_holder:hover h4, 
.pricing5 .text_holder:hover .price,
.pricing5 .text_holder.active h4, 
.pricing5 .text_holder.active .price  {
color:#fff;
}
.pricing5 .text_holder:hover .rmore,
.pricing5 .text_holder.active .rmore {
color:#727272;
background-color:#fff;
}
.pricing5 .rmore {
margin:-10px auto;
display:table;
float:none;
}
.pricing5 .text_holder.active {
color:#fff;
border:1px solid #119EE7;
background-color:#119EE7;
} .pricing6.left_holder {
width: 100%;
float: left;
padding:20px;
margin: 0px;
background-color:#272727;
}
.pricing6 .img {
position:relative;
width: 35%;
float: left;
padding:0;
margin: 0px;
}
.pricing6 .offerbadge {
position:absolute;
width:90px;
height:90px;
float: left;
padding:26px 0 0 0;
text-align:center;
color:#272727;
line-height:16px;
margin: 147px 0px 0px 62px;
background:url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img76.png) 0 0 no-repeat;
z-index:2;
}
.pricing6 .offerbadge span {
font-size:18px;
font-weight:600;
}
.pricing6 .text {
position:relative;
width: 65%;
float: left;
padding:20px 0 0 0;
margin: 0px;
}
.pricing6 .text .big {
font-size:50px;
color:#fff;
font-weight:600;
float: left;
text-transform:uppercase;
padding:0 0 20px 0;
line-height:40px;
margin: 0px;
}
.pricing6 .text .big .hili {
color:#119EE7;
}
.pricing6 .left_holder .flexslider {
margin: 0px 0px -16px 0px;
padding: 0px;
} .divider_line_small {
width: 12%;
margin: 0 auto 65px auto;
height: 25px;
border-top: 1px solid #000;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
.divider_line_small.two {
width: 12%;
margin: 0 auto 0 0;
height: 25px;
float: left;
border-top: 1px solid #000;
}
.divider_line_small.three {
width: 49%;
margin: 0 auto 0 0;
height: 25px;
float: left;
border-top: 1px solid #000;
}
.divider_line_small.four {
margin: 0 auto 25px auto;
}
.divider_line_small_white {
width: 12%;
margin: 0 auto 80px auto;
height: 25px;
border-top: 1px solid #fff;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
.divider_line_small_white.two {
position: absolute;
width: 12%;
margin: 0 auto 80px 482px;
height: 25px;
padding: 0px;
border-top: 1px solid #fff;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.8;
}
.divider_line_small_white.three {
margin: 0 auto 50px 482px;
}
.divider_line1 {
float: left;
width: 100%;
padding-top: 0px;
margin-bottom: 0px;
border-bottom: 1px solid #e5e5e5;
}
.divider_dashed2 {
float: left;
width: 100%;
margin: 59px 0px;
border-top: 1px dotted #d7d7d7;
}
.divider_dashed3 {
float: left;
width: 100%;
height: 5px;
margin: 10px 0px 59px 0px;
border-top: 1px dashed #d7d7d7;
border-bottom: 1px dashed #d7d7d7;
}
.divider_dashed4 {
float: left;
width: 100%;
margin: 15px 0px 59px 0px;
border-top: 1px dashed #d7d7d7;
}
.divider_dashed5 {
float: left;
width: 100%;
height: 5px;
margin: 20px 0px 59px 0px;
border-top: 2px solid #d7d7d7;
}
.divider_dashed6 {
float: left;
width: 100%;
height: 5px;
margin: 20px 0px 59px 0px;
border-top: 1px solid #d7d7d7;
border-bottom: 1px solid #d7d7d7;
}
.divider_dashed7 {
float: left;
width: 100%;
margin: 50px 0px 0px 0px;
border-top: 1px dotted #d7d7d7;
}
.divider_dashed8 {
float: left;
width: 100%;
margin: 53px 0px 45px 0px;
border-top: 1px dotted #d7d7d7;
}
.divider_dashed9 {
float: left;
width: 100%;
margin: 40px 0px 48px 0px;
border-top: 1px dotted #d7d7d7;
} .domain_box {
width: 100%;
float: left;
padding: 70px 0px 70px 0px;
margin: 0px;
}
.domain_box .box {
padding: 40px;
margin: 0px;
color: #272727;
text-align: center;
border: 1px solid #e4e4e4;
background-color: #fff;
}
.domain_box.two .box:hover a {
color: #272727;
background-color: #fff;
}
.domain_box.two .box:hover p {
color: #fff;
}
.domain_box.two .box:hover h4, 
.domain_box.two .box:hover h1,
.domain_box.two .box.active h4, 
.domain_box.two .box.active h1  {
color: #fff;
}
.domain_box.two .box.active,
.domain_box.two .box:hover {
background-color: #119EE7;
border: 1px solid #119EE7;
}
.domain_box.two .box.active p {
color: #fff;
}
.domain_box.two .box.active .arrow_down {
border-top: 20px solid #161616;
}
.domain_box.two .box.active .arrow_up {
border-bottom: 20px solid #161616;
}
.domain_box.two .box a {
font-size: 14px;
padding: 10px 40px;
margin: 0px;
color: #fff;
text-align: center;
background-color: #119EE7;
}
.domain_box.two .box.active a,
.domain_box.two .box:hover a {
color: #272727;
background-color: #fff!important;
}
.domain_box .box.two {
background-color: #fff;
}
.domain_box.three .box {
background-color: #119EE7;
}
.domain_box.three .box:hover,
.domain_box.three .box.active {
background-color: #161616;
border: 1px solid #161616;
}
.domain_box.three .box:hover .arrow_down,
.domain_box.three .box.active .arrow_down {
border-top: 20px solid #161616;
}
.domain_box.three .box:hover .arrow_up,
.domain_box.three .box.active .arrow_up {
border-bottom: 20px solid #161616;
}
.domain_box .box.three {
background-color: #fff;
}
.domain_box .box .arrow_down {
position: absolute;
margin: 40px auto 0px;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-top: 20px solid #119EE7;
font-size: 0px;
line-height: 0;
left:0;
right:0;
width:60px;
}
.domain_box .box .arrow_up {
position: absolute;
margin: -60px auto 0;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-bottom: 20px solid #119EE7;
font-size: 0px;
line-height: 0;
left:0;
right:0;
width:60px;
} .domain_box2 .box {
padding: 40px;
margin: 0px;
color: #fff!important;
text-align: center;
background-color: rgba(17,158,231,0.9);
}
.domain_box2.two .box:hover {
background-color: #161616;
}
.domain_box2.two .box:hover .arrow_down {
border-top: 20px solid #161616;
}
.domain_box2.two .box:hover .arrow_up {
border-bottom: 20px solid #161616;
}
.domain_box2.two .box:hover a {
color: #fff;
background-color: #119EE7;
}
.domain_box2.two .box.active {
background-color: #161616;
}
.domain_box2.two .box.active .arrow_down {
border-top: 20px solid #161616;
}
.domain_box2.two .box.active .arrow_up {
border-bottom: 20px solid #161616;
}
.domain_box2.two .box.active a {
color: #fff;
background-color: #119EE7;
}
.domain_box2.two .box a {
font-size: 14px;
padding: 10px 40px;
margin: 0px;
color: #161616;
text-align: center;
background-color: #fff;
}
.domain_box2 .box.two {
background-color: #119EE7;
}
.domain_box2 .box.three {
background-color: rgba(17,158,231,0.9);
}
.domain_box2 .box .arrow_down {
position: absolute;
margin: 40px auto 0;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-top: 20px solid rgba(17,158,231,0.9);
font-size: 0px;
line-height: 0;
left:0px;
right:0px;
width:60px;
}
.domain_box2 .box .arrow_down.two {
border-top: 20px solid #119EE7;
}
.domain_box2 .box .arrow_up.two {
border-bottom: 20px solid #119EE7;
}
.domain_box2 .box .arrow_down.three {
border-top: 20px solid rgba(17,158,231,0.9);
}
.domain_box2 .box .arrow_up.three {
border-bottom: 20px solid rgba(17,158,231,0.9);
}
.domain_box2 .box .arrow_up {
position: absolute;
margin: -60px auto 0;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-bottom: 20px solid rgba(17,158,231,0.9);
font-size: 0px;
line-height: 0;
left:0px;
right:0px;
width:60px;
}
#domain-searchforms #dsearch {
background-color: #fff;
border: 1px solid #fff;
color: #393A3B;
font-size: 18px;
height: 80px;
padding: 7px 10px;
width: 650px;
}
#domain-searchform #dsearch {
background-color: #fff;
border: 1px solid #fff;
color: #393A3B;
font-size: 18px;
height: 80px;
padding: 7px 10px;
}
#domain-searchform #dsearch2 {
background-color: #fff;
border: 1px solid #d9d9d9;
color: #393A3B;
font-size: 18px;
height: 80px;
padding: 7px 10px;
}
#domain-searchform #dsearch3 {
background-color: #fff;
border: 1px solid #d9d9d9;
color: #393A3B;
font-size: 18px;
height: 80px;
width: 75%;
padding: 7px 10px;
}
.drlist {
background-color: #EEEEEE;
color: #a5a5a5;
font-size: 18px;
height: 80px;
margin: 0px 0 0 0;
padding: 10px;
font-weight: normal;
background-color: #161616;
border: 1px solid #161616;
}
#searchsubmit {
border: none;
color: #FFFFFF;
cursor: pointer;
font-size: 18px;
font-weight: normal;
height: 80px;
overflow: hidden;
padding: 4px 25px;
margin-left: 0px;
text-align: center;
background-color: #119EE7;
}
#searchsubmit2 {
border: none;
color: #FFFFFF;
cursor: pointer;
font-size: 18px;
font-weight: normal;
height: 80px;
overflow: hidden;
padding: 4px 55px;
margin-left: 0px;
text-align: center;
width: 23%;
background-color: #119EE7;
}
#searchsubmit3 {
border: none;
color: #FFFFFF;
cursor: pointer;
font-size: 18px;
font-weight: normal;
height: 80px;
overflow: hidden;
padding: 4px 55px;
margin-left: 0px;
text-align: center;
width: 23%;
background-color: #272727;
}
#searchsubmit3:hover {
background-color: #161616;
color: #727272;
}
#searchsubmit2:hover {
background-color: #161616;
color: #727272;
}
#searchsubmit:hover {
background-color: #161616;
color: #727272;
} ul.ul.list.list-two {
width: 100%;
float: left;
padding: 20px 0 50px 0;
margin: 0;
}
ul.list.list-two li {
float: left;
padding: 0 0 15px 0;
margin: 0;
}
ul.list.list-two li i {
color: #119EE7;
margin-right: 10px;
}
.list_st1 {
width: 100%;
padding: 0px;
margin: 0px 0px 10px 0px;
float: left;
}
.list_st1 .icon {
width: 32px;
height: 32px;
padding: 0px;
margin: 0px 10px 0px 0px;
float: left;
text-align: center;
line-height: 32px;
color: #fff;
border-radius: 100%;
background-color: #119EE7;
}
.list_st1 .text {
padding: 5px 0 0 42px;
margin: 0px;
display: block;
} .list_st1.two {
width: 100%;
padding: 0px;
margin: 0px 0px 10px 0px;
float: left;
}
.list_st1.two .icon {
width: 32px;
height: 32px;
padding: 0px;
margin: 0px 10px 0px 0px;
float: left;
text-align: center;
line-height: 32px;
color: #119EE7;
border-radius: 100%;
border: 1px solid #119EE7;
background-color: #fff;
}
.list_st1.two .text {
padding: 0px 0 0 42px;
margin: 0px;
display: block;
} .list_st3 {
width: 100%;
padding: 0px;
margin: 0px 0px 10px 0px;
float: left;
}
.list_st3 .icon {
width: 18px;
height: 18px;
padding: 0px;
margin: 3px 0px 0px 0px;
float: left;
font-size: 12px;
text-align: center;
line-height: 15px;
color: #119EE7;
border-radius: 100%;
border: 1px solid #119EE7;
}
.list_st3 .text {
padding: 0px 0 0 28px;
margin: 0px;
display: block;
} ol.list_st4 {
list-style-type: none;
margin: 0;
margin-left: 18px;
padding: 0;
counter-reset: li-counter;
}
ol.list_st4 li {
position: relative;
margin: 0px;
padding-left: 20px;
min-height: 3em;
list-style-type: none;
}
ol.list_st4 li:before {
position: absolute;
top: 0;
left: -15px;
width: 28px;
height: 28px;
font-size: 14px;
line-height: 30px;
text-align: center;
color: #f5f5f5;
border-radius: 50%;
background-color: #464646;
content: counter(li-counter);
counter-increment: li-counter;
} .list_st5 {
width: 100%;
padding: 0px;
margin: 0px 0px 10px 0px;
float: left;
}
.list_st5.two {
padding: 0px 0px 10px 0px;
border-bottom: 1px solid #d1d1d1;
}
.list_st5.two.last {
padding: 0px 0px 10px 0px;
border-bottom: none;
}
.list_st5 .icon {
width: 40px;
height: 40px;
padding: 0px;
margin: 0px 10px 0px 0px;
float: left;
text-align: center;
line-height: 39px;
color: #fff;
border-radius: 100%;
}
.list_st5 .text {
padding: 5px 0 0 42px;
margin: 0px;
display: block;
}
.list_st5 .icon.red {
background-color: #fc4242;
}
.list_st5 .icon.blue {
background-color: #2f92ee;
}
.list_st5 .icon.green {
background-color: #3fc35f;
}
.list_st5 .icon.violet {
background-color: #b659fe;
}
.list_st5 .icon.orange {
background-color: #ff881e;
}
ul.list {
width: 100%;
padding:0 0 10px 0;
margin: 0px;
float: left;
}
ul.list li {
padding:0;
margin: 0px;
}
ul.list li i {
padding:0 5px 0 0;
margin: 0px;
color:#119EE7;
}
ul.list.two {
width: 50%;
padding:0 0 10px 0;
margin: 0px;
float: left;
}
ul.list.two li {
padding:0;
margin: 0px;
}
ul.app_list {
width:100%;
float:left;
padding:0;
margin: 0;
}
ul.app_list li {
float:left;
padding:0 0 0 0;
margin: 0;
} .latest_post_st5 {
margin: 0px;
padding: 0px;
float: left;
}
.latest_post_st5 .imgholder {
margin: 0px 0px 25px 0px;
padding: 0px;
float: left;
}
.latest_post_st5 .imgholder:hover {
opacity: 0.8;
}
.latest_post_st5 .imgholder.port {
margin: 0px 0px 25px 0px;
padding: 0px;
float: left;
}
.latest_post_st5 .infoholder {
margin: 0px 0px 20px 0px;
padding: 0px;
float: left;
}
.latest_post_st5 .info {
font-size: 14px;
color: #727272;
margin: 0px 15px 0px 0px;
display: block;
font-weight: normal;
padding: 0px;
float: left;
} .latest_post_st3 {
padding: 15px;
margin: 0px;
float: left;
border: 1px solid #e1e1e1;
}
.latest_post_st3:hover img {
opacity: 0.8;
}
.latest_post_st3_imgholder {
padding: 0px;
margin: 0px;
float: left;
}
.latest_post_st3_txtholder {
padding: 0px;
margin: 0px;
float: left;
}
.latest_post_st3_txt {
padding: 0px;
margin: 0px;
float: left;
}
.latest_post_st3_info {
padding: 0px;
margin: 0px;
display: block;
float: left;
font-size: 13px;
}
.latest_post_st3_info .paddright {
padding-right: 10px;
}
.latest_post_st3_info span i {
padding: 0px;
margin: 0px;
color: #727272;
font-size: 13px;
} .img_ho_st_holder {
position: relative;
width: 100%;
padding: 20px;
margin: 0 auto;
float: left;
border: 1px solid #E1E1E1;
max-width: 272px;
}
.img_ho_st_title {
font: 24px 'Open Sans', sans-serif;
padding: 0 0 20px 0;
display: block;
width: 100%;
margin: 0px;
font-weight: 300;
color: #161616;
float: left;
}
.img_ho_st1 {
position: relative;
width: 100%;
height: 220px;
padding: 0px;
margin: 0px;
float: left;
overflow: hidden;
}
.img_ho_st1 .text {
position: absolute;
padding: 0px;
margin: 0px;
float: left;
width: 100%;
height: 220px;
left: 0px;
top: 0px;
z-index: 10;
background-color: #119EE7;
transition: left .3s ease-in-out;
}
.img_ho_st1 .text.red {
background-color: #fc4242;
}
.img_ho_st1 .text.green {
background-color: #3fc35f;
}
.img_ho_st1 .text.violet {
background-color: #b460e4;
}
.img_ho_st1 .imgbox {
position: absolute;
padding: 0px;
margin: 0px;
float: left;
width: 100%;
height: 220px;
left: 0px;
top: 0px;
z-index: 100;
transition: top .3s ease-in-out;
}
.img_ho_st1 .text .title {
color: #fff;
margin: 15px 0 0 19px;
}
.img_ho_st1 .text p {
color: #fff;
font-weight: normal;
margin: 5px 15px 0 19px;
}
.img_ho_st1 .text a {
color: #FFF;
margin: 15px 15px 0 19px;
}
.img_ho_st1 .text a:hover {
color: #161616;
}
.img_ho_st1:hover .imgbox {
position: absolute;
top: 220px;
transition: top .3s ease-in-out;
}
.img_ho_st2 {
opacity: 1;
width: 100%;
height: 220px;
margin: 0px;
position: relative;
left: 0px;
top: 0px;
margin: 0px;
overflow: hidden;
-webkit-transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-ms-transition: opacity .25s ease-in-out;
-o-transition: opacity .25s ease-in-out;
transition: opacity .25s ease-in-out;
}
.img_ho_st2 .imgbox {
padding: 0px;
margin: 0px;
float: left;
width: 100%;
height: 220px;
}
.img_ho_st2 .text {
position: absolute;
background: #000;
width: 100%;
height: 220px;
text-align: center;
color: #fff;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: opacity .50s ease-in-out;
-moz-transition: opacity .50s ease-in-out;
-ms-transition: opacity .50s ease-in-out;
-o-transition: opacity .50s ease-in-out;
transition: opacity .50s ease-in-out;
}
.img_ho_st2 .text:hover {
opacity: 1;
-webkit-transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-ms-transition: opacity .25s ease-in-out;
-o-transition: opacity .25s ease-in-out;
transition: opacity .25s ease-in-out;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img112.png) left top repeat;
}
.img_ho_st2 .text a.hov_circle {
position: absolute;
width: 50px;
height: 50px;
left: 63px;
top: 0px;
padding: 0px;
margin: 0px;
background-color: #119EE7;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
overflow: hidden;
transition-property: background-color, color;
transition: top .3s ease-in-out;
transition-timing-function: ease-out;
}
.img_ho_st2 .text a.hov_circle:hover, .img_ho_st2 .text a.hov_circle.two:hover {
background-color: #fff;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.img_ho_st2 .text a.hov_circle:hover i, .img_ho_st2 .text a.hov_circle.two:hover i {
color: #272727;
transition-property: color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.img_ho_st2 .text a.hov_circle.two {
left: 118px;
top: 0px;
transition: top .5s ease-in-out;
background-color: #8dba13;
}
.img_ho_st2 .text a.hov_circle i {
color: #fff;
font-size: 20px;
text-align: center;
line-height: 50px;
}
.img_ho_st2 .text:hover .hov_circle {
transition: top .3s ease-in-out;
left: 63px;
top: 95px;
}
.img_ho_st2 .text:hover .hov_circle.two {
transition: top .5s ease-in-out;
left: 118px;
top: 95px;
}
.img_ho_st3 {
opacity: 1;
width: 100%;
height: 220px;
margin: 0px;
position: relative;
left: 0px;
top: 0px;
margin: 0px;
overflow: hidden;
-webkit-transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-ms-transition: opacity .25s ease-in-out;
-o-transition: opacity .25s ease-in-out;
transition: opacity .25s ease-in-out;
}
.img_ho_st3 .imgbox {
padding: 0px;
margin: 0px;
float: left;
width: 100%;
height: 220px;
}
.img_ho_st3 .text {
width: 100%;
height: 220px;
position: absolute;
background: #000;
color: #fff;
top: 0;
left: 0;
opacity: 0;
overflow: hidden;
-webkit-transition: opacity .50s ease-in-out;
-moz-transition: opacity .50s ease-in-out;
-ms-transition: opacity .50s ease-in-out;
-o-transition: opacity .50s ease-in-out;
transition: opacity .50s ease-in-out;
}
.img_ho_st3 .text:hover {
opacity: 1;
-webkit-transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-ms-transition: opacity .25s ease-in-out;
-o-transition: opacity .25s ease-in-out;
transition: opacity .25s ease-in-out;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img112.png) left top repeat;
}
.img_ho_st3 .text h3 {
position: absolute;
color: #fff;
font-size: 16px;
font-weight: 600;
left: 5px;
top: 220px;
margin: 15px 0 0 19px;
transition: top .4s ease-in-out;
}
.img_ho_st3 .text p {
position: absolute;
color: #fff;
font-size: 14px;
font-weight: normal;
left: 5px;
line-height: 18px;
top: 255px;
text-align: left;
margin: 15px 0 0 19px;
transition: top .6s ease-in-out;
}
.img_ho_st3 .text a {
position: absolute;
font-weight: normal;
left: 0px;
top: 320px;
text-align: left;
margin: 0px 0 0 19px;
transition: top .7s ease-in-out;
overflow: hidden;
}
.img_ho_st3 .text:hover h3 {
position: absolute;
left: 5px;
top: 20px;
transition: top .4s ease-in-out;
}
.img_ho_st3 .text:hover p {
position: absolute;
left: 5px;
top: 50px;
transition: top .6s ease-in-out;
}
.img_ho_st3 .text:hover a {
position: absolute;
left: 0px;
top: 136px;
transition: top .7s ease-in-out;
}
.img_ho_st4 {
position: relative;
width: 100%;
height: 220px;
padding: 0px;
margin: 0px;
float: left;
overflow: hidden;
}
.img_ho_st4 .imgbox {
padding: 0px;
margin: 0px;
float: left;
width: 100%;
height: 220px;
}
.img_ho_st4 .text {
position: absolute;
padding: 0px;
margin: 0px;
float: left;
width: 100%;
height: 220px;
left: 0px;
top: 165px;
z-index: 100;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img175.png) left top repeat;
transition: top .3s ease-in-out;
}
.img_ho_st4 .text h3 {
color: #fff;
font-size: 16px;
font-weight: 600;
margin: 15px 0 0 19px;
}
.img_ho_st4 .text p {
color: #fff;
font-weight: normal;
margin: 5px 15px 0 19px;
}
.img_ho_st4 .text a {
margin: 8px 15px 0 19px;
}
.img_ho_st4:hover .text {
position: absolute;
top: 20px;
transition: top .3s ease-in-out;
}
.imghover_sec4 .container {
border-top: 1px solid #e1e1e1;
padding-top: 50px;
}
.img_ho_st5 {
position: relative;
width: 100%;
height: 220px;
padding: 0px;
margin: 0px;
float: left;
overflow: hidden;
}
.img_ho_st5 .imgbox {
padding: 0px;
margin: 0px;
float: left;
width: 100%;
height: 220px;
}
.img_ho_st5 .text {
position: absolute;
padding: 0px;
margin: 0px;
float: left;
width: 100%;
height: 220px;
left: -270px;
top: 0px;
z-index: 100;
transition: left .5s ease-in-out;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img175.png) left top repeat;
}
.img_ho_st5 .text h3 {
color: #fff;
font-size: 16px;
font-weight: 600;
margin: 15px 0 0 19px;
}
.img_ho_st5 .text p {
color: #fff;
font-weight: normal;
margin: 5px 15px 0 19px;
}
.img_ho_st5 .text a {
margin: 8px 15px 0 19px;
}
.img_ho_st5:hover .text {
position: absolute;
left: 0px;
transition: left .5s ease-in-out;
}
.img_ho_st6 {
position: relative;
width: 100%;
height: 220px;
padding: 0px;
margin: 0px;
float: left;
overflow: hidden;
}
.img_ho_st6 .imgbox {
padding: 0px;
margin: 0px;
float: left;
width: 100%;
height: 220px;
}
.img_ho_st6 .text {
position: absolute;
padding: 0px;
margin: 0px;
float: left;
width: 100%;
height: 220px;
left: 0px;
top: 220px;
z-index: 100;
transition: top .3s ease-in-out;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img175.png) left top repeat;
}
.img_ho_st6 .text h3 {
color: #fff;
font-size: 16px;
font-weight: 600;
margin: 15px 0 0 19px;
}
.img_ho_st6 .text p {
color: #fff;
font-weight: normal;
margin: 5px 15px 0 19px;
}
.img_ho_st6 .text a.readmore_small {
margin: 10px 0px 0 18px;
padding: 4px 15px;
}
.img_ho_st6 .text a.readmore_small.green {
margin: 10px 0px 0 5px;
}
.img_ho_st6:hover .text {
position: absolute;
top: 170px;
transition: top .3s ease-in-out;
}
.lt_title_medium{
font-size:35px;
padding:0px;
margin: 0px;
font-weight:300;
text-align:left;
text-transform:uppercase;
}
.lt_title_medium span{
font-weight:600;
} .domain_search,
.divider3 {
width: 100%;
padding: 70px 0 35px 0;
margin: 0px;
float: left;
background-color: #e1e1e1;
}
.domain_search_holder {
width: 100%;
padding: 15px;
margin: 0px;
float: left;
background-color: #fff;
}
.domain_search_holder #domain-searchform #dsearch {
background-color: #fff;
border: 1px solid #d9d9d9;
color: #393A3B;
float: left;
font-size: 14px;
height: 50px;
padding: 7px 10px;
}
.domain_search_holder .drlist {
background-color: #EEEEEE;
color: #272727;
float: left;
font-size: 16px;
height: 50px;
margin: 0px 0 0 0;
padding: 10px;
background-color: #fff;
border: 1px solid #d9d9d9;
}
.domain_search_holder #searchsubmit {
border: none;
color: #FFFFFF;
cursor: pointer;
float: left;
font-size: 14px;
font-weight: normal;
height: 50px;
overflow: hidden;
padding: 5px 25px;
margin-left: 0px;
text-align: center;
background-color: #119EE7;
}
.domain_search_holder #searchsubmit:hover {
background-color: #272727;
color: #fff;
}
ul.tld_list {
width: 100%;
padding: 0;
margin: 50px 0 0 0;
}
ul.tld_list li {
width: 19.6%;
height: 105px;
padding: 20px;
margin: 0px 0.5% 0px 0px;
float: left;
font-size: 13px;
display: inline;
border-radius: 2px;
color: #727272;
text-align: center;
background-color: #fff;
}
ul.tld_list li .price {
padding: 0;
margin: 0;
font-size: 18px;
color: #727272;
}
ul.tld_list li.active .price {
padding: 15px 0 0 0;
margin: 0;
float: left;
font-size: 25px;
color: #fff;
}
ul.tld_list li .tld {
padding: 8px 0 3px 0;
margin: 0;
display: block;
font-weight: 600;
font-size: 22px;
color: #119EE7;
}
ul.tld_list li:nth-child(2) .tld {
color: #ff6804;
}
ul.tld_list li:nth-child(3) .tld {
color: #84c010;
}
ul.tld_list li:nth-child(4) .tld {
color: #c951f0;
}
ul.tld_list li:last-child {
margin: 0 0 0 0;
}
ul.tld_list li.active {
font-size: 10px;
line-height: 15px;
color: #fff;
background-color: #119EE7;
}
ul.tld_list li.active .tld{
font-size: 10px;
line-height: 15px;
color: #fff;
}
.domain_search_holder .plan_list {
width: 60%;
padding: 0;
margin: 0;
float: left;
}
ul.feature_list {
width: 60%;
padding: 0;
margin: 0 0 35px 0;
float: left;
}
ul.feature_list li {
padding: 0 0 10px 0;
margin: 0;
color: #272727;
}
ul.feature_list li i {
color: #272727;
}
.divider4 {
width: 100%;
float: left;
padding: 25px 0px 15px;	
margin: 0px;
background-color: #272727;
}
.domain_search_home2 #domain-searchform #dsearch {
background-color: #535353;
border: 1px solid #535353;
color: #afafaf;
float: left;
font-size: 14px;
height: 50px;
padding: 7px 10px;
margin:0;
}
.domain_search_home2 .drlist {
color: #afafaf;
float: left;
font-size: 16px;
height: 50px;
margin: 0px 0 0 0;
padding: 10px;
background-color: #535353;
border: 1px solid #535353;
border-left:1px solid #535353;
}
.domain_search_home2 #searchsubmit {
border: none;
color: #FFFFFF;
cursor: pointer;
float: left;
font-size: 14px;
font-weight: normal;
height: 50px;
overflow: hidden;
padding: 5px 25px;
margin-left: 0px;
text-align: center;
background-color: #535353;
}
.domain_search_home2 #searchsubmit:hover {
background-color: #afafaf;
color: #fff;
}
.domain_search_home2 ul.domain_list {
width: 100%;
padding: 10px 0 0 0;
margin: 0px;
float: left;
}
.domain_search_home2 ul.domain_list li {
padding: 0 20px 0 0;
margin: 0px;
font-family: 'Roboto', sans-serif;
font-size: 26px;
display: inline;
color: #fff;
}
.domain_search_home2 ul.domain_list li.title {
padding: 0 20px 0 0;
margin: 0px;
font-family: 'Roboto', sans-serif;
font-size: 20px;
}
.domain_search_home2 ul.domain_list li:nth-child(2),
.domain_search_home3 ul.domain_list li:nth-child(2),
.domain_search_home4 ul.domain_list li:nth-child(2) {
color: #308ae5;
}
.domain_search_home2 ul.domain_list li:nth-child(3),
.domain_search_home3 ul.domain_list li:nth-child(3),
.domain_search_home4 ul.domain_list li:nth-child(3) {
color: #90c219;
}
.domain_search_home2 ul.domain_list li:nth-child(4),
.domain_search_home3 ul.domain_list li:nth-child(4),
.domain_search_home4 ul.domain_list li:nth-child(4) {
color: #f8cf0e;
}
.domain_search_home2 ul.domain_list li span {
padding: 0px;
margin: 0px;
font-size: 18px;
color: #fff;
} .divider5 {
width: 100%;
float: left;
padding: 25px 0 15px;
margin: 0px;
background-color: #e6e6e6;
}
.domain_search_home3 #domain-searchform #dsearch {
background-color: #fff;
border: 1px solid #fff;
color: #727272;
float: left;
font-size: 14px;
height: 50px;
padding: 7px 10px;
margin:0;
}
.domain_search_home3 .drlist {
color: #727272;
float: left;
font-size: 16px;
height: 50px;
margin: 0px 0 0 0;
padding: 10px;
background-color: #fff;
border: 1px solid #fff;
border-left:1px solid #d9d9d9;
}
.domain_search_home3 #searchsubmit {
border: none;
color: #FFFFFF;
cursor: pointer;
float: left;
font-size: 14px;
font-weight: normal;
height: 49px;
overflow: hidden;
padding: 5px 25px;
margin-left: 0px;
text-align: center;
background-color: #535353;
}
.domain_search_home3 #searchsubmit:hover {
background-color: #afafaf;
color: #fff;
}
.domain_search_home3 ul.domain_list {
width: 100%;
padding: 10px 0 0 0;
margin: 0px;
float: left;
}
.domain_search_home3 ul.domain_list li {
padding: 0 20px 0 0;
margin: 0px;
font-family: 'Roboto', sans-serif;
font-size: 26px;
display: inline;
color: #272727;
}
.domain_search_home3 ul.domain_list li.title {
padding: 0 20px 0 0;
margin: 0px;
color:#272727;
font-family: 'Roboto', sans-serif;
font-size: 20px;
}
.domain_search_home3 ul.domain_list li span {
padding: 0px;
margin: 0px;
font-size: 18px;
color: #272727;
} .divider6 {
width: 100%;
float: left;
padding: 25px 0 15px;
margin: 0px;
background-color: #bebebe;
}
.domain_search_home4 #domain-searchform #dsearch {
background-color: #bebebe;
border: 1px solid #929292;
color: #525252;
float: left;
font-size: 14px;
height: 50px;
padding: 7px 10px;
margin:0;
}
.domain_search_home4 .drlist {
color: #525252;
float: left;
font-size: 16px;
height: 50px;
margin: 0px 0 0 0;
padding: 10px;
width: 102px;
background-color: #bebebe;
border: 1px solid #929292;
border-left:1px solid #929292;
}
.domain_search_home4 #searchsubmit {
border: none;
color: #FFFFFF;
cursor: pointer;
float: left;
font-size: 14px;
font-weight: normal;
height: 50px;
overflow: hidden;
padding: 5px 25px;
margin-left: 0px;
text-align: center;
background-color: #535353;
}
.domain_search_home4 #searchsubmit:hover {
background-color: #afafaf;
color: #fff;
}
.domain_search_home4 ul.domain_list {
width: 100%;
padding: 10px 0 0 0;
margin: 0px;
float: left;
}
.domain_search_home4 ul.domain_list li {
padding: 0 20px 0 0;
margin: 0px;
font-family: 'Roboto', sans-serif;
font-size: 26px;
display: inline;
color: #fff;
}
.domain_search_home4 ul.domain_list li.title {
padding: 0 20px 0 0;
margin: 0px;
font-family: 'Roboto', sans-serif;
font-size: 20px;
}
.domain_search_home4 ul.domain_list li span {
padding: 0px;
margin: 0px;
font-size: 18px;
color: #272727;
} .divider7 {
width: 100%;
float: left;
padding: 25px 0 15px;
margin: 0px;
background-color: #737373;
}
.domain_search_home5 #domain-searchform #dsearch {
background-color: #fff;
border: 1px solid #fff;
color: #727272;
float: left;
font-size: 14px;
height: 50px;
padding: 7px 10px;
margin:0;
}
.domain_search_home5 .drlist {
color: #727272;
float: left;
font-size: 16px;
height: 50px;
margin: 0px 0 0 0;
padding: 10px;
width: 102px;
background-color: #fff;
border: 1px solid #fff;
border-left:1px solid #d9d9d9;
}
.domain_search_home5 #searchsubmit {
border: none;
color: #FFFFFF;
cursor: pointer;
float: left;
font-size: 14px;
font-weight: normal;
height: 49px;
overflow: hidden;
padding: 5px 25px;
margin-left: 0px;
text-align: center;
background-color: #535353;
}
.domain_search_home5 #searchsubmit:hover {
background-color: #afafaf;
color: #fff;
}
.domain_search_home5 ul.domain_list {
width: 100%;
padding: 10px 0 0 0;
margin: 0px;
float: left;
}
.domain_search_home5 ul.domain_list li {
padding: 0 20px 0 0;
margin: 0px;
font-family: 'Roboto', sans-serif;
font-size: 26px;
display: inline;
color: #272727;
}
.domain_search_home5 ul.domain_list li.title {
padding: 0 20px 0 0;
margin: 0px;
color:#272727;
font-family: 'Roboto', sans-serif;
font-size: 20px;
}
.domain_search_home5 ul.domain_list li:nth-child(2) {
color: #308ae5;
}
.domain_search_home5 ul.domain_list li:nth-child(3) {
color: #90c219;
}
.domain_search_home5 ul.domain_list li:nth-child(4) {
color: #f8cf0e;
}
.domain_search_home5 ul.domain_list li span {
padding: 0px;
margin: 0px;
font-size: 18px;
color: #272727;
} .feature_box {
width: 100%;
padding: 35px;
text-align: left;
background: #FFF;
}
.shadow_st1 {
position: relative;
}
.shadow_st1:before, .shadow_st1:after {
z-index: -1;
position: absolute;
content: "";
bottom: 15px;
left: 10px;
width: 50%;
top: 80%;
max-width: 300px;
background: #777;
-webkit-box-shadow: 0 15px 10px #c0c0c0;
-moz-box-shadow: 0 15px 10px #c0c0c0;
box-shadow: 0 15px 10px #c0c0c0;
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);
}
.shadow_st1:after {
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
right: 10px;
left: auto;
} .hosting_features .feature_box .offer_badge {
width: 40%;
padding: 0;
text-align: center;
margin: 0px;
float: left;
}
.hosting_features .feature_box .badge {
width: 170px;
height: 170px;
padding: 0;
margin: 0px;
float: left;
position:relative;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img50.png) 0 0 no-repeat;
}
.hosting_features .feature_box .badge .text {
padding: 50px 0px 0px 0px;
font-size: 18px;
margin: 0px;
}
.hosting_features .feature_box .badge .text span {
padding: 0;
font-size: 35px;
margin: 0;
font-weight: 600;
}
.hosting_features .feature_box .img {
width: 60%;
padding: 0;
margin: 0px;
float: right;
} .parallax_content h2 {
font-size: 50px;
padding: 0 0 10px 0;
margin: 0px;
text-transform: uppercase;
font-weight: 200;
color: #fff;
text-align: center;
}
.parallax_content h3 {
font-size: 60px;
padding: 0;
margin: 0px;
text-transform: uppercase;
font-weight: bold;
color: #fff;
line-height: 50px;
text-align: center;
}
.parallax_content p {
width: 70%;
padding: 0;
margin: 0 auto;
color: #fff;
} .home_info .feature_box {
width: 100%;
padding: 25px;
float: left;
background: #FFF;
margin: 0;
}
.home_info .shadow_box {
width: 100%;
height: 40px;
padding: 25px;
float: left;
background: #FFF;
margin: 0;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img61.png) center top no-repeat;
}
.home_info ul.tablist {
float: left;
width: 100%;
padding: 0;
margin: 0 0 11px 0;
}
.home_info ul.tablist li {
padding: 0 0 5px 0;
margin: 0px;
}
.home_info .tablist li i {
float: left;
color: #119EE7;
font-size: 14px;
padding: 4px 6px 0 0;
margin: 0px;
}
.home_info .readmore_but3 {
background-color: #119EE7;
}
.home_info .affiliates .icon2 {
width: 70px;
height: 70px;
float: left;
padding: 0px;
color: #FFF;
text-align: center;
margin: 0px 15px 0px 0px;
font-size: 24px;
line-height: 73px;
background-color: #119EE7;
border-radius: 100%;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
} ul.tablist {
float: left;
width: 100%;
padding: 0;
margin: 0 0 20px 0;
}
ul.tablist li {
float: left;
padding: 0 0 5px 0;
margin: 0px;
}
.tablist li i {
float: left;
color: #119EE7;
font-size: 14px;
padding: 4px 6px 0 0;
margin: 0px;
}
.home_info3 .img_holder {
width: 28%;
float: left;
padding:0;
margin:0;
}
.home_info3 .text {
width: 72%;
float: right;
padding:0;
margin:0;
} .quote_wrap {
width: 100%;
float: left;
padding: 60px 0 60px 0;
margin: 0;
background-color: #e1e1e1;
}
.section_title_line_full {
width: 100%;
height: 3px;
float: left;
padding: 0px;
margin: 15px auto 20px;
text-align: left;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/title_line6.png) 0 0 no-repeat;
}
.quote_wrap .text_holder {
width: 100%;
float: left;
padding: 30px;
margin: 0 0 17px 0;
background-color: #fff;
}
.quote_wrap .img_holder {
width: 60px;
float: left;
padding: 0;
margin: 0;
}
.quote_wrap .text {
width: auto;
float: none;
padding: 0;
margin: 0;
margin-left:75px;
}
.quote_wrap .flex-control-nav {
width: 13%;
position: absolute;
bottom: -40px;
text-align: center;
top: -18%;
left: 87%;
height: 15px;
}
.quote_wrap_two .text_holder {
width: 99%;
float: left;
padding:30px;
margin:0 0 17px 0;
border:1px solid #d9d9d9;
background-color:#fff;
}
.quote_wrap_two .img_holder {
width: 18%;
float: left;
padding:0;
margin:0;
}
.quote_wrap_two .text {
width: 82%;
float: right;
padding:0;
margin:0;
} .portfolio_single {
width: 100%;
padding: 70px 0 70px 0;
float: left;
margin: 0px;
}
.portfolio_single .title_medium {
font-size: 20px;
padding: 0 0 25px 0;
font-weight: 600;
margin: 0px;
float: left;
}
.portfolio_single .title_medium.two {
padding: 40px 0 25px 0;
}
.portfolio_single .cont {
padding: 0;
margin: 0px;
float: left;
}
.portfolio_single a.add_but {
font-size: 14px;
padding: 10px 30px;
font-weight: normal;
color: #fff;
margin: 30px 0 0 0;
float: left;
border-radius: 2px;
background-color: #119EE7;
}
.portfolio_single a.add_but i {
font-size: 14px;
color: #fff;
padding-right: 8px;
}
.portfolio_single a.add_but:hover {
color: #fff;
background-color: #161616;
}
.portfolio_single .project_info {
width: 100%;
padding: 0px;
margin: 0px;
float: left;
}
.portfolio_single .project_info span {
width: 100%;
padding: 10px 0;
margin: 0px;
float: left;
border-bottom: 1px solid #d9d9d9;
}
.portfolio_single .project_info span.last {
border-bottom: none;
}
.portfolio_single .project_info span .left {
width: 40%;
padding: 0px;
margin: 0px;
float: left;
}
.portfolio_single .project_info span .left span {
padding: 0px;
margin: 0px;
border-bottom: none;
float: left;
}
.portfolio_single .project_info span .right {
width: 60%;
padding: 0px;
margin: 0px;
float: right;
}
.portfolio_single .project_info span .right span {
padding: 0px;
margin: 0px;
border-bottom: none;
float: left;
}
.portfolio_single .project_info span .right ul.tags {
width: 100%;
padding: 0px;
float: left;
margin: 0px;
}
.portfolio_single .project_info span .right .tags li {
padding: 0px;
float: left;
margin: 0px;
}
.portfolio_single .project_info span .right .tags li a {
float: left;
padding: 5px 12px;
margin: 0px 6px 6px 0px;
color: #fff;
background-color: #119EE7;
border-radius: 2px;
}
.portfolio_single .project_info span .right .tags li a:hover {
color: #fff;
background-color: #161616;
} .messagebox_title {
padding-bottom: 30px;
}
.info-box {
background-color: #34b0ff;
}
.success-box {
background-color: #7ebd24;
}
.error-box {
background-color: #fa482b;
}
.download-box {
background-color: #F30;
}
.warning-box {
background-color: #f7c929;
}
.mboxes_close {
width: 15px;
height: 15px;
padding: 0px;
margin: 0px;
float: right;
text-align: right;
}
.mboxes_close i {
color: #fff;
font-size: 16px;
font-weight: 500;
}
.success-box, .error-box, .warning-box, .info-box span {
color: #fff;
font-size: 16px;
font-weight: 400;
}
.success-box, .error-box, .warning-box, .info-box {
padding: 20px;
margin-bottom: 30px;
border-radius: 4px;
} .highlit {
font-size: 14px;
font-weight: 400;
line-height: 10px;
padding: 0px;
color: #fff;
background-color: #119EE7;
}
.highlit2 {
color: #fff;
background-color: #a7d02b;
}
.highlit3 {
color: #fff;
background-color: #fc4242;
} ul.social_icon_st1 {
width: 100%;
padding: 0px;
margin: 0px;
float: left;
}
ul.social_icon_st1 li {
padding: 0px;
margin: 0px;
float: left;
text-align: center;
}
ul.social_icon_st1 li a {
width: 40px;
height: 40px;
padding: 0px;
margin: 0 5px 5px 0;
text-align: center;
font-size: 16px;
color: #fff;
line-height: 39px;
float: left;
background-color: #119EE7;
}
ul.social_icon_st1 li a:hover {
color: #fff;
background-color: #161616;
} ul.social_icon_st2 {
width: 100%;
padding: 0px;
margin: 0px;
float: left;
}
ul.social_icon_st2 li {
padding: 0px;
margin: 0px;
float: left;
text-align: center;
}
ul.social_icon_st2 li a {
width: 40px;
height: 40px;
padding: 0px;
margin: 0 5px 5px 0;
text-align: center;
font-size: 16px;
color: #161616;
line-height: 39px;
float: left;
border: 1px solid #d9d9d9;
background-color: #fff;
}
ul.social_icon_st2 li a:hover {
color: #fff;
background-color: #161616;
} ul.social_icon_st3 {
width: 100%;
padding: 0px;
margin: 0px;
float: left;
}
ul.social_icon_st3 li {
padding: 0px;
margin: 0px;
float: left;
text-align: center;
}
ul.social_icon_st3 li a {
width: 40px;
height: 40px;
padding: 0px;
margin: 0 5px 5px 0;
text-align: center;
font-size: 16px;
color: #fff;
line-height: 39px;
float: left;
border-radius: 100%;
background-color: #fc4242;
}
ul.social_icon_st3 li a:hover {
color: #fff;
background-color: #161616;
} ul.social_icon_st4 {
width: 100%;
padding: 0px;
margin: 0px;
float: left;
}
ul.social_icon_st4 li {
padding: 0px;
margin: 0px;
float: left;
text-align: center;
}
ul.social_icon_st4 li a {
width: 40px;
height: 40px;
padding: 0px;
margin: 0 5px 5px 0;
text-align: center;
font-size: 16px;
color: #161616;
line-height: 39px;
float: left;
border-radius: 100%;
background-color: #fff;
border: 1px solid #d9d9d9;
}
ul.social_icon_st4 li a:hover {
color: #fff;
border: 1px solid #161616;
background-color: #161616;
} ul.social_icon_st5 {
padding: 0px;
margin: 0px;
float: left;
}
.social_icon_st5 li {
padding: 0px;
margin-right: 5px;
float: left;
display: inline;
}
.social_icon_st5 li a {
width: 45px;
height: 45px;
padding: 0px;
float: left;
color: #fff;
margin: 0 0 5px 0;
font-size: 18px;
line-height: 43px;
display: inline;
text-align: center;
background-color: #119EE7;
}
.social_icon_st5 li a i {
color: #fff;
font-size: 16px;
line-height: 30px;
}
.social_icon_st5 li a.twitter {
background-color: #46c0ff;
}
.social_icon_st5 li a.twitter:hover {
background-color: #272727;
}
.social_icon_st5 li a.facebook {
background-color: #2e68be;
}
.social_icon_st5 li a.facebook:hover {
background-color: #272727;
}
.social_icon_st5 li a.googleplus {
background-color: #e74a35;
}
.social_icon_st5 li a.googleplus:hover {
background-color: #272727;
}
.social_icon_st5 li a.in {
background-color: #097fc3;
}
.social_icon_st5 li a.in:hover {
background-color: #272727;
}
.social_icon_st5 li a.dribble {
background-color: #f44193;
}
.social_icon_st5 li a.dribble:hover {
background-color: #272727;
} ul.social_icon_st6 {
padding: 0px;
margin: 0px;
float: left;
}
.social_icon_st6 li {
padding: 0px;
margin-right: 5px;
float: left;
display: inline;
}
.social_icon_st6 li a {
width: 45px;
height: 45px;
padding: 0px;
margin: 0 0 5px 0;
float: left;
color: #fff;
font-size: 18px;
line-height: 43px;
display: inline;
text-align: center;
border-radius: 100%;
background-color: #119EE7;
}
.social_icon_st6 li a i {
color: #fff;
font-size: 16px;
line-height: 30px;
}
.social_icon_st6 li a.twitter {
background-color: #46c0ff;
}
.social_icon_st6 li a.twitter:hover {
background-color: #272727;
}
.social_icon_st6 li a.facebook {
background-color: #2e68be;
}
.social_icon_st6 li a.facebook:hover {
background-color: #272727;
}
.social_icon_st6 li a.googleplus {
background-color: #e74a35;
}
.social_icon_st6 li a.googleplus:hover {
background-color: #272727;
}
.social_icon_st6 li a.in {
background-color: #097fc3;
}
.social_icon_st6 li a.in:hover {
background-color: #272727;
}
.social_icon_st6 li a.dribble {
background-color: #f44193;
}
.social_icon_st6 li a.dribble:hover {
background-color: #272727;
} .feature3 {
width: 100%;
float: left;
padding: 70px 0 70px 0;
margin: 0px;
}
.feature3 .linux {
width: 100%;
float: left;
padding: 0;
margin: 0px;
border-radius: 2px;
border: 1px solid #d9d9d9;
}
.feature3 .linux .title_holder {
width: 100%;
float: left;
padding: 10px 0 10px 50px;
margin: 0px;
border-bottom: 1px solid #dfdfdf;
}
.feature3 .linux .title {
float: left;
font-weight: 600;
padding: 18px 0 0 0;
margin: 0px;
}
.feature3 .linux .price_holder {
width: 100%;
float: left;
padding: 0px 0 0 50px;
margin: 0px;
border-bottom: 1px solid #dfdfdf;
}
.feature3 .price {
color: #119EE7;
font-size: 45px;
font-weight: bold;
line-height: 45px;
text-align: left;
padding: 15px 0 0px 0px;
margin: 0px;
}
.feature3 .price sup {
font-size: 16px;
font-weight: normal;
padding-right: 10px;
}
.feature3 .price i {
font-size: 16px;
font-style: normal;
font-weight: 500;
}
.feature3 .linux .cont {
width: 100%;
float: left;
padding: 15px 0 40px 50px;
margin: 0px;
}
.feature3 .linux ul.list {
width: 100%;
float: left;
padding: 15px 0 25px 0px;
margin: 0px;
}
.feature3 .linux ul.list li {
font-size: 16px;
display: block;
font-weight: normal;
padding: 0 0 11px 0;
margin: 0px;
}
.feature3 .linux ul.list li i {
color: #119EE7;
font-size: 14px;
padding: 0 5px 0 0;
}
.feature3 .linux .rmore4 {
margin: 35px 15px 0 0;
} .parallax {
width: 100%;
float: left;
padding: 70px 0 70px 0;
margin: 0px;
background-attachment: fixed;
background-origin: initial;
background-clip: initial;
background-size: cover;
background-repeat: no-repeat;
background-position: 100% 0;
background-position: center;
}
.parallax_info2 .img {
position:relative;
width: 48%;
float: left;
padding:0;
margin: 0px;
}
.parallax_info2 .text {
position:relative;
width: 52%;
float: left;
padding:0;
margin: 0px;
}
.parallax_info2 .text .big {
font-size:50px;
color:#fff;
font-weight:600;
float: left;
text-transform:uppercase;
padding:0 0 20px 0;
line-height:40px;
margin: 0px;
}
.parallax_info2 .text .big .hili {
color:#119EE7;
} .offerbadge {
position:absolute;
width:90px;
height:90px;
float: left;
padding:26px 0 0 0;
text-align:center;
color:#fff;
line-height:16px;
margin: 0px;
background:url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img77.png) 0 0 no-repeat;
z-index:2;
}
.offerbadge2 {
position:absolute;
width:90px;
height:90px;
float: left;
padding:15px 0 0 0;
text-align:center;
color:#fff;
margin: 0px;
background:url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img76.png) 0 0 no-repeat;
z-index:2;
}
.offerbadge2 span {
font-size:18px;
font-weight:600;
}
.offerbadge span {
font-size:18px;
font-weight:600;
} .img_right{
position:relative;
width: 52%;
float: right;
text-align:right;
padding:0;
margin: 0px;
}
.text_left {
position:relative;
width: 48%;
float: left;
padding:0;
margin: 0px;
}
.text_left .list-three {
width: 100%;
float: left;
padding:0 0 25px 0;
margin: 0px;
}
.text_left .list-three li {
padding:0 0 4px 0;
margin: 0px;
color:#fff;
}
.text_left .list-three li i {
padding-right:6px;
} ol.list_st4.list_st5 li:before {
position: absolute;
top: 0px;
left: -15px;
width: 28px;
height: 28px;
font-size: 14px;
line-height: 30px;
text-align: center;
color: #F5F5F5;
border-radius: 50%;
background-color: #119EE7;
}
ol.list_st4.list_st5 li {
margin: 0px;
padding:0 0 10px 20px;
min-height: 3em;
list-style-type: none;
}
.img_middle {
position:relative;
padding:0px;
margin:0px;
text-align:center;
}
.img_middle .badge {
position:absolute;
width:170px;
display: inherit;
height:170px;
padding:0;
margin: 0px 0px 0px 158px;
float: left;
background:url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img50.png) 0 0 no-repeat;
}
.img_middle .badge .text {
padding: 50px 0px 0px 0px;
font-size:14px;
margin: 0px;
color:#272727;
text-transform:uppercase;
}
.img_middle .badge .text span {
padding:0;
font-size:24px;
margin: 0;
font-weight:600;
color:#272727;
} .section_title {
width: 35%;
float: left;
padding: 0px;
margin: 0px;
}
.section_title.three {
width: 50%;
float: left;
padding: 0px;
margin: 0px;
}
.section_title.two {
width: 100%;
float: left;
padding: 0px;
margin: 0px;
}
.section_title .small {
font-size: 30px;
float: left;
font-weight: 300;
padding: 0px;
margin: 0px;
text-transform: uppercase;
}
.section_title .big {
font-size: 80px;
font-weight: bold;
padding: 0px;
display: inline;
margin: 0px;
text-transform: uppercase;
float:left;
}
.section_title .big.two {
font-size: 80px;
font-weight: bold;
padding: 0px;
margin: 0px;
float: left;
text-transform: uppercase;
}
.section_title .big span {
color: #119EE7;
display: inline;
padding: 0px;
margin: 0px;
}
.section_subtext {
width: 65%;
float: right;
padding: 0 0 0 50px;
margin: 40px 0 0 0;
border-left: 1px solid #d9d9d9;
}
.section_subtext.two {
width: 45%;
float: right;
padding: 0 0 0 50px;
margin: 40px 0 0 0;
border-left: 1px solid #d9d9d9;
}
.section_title_line {
width: 100%;
height: 3px;
float: left;
padding: 0;
margin: 40px 0 60px 0;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/title_line1.png) 0 0 no-repeat;
}
.section_title_line.two {
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/title_line2.png) 0 0 no-repeat;
}
.section_title_line.three {
margin: 40px 0 30px 0;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/title_line3.png) 0 0 no-repeat;
}
.section_title_line.four {
margin: 25px 0 25px 0;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/title_line4.png) 0 0 no-repeat;
} .teaser-one {
width: 100%;
float: left;
padding: 0px 0px 18px 0px;
margin: 0px;
}
.teaser-one .icon {
float: left;
padding: 0px;
color: #272727;
text-align: center;
margin: 0 20px 0 0;
font-size: 30px;
}
.teaser-one:hover .icon {
color: #119EE7;
}
.teaser-one.active .icon {
color: #119EE7;
}
.teaser-one:hover h6 {
color: #119EE7;
}
.teaser-one.active h6 {
color: #119EE7;
}
.teaser-one .text {
width: 70%;
float: left;
padding: 0px;
text-align: left;
margin: 0px;
}
.teaser-two .text_holder{
width: 100%;
float: left;
padding:10px;
margin:0;
background-color:#fff;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.teaser-two .text_holder .icon{
width: 15%;
float: left;
font-size:28px;
padding:10px;
margin:0;
}
.teaser-two .text_holder .text{
width: 85%;
float: right;
padding:10px;
margin:0;
}
.teaser-two .text_holder .icon .arrow{
width:32px;
height:37px;
float: left;
padding:0;
margin:10px 0 0 0;
background:url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img73.png) 0 0 no-repeat;
}
.teaser-two .text_holder:hover{
background-color:#119EE7;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.teaser-two .text_holder:hover .icon,
.teaser-two .text_holder:hover .text, 
.teaser-two .text_holder:hover h4,
.teaser-two .text_holder.active .icon,
.teaser-two .text_holder.active .text, 
.teaser-two .text_holder.active h4{
color:#fff;
}
.teaser-two .text_holder:hover .icon .arrow,
.teaser-two .text_holder.active .icon .arrow{
display:none;
}
.teaser-two .text_holder.active{
background-color:#119EE7;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.teaser-three .teaser-item {
padding: 25px;
margin: 0 2% 20px 0;
background-color: #fff;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.teaser-three .teaser-item:last-child {
margin: 0 0 20px 0;
}
.teaser-three .teaser-item .icon {
width: 20%;
float: left;
padding: 0;
font-size: 30px;
color: #8d8d8d;
margin: 0px;
}
.teaser-three .teaser-item .text {
width: 80%;
float: left;
padding: 0;
margin: 0px;
}
.teaser-three .teaser-item:hover {
background-color: #161616;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.teaser-three .teaser-item:hover h6,
.teaser-three .teaser-item:hover p,
.teaser-three .teaser-item:hover .icon {
color: #fff;
}
.teaser-three .teaser-item.active {
background-color: #161616;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.teaser-three .teaser-item.active h6,
.teaser-three .teaser-item.active p,
.teaser-three .teaser-item.active .icon {
color: #fff;
}
.info-teaser-one .why_choose_img {
width: 166px;
height: 166px;
float: left;
padding: 8px;
margin: 0 0 20px 0;
border-radius: 100%;
background-color: #fff;
}
.info-teaser-one .why_choose_img img {
position: relative;
width: 150px;
height: 150px;
float: left;
padding: 0px;
margin: 0px;
border-radius: 100%;
z-index: 2;
}
.info-teaser-one .why_choose_img .overley {
position: absolute;
width: 150px;
height: 150px;
float: left;
padding: 0px;
margin: 0px;
border-radius: 100%;
opacity: 0;
transition: opacity 0.3s ease-in-out 0s;
background-color: #000;
z-index: 10;
}
.info-teaser-one .info-teaser-item {
text-align: center;
}
.info-teaser-one .info-teaser-item:hover h5 {
color: #161616;
}
.info-teaser-one .info-teaser-item:hover img {
opacity: 0.8;
}
.info-teaser-one .info-teaser-item:hover .overley {
opacity: 0.5;
transition: opacity 0.3s ease-in-out 0s;
}
.parallax .info-teaser-one h5,
.parallax .info-teaser-one p {
color: #fff;
}
.info-teaser-three .info-teaser-item {
width: 100%;
padding: 0px;
margin: 0 0 50px 0;
float: left;
}
.info-teaser-three .info-teaser-item:last-child {
margin: 0 0 0 0;
}
.info-teaser-three .info-teaser-item .icon_holder {
width: 22%;
padding: 0px;
margin: 0px;
float: left;
}
.info-teaser-three .info-teaser-item .icon {
width: 95px;
height: 95px;
text-align: center;
color: #119EE7;
padding: 0px;
font-size: 32px;
margin: 0px;
line-height: 94px;
float: left;
border-radius: 100%;
border: 1px solid #d9d9d9;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.info-teaser-three .info-teaser-item img {
width: 110px;
height: 110px;
padding: 0px;
margin: 0px;
float: left;
border-radius:100%;
}
.info-teaser-three .info-teaser-item .text {
width: 78%;
padding: 0px;
margin: 0px;
float: right;
}
.info-teaser-three .info-teaser-item:hover .icon,
.info-teaser-three .info-teaser-item.active .icon  {
color: #fff;
border: 1px solid #161616;
background-color: #161616;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.info-teaser-three .info-teaser-item.active h5,
.info-teaser-three .info-teaser-item:hover h5 {
color: #119EE7;
}
.teaser-four .teaser-item {
width: 100%;
float: left;
padding: 0px 0px 18px 0px;
margin: 0px;
}
.teaser-four .teaser-item:hover .icon {
background-color: #161616;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.teaser-four .teaser-item:hover h6 {
color: #119EE7;
}
.teaser-four .teaser-item.active .icon {
background-color: #161616;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.teaser-four .teaser-item.active h6 {
color: #119EE7;
}
.teaser-four .teaser-item .icon {
width: 70px;
height: 70px;
float: left;
padding: 0px;
color: #fff;
text-align: center;
margin: 0px 15px 0px 0px;
font-size: 24px;
line-height: 73px;
background-color: #119EE7;
border-radius: 100%;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.teaser-four .teaser-item .text {
width: auto;
float: none;
padding: 0px;
text-align: left;
margin: 0px;
margin-left:85px;
}
.teaser-five .teaser-item {
width: 100%;
padding: 0px;
margin: 0 0 20px 0;
float: left;
}
.teaser-five .teaser-item:last-child {
margin: 0 0 0 0;
}
.teaser-five .teaser-item .icon_holder {
width: 20%;
padding: 0px;
margin: 0px;
float: left;
}
.teaser-five .teaser-item .text {
width: 80%;
padding: 0px;
margin: 0px;
float: right;
}
.teaser-five .teaser-item .icon {
width: 95px;
height: 95px;
text-align: center;
color: #272727;
padding: 0px;
font-size: 32px;
margin: 0px;
line-height: 94px;
float: left;
border-radius: 100%;
background-color:#fff;
transition: all 0.3s ease-out 0s;
}
.parallax .teaser-five .teaser-item h5,
.parallax .teaser-five .teaser-item p{
color: #fff;
}
.teaser-five .teaser-item:hover .icon {
color: #272727;
background-color:#119EE7;
transition: all 0.3s ease-out 0s;
}
.teaser-five .teaser-item:hover h5, 
.teaser-five .teaser-item:hover p {
color: #119EE7;
transition: all 0.3s ease-out 0s;
}
.teaser-five .teaser-item.active .icon {
color: #272727;
background-color:#119EE7;
transition: all 0.3s ease-out 0s;
}
.teaser-five .teaser-item.active h5, 
.teaser-five .teaser-item.active p {
color: #119EE7;
transition: all 0.3s ease-out 0s;
}
.teaser-six .teaser-item {
width:100%;
float:left;
padding:0px;
margin:0 0 20px 0;
}
.teaser-six .teaser-item .left {
width:23%;
float:left;
padding:0px;
margin:0px;
}
.teaser-six .teaser-item .icon {
width:58px;
height:58px;
float:left;
padding:0px;
margin:0px;
font-size:28px;
color:#939393;
line-height:60px;
text-align:center;
border-radius:100%;
background-color:#161616;
}
.teaser-six .teaser-item .text {
width:77%;
float:right;
padding:0px;
margin:0px;
}
.teaser-seven ul.icon {
width: 100%;
float: left;
padding: 40px 0 40px 0;
margin: 0px;
}
.teaser-seven ul.icon li {
width:18%;
float: left;
text-align: center;
padding: 0;
margin: 0px 70px 0px 0px;
}
.teaser-seven ul.icon li:last-child {
margin: 0 0px 6px 0;
}
.teaser-seven ul.icon li a {
width: 100px;
height: 100px;
float: left;
padding: 0;
text-align: center;
font-size: 30px;
line-height: 97px;
color: #fff;
border-radius: 100%;
margin: 0 0px 6px 0;
border: 1px solid #fff;
}
.teaser-seven ul.icon li:hover a {
border: 1px solid #161616;
background-color: #161616;
}
.teaser-seven .icon li:hover h6 {
color: #161616;
}
.teaser-seven ul.icon li.active a {
border: 1px solid #161616;
background-color: #161616;
}
.teaser-seven .icon li.active h6 {
color: #161616;
}
.rmore7.m-left {
margin-left: 20px;
}
.teaser-eight .teaser-item {
width: 100%;
float: left;
padding: 0px;
margin: 0 0 15px 0;
}
.teaser-eight .teaser-item.first {
margin: 50px 0 15px 0;
}
.teaser-eight .teaser-item {
width: 100%;
float: right;
padding: 0px;
margin: 0px;
}
.teaser-eight .icon_holder.two {
float: left;
}
.teaser-eight .icon_holder.two .icon {
float: left;
}
.teaser-eight .text_holder {
width: 75%;
float: left;
text-align: right;
padding: 0px;
margin: 0px;
}
.teaser-eight .text_holder.two {
float: right;
text-align: left;
}
.teaser-eight .icon_holder .icon {
width: 100px;
height: 100px;
float: right;
padding: 0;
text-align: center;
font-size: 30px;
line-height: 97px;
color: #fff;
border-radius: 100%;
margin: 0 0px 6px 0;
background-color: #161616;
}
.teaser-eight .teaser-item:hover .icon ,
.teaser-eight .teaser-item.active .icon{
background-color: #119EE7;
}
.teaser-eight .teaser-item:hover h4,
.teaser-eight .teaser-item:hover p,
.teaser-eight .teaser-item.active h4,
.teaser-eight .teaser-item.active p {
color: #119EE7;
}
.teaser-nine .teaser-item {
width: 48%;
float: left;
padding: 25px;
margin: 0 2% 20px 0;
background-color: #fff;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.teaser-nine .teaser-item:last-child {
margin: 0 0 20px 0;
}
.teaser-nine .teaser-item .icon {
width: 20%;
float: left;
padding: 0;
font-size: 30px;
color: #8d8d8d;
margin: 0px;
}
.teaser-nine .teaser-item .text {
width: 80%;
float: left;
padding: 0;
margin: 0px;
}
.teaser-nine .teaser-item:hover {
background-color: #161616;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.teaser-nine .teaser-item:hover h6,
.teaser-nine .teaser-item:hover .icon {
color: #fff;
}
.teaser-nine .teaser-item:hover p {
color: #727272;
}
.teaser-nine .teaser-item.active {
background-color: #161616;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.teaser-nine .teaser-item.active h6 {
color: #fff;
}
.teaser-nine .teaser-item.active p {
color: #727272;
}
.teaser-nine .teaser-item.active .icon {
color: #fff;
}
.teaser-ten .teaser-item {
width: 100%;
padding: 0px;
margin: 0 0 50px 0;
float: left;
}
.teaser-ten .teaser-item .list_holder {
margin: 0 0 30px 0;
}
.teaser-ten .teaser-item:last-child {
margin: 0 0 0 0;
}
.teaser-ten .teaser-item .icon_holder {
width: 22%;
padding: 0px;
margin: 0px;
float: left;
}
.teaser-ten .teaser-item .icon {
width: 95px;
height: 95px;
text-align: center;
color: #119EE7;
padding: 0px;
font-size: 32px;
margin: 0px;
line-height: 94px;
float: left;
border-radius: 100%;
border: 1px solid #d9d9d9;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.teaser-ten .teaser-item .text {
width: 78%;
padding: 0px;
margin: 0px;
float: right;
}
.teaser-ten .teaser-item:hover .icon,
.teaser-ten .teaser-item.active .icon {
color: #fff;
border: 1px solid #119EE7;
background-color: #119EE7;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.teaser-ten .teaser-item:hover h5,
.teaser-ten .teaser-item.active h5 {
color: #119EE7;
}
.teaser-ten .teaser-item.dark .icon {
color: #161616;
border: 1px solid #fff;
background-color: #fff;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.teaser-ten .teaser-item.dark p {
color: #fff;
}
.teaser-ten .teaser-item.dark:hover .icon,
.teaser-ten .teaser-item.dark.active .icon {
color: #fff;
border: 1px solid #161616;
background-color: #161616;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.teaser-ten .teaser-item.dark.active h5,
.teaser-ten .teaser-item.dark:hover h5 {
color: #161616;
}
.teaser-eleven .teaser-item .icon {
width: 100px;
height: 100px;
padding: 0;
text-align: center;
font-size: 30px;
line-height: 97px;
color: #fff;
border-radius: 100%;
margin: 50px auto 15px auto;
border: 1px solid #fff;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.teaser-eleven .teaser-item {
text-align: center;
}
.teaser-eleven .teaser-item:hover h5,
.teaser-eleven .teaser-item.active h5 {
color: #161616;
}
.teaser-eleven .teaser-item:hover .icon {
border: 1px solid #161616;
background-color: #161616;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.teaser-eleven .teaser-item.active .icon {
border: 1px solid #161616;
background-color: #161616;
}
.teaser-tewelve .icon {
padding: 0;
font-size: 64px;
text-align: center;
margin: 0 auto 20px auto;
color: #161616;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.parallax .teaser-tewelve .teaser-item h5,
.parallax .teaser-tewelve .teaser-item p,
.parallax .teaser-tewelve .icon{
color: #fff;
}
.teaser-tewelve .teaser-item:hover .icon {
color: #119EE7;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.teaser-tewelve .teaser-item:hover h5,
.teaser-tewelve .teaser-item.active h5 {
color: #119EE7;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.teaser-tewelve .teaser-item.active .icon {
color: #119EE7;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.teaser-thirteen .teaser-item {
width: 100%;
padding: 0px;
margin: 0 0 30px 0;
float: left;
}
.teaser-thirteen .teaser-item :last-child {
margin: 0 0 0 0;
}
.teaser-thirteen .teaser-item .icon_holder {
width: 17%;
padding: 0px;
margin: 0px;
float: left;
}
.teaser-thirteen .teaser-item .icon {
width: 95px;
height: 95px;
text-align: center;
color: #fff;
padding: 0px;
font-size: 32px;
margin: 0px;
line-height: 94px;
float: left;
border-radius: 100%;
background-color: #161616;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.teaser-thirteen .teaser-item .text {
width: 81%;
padding: 10px 0 0 0;
margin: 0px;
float: right;
}
.teaser-thirteen .teaser-item:hover .icon {
color: #fff;
background-color: #119EE7;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.teaser-thirteen .teaser-item:hover h5 {
color: #119EE7;
}
.teaser-thirteen .teaser-item.active .icon {
color: #fff;
background-color: #119EE7;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.teaser-thirteen .teaser-item.active h5 {
color: #119EE7;
}
.teaser-fourteen .teaser-item {
width: 100%;
padding: 0px;
margin: 0 0 50px 0;
float: left;
}
.teaser-fourteen .teaser-item{
margin: 0 0 30px 0;
}
.teaser-fourteen .teaser-item:last-child {
margin: 0 0 0 0;
}
.teaser-fourteen .teaser-item .icon_holder {
width: 22%;
padding: 0px;
margin: 0px;
float: left;
}
.teaser-fourteen .teaser-item .icon {
width: 95px;
height: 95px;
text-align: center;
color: #119EE7;
padding: 0px;
font-size: 32px;
margin: 0px;
line-height: 94px;
float: left;
border-radius: 100%;
border: 1px solid #d9d9d9;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.teaser-fourteen .teaser-item .text {
width: 78%;
padding: 0px;
margin: 0px;
float: right;
}
.teaser-fourteen .teaser-item:hover .icon,
.teaser-fourteen .teaser-item.active .icon {
color: #fff;
border: 1px solid #119EE7;
background-color: #119EE7;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.teaser-fourteen .teaser-item:hover h5,
.teaser-fourteen .teaser-item.active h5 {
color: #119EE7;
}
.teaser-fifteen .icon {
padding: 0 0 20px 0;
text-align: center;
font-size: 56px;
color: #161616;
margin: 0;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.teaser-fifteen .teaser-item h5,
.teaser-fifteen .teaser-item p {
color: #161616;
}
.parallax  .teaser-fifteen .icon,
.parallax  .teaser-fifteen .teaser-item h5,
.parallax  .teaser-fifteen .teaser-item p {
color: #fff;
}
.teaser-fifteen .teaser-item {
text-align: center;
}
.teaser-fifteen .teaser-item:hover .icon {
color: #119EE7;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.teaser-fifteen .teaser-item:hover h5,
.teaser-fifteen .teaser-item.active .icon,
.teaser-fifteen .teaser-item.active h5 {
color: #119EE7;
}
.teaser-sexteen .icon {
width: 85px;
height: 85px;
padding: 0;
font-size: 40px;
text-align: center;
margin: 0 auto 20px auto;
color: #161616;
line-height: 80px;
border-radius: 100%;
border: 1px solid #d9d9d9;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.teaser-sexteen .teaser-item:hover .icon,
.teaser-sexteen .teaser-item.active .icon {
color: #119EE7;
border: 1px solid #119EE7;
}
.teaser-sexteen .teaser-item:hover h5,
.teaser-sexteen .teaser-item.active h5 {
color: #119EE7;
}
.teaser-seventeen .teaser-item{
width: 100%;
padding: 15px;
margin: 0px;
float: left;
text-align: center;
border-radius: 4px;
border: 1px solid #e1e1e1;
}
.teaser-seventeen .teaser-item i {
background-color: #119EE7;
border: 1px solid #119EE7;
border-radius: 100%;
color: #fff;
font-size: 40px;
height: 100px;
line-height: 105px;
margin-bottom: 20px;
text-align: center;
vertical-align: middle;
width: 100px;
}
.teaser-seventeen .teaser-item .icon_box_title1 {
padding: 0px;
margin: 0px;
color: #272727;
font-size: 20px;
margin-bottom: 10px;
}
.teaser-eighteen .teaser-item {
width: 100%;
padding: 15px;
margin: 0px;
float: left;
text-align: center;
}
.teaser-eighteen .teaser-item {
background: none;
}
.teaser-eighteen .teaser-item i {
color: #161616;
font-size: 35px;
line-height: 105px;
margin: 0px;
text-align: center;
vertical-align: middle;
}
.teaser-eighteen .teaser-item .icon_box_title1 {
padding: 0px;
margin: 0px;
color: #272727;
font-weight: 400;
font-size: 24px;
text-transform: none;
margin-bottom: 10px;
}
.teaser-ninteen .teaser-item  {
float: left;
width: 100%;
padding: 0px;
margin: 0px;
list-style-type: none;
}
.teaser-ninteen .teaser-item li {
padding: 0px;
margin: 0px;
}
.teaser-ninteen .teaser-item li p {
margin-bottom: 20px;
}
.teaser-ninteen .teaser-item li.icon {
float: left;
width: 16%;
color: #ff9f07;
font-size: 35px;
padding: 0px;
margin: 0px;
line-height: 80px;
}
.teaser-ninteen .teaser-item li.cont {
float: left;
width: 84%;
padding: 0px;
margin: 0px;
}
.teaser-twenty .teaser-item {
margin: 0px;
float: left;
width: 100%;
text-align: center;
}
.teaser-twenty .teaser-item i {
background-color: #119EE7;
border: 1px solid #119EE7;
border-radius: 100%;
color: #FFFFFF;
font-size: 30px;
height: 80px;
line-height: 81px;
margin-bottom: 20px;
text-align: center;
vertical-align: middle;
width: 80px;
}
.teaser-twenty .teaser-item:hover i,
.teaser-twenty .teaser-item.active i {
background-color: #fff;
color: #119EE7;
border: 1px solid #119EE7;
}
.teaser-twenty-one .circle {
width: 290px;
height: 290px;
border-radius: 100%;
float: left;
text-align: center;
color: #fff;
font-size: 55px;
padding: 50px 20px 30px;
margin: 0;
background-color: #161616;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.teaser-twenty-one .circle:hover {
background-color: #92d102;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.teaser-twenty-one .circle:hover p {
color: #fff;
}
.teaser-twenty-one .circle.active {
background-color: #92d102;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.teaser-twenty-one .circle.active p {
color: #fff;
} .footer1 {
width: 100%;
float: left;
margin: 0;
background-color: #161616;
padding: 0px 0px 50px;
}
.footer1 .social_links {
width: 100%;
height: 298px;
float: left;
padding: 0;
margin: -167px 0 80px 0;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img20.png) center top no-repeat;
}
.footer1 .social_links.two {
width: 100%;
height: 298px;
float: left;
padding: 0;
margin: 0px 0 0px 0;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/site-img23.png) center top no-repeat;
position: relative;
z-index: 99;
}
.footer1 .social_links.two ul.social_icons {
width: auto;
float: none;
padding: 0px;
margin: 57px auto !important;
display: table;
}
.footer1 .social_links ul.social_icons {
width: auto;
float: none !important;
padding: 0px;
margin: 167px auto 0 !important;
display: table;
position: relative;
left: 50px;
}
.footer1 .social_links.two ul.social_icons {
position: relative;
left: 0px;
}
#page_content_wrapper {
margin-top:0px !important;;
}
.page_slider.menu_transparent {
margin-bottom: -172px !important;
}
.footer1 .social_links ul.social_icons li {
float: left;
padding: 0;
margin: 0;
}
.ui-tabs .ui-tabs-panel {
padding: 30px 30px;
}
.ui-tabs .ui-tabs-nav li a {
padding: 8px 20px 7px;
}
.footer1 .social_links ul.social_icons li a {
width: 50px;
height: 50px;
float: left;
padding: 0;
margin: 0 8px 0 0;
line-height: 48px;
text-align: center;
color: #161616;
font-size: 22px;
border-radius: 100%;
border: 1px solid #d9d9d9;
}
.footer1 .social_links ul.social_icons li a:hover {
color: #92D102;
border: 1px solid #92D102;
}
.footer1 .social_links ul.social_icons li.active a {
color: #92D102;
border: 1px solid #92D102;
}
.footer_title_line {
width: 100%;
height: 3px;
float: left;
padding: 0px;
margin: 0px 0px 30px;
background: url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/title_line5.png) 0 0 no-repeat;
}
.footer1 ul.widget__footer {
width: 100%;
padding: 0px;
margin: 0px;
float: left;
}
.footer1 .widget__footer li {
width: 100%;
padding: 0px;
margin: 0px;
display: block;
float: left;
}
.footer1 .widget__footer li a {
padding: 0 0 3px 0;
margin: 0px;
float: left;
font-size: 14px;
display: block;
color: #727272;
}
.footer1 .widget__footer li a:hover {
color: #fff;
}
.newsletter {
padding: 0px;
margin: 0px;
float: left;
}
.newsletter .email_input {
background: none repeat scroll 0 0 #FFFFFF;
border: 0 none;
color: #727272;
float: left;
font-size: 13px;
font-weight: normal;
height: 39px;
line-height: 39px;
padding: 0 7px;
width: 72%!important;
margin: 0 -5px 0 0;
}
.email_submit {
padding: 0 10px 0 10px;
margin: 0px 0px 0px 0px;
float: left;
height: 39px!important;
color: #fff;
border: 1px solid #119EE7;
background-color: #119EE7;
}
.email_submit.two {
border: 1px solid #119EE7;
background-color: #119EE7;
} .footer_payment_types {
width: 100%;
float: left;
padding: 30px;
margin: 0;
border-top: 1px solid #272727;
background-color: #161616;
}
ul.payment_logos {
width: 50%;
padding: 0px;
margin: 0px;
float: left;
}
ul.payment_logos.two {
width: 50%;
padding: 0px;
margin: 0px;
float: right;
}
.payment_logos li {
padding: 0 15px 0 0;
margin: 0px;
line-height: 20px;
float: left;
}
.payment_logos li a.chat_but {
padding: 10px 20px;
margin: 0 0 0 25px;
color: #fff;
font-size: 14px;
line-height: 20px;
float: left;
border-radius: 2px;
background-color: #8ac700;
}
.payment_logos li a.chat_but:hover {
background-color: #77ab02;
}
.payment_logos li a i {
color: #fff;
font-size: 16px;
}
.copyrights {
width: 100%;
font-size: 14px;
color: #858585;
margin: 0px;
float: left;
padding: 30px 0px 20px;
background-color: #2E2E2E;
}
.copyrights .text2 {
float: right;
}
.footer1 .post_holder {
width: 100%;
padding: 15px 0 15px 0;
margin: 0px;
float: left;
border-bottom: 1px solid #2e2e2e;
}
.footer1 .post_holder.first {
padding: 0 0 15px 0;
}
.footer1 .post_holder.last {
border-bottom: none;
}
.footer1 .post_holder .img_holder {
width: 79px;
padding: 6px 0px 0px;
margin: 0px;
float: left;
}
.footer1 .post_holder .img {
width: 60px;
padding: 0px;
margin: 0px;
float: left;
border: 2px solid #161616;
}
.footer1 .post_holder .text {
padding: 0px;
margin: 0px;
float: none;
width: auto;
margin-left: 85px;
}
.footer1 .post_holder .lessmar {
color: #a2a2a2;
font-weight: 600;
}
.footer1 .post_holder .text span.info {
font-size: 11px;
} .footer1 .post_holder:hover .img {
border: 2px solid #119EE7;
}
.footer1 .post_holder .text a:hover span {
color: #119EE7;
} .footer1 .post_holder.active .img {
border: 2px solid #119EE7;
}
.footer1 .post_holder.active .lessmar {
color: #119EE7;
} .copyrights ul.social_icons {
float: left;
padding: 0;
margin: 0;
}
.copyrights ul.social_icons li {
float: right;
padding: 0;
margin: 0;
}
.copyrights ul.social_icons li a {
width: 35px;
height: 35px;
float: left;
padding: 0;
margin: 0 8px 0 0;
line-height: 35px;
text-align: center;
color: #727272;
font-size: 16px;
border-radius: 100%;
background-color: #161616;
}
.copyrights ul.social_icons li a:hover {
color: #727272;
background-color: #fff;
}
.copyrights span {
padding: 0px;
margin: 0px;
float: left;
padding-top: 5px;
} .scrollup {
width: 40px;
height: 40px;
opacity: 1;
position: fixed;
bottom: 22px;
right: 20px;
display: none;
text-indent: -9999px;
background: #119EE7 url(//aweb.gr/server/wp-content/themes/aweb-modern-hosting-theme-v1.4.0-builder/assets/images/scroll-top-arrow.png) no-repeat 15px 16px;
z-index: 999;
} .navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li > a {
border-bottom:2px solid #fff;
padding-top: 34px !important;
padding-bottom: 34px !important;
}
.navbar-nav > li > a.active {
border-bottom:2px solid #119EE7;
}
.dropdown-menu {
margin-top:-1px !important;
}
.sticky .navbar-nav {
margin: 0px;
}
.sticky .navbar-nav > li > a {
padding-top: 24px !important;
padding-bottom: 24px !important;
}
.pricing-white {
background:#fff !important;
}
#header.header4 {
height:138px !important;
}
#header.header4 .navbar-nav > li > a {
border-bottom: none;
}
.header4 #trueHeader #logo {
margin-top: 22px;
}
.header4.sticky #trueHeader #logo {
margin-top: 13px;
}
.header3 .navbar-nav > li > a {
border-bottom: 2px solid #fff;
padding-top: 28px !important;
padding-bottom: 27px !important;
}
.header3 .navbar-nav > li > a {
border-bottom: 2px solid transparent;
padding-top: 28px !important;
padding-bottom: 27px !important;
}
.header3 .dropdown-menu {
margin-top: -3px !important;
}
.header5 {
height: 163px !important;
z-index: 9999999;
}
.header5 .navbar-nav > li > a {
border-bottom: none;
padding-top: 34px !important;
padding-bottom: 34px !important;
}
.isStuck .navbar-nav > li > a,
.isStuck .header5 .navbar-nav > li > a {
padding-top: 24px !important;
padding-bottom: 24px !important;
} .inner_container {
width: 82%;
padding:0;
margin:0 auto;
}
ul.tld_lists {
width: 100%;
padding:50px 0 0 0;
float:left;
margin:0;
}
ul.tld_lists li {
padding:0;
color:#fff;
float:left;
margin:0;
}
ul.tld_lists li:last-child{
padding:0 0 0 0;
}
ul.tld_lists li .number {
width:45px;
height:45px;
color:#fff;
padding:0;
float:left;
font-size:18px;
text-align:center;
line-height:45px;
margin:0;
background-color:#92D102;
}
ul.tld_lists li .text {
color:#fff;
padding:13px 0 0 15px;
float:none;
font-size:16px;
margin:0 0 0 55px;
}
.parallax .address_info3,
.parallax .form_holder{
color: #fff!important;
}
ul.list.list-four {
width: 100%;
float: left;
padding:0;
margin: 0px;
}
ul.list.list-four {
width: 100%;
float: left;
padding:20px 0 30px 0;
margin: 0px;
}
ul.list.list-four li {
padding:0 0 15px 0;
margin: 0;
font-size:16px;
color:#fff;
}
ul.list.list-four li i {
padding:0 5px 0 0;
margin: 0;
color:#fff;
} .offerbadge.five{
position: absolute;
width:155px;
height:155px;
margin:0px;
padding:50px 0px 0px 0px;
float:left;
text-align:center;
font-size:18px;
color:#fff;
line-height: 28px;
border-radius:50%;
background-color:#92D102;
z-index:2;
background-image: none;
}
.offerbadge.five span.price{
margin-top:5px;
padding:0px 0px 5px 0px;
font-size:30px;
font-weight:bold;
line-height:20px;
text-align:center;
}
.offerbadge.six{
width:110px;
height:110px;
padding:30px 0px 0px 0px;
margin: 150px 0 0 -29px;
font-size:18px;
color:#727272;
border-radius: 50%;
line-height: 28px;
background-image: none;
background-color:#272727;
}
.offerbadge.six span.price{
margin-top:5px;
padding:0px 0px 5px 0px;
font-size:18px;
font-weight:300;
line-height:20px;
text-align:center;
} .no-padding{
padding: 0px!important;
}
.header6 .topbar {
background: #92d102;
height: 37px;
font-family: Open Sans;
position: relative;
z-index: 9999999;
}
.header6 .tb-left, 
.header6 .tb-right {
height:37px;
}
.header6 .tb-left li {
float: left;
line-height: 37px;
color: #fff;
font-size: 13px;
}
.header6 .tb-left li:first-child {
border-right: 1px solid #e7e7e7;
padding-right: 15px;
margin-right: 15px;
}
.header6 .tb-left li:nth-child(2),
.header6 .tb-left li:nth-child(3) {
font-family: Roboto;
text-transform: uppercase;
margin-right: 20px;
font-size: 14px;
font-weight: 500;
}
.header6 .tb-right li {
float: left;
line-height: 37px;
color: #fff;
font-size: 14px;
}
.header6 .tb-right li a {
color: #fff;
}
.header6 .tb-right li:first-child {
border-right: 1px solid rgba(231,231,231,0.5);
padding-right: 10px;
}
.header6 .tb-right li:first-child a {
margin: 0 15px;
}
.header6 .top-social a {
display: inline-block;
width: 30px;
border-left: 1px solid rgba(231,231,231,0.5);
line-height: 37px;
text-align: center;
}
.header6 #lang {
max-width: 135px;
}
.content-img {
width: 40%;
padding: 0;
margin: 0;
float: right;
}
.rmore1 {
margin-right: 10px;
}
.no-border {
border: none !important;
}
.cbp-l-filters-alignCenter {
width: 100%;
margin: 40px auto 30px;
}
#trueHeader {
z-index: 99999999;
}  @media only screen and (min-width: 961px) and (max-width: 1169px) {
.tb-left li {
font-size: 11px !important;
}
.tb-left li:nth-child(2) {
font-size: 11px !important; 
}
.tb-right li {
float: left;
line-height: 37px;
color: #FFF;
font-size: 12px;
}
.tb-right li:first-child a {
margin: 0px 9px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1020px) {
.blog_single .comment_info .left .img {
width:100%;
}
.blog_single .comment_info .left img {
width:100%;
}
.blog_single .comment_info .right {
padding-left:20px;
}
.blog_single .comment_info .right .name {
width: 100%;
float: left;
}
.blog_single .comment_info .right .date {
width: 100%;
text-align: left;
float: left;
position:relative;
top:-15px;
}
.home_info2 .fea_list_holder .text {
width: 100%;
float: right;
padding: 0px;
margin: 0px;
}
.home_info2 .right .img_holder .shape {
display:none;
}
.home_info6 .services_box {
width: 100%;
margin: 0 0 20px;
}
#home5 .item {
padding:0 25px;
}
.tabs-panel,
.tabs-panel2
.tabs-panel3
.tabs-panel4
.tabs-panel5
.tabs-panel6
.tabs-panel7
.tabs-panel8
.tabs-panel9
.tabs-panel10,
.tabs-panel11,
.tabs-panel12 {
width:100%;
padding:0 15px !important;
}
.domain_search ul.tld_list li .price {
font-size: 16px;
}
.domain_search ul.tld_list li {
padding: 20px 10px;
}
.domain_search ul.tld_list li .price2 {
font-size: 15px;
}
.hosting_features .feature_box h3 {
font-size: 20px;
margin: 15px 0 20px;
}
#header.sticky, #header.sticky #trueHeader .navbar-header {
margin-top:7px;
}
#home3 .navbar-default .navbar-toggle {
width: 355px;
left: -50px;
}
#home3 .navbar-default .navbar-collapse {
border: medium none !important;
z-index: 9999999;
background: rgb(34, 34, 34) none repeat scroll 0% 0%;
left: -50px !important;
position: relative;
}
#home3 .sticky .navbar-default .navbar-toggle {
width: 355px;
left: -50px;
top: 8px;
}
.pricing_wrap.pricing2 .col-md-3 {
margin-bottom:80px;
}
.pricing_wrap.pricing2 .col-md-3:last-child {
margin-bottom:30px;
}
img {
max-width:100%;
}	
.pricing3 .shadow_box {
display:none;
}
.pricing3 .price_table .arrow.one ,
.pricing3 .price_table .arrow.two ,
.pricing3 .price_table .arrow.three ,
.pricing3 .price_table .arrow.four {
display:none;
}
.readmore_big {
display: table;
padding: 17px 50px;
margin: 0 auto;
}
.pricing3 .price_table.active {
padding:0px;
}
.pricing3 .price_table {
margin: 1px 0 0;
}
.navbar-default .navbar-collapse{
border: none !important;
z-index: 9999999;
}
.team_st2 {
position: relative;
width: 100%;
height: 377px;
padding: 20px;
margin:0;
float: left;
overflow: hidden;
transition: top 0.3s ease-in-out 0s;
}
.header3 .menu_right_search_box ,
.header3 .top_nav.four .left ,
.header3 .top_nav.four .right {
display:none;
}
.header3 .top_nav.four .middle #logo {
background-position: center center;
}
.header3 .top_nav.four .middle {
float: left;
width: 100%;
padding: 0px;
margin: 0px;
}
.teamst2_holder {
width: 100%;
height: 380px;
padding: 0px;
margin: 0 0 30px;
float: left;
border: 1px solid #E1E1E1;
transition: top 0.3s ease-in-out 0s;
}
.award_holder img {
width:100%;
}
.navbar-default .navbar-toggle {
border-color: #DDD;
margin: 0;
}
.dropdown a {
border-bottom: 2px solid transparent !important;
}
.dropdown a:hover {
background:transparent !important;
color:#777 !important;
}
.navbar-default .navbar-toggle {
width: 355px;
left: 15px;
}
.navbar-default {
margin-right: 0px;
position: absolute;
right: 0px;
top: 22px !important;
}
.top_nav.two span {
display:none;
}
.ds-slide input#dsearch {
width: 41.6667% !important;
}
.ds-slide .col-sm-3 {
width: 25% !important;
}
.ds-slide .col-sm-4 {
width: 33.3333%;
}
.home_info5 .services_box {
min-height:225px;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
overflow: hidden;
}
.home_info5 .services_box .icon {
float: none;
margin: 0 0 18px;
}
.home_info5 .services_box.active h6 {
font-size: 17px;
}
.domain_search_home ul.tld_list li {
padding: 0px 15px 0px 0px !important;
font-size: 18px !important;
}
.features_wrap.two .col-md-6 img {
display:table;
margin:0 auto;
}
.tb-left {
display:none;
}
.tb-right {
display:table;
margin:0 auto;
float:none;
}
}
@media only screen and (min-width: 768px) and (max-width: 1140px) {
.container {
max-width:90%;
margin:0 auto;
}
.contact_wrap .topic_holder .text {
width: 100%;
padding: 0px;
margin: 50px 0 0;
float: none;
display: table;
}
.contact_wrap .topic_holder .text ul.list {
margin-left: 15px !important;
}
.section_title .big.two {
font-size: 58px;
}
.section_subtext.two {
margin: 1px 0px 0px;
}
.info-slider .why_choose_img {
width: 100px;
height: 100px;
}
.info-slider .why_choose_img .img {
width: 85px;
height: 85px;
background-size: 100% !important;
}
.info-slider h5 ,
.info-slider p {
text-align: left;
}
.info-slider .why_choose_img .overley,
.info_wrap3 .why_choose_img .overley {
position: absolute;
width: 85px;
height: 85px;
float: none;
}
.info-slider .why_choose_img {
width: 100px;
height: 100px;
position: relative;
left: -14px;
}
.feature3 .linux .rmore4 {
margin: 35px 4px 0px 0px;
}
.section_title .big {
font-size: 58px;
}
.section_subtext {
margin: 15px 0px 0px;
}
.pricing_wrap .price_table .title {
width: 100%;
font-size: 20px;
}
.pricing_wrap .price_table .price {
color: #161616;
font-size: 32px;
}
.team_wrap .col-md-3 {
width: 50%;
}
.clients_wrap .clint_holder .clint {
width: 80px;
}
.clients_wrap .clint_holder .img_holder {
width: 80px;
height: 80px;
}
.clients_wrap .clint_holder .img {
width: 60px;
height: 60px;
background-size: 100% !important;
}
.clients_wrap .clint_holder .text {
margin-right: 90px;
float: left;
padding: 15px 0px 0px;
margin: 0px;
text-align: right;
}
.clients_wrap .clint_holder .text {
float: none;
padding: 0;
text-align: right;
margin: 0px 105px 0px 0px;
width: auto;
}
.clients_wrap .clint_holder .text.text-left {
text-align: left !important;
margin: 0 0 0 100px !important;
}
.payment_logos li {
margin: 0px -5px 0 !important;
}
.newsletter .email_input {
padding: 0px 15px;
width: 100%;
}
.email_submit {
width: 100%;
}
.footer1 h4 {
font-size: 17px;
}
.payment_logos li br {
display:none;
}
.payment_logos li:first-child {
width: 100%;
padding-bottom: 20px;
}
.payment_logos.two li:last-child a.chat_but {
margin: 0px !important;
}
.feature2 .left {
}
.feature2 .right {
}
.feature2 .list_holder .text {
width: auto;
padding: 0;
margin: 0px;
float: none;
margin-left: 115px;
}
.feature2 .right .img_holder .shape {
width: 100%;
height: 0px;
}
.img_holder img {
max-width:100%;
}
.home_info .affiliates .text {
width: auto;
float: none;
padding: 0px;
text-align: left;
margin: 0px 0 0 85px;
}
.section_subtext p {
text-align:left;
}
.section_title .small {
font-size: 21px;
}
.imgbox img {
width:100%;
}
.img_ho_st_holder {
max-width: 272px;
margin-right: auto;
margin-left: auto;
margin-bottom: 30px;
float: none;
display:table;
}
.home_info2 .circle {
margin:15px auto;
float:none;
}
}
@media only screen and (min-width: 995px) and (max-width: 1085px) {
.team_st1 .imgholder {
transform: scale(0.95);
}
}
@media only screen and (min-width: 200px) and (max-width: 767px) {
.blog_single .comment_info .left {
width: 32%;
}
.blog_single .comment_info .left .img {
width:100%;
}
.blog_single .comment_info .left img {
width:100%;
}
.blog_single .comment_info .right {
width: 65%;
}
.blog_single .comment_info.two .right {
width: 65%;
}
.blog_single .comment_info .right .name {
width: 100%;
float: left;
}
.blog_single .comment_info .right .date {
width: 100%;
text-align: left;
float: left;
position:relative;
top:-15px;
}
.home_info2 .fea_list_holder .text {
width: 100%;
float: right;
padding: 0px;
margin: 0px;
}
.home_info2 .right .img_holder .shape {
display:none;
}
.home_info6 .services_box {
width: 100%;
margin: 0 0 20px;
}
#home5 .domain_box2 .box {
padding: 40px;
margin: 0px 0 100px;
color: #fff;
text-align: center;
background-color: rgba(17,158,231,0.9);
width: 100%;
float: left;
position: relative;
}
#home5 .domain_box2 .box:last-child {
margin: 0px 0 30px;
}
#home5 .header5 .menu_main2 {
width: 100%;
}
#home5 .navbar-default {
margin-right: 0px;
position: absolute;
right: 0;
left: 0;
top: -43px !important;
display: table;
margin: 0 auto !important;
}
#home5 .navbar-collapse {
height: auto;
position: absolute;
top: 131px;
width: 275px !important;
left: 5px;
}
#home5 #header.sticky .navbar-collapse {
height: auto;
position: absolute;
top: 119px;
}
.info_wrap11 .text ,
.info_wrap11 .img,
.info_wrap11 .img_right ,
.info_wrap11 .text_left {
width: 100%;
}
.info_wrap4 .text {
width: auto;
float: none;
padding: 0;
margin: 0;
margin-left: 75px;
}
img {
max-width:100%;
}
.parallax_info2 .img ,
.parallax_info2 .text {
position: relative;
width: 100%;
}
.pricing3 .shadow_box {
display:none;
}
.pricing3 .price_table_holder ,
.pricing3 .price_table_holder:hover {
margin: 20px 0 !important;
}
.pricing3 .price_table {
margin: 0 !important;
}
#home3 #topHeader {
position: relative;
z-index: 999999;
display: block;
}
.pricing_wrap.pricing2 .col-md-3 {
margin-bottom:80px;
}
.pricing_wrap.pricing2 .col-md-3:last-child {
margin-bottom:30px;
}
.top_nav.three span {
display: none;
}
.top_nav.three .tb-right li:first-child {
display:none;
}
.home_info2 .right .img_holder .shape {
display:none;
}
.pricing4 .price_table_holder {
width: 100%;
}
.home_info4 ul.icon li {
width: 100%;
}
.home_info4 ul.icon li a {
width: 70px;
height: 70px;
float: left;
padding: 0px;
text-align: center;
font-size: 23px;
line-height: 74px;
color: #FFF;
border-radius: 100%;
margin: 0px 0px 6px;
border: 1px solid #FFF;
}
.home_info4 ul.icon li h6 {
margin-left:105px;
text-align:left;
}
.home_info4 .rmore6,
.home_info4 .rmore7 {
width:200px;
text-align:center;
margin:0 auto 5px;
display:table;
float:none;
}
.home_info5 .text_holder {
width: 100%;
}
.home_info3 .affiliates .text {
width: auto;
float: none;
padding: 0px;
text-align: left;
margin-left: 85px;
}
#header.header3.header5 {
position:fixed;
left:0;
right:0;
top:0;
height: 49px !important;
}
#header.header3.header5.sticky,
#header.header3.header5 {
height: 79px !important;
}
#header.header3.header5.sticky #trueHeader ,
#header.header3.header5 #trueHeader {
height: 49px !important;
}
#header.header3.header5 #topHeader {
display: block !important;
}
#header.header3.header5 #trueHeader {
position:relative !important;
top: -27px;
}
#header.header3.header5.sticky #trueHeader {
position: relative !important;
top: -19px;
}
.mob-pad50 {
padding-top:100px;
}
#clients-logo .item img {
display:table;
margin:0 auto;
}
.domain_search ul.tld_list {
margin: 20px 0 30px 0;
display: table;
}
.readmore_big {
color: #fff;
font-size: 16px;
text-transform: uppercase;
padding: 17px 70px;
background-color: #119EE7;
border-radius: 2px;
display: table;
margin: 0 auto;
}
.hosting_features .feature_box .offer_badge {
position: relative;
}
.pricing3 .price_table_holder {
float: left;
padding: 0;
margin: 1px 0 0 0;
width: 100%;
border: 1px solid #ddd;
}
.pricing3 .price_table {
border:none;
margin:0;
}
.parallax_info2 .text_left {
position: relative;
width: 100%;
float: left;
padding: 0;
margin: 0px;
}
.parallax_info2 .img_right {
position: relative;
width: 75%;
float: left;
text-align: right;
padding: 0;
margin: 0px;
}
.info_wrap3 .list_holder .text {
width: auto;
padding: 0px;
margin: 0px;
float: none;
margin-left: 128px;
}
.info_wrap3 .services_box {
width: 100%;
}
.tabs-content11 {
margin:0 0 30px;
}
.info_wrap4 .item img {
display:table;
margin:0 auto;
}
img {
max-width: 100%;
}
#searchsubmit {
margin-top:2px;
}
.pricing3 .price_table .arrow,
.pricing3 .price_table .arrow.one,
.pricing3 .price_table .arrow.two ,
.pricing3 .price_table .arrow.three ,
.pricing3 .price_table .arrow.four {
display:none;
}
.domain_search_home2 ul.tld_list li {
font-size: 14px !important;
text-align: center;
margin: 0 auto !important;
}
.top_nav.three span.uppercase {
padding-right: 20px;
display: none;
}
#header.header2 .pull-left {
float: none !important;
display: table;
margin: 0 auto;
}
#header.header3.sticky #trueHeader {
height: 61px !important;
}
.header3 .top_nav.four .right ,
.header3 .top_nav.four .left {
display:none;
}
.header3 .top_nav.four .middle {
float:none;
width: 100%;
}
.domain_box2 .box {
padding: 40px;
margin: 0 0 70px;
}
.header5 .top_nav.two .right {
display:none !important;
}
.header3.header5 #topHeader #logo {
background-position:center center;
}
.navbar-default .navbar-collapse{
border: none !important;
z-index: 9999999;
}
.pricing4 .price_table_holder {
float: none;
padding: 0px;
margin: 0px auto;
}
.info_wrap9 .list_holder_left .text {
width: auto;
padding: 0px;
margin: 0px;
float: none;
margin-left: 109px;
}
.team_st2 {
position: relative;
width: 100%;
height: 377px;
padding: 20px;
margin:0;
float: left;
overflow: hidden;
transition: top 0.3s ease-in-out 0s;
}
.teamst2_holder {
width: 100%;
height: 380px;
padding: 0px;
margin: 0 0 30px;
float: left;
border: 1px solid #E1E1E1;
transition: top 0.3s ease-in-out 0s;
}
.latest_post_st3 {
margin-bottom:30px;
}
.img_ho_st_holder {
position: relative;
width: 100%;
padding: 20px;
margin: 0px auto 30px;
float: none;
border: 1px solid #E1E1E1;
max-width: 272px;
display: table;
}
.parallax_info .col-md-4 {
text-align: center;
padding: 0 30px;
}
.info-slider .col-md-4 {
text-align: center;
padding: 0 30px;
}
.contbox_wrap {
margin: 0px 0 30px;
}
.navbar-default .navbar-collapse {
border:none;
}
#header {
height:142px !important;
}
.top_nav.two span {
display:none;
}
ul.payment_logos {
width: 100%;
max-width: 350px;
}
.tp-caption {
padding-left:15px !important;
padding-right:15px !important;
}
.tp-caption.slider_but1 {
left:25px !important;
}
.tp-caption.offerbadge {
padding-left:0px !important;
padding-right:0px !important;
}
.ds-slide .col-xs-3 {
width: 25% !important;
}
.ds-slide .col-xs-12 {
width: 100% !important;
}
.ds-slide input#dsearch {
width: 75% !important;
}
.home_info2 .circle {
margin:15px auto;
float:none;
}
.domain_search_home input.col-md-6 {
width: 75% !important;
}
.domain_search_home ul.tld_list li {
padding: 0px 15px 0px 0px !important;
font-size: 18px !important;
}
#header.sticky .navbar-collapse {
height: auto;
position: absolute;
top: 107px;
}
.navbar-default {
width: 300px;
margin: -54px auto 0 !important;
}
.dropdown a {
border-bottom: 2px solid transparent !important;
}
.dropdown a:hover {
background:transparent !important;
color:#777 !important;
}
.navbar-collapse {
max-height: 340px;
padding-right: 15px;
padding-left: 15px;
overflow-x: visible;
border-top: 1px solid transparent;
box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1) inset;
}
#trueHeader #logo {
background-position: center top !important;
}
#header,
#trueHeader {
height:152px !important;
}
#header.sticky, #header.sticky #trueHeader {
height:100px !important;
}
.navbar-toggle {
margin: 70px auto 0px !important;
position: static !important;
top: 10px;
width: 100%;
left: 0px;
right: 0px;
max-width: 300px;
}
#header.sticky .navbar-toggle {
margin: 60px auto 0px !important;
position:relative;
}
.navbar-collapse {
height: auto;
position: absolute;
top: 117px;
width: 100% !important;
margin: 0px auto;
right: 0px;
float: none !important;
}
.navbar-collapse ul.nav > li > a.active {
color: #92D102;
background-color: transparent !important;
border-bottom: 2px solid #92D102;
padding: 20px 15px !important;
}
.sticky .navbar-nav > li > a,
.navbar-nav > li > a {
padding-top: 14px !important;
padding-bottom: 14px !important;
}
.navbar-nav {
float: left;
width: 100%;
}
#trueHeader #logo {
margin-top: 16px;
}
.pricing_wrap2 .col-md-3 {
margin-bottom:100px;
}
.pricing_wrap2 .col-md-3:last-child {
margin-bottom:30px;
}
.icon_boxes_st1,
.icon_boxes_st2,
.icon_boxes_st3,
.icon_boxes_st5 {
margin-bottom:30px;
}
.imgbox img {
width:100%;
}
.section_title .big {
font-size: 50px;
}
.info-slider .slides > li {
display: none;
padding: 10px 25px;
}
.features_wrap.two .col-md-6 img {
display:table;
margin:0 auto;
width:100%;
max-width:600px;
}
.info_wrap2 img {
width:100%;
}
.domain_box .box {
margin: 0 0 70px;
}
.domain_box .box:last-child {
margin: 0 0 20px;
}
.table-list3 th {
font-size: 10px;
padding: 10px 4px;
line-height: 15px;
}
.table-list3 td {
padding: 13px 4px;
font-size: 11px;
}
.table-list3 td a {
padding: 8px 16px;
text-align: center;
font-size: 10px;
margin: 0px;
color: #FFF;
line-height: 60px;
background-color: #C9C9C9;
}
.table-list2 th ,
.table-list th {
font-size: 11px;
}
.table-list2 td ,
.table-list td {
font-size: 11px;
}
.info_wrap .list_holder .text {
width: auto;
padding: 0px;
margin: 0px;
float: none;
margin-left: 113px;
}
.comission_table_holder .table-list td a {
padding: 11px 19px;
font-size: 12px;
display: table;
}
.comission_table_holder .table-list td {
font-size: 11px;
}
.home_info2 .col-md-4 {
margin-bottom:30px;
}
.home_info2 .col-md-4:last-child {
margin-bottom:0px;
}
.feature2 .list_holder .text {
width: auto;
padding: 0;
margin: 0px;
float: none;
margin-left: 115px;
}
.feature2 .left {
float: none;
}
.feature2 .right {
}
.img-slider .col-md-3 img {
margin-bottom:25px;
}
.pricing_wrap.pricing2 .col-md-3 {
margin-bottom:100px;
}
.pricing_wrap.pricing2 .col-md-3:last-child {
margin-bottom:20px;
}
.pricing_wrap .price_table {
width: 100%;
float: none;
padding: 0px;
margin: 0px;
border-radius: 2px;
background-color: #FFF;
transition-property: background-color, color;
transition-duration: 0.3s;
transition-timing-function: ease-out;
display: table;
}
.team_st1 .imgholder {
margin-bottom: 20px;
float: none;
margin-right: auto;
margin-left: auto;
display: table;
}
.team_st1 {
padding: 0px;
margin: 0px auto 30px;
float: none;
width: 100%;
text-align: center;
max-width: 300px;
}
ul.social_icon_st4 {
width: auto;
padding: 0px;
margin: 0px auto !important;
float: none;
display: table;
}
.teamst2_holder {
height: 378px;
padding: 0px;
margin: 0px auto 30px;
float: none;
overflow: hidden;
width: 100%;
max-width: 337px;
}
.contact_wrap .topic_holder {
margin: 0 0 30px;
}
.section_subtext.two {
width: auto;
float: none;
padding: 0;
margin: 0px 0 0;
border-left: none;
}
.section_title.three {
width: auto;
float: none;
padding: 0px;
margin: 0px;
display: table;
}
.section_title .big.two {
font-size: 60px;
margin: 0 0 25px;
}
.info-slider .why_choose_img {
width: 100px;
height: 100px;
}
.info-slider .why_choose_img .img {
width: 85px;
height: 85px;
background-size: 100% !important;
}
.info-slider h5 ,
.info-slider p {
text-align: left;
}
.info-slider .why_choose_img .overley,
.info_wrap3 .why_choose_img .overley {
position: absolute;
width: 85px;
height: 85px;
float: none;
}
.info-slider .why_choose_img {
width: 100px;
height: 100px;
position: relative;
left: -14px;
}
.info_wrap3.two .col-md-6 {
margin-bottom:40px;
}
.info_wrap3.two .col-md-6:last-child {
margin-bottom:0px;
}
.feature3 .linux {
margin: 30px 0 0;
}
ul.payment_logos.two {
width: 100%;
padding: 25px 0px 0px !important;
margin: 0px;
float: none;
display: table;
}
.right_sidebar {
padding-top:60px;
}
.info_wrap .list_holder .text {
width: auto;
padding: 0px;
margin: 0px;
float: none;
margin-left: 116px;
}
.pricing_wrap.pricing2 .col-xs-12 {
margin-bottom:100px;
}
.pricing_wrap.pricing2 .col-xs-12:last-child {
margin-bottom:30px;
}
.reg_form, .login_form {
width: 90% !important;
}
.price_table_st1 {
margin-bottom:30px;
}
.price_table_st2 {
margin: 0 0 200px;
}
.price_table_st2:last-child {
margin: 0 0 30px;
}
.container {
max-width:500px;
margin:0 auto;
}
.clients_wrap .clint_holder .clint {
width: 100%;
float: right;
padding: 0px;
margin: 0px;
}
.clients_wrap .clint_holder .text {
width: 100%;
float: none;
padding: 19px 0px 0px;
margin: 0px;
text-align: right;
display: block;
}
.clients_wrap .clint_holder .clint {
margin: 0 0 20px;
}
.clients_wrap .clint_holder {
width: 100%;
float: none;
padding: 0px 20px;
margin: 0px;
}
.team_wrap .member_info {
margin: 30px auto 30px;
}
.cta_wrap .btn_bdr {
display: table;
margin: 0px auto;
float: none !important;
}
.cta_wrap .pull-right {
float: none !important;
}
.cta_wrap h4 {
text-align: center;
}
.cta_wrap .col-md-9 {
margin-bottom: 20px;
display: table;
}
.footer1 .col-xs-12 {
margin-bottom:40px;
}
.footer1 .col-xs-12:last-child {
margin-bottom:0px;
}
.tb-left {
display:none;
}
.tb-right {
display:table;
margin:0 auto;
float:none;
}
.payment_logos {
width:100%;
}
.payment_logos li br {
display:none;
}
.payment_logos li:first-child {
width: 100%;
padding-bottom: 20px;
}
.payment_logos.two li:last-child {
padding: 0px !important;
}
.payment_logos.two li:last-child a.chat_but {
margin: 0px !important;
}
ul.payment_logos {
width: 100%;
}
ul.payment_logos.two {
width: 100%;
padding: 25px 0 0 !important;
margin: 0;
float: none;
}
.copyrights span {
float: none;
display:table;
width:100%;
text-align:center;
}
.copyrights ul.social_icons {
padding: 0px;
margin: 15px auto !important;
display: table;
float: none;
}
.section_title {
width: 100%;
}
.section_subtext {
width: 100%;
}
.section_subtext {
padding: 0;
border-left: none;
}
.section_title .big {
font-size: 61px;
}
.page_header2 h3 {
font: bold 32px "Open Sans",sans-serif;
}
.page_header2 p {
font: 200 31px "Open Sans",sans-serif;
}
.team_wrap .img_holder {
float: none;
margin: 0px auto;
}
.cta_wrap .col-md-9 {
margin-bottom:20px;
}
}
@media only screen and (min-width: 300px) and (max-width: 520px) {
.logreg {
display:none;
}
.payment_logos li {
width: 20%;
padding-right: 20px;
}
.payment_logos li img {
width:100%;
}
ul.payment_logos {
padding: 0 0 25px;
}
.payment_logos li:first-child {
width: 100%;
padding-bottom: 10px;
}
.payment_logos.two li:last-child {
width: 100%;
}
}
@media only screen and (min-width: 1001px) and (max-width: 1100px) {
#home3 .logreg {
display:none;
}
.nav > li > a {
position: relative;
display: block;
padding-left: 10px;
padding-right: 10px;
}
.info_wrap3 .services_box {
min-height: 175px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
#home5 .header5 .top_nav.two .right {
display: none;
}
#home5 #logo {
background-position: center center !important;
}
#home5 #header .container {
width: auto;
max-width: 100%;
padding: 0;
}
#home5 .header5 .menu_main2 {
width: 100%;
}
#home5 .navbar-default {
margin-right: 0px;
position: absolute;
right: 0;
left: 0;
top: 14px;
display: table;
margin: 0 auto !important;
}
.info_wrap3 .services_box {
min-height: 175px;
}
.home_info .affiliates .text {
margin: 0px 0px 0px 47px;
}
.info_wrap3 .list_holder .text {
width: auto;
padding: 0px;
margin: 0px;
float: none;
margin-left: 120px;
}
.pricing3 .price_table_holder {
width:50%;
}
.pricing3 .price_table {
padding:0px !important;
margin:0px !important;
}
.tp-caption {
padding-left:15px !important;
padding-right:15px !important;
}
.tp-caption.slider_but1 {
left:25px !important;
}
.tp-caption.offerbadge {
padding-left:0px !important;
padding-right:0px !important;
}
.owl-item {
padding: 0 10px;
}
#header.sticky .navbar-default {
margin-right: 0px;
position: absolute;
right: 0px;
top: 4px !important;
}
.navbar-default {
margin-right: 0px;
display: table;
float: right;
width: 385px;
}
.navbar-default {
margin-right: 0px;
position: absolute;
right: 0;
top: 14px;
}
.navbar-collapse {
max-height: 340px;
padding-right: 15px;
padding-left: 15px;
overflow-x: hidden !important;
overflow-y: scroll;
border-top: 1px solid transparent;
box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1) inset;
}
.navbar-collapse ul.nav > li > a.active {
color: #92D102;
background-color: transparent !important;
border-bottom: 2px solid #92D102;
padding: 20px 15px !important;
}
.sticky .navbar-nav > li > a,
.navbar-nav > li > a {
padding-top: 14px !important;
padding-bottom: 14px !important;
}
.navbar-collapse {
border-top: 0px none;
min-width: 355px;
padding: 0px;
margin-right: 13px !important;
float: none !important;
left: 15px !important;
}
.navbar-header {
float: left;
max-width: 385px !important;
}
.navbar-collapse {
border-top: 0px none;
max-width: 346px;
padding: 0;
margin-left: 13px !important;
}
.navbar-nav .dropdown .dropdown-menu {
display: block;
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
.navbar-collapse {
position: absolute;
margin: 0 !important;
}
.dropdown-menu {
position: absolute;
margin: 0 !important;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.navbar-nav .dropdown .dropdown-menu {
display: block;
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
.navbar-collapse {
position: absolute;
margin: 0 !important;
}
.dropdown-menu {
position: absolute;
margin: 0 !important;
}
}
@media only screen and (max-width: 479px) {
.domain_search ul.tld_list li .price {
font-size: 17px;
}
.domain_search ul.tld_list li .price2 {
font-size: 15px
}
.domain_search ul.tld_list li .tld {
font-size: 17px;
}
.navbar-nav .dropdown .dropdown-menu {
display: block;
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
.navbar-collapse {
position: absolute;
margin: 0 !important;
}
.dropdown-menu {
position: absolute;
margin: 0 !important;
}
}
@media (max-width: 1000px) {
.navbar-header {
float: none;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
display: none!important;
}
.navbar-nav>li {
float: none;
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
}
}
@media (max-width: 450px) {
#topHeader {
position: relative;
z-index: 999999;
display: none;
}
.navbar-toggle {
position: absolute !important;
top: 10px;
width: 100%;
left: 0px;
right: 0px;
max-width: 275px;
left: -15px;
}
.navbar-collapse {
height: auto;
position: absolute;
top: 118px;
width: 275px !important;
left: 5px;
}
.domain_search ul.tld_list li {
padding: 20px 5px;
}
.domain_search ul.tld_list li .price {
font-size: 20px;
}
}
@media only screen and (min-width: 451px) and (max-width: 767px) {
#home3 .container>.navbar-header {
margin-right: auto;
margin-left: auto;
display: table;
width: 300px;
position: relative;
margin-left: 25px;
}
#home3 .navbar-default .navbar-collapse {
border: none !important;
z-index: 9999999;
background-color: #222;
position: absolute;
left: 40px;
}
}
@media only screen and (min-width: 101px) and (max-width: 450px) {
#home3 .container>.navbar-header {
margin-right: auto;
margin-left: auto;
display: table;
width: 270px;
position: relative;
margin-left: 25px;
}
#home3 .navbar-toggle {
position: absolute !important;
top: 10px;
width: 100%;
left: 0px;
right: 0px;
max-width: 240px;
left: -100px;
}
#home3 .navbar-default .navbar-collapse {
border: none !important;
z-index: 9999999;
background-color: #222;
position: absolute;
left: 5px;
width: 240px !important;
top: 129px;
overflow-x: hidden;
}
}
.copyrights ul.social_icons {
float: right;
}
#trueHeader-sticky-wrapper {
height:auto !important;
}
@media only screen and (min-width: 768px)  and (max-width: 1050px)  {
#logos {
display: table;
margin: 0px auto;
width: auto;
float: none;
}
img {
max-width: 100%;
height: auto;
}
}
@media only screen and (min-width: 200px)  and (max-width: 767px)  {
.span4 {
clear:both;
}
.info-teaser-three .info-teaser-item img {
width: 100%;
height: auto;
}
.footer1 .widget__footer li a:hover {
background:transparent !important;
}
.menu {
clear: both !important;
}
.domain _box2 {
margin-top: 100px;
}
.tabs12 li a {
padding: 0px 20px;
}
.table-list3 th {
font-size: 7px;
padding: 10px 2px;
}
img {
max-width: 100%;
height: auto;
}
.navbar-toggle {
position: absolute !important;
top: -2px;
width: 100%;
right: 0px;
max-width: 275px;
left: -15px;
}
ul.tld_list {
margin: 50px 0px 40px;
display: table;
}
.tld_list li {
width: 48% !important;
margin: 0 1% 2%;
}
.menu-footer-menu-three-container {
clear:both;
}
.menu li {
border-top: none;
text-align: left;
}
.footer1 .col-md-3 {
margin-bottom:30px;
}
.payment_logos.two li:last-child {
width: auto;
}
.payment_logos li {
padding-right: 6px;
width: 18.666%;
}
.pricing-items {
margin-bottom: 100px;
clear: both;
}
.img_holder .shape {
display: none;
}
.rmore6 {
margin: 0px 0px 11px;
}
.rmore7.m-left {
margin-left: 0px;
}
.icon_holder {
display: table;
margin: 0px auto;
}
.teaser-eight .text_holder {
width: 100%;
float: left;
text-align: center;
padding: 0px 15px;
margin: 0px;
}
.owl-carousel {
clear: both;
}
.teaser-nine .teaser-item {
width: 100%;
}
.info-teaser-one .info-teaser-item {
text-align: center;
display: table;
}
.accrodation {
clear: both;
}
.tabs-content3 {
margin: 0px 0% 30px;
}
#topHeader {
display: block !important;
}
#logos {
display: table;
margin: 0px auto;
}
.content_head_left {
padding: 25px 0 0;
}
.domain_box {
padding: 0;
}
.teaser-ten .teaser-item .text {
width: 100%;
margin: 0 0 40px;
text-align: center;
}
.teaser-ten .teaser-item .icon_holder {
width: auto;
margin: 0px auto 10px;
float: none;
display: table;
}
.info-teaser-one .info-teaser-item {
text-align: center;
clear: both;
}
.price_table_st2 {
margin: 0px 5% 200px;
clear: both;
display: table;
width: 90%;
}
.price_table_st2:last-child {
margin: 0px 5% 30px !important;
}
ul.social_icon_st4 ,
.team_st1 {
clear: both;
}
.carousel2 .imgs img {
width: 100%;
max-width: 350px;
margin: 0px auto;
}
.comission_table_holder .table-list th {
font-size: 10px;
padding: 25px 0px;
}
.comission_table_holder {
padding: 10px;
display: table;
}
.comission_table_holder .table-list td {
padding: 13px 4px;
}
.comission_table_holder .table-list .highlight2 td {
padding: 13px 5px;
}
#domain-searchform {
width: 94%;
clear: both;
margin: 0px 3%;
}
.blog_grid .post_holder {
margin: 0 0 20px;
}
.blog_grid .margin_bottom5 {
margin: 0 !important;
}
.blog_wrap .right_sidebar {
clear: both;
}
.pagenation_bottom ul.page_number {
width: auto !important;
}
}
.menu_main {
padding:0 !important;
}
.copyrights p a,
.post_holder .info a{
color: #727272!important;
}