body {
    box-sizing: border-box;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    color: rgba(52, 61, 72, 0.8);
    line-height: 2.1;
}
.site {
    overflow: hidden;
}
a, .comment-reply-link {
	color: #3b3e79;
}
.widget_calendar tbody a { 
	background-color: #3b3e79;
}
.breadcrumb {
    margin-top: 120px !important;
}
.site {
    overflow: hidden;
}
.page-header {
	border-top: 0px;
}
body.archive .site-content {
	margin-bottom: 100px;
}
.site-inner {        
	margin-top: 40px;
}
body.home .site-header {   
	margin-top: 0px;
}

/*** Top Head Menu ***/
.site-header {
	padding-top: 0;
	padding-bottom: 0;
}
.top-head .container {
	max-width: 1200px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto;
}
.top-head .top-social {
	margin-left: 0;
}
.top-head .top-head-widget {
	width: 50%;
	display: inline-block;
}
.top-head ul li {
	list-style: none;
	display: inline-block;
	border-right: 1px solid #6a6984;
}
.top-head ul li a {
	box-shadow: none;
	color: #fff;
	padding: 0 5px;
}
.top-head .top-contact {
	text-align: right;
}
.top-head .top-contact li span {
    font-size: 20px;
}
.top-head .top-contact li:last-child {
	border: 0;
}

