/* New Landpages Design by joro@yordanoff.net */
@import url("https://fonts.googleapis.com/css?family=Coustard");


.courstand {
	font-family: 'Coustard', serif;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
} 
.cf:after {
    clear: both;
} 
.cf {
    *zoom: 1;
}

p {
	font-size: 14px;
}



/* Defining Grid */
.half-col {
	width: 440px;
	margin-right: 30px;
	float: left;
}
.onethird-col {
	width: 283px;
	float: left;
	margin-right: 20px;
}
.twothird-col {
	width: 586px;
	float: left;
	margin-right: 20px;
}
.last {
	margin-right: 0 !important;
}

.box-accent {
	background: #f3faff;
	width: 373px;
	padding: 30px 35px;
	float: left;
	margin-right: 15px;
	min-height: 265px;
}

.half-col a img {
	border: 0 !important;
}

/* Dividers */
.divider-shadow,
.divider-trans {
	background: url('images/divider-shadow.png') center center no-repeat;
	height: 20px;
	padding: 20px 0;
	clear: both;
}
.divider-trans {
	background: none;
}
.divider-line {
	height: 1px;
	background: #eeeeee;
	margin: 40px 0;
	clear: both;
}
/*
.shadow-horizontal {
	background: url('images/divider-horizontal.png') left center no-repeat;	
	padding-left: 30px;
	margin-left: -20px;
}
*/
.shadow-horizontal {
	background: url('images/divider-horizontal.png') left center no-repeat;	
	margin-left: -30px;
	padding-left: 30px;
}
.shadcol {
	width: 410px;
	padding: 0px 40px 0px 0px !important;
}

.shadcol.shadow-horizontal { 
	padding: 0px 0px 0px 40px !important;
}

.shadcol p:first-child {
	margin-top: 0 !important;
}

/* Buttons */
.button-main,
.button-main-2,
.button-main-2,
.button-secondary {
	display: block;
	font-size: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.08), inset 0 2px 1px rgba(255,255,255,.12), inset 0 0 0 2px rgba(255,255,255,.05);
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.08), inset 0 2px 1px rgba(255,255,255,.12), inset 0 0 0 2px rgba(255,255,255,.05);
	box-shadow: 1px 2px 2px rgba(0,0,0,.08), inset 0 2px 1px rgba(255,255,255,.12), inset 0 0 0 2px rgba(255,255,255,.05);
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	text-align: center;
	text-shadow: rgba(0,0,0,0.4) 1px 1px 1px;
	
	-webkit-transition: 0.5s linear all;

	transition: 0.5s linear all;
	
	padding: 20px 20px 18px 20px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	cursor: pointer;
	
}

.button-main:hover,
.button-main-2:hover,
.button-main-2:hover,
.button-secondary:hover {
	text-decoration: none;
}

.button-main:active,
.button-main-2:active,
.button-main-2:active,
.button-secondary:active {
	text-shadow: rgba(0,0,0,0.4) -1px -1px 1px;
	box-shadow: inset rgba(0,0,0,0.2) 0 1px 1px;
}


.button-main {
	background: #f87217;
	border: solid 1px rgba(170,69,0,.81);
}
.button-main:hover {
	background: #fa8535;
}

.button-main:active {
	background: #e77121;
}

.button-main-2,
.button-main-2 {
	background: #0b97f5;
	border: solid 1px rgba(5,79,129,.84);
}

.button-main-2:hover,
.button-main-2:hover {
	background: #34adff;
}
.button-main-2:active,
.button-main-2:active {
	background: #0781d2;
}

.button-secondary {
	background: #868686;
	border: solid 1px rgba(107, 107, 107, 0.84);
}

.button-secondary:hover {
	background: #a1a1a1;
}

.button-secondary:active {
	background: #7a7a7a;
}

.button-main.centered,
.button-main-2.centered {
	width: 360px;
	margin: 0 auto;
}

.button-main.extra-description {
	font-size: 22px;
	height: 83px;
}

.button-small {
	height: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	display: inline-block;
	padding: 10px 20px 9px !important;
}

.button-main.extra-description span {
	display: block;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	margin-top: 5px;
}



h1.title-c,
h2.title-c,
h3.title-c,
h4.title-c,
h5.title-c,
h6.title-c{
	font-family: 'Coustard', 'Georgia', 'Times New Roman', serif;
	color: #3f7ca5;
	font-size: 36px;
	text-align: center;
}

h1.title-m.success,
h2.title-m.success,
h3.title-m.success,
h4.title-m.success,
h5.title-m.success,
h6.title-m.success,
h7.title-m.success {
	color: #15a50a;
	font-family: 'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial, sans-serif;
	text-align: center;
	font-size: 30px;
	border: 0;
	background: 0;
}

h1.title-m.error,
h2.title-m.error,
h3.title-m.error,
h4.title-m.error,
h5.title-m.error,
h6.title-m.error,
h7.title-m.error {
	color: #cb4040;
	font-family: 'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial, sans-serif;
	text-align: center;
	font-size: 30px;
	border: 0;
	background: 0;
}