/*** Head ***/
body.home .site-header {
    position: absolute;
    box-shadow: none;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999!important;
}
.site-header {
    position: fixed;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999!important;
}
header .site-branding {
    margin-top: 5px;
    margin-bottom: 5px;
}
header .site-branding .site-title {
    margin: 0;
}
header .site-header-main {
    max-width: 1140px;
    margin: 0 auto;
}
.site-header {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
body:not(.home) .site-header {    
	position: relative;
}
body:not(.home) .site-header.is-sticky {
	position: fixed;
}
.site-header.is-sticky {
    position: fixed;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 999!important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
body.home .site-header.is-sticky {
    position: fixed;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 999!important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*** Menu ***/
.site-branding {
    width: 41%
}
.site-header-menu {
    margin: 17px 0;
    width: 59%;
}
.main-navigation ul ul {
	-webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.main-navigation li:hover > ul {
	opacity: 1;
	visibility: initial;
}
.main-navigation a {
	font-weight: 500;
	font-size: 15px;
}

body.home .main-navigation ul ul li.current_page_item > a { 
    font-weight: 700;
}
.main-navigation ul ul a {
    width: 200px;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*** Title ***/
.lt-title h3 {
	position: relative;
	padding-bottom: 25px!important;
}
.lt-title h3:before {
	content: "";
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80px;
	height: 4px;
	background: #f2784b;
}
.entry-title {
	font-size: 28px!important;
}

/*** Button ***/
.lt-button a:hover {
    box-shadow: rgba(16, 172, 132, 0.57) 0px 9px 20px -5px;
}
.lt-link a {
    background: transparent !important;
}
.lt-link a:after {
    content: '\f105';
    font-family: FontAwesome;
    margin-left: 10px;
    top: 0;
    color: #000;
    font-size: 15px;
}
form .es-button__wrap .es-button-gray {
	color: #fff !important;
}
form .es-button__wrap .es-button-gray:hover {
	color: #000 !important;
}
input[type="submit"] {
	background: #001238;
	margin-top: 30px;
}
input[type="submit"]:hover {
	background: #10ac84;
}
/*** Home ***/
.lt-home .lt-home-first span {
    color: rgb(16, 172, 132);
}

/** Effect shapes **/
.lt-effect {
    position: absolute !important;
}
.lt-shapes .elementor-widget {
  position: absolute !important;
}
.shapes-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 900px;
  left: 0;
}
.shapes-box span {
  position: absolute;
}
.shapes-box span b {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0px 20px 24px 0px currentColor;
  display: inline-block;
  opacity: 0.5;
}
.shapes-box span b.green {
  color: green;
  background: green;
}
.shapes-box span b.yellow {
  color: yellow;
  background: yellow;
}
.shapes-box span b.pink {
  color: pink;
  background: pink;
}
.shapes-box span b.blue {
  color: blue;
  background: blue;
}
.shapes-box span:nth-child(1) {
  left: 4.8%;
  top: 4.5%;
}
.shapes-box span:nth-child(2) {
  left: 9.6%;
  top: 27.2%;
}
.shapes-box span:nth-child(3) {
  left: 8.8%;
  bottom: 16%;
}
.shapes-box span:nth-child(4) {
  left: 25%;
  bottom: 21%;
}
.shapes-box span:nth-child(5) {
  right: 35%;
  top: 6.6%;
}
.shapes-box span:nth-child(6) {
  right: 18%;
  bottom: 30%;
}
.shapes-box span:nth-child(7) {
  right: 10%;
  top: 50%;
}
.shapes-box span:nth-child(8) {
  right: 11.8%;
  top: 33%;
}
.shapes-box span:nth-child(9) {
  right: 15%;
  top: 10%;
}
.shapes-box span:nth-child(10) {
  right: 25%;
  bottom: 33%;
}

/*** Services ***/
.lt-services-item .elementor-column-wrap:hover {
    box-shadow: rgba(39, 79, 117, 0.2) 0px 40px 90px -30px;
}
.lt-services-item .elementor-icon-box-icon span {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.lt-services-item .elementor-icon-box-icon span:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 35%;
    transform: rotate(-45deg);
    background-color: rgba(255, 255, 255, 0.15);
    height: 27px;
    width: 100%;
}
.lt-services-item .elementor-icon-box-icon span:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 35%;
    transform: rotate(45deg);
    background-color:  rgba(0, 0, 0, 0.05) ;
    height: 27px;
    width: 100%;
}
.lt-services-item-a .elementor-icon-box-icon span {
    background: linear-gradient(-60deg, rgba(241, 39, 17, 0.7), rgba(245, 175, 25, 0.7));
}
.lt-services-item-b .elementor-icon-box-icon span {
    background: linear-gradient(-60deg, rgba(50, 207, 167, 0.75), rgba(150, 201, 61, 0.75));
}
.lt-services-item-c .elementor-icon-box-icon span {
    background: linear-gradient(-60deg, rgba(236, 0, 140, 0.75), rgba(255, 103, 103, 0.75));
}
.lt-services-item-d .elementor-icon-box-icon span {
    background: linear-gradient(-60deg, rgba(47, 128, 237, 0.75), rgba(86, 204, 242, 0.75));
}
.lt-services-item-e .elementor-icon-box-icon span {
    background: linear-gradient(-60deg, rgba(110, 72, 170, 0.75), rgba(192, 91, 210, 0.75));
}
.lt-services-item-f .elementor-icon-box-icon span {
    background: linear-gradient(-60deg, rgba(0, 57, 115, 0.75), rgba(255, 255, 199, 0.75));
}

/*** Feature ***/
.lt-feature {
    background: linear-gradient(transparent 50%, rgb(246, 247, 251))
}
.lt-feature .lt-feature-title .elementor-element ul li {
    list-style-type: none;
    position: relative;
    padding-left: 10px;
} 
.lt-feature .lt-feature-title .elementor-element ul li:before {
    content: '\f061';
    font-family: FontAwesome;
    left: -18px;
    top: 3px;
    color: rgb(16, 172, 132);;
    position: absolute;
    z-index: 1;
    font-size: 13px;
}

/*** Properties  ***/
body.archive div.es-layout-3_col div.properties:nth-child(3n+2) {
	margin-left: 0 !important;
}
.es-layout-3_col .properties:last-child {
	margin-right: 0 !important;
}
div.es-listing div.properties {
	margin-left: 0 !important;
	margin-right: 10px !important;
}
body.page-id-922 div.es-listing div.properties,
body.page-id-925 div.es-listing div.properties,
body.home div.es-listing div.properties {
	margin-left: 0 !important;
	margin-right: 10px !important;
}
.es-single-tabs.es-fixed {
	top: 73px !important;
}
body.properties-template-default .entry-summary,
body.properties-template-default .properties {
	width: 85% !important;
}
.es-layout-2_col .properties:nth-child(2n+2) {
    margin-left: 0px!important;
}
.es-wrap .es-read:hover,
.lt-listing .es-wrap .es-read:hover{
	color: #10ac84!important;
}
.pagination .prev:hover, 
.pagination .next:hover {
	background: #10ac84;
}
.es-search__wrapper {
	font-family: 'Josefin Sans',sans-serif;
}
/*** Counter ***/
.lt-counter-item .lt-counter-item-small {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.lt-counter-item .lt-counter-item-small:hover {
    box-shadow: rgba(16, 66, 97, 0.1) 0px 16px 35px 0px !important;
}
.lt-counter-item .lt-counter-item-link span {
    color: #0f2137 !important;
    font-weight: 500;
}
.lt-counter-item .lt-counter-item-link a {
    text-decoration: underline;
    color: rgb(43, 158, 255);
    font-weight: 500;
    font-style: 15px;
}

/*** Portfolio ***/
.lt-portfolio .pa-gallery-img.default .pa-gallery-img-container {
    position: relative;
}
.lt-portfolio .pa-gallery-img .pa-gallery-img-container:before {
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.lt-portfolio .pa-gallery-img.default:hover .pa-gallery-img-container:before {
    opacity: 1;
}
.lt-portfolio .premium-gallery-caption {
    text-align: left !important;
    bottom: -80px !important;
    padding: 20px 30px !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.lt-portfolio .pa-gallery-img.default:hover .premium-gallery-caption {
    bottom: 0px !important;
}

/*** ***/
.lt-our .lt-our-item .elementor-column-wrap:hover {
    box-shadow: none !important;
}

/*** Video ***/
.video-item {
    width: 100%;
    max-width: 600px;
    margin: 27px auto 0;
}
.video-item figure {
    position: relative;
    width: 100%;
    font-size: 0;
}
.video-item figure img {
    width: 100%;
}
.video-item figure a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    width: 71px;
    height: 50px;
    margin-top: -32.5px;
    margin-left: -32.5px;
    border-radius: 13px;
    background-color: rgb(236, 68, 68);
    z-index: 10;
}
.video-item figure a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 57%;
    margin-top: -17.5px;
    margin-left: -2px;
    border: solid 9px transparent;
    border-left: solid 14px;
    border-left-color: #fff;
    z-index: 10;
}
.modal-open {
    overflow: hidden;
}
.lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 120px 10px;
    display: none;
    box-sizing: border-box;
    overflow: auto;
    z-index: 100;
}
.popup-modal {
    position: relative;
    margin: 0 auto;
    display: none;
}
.popup-modal .close {
    position: absolute;
    top: 18px;
    right: 30px;
    width: 28px;
    height: 28px;
    border: solid 1px #004eff;
    border-radius: 50%;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.popup-modal .close:before {
    position: absolute;
    width: 14px;
    height: 2px;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    background-color: #004eff;
    content: '';
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.popup-modal .close:after {
    position: absolute;
    width: 14px;
    height: 2px;
    top: 50%;
    right: 50%;
    margin-right: -7px;
    background-color: #004eff;
    content: '';
    -ms-transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.popup-modal .close:hover {
    border-color: #ff2700;
}
.popup-modal .close:hover:before {
    background-color: #ff2700;
}
.popup-modal .close:hover:after {
    background-color: #ff2700;
}
.post-popup {
    width: 100%;
    max-width: 875px;
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
}
.post-popup .popup-header {
    padding: 20px 30px;
    font-size: 14px;
    margin-right: 60px;
}
.post-popup .popup-video {
    font-size: 0;
}
.post-popup .popup-video video {
    width: 100%;
}
.post-popup .popup-video img {
    width: 100%;
}
.post-popup .popup-main {
    padding: 40px 30px;
}
.post-popup .popup-main p {
    margin: 0 0 10px 0;
}

/*** Client ***/
.lt-client {
    background: linear-gradient(transparent 50%, rgb(246, 247, 251));
}
.lt-client .lt-client-item {
    margin-bottom: 0px!important;
}
.lt-client .lt-client-item .lt-slider-big{
    position: relative;
    z-index: 1;
}
.lt-client .elementor-column-wrap.elementor-element-populated {
    padding: 0 !important;
}
.lt-client .lt-client-item .lt-slider-big:before {
    content: '\f10d';
    font-family: FontAwesome;
    position: absolute;
    z-index: -1;
    left: 0;
    top: -72px;
    font-size: 60px;
    display: inline-block;
    color: rgba(52, 61, 72, 0.07);
}
.lt-client .lt-client-item h2, .lt-client .lt-client-item h4 {
    letter-spacing: 0px !important;
}
#n2-ss-2-arrow-previous {
    bottom: 100px !important;
    left: -2px !important;
}
#n2-ss-2-arrow-next {
    bottom: 100px !important;
    left: 37px !important;
}

/*** Team ***/
.lt-team .lt-team-item .elementor-image-box-content p {
    margin-top: -5px;
}
.lt-team .lt-team-item .lt-team-item-icon a {
    background: transparent;
    border-radius: 5px !important;
    border: 1px solid rgba(15, 33, 55, 0.26);
}
.lt-team .lt-team-item .lt-team-item-icon a i:before {
    color: #000;
}
.lt-team .lt-team-item .lt-team-item-icon a.elementor-social-icon-facebook:hover {
    background-color: rgb(60, 90, 153);
    border-color: rgb(60, 90, 153);
}
.lt-team .lt-team-item .lt-team-item-icon a.elementor-social-icon-facebook:hover i:before {
    color: rgb(255, 255, 255);
}
.lt-team .lt-team-item .lt-team-item-icon a.elementor-social-icon-twitter:hover {
    background-color: rgb(29, 161, 242);
    border-color: rgb(29, 161, 242);
}
.lt-team .lt-team-item .lt-team-item-icon a.elementor-social-icon-twitter:hover i:before {
    color: rgb(255, 255, 255);
}
.lt-team .lt-team-item .lt-team-item-icon a.elementor-social-icon-google-plus:hover {
    background-color: rgb(251, 57, 88);
    border-color: rgb(251, 57, 88);
}
.lt-team .lt-team-item .lt-team-item-icon a.elementor-social-icon-google-plus:hover i:before {
    color: rgb(255, 255, 255);
}
.lt-team .lt-team-item .lt-team-item-icon a.elementor-social-icon-wordpress:hover {
    background-color: rgb(234, 76, 137);
    border-color: rgb(234, 76, 137);
}
.lt-team .lt-team-item .lt-team-item-icon a.elementor-social-icon-wordpress:hover i:before {
    color: rgb(255, 255, 255);
}

/*** Question ***/
.lt-question .lt-question-item .elementor-toggle-item {
    border: 1px solid rgb(235, 235, 235);
    border-bottom: none !important;
}
.lt-question .lt-question-item .elementor-toggle-item:nth-child(4) {
    border-bottom: 1px solid rgb(235, 235, 235) !important;
}
.lt-question .elementor-toggle .elementor-tab-content, .lt-question .elementor-toggle .elementor-tab-title {
    border-bottom: none !important;
}
.lt-question .elementor-toggle-icon-closed, .lt-question .elementor-toggle-icon-opened {
    font-size: 14px;
}

/*** Contact ***/
.lt-contact .lt-contact-item input {
    padding: 13px;
    background: transparent;
}
input[type="email"]:focus {
    border-color: #10ac84;
}
.wpcf7-submit {
	margin-top: 25px;
}
/*** Sidebar ***/
.single-post .widget_es_property_slideshow,
.category .widget_es_search_widget,
.category .widget_es_property_slideshow{
	display: none;
}
.entry-title a:hover, 
.entry-title a:focus {
	color: #10ac84;
}
/*** Footer ***/
.main-footer {
    position: relative;
    z-index: 1;
    background-size: cover;
}
.main-footer, .site-footer {
    float: left;
    width: 100%;
}
.main-footer .container {
    overflow: hidden;
}
.main-footer div.columns {
    padding: 20px 70px 30px 70px !important;
	width: 31% !important;
	text-align: center;
    position: relative;
	margin: 10px;
	 -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.main-footer .four.columns:before {
    content: '';
    position: absolute;
    z-index: -1;
    display: inline-block;
    left: 0;
    right: 0;
    border-radius: 0px 0px 5px 5px;
    bottom: 0;
    height: 70%;
    width: 100%;
    background: #fff;
}
.main-footer div.footer4:before {
	background: none !important;
}
.main-footer div.columns i  {
	padding: 30px;
    border-radius: 50%;
	border: 10px solid #fff;
    background: #001238;
}
.main-footer div.columns h3 {
    margin-bottom: 15px;
    margin-top: 20px;
	color: #000 !important;
	font-family: 'Josefin Sans', sans-serif
}
.main-footer div.footer4 {
	width: 100% !important;
	margin-top: 5px;
}
.main-footer div.footer4 ul {
	margin: 0 auto;
	max-width: 325px;
	overflow: hidden;
}
.main-footer div.footer4 ul li {
	float: left;
}
.main-footer div.footer4 ul li a {
	font-family: FontAwesome !important;
	box-shadow: 0 0 0 0 currentColor !important;
	height: 40px;
    width: 40px;
    padding: 11px;
    border-radius: 5px;
	background: #fff;
    margin: 10px;
}
.main-footer div.columns i:before {
	font-size: 30px;
	color: #fff;
}
.main-footer div.columns h5 {
	margin: 0;
	color: #000 !important;
	font-family: 'Josefin Sans', sans-serif
}
.main-footer {
    padding: 50px 0;
}
.main-footer ul {
    margin: 0;
    list-style-type: none;
}
.main-footer .footer1 ul li {
    font-size: 16px;
}
.site-footer .container {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.site-footer .site-info a {
    font-size: 15px;
}
.icon-home {
	clear: left;
	position: relative;
    margin-left: -142px;
    padding-top: 12px;
    overflow: hidden;
}
.icon-home:before, .icon-home:after {
    content: "";
    display: inline-block;
    width: 8%;
    height: 1px;
    vertical-align: middle;
    text-align: center;
}
.icon-home:before {
	background-image: -webkit-linear-gradient(left,rgba(255,255,255,0),#b1b1b1);
}
.icon-home:after {
	background-image: -webkit-linear-gradient(right,rgba(255,255,255,0),#b1b1b1);
}
.icon-home i {
    background: none !important;
    padding: 0 !important;
    text-align: left !important;
	border: 0 !important;
}
.icon-home {
	margin-left: -22px;
}
.icon-home i:before {
    color: #fff !important;
    font-size: 15px !important;
}

/*** Responsive ***/
@media(max-width: 1280px) {
	.site-header {
		padding: 0 5px!important;
	}
	.lt-case-item .elementor-button .elementor-button-text {
		font-size: 10px!important;
	}
}
@media(max-width: 1195px) {
	.es-single-tabs.es-fixed {
    	top: 111px !important;
	}
	.main-navigation a {
		font-size: 13px;
	}
}
@media(max-width: 909px) {
	.es-single-tabs.es-fixed {
    	top: 63px !important;
	}
	body.properties-template-default .entry-header,
	body.properties-template-default .entry-summary{
		margin: 0 !important;
	}
	body.properties-template-default .properties {
    	width: 99% !important;
		padding: 0 10px !important;
	}
	.es-single-tabs-wrap ul.es-single-tabs.es-fixed {
		width: 100% !important;
	}
	body.home .main-navigation ul ul a,
	.site-header.is-sticky .main-navigation .sub-menu a, 
	.main-navigation .sub-menu a {
		color: #fff;
	}
	.site-branding {
        width: 70%;
    }
	.main-footer div.columns {
		width: 97% !important;
	}
	.icon-home {
		margin: 0 auto;
	}
}
@media(max-width: 636px) {
	.select2-selection.select2-selection--single {
		margin-left: 20px !important;
	}
	body.archive div.es-listing div.properties .es-property-inner,
	body.archive div.es-listing div.properties {
		margin-left: 0px !important;
		margin: 8px !important;
		margin-right: 0 !important;
	}
	body.archive div.es-listing div.properties {
		width: 93% !important;
	}
}
@media(max-width: 634px) {
	body.home .es-listing  #post-938 .es-property-inner,
	body.home .es-listing #post-929 .es-property-inner {
		margin-left: 0 !important;
	}
	body.home div.es-listing div.properties {
		width: 100% !important;
	}
}
@media (min-width: 768px) {
    #elementor .elementor-element-481ba90 {
        width: 100% !important;
    }
	.main-footer div.columns {
		width: 95%;
	}
}
@media(max-width: 480px) {
	.lt-blog .rpwwt-widget ul li {
		width: 100%;
		margin-right: 0;
	}
	.main-footer div.columns,
	.main-footer div.footer4 {
		width: 95% !important;
	} 
}

/*** Template null ***/
body.template-full .site-header-main .page_item a {
    line-height: 50px;
}
body.template-full .site-header {
    border-bottom: 1px solid #d2d0d0;
}
body.template-full #main.site-main {
    margin-top: 7em;
}


/*** Estatik ***/
#es-single-right {
	display: block!important;
}
.properties {
	width: 74%;
}
.es-dropdown-container .select2-container--default {
	width: 400px!important;
}
#es-single-right {
    position: relative;
    z-index: 999;
}
/* Header bar */
body.properties-template-default .properties {
	padding: 0 10px !important;
}
/* custom */
.footer-custom-code .widget.widget_text {
  	margin: 0 !important;
  	padding-bottom: 0 !important;
}
.footer-custom-code .widget.widget_text .textwidget {
  	height: 0px !important;
}
.footer-custom-code .widget.widget_text {
    background: transparent;
}
.footer-custom-code .widget {
    padding: 0;
    margin: 0;
}
.site-footer p {
    margin: 0;
}
.premium-blog-post-content { 
    overflow: hidden; 
    width:100%; 
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical; 
}