h1.title-v,
h2.title-v,
h3.title-v,
h4.title-v,
h5.title-v,
h6.title-v,
h7.title-v {
	font-family: 'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial, sans-serif;
	color: #373737;
	font-size: 24px;
	text-align: center;
}

.title-mini {
	font-size: 12px;
	color: #999;
}
.title-mini.centered {
	text-align: center;
	display: block;
	margin-bottom: -20px;	
}

p.main-description {
	font-size: 18px;
	line-height: 28px;
	color: #5c5c5c;
	margin: 0;
	font-weight: bold;
	letter-spacing: -1px;
}

p.accent-description {
	color: #da750d;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

.features-list {
	list-style: none;
	margin: 0;
	padding: 0;	
}
.features-list li {
	background: url('images/check.png') left center no-repeat;
	font-size: 14px;
	line-height: 25px;
	padding: 20px 0 20px 45px;
	margin: 0;
	border-bottom: 1px dashed #c0c0c0;
	
}
.features-list li:last-child {
	border-bottom: 0;
}

.features-list.small li {
	background: url('images/check-small.png') left 10px no-repeat;
	padding: 10px 0 10px 35px;
	border: 0;
}

.features-list.num li {
	background: none;
	padding: 10px 0 10px 45px;
	border: 0;
	color: #3f7ca5;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
}

.features-list.num.clean li {
	background: none;
	padding: 10px 0px;
	border: 0;
	color: #3f7ca5;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
}

.list-num {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background: #3f7ca5;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	margin-left: -45px;
	margin-right: 10px;
}

.intro-box {
	background: url('images/img-hello.png') left top no-repeat;
	width: 466px;
	float: right;

}
.intro-links {
	margin-top: 240px;
	width: auto;
	text-align: center;
	color: #3f7ca5;
	font-size: 12px;
}
.intro-links a {
	color: #3f7ca5;
	text-decoration: underline;
}
.intro-links a:hover {
	text-decoration: none;
}

.intro-box .intro-links a,
.intro-box .intro-links a img,
.intro-links a img,
.onethird-col a img,
.onehalf-col a img {
	border: 0 !important;
}


/* Our Translators */
.our-translators {}
.our-translators .main-description {
	line-height: 24px;
}

.img-translators {
	background: url('images/img-translators.png') left top no-repeat;
	width: 100%;
	height: 100px;
	float: right;
	margin-bottom: 15px;
}

.our-translators-description {

}


.centered-description {
	margin: 0 auto;
	width: 500px;
	text-align: center;
	margin-top: 10px;
	color: #999;
}
.left-description {
	float: left;
	clear: both;
	text-align: left;
	margin-top: 10px;
	color: #999;
}


/* iPhone Page Process boxes */
.process-box {	
	min-height: 170px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	padding: 20px;
	border: 1px solid #e5e5e5;
}
.process-box.clean {
	padding: 0;
	border: 0;
	min-height: auto;
}
.process-box.clean .process-text {
	width: 355px;
}

.process-box h4 {
	font-size: 20px;
	font-family: 'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial, sans-serif;
	color: #333;
	margin-top: 0;
	margin-bottom: 15px;
}

.process-icon {
	float: left;
	margin-right: 20px;
}

.website-icon {
	width: 80px;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.process-text {
	float: left;
	width: 280px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
}

.process-box.small {
	min-height: 60px;
	position: relative;
	margin: 33px 0;
}
.process-box.small .process-text {
	width: 300px;
	float: right;
}
.process-box.small .process-text,
.process-box.small .process-text p {
	margin: 0 !important;
	padding: 0 !important;
}
.process-box.small .process-icon {
	position: absolute;
	top: 50%;
	margin-top: -22px;
	width: 45px;
	height: 45px;
}

/* Messages */
.msg-box {
	margin: 0 !important;
	padding: 0 !important;
}
.msg-box li {
	background: #f7f7f7;
	text-align: center;
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0 !important;
	padding: 15px;
	font-size: 14px;
}
.msg-box li:last-child {
	border: 0;
}

.cost-box {
	margin: 0;
	padding: 50px 0;
}
.cost-box,
.cost-box p {
	color: #666;
	font-size: 24px;
	text-align: center;
}
.cost-box small {
	font-size: 11px;
	color: #aaa;
}
.price {
	font-size: 60px;
	color: #15a50a;
	font-weight: bold;
	line-height: 60px;
}


.table-format th,
.table-format td,
.table-format tr {
	background: #f8f8f8;
}

.table-format tr th {
	box-shadow: inset #fefefe 1px 2px 5px;
}

.table-format,
.table-format tr,
.table-format tr th,
.table-format tr td {
	border: 1px solid #ddd;
	border-collapse: collapse;
}

.table-format tr th {
	padding: 15px;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}
.table-format tr td {
	padding: 10px;
}


/* upload form */
.upload-form {
}

.upload-form-title {
	background: #f98435;
	border-radius: 4px 4px 0px 0px;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial, sans-serif;
	text-align: center;
	text-shadow: rgba(0,0,0,0.3) 0px 1px 1px;
	color: #fff !important;
	padding: 20px 0;
	border: 1px solid #c37c4b;
	border-bottom: 0;
	box-shadow: inset rgba(255,255,255,0.3) 0px 1px 0px;
	width: 780px;
	margin: 0 auto;
	position: relative;
}
.upload-form-title:after {
	position: absolute; 
	left: 50%;
	bottom: 0;
	margin-left: -7px;
	margin-bottom: -14px;
	content: ""; 
	width: 0; 
	height: 0; 
	border-left: 14px solid transparent;
	border-right: 14px solid transparent; 
	border-top: 14px solid #f98435;
}

.upload-form-canvas {
	background: #f8f8f8;
	border-radius: 3px;
	border: 1px solid #c4c4c4;
	padding: 20px;
}

#trigger-formats {
	color: #676666;
	font-size: 11px;
	font-weight: bold;
	margin-top: -15px;
	cursor: pointer;
	float: left;
}

#formats-box {
	display: none;
}

.file-wrapper {
	float: left;
}

.file-wrapper input[type=file] {
	display: none;
}

#uploadChooseFile {
	border: 1px solid #ddd;
	height: 25px;
	padding: 10px;
	font-size: 14px;
	color: #555;
	border-radius: 3px;
	box-shadow: inset rgba(0,0,0,0.1) 0px 2px 2px;
	width: 400px;
	float: left;
}

#uploadChooseFile:focus {
	outline: 0;
	box-shadow: inset rgba(0,0,0,0.1) 0px 2px 2px, #f98435 0px 0px 4px;
}

#browseButton {
	width: 94px;
	height: 33px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #e5e5e5;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.08), inset 0 2px 1px rgba(255,255,255,.12), inset 0 0 0 2px rgba(255,255,255,.05);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.08), inset 0 2px 1px rgba(255,255,255,.12), inset 0 0 0 2px rgba(255,255,255,.05);
	box-shadow: 1px 1px 2px rgba(0,0,0,.08), inset 0 2px 1px rgba(255,255,255,.12), inset 0 0 0 2px rgba(255,255,255,.05);
	border: 1px solid #ccc;
	display: block;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #444;
	float: left;
	padding-top: 12px;
	text-shadow: #f7f7f7 0px 1px 0px;
	margin-left: 5px;
}

#browseButton:hover {
	background: #eee;
}


/* Testimonials */
.slider-controls-wrap {
	position: relative;
}

.icl-theme-project-slider.testimonials {
	width: 790px;
	margin-left: 0;
	position: relative;
	padding: 50px 60px; 
	height: auto;
}

.slider-controls-wrap .wpv-filter-next-link,
.slider-controls-wrap .wpv-filter-previous-link { 
	top: 50% !important;
	margin-top: -60px !important;
	right: 0 !important;
	position: absolute !important;
	
	width: 44px;
	height: 170px;
    background: url('images/right_arrow.png') no-repeat;
    background-position: 0 50%; 
    
    z-index: 1;
}

.slider-controls-wrap .wpv-filter-previous-link {
	right: auto !important;
	left: 0 !important;	
    background: url('images/left_arrow.png') no-repeat;
	background-position: 60% 50%;
}


table.testimonials-table {
	width: 100%;
}
table.testimonials-table tr td {
	width: 47%;
}
table.testimonials-table tr td:first-child {
	padding-right: 3%;
}
table.testimonials-table tr td:last-child {
	padding-left: 3%;
}

.testimonial-item {
	padding-left: 90px;
}
.testimonial-item.single {
  padding: 30px 30px 30px 120px;
  border: 1px solid #eee;
  border-radius: 5px;
}

.archive-testimonial h1 {
	display: none;
}
.archive-testimonial .entry-summary {
	margin-bottom: 20px;
}

.testimonial-logo {
	width: 66px;
	height: 66px; 
	float: left;  
	margin-left: -90px;
}
.testimonial-logo img {
	width: 66px;
	border-radius: 10px;
}

.testimonial-punchline {
	float: left; 
	margin: 0;
	font-size: 24px;
}

.testimonial-item h3 {
	font-family: 'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}
.testimonial-item h3 a {
	color: #444;
}


.testimonial-client p {
	margin: 0;
}

.testimonial-client-name:before {
	content: "— ";
}
.testimonial-client-name:after {
	content: ", ";
}


/* Projects Listing */
.project-listing-apps {
	list-style: none;
	padding: 0;
	margin: 0;
}

.project-listing-apps li {
	width: 27.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	padding: 2%;
	border: 1px solid #eee;
	float: left;
}

.project-listing-apps li:nth-child(3n+3) {
	margin-right: 0 !important; 
}

.project-listing-apps li .projecticon {
	float: left;
	margin-right: 10px;
	border-radius: 6px;
}
.project-listing-apps li .projecticon img {
	border-radius: 6px;
}



.project-listing-apps.web li {
	width: 31.5%;
	padding: 0;
}
.project-listing-apps.web li strong {
	display: block;
	margin: 10px;
	float: left;
}

.project-listing-apps.web li .projecticon,
.project-listing-apps.web li .projecticon img {
	border-radius: 0;
}


