/* FULL RESET */
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.4;
	color: #000;
	font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
	font-size: 18px;
	background: #fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END OF FULL RESET */

/* GENERAL */
a {
	color: #1188ed;
	text-decoration:none;
}
a:hover {
	color: #50acf9;
}
h1 {
    color: #444;
	line-height:1;
	font-size: 50px;
}
h2 {
	font-size: 34px;
	line-height:40px;
}
h3 {
	font-size:20px;
	font-weight:bold;
}
h4 {
	font-weight:bold;
}
p {
	margin: 0 0 24px 0;
}
b {
	font-weight: bold;
}
i {
	font-style: italic;
}
.contentContainer, .homepageHeader, .customerContainer, .homepageContactContainer, .footerContainer, .examplesContainer, .versionsContainer {
	width: 960px;
	margin: 0 auto;
}
.clear{
	clear:both;
}
.parent ul {
	margin-left: 20px;
}
/* END GENERAL */

/* CONTENT TEMPLATE */
.bulletedList {
	list-style-type:circle;
}
/* END CONTENT TEMPLATE */

/* FULL WIDTH TEMPLATE */
.careerspageHeader {
	height: 526px;
	text-align: center;
	padding: 100px 0 0 0;
}
.homepageContactContainer{
	padding: 40px 0 60px 0;
	text-align: center;
}
.blue-background-amsterdam {
   background: url("https://d2gqmf6xpc9ks9.cloudfront.net/website/blue-background-amsterdam.jpg") center top #4298c9;
   min-width:1134px;
}
.light-grey-background {
    background:#f7f7f7;
	min-width:1134px;
	border-top: 1px solid #d4d4d4;
border-bottom: 1px solid #d4d4d4;
}
.white-background {
    background:#fff;
	min-width:1134px;
}
.perkBlock {
	float:left;
	width:210px;
	margin:0 10px 0 -50px;
}
.perktext h3 {
	font-size:22px;
	font-weight:normal;
}
.threeLines h3 {
margin-top:-15px;
}
.careersBottom {
	margin:10px 0 0 0;
	font-size: 22px;
}
.careerBlock, .careerBlockLast {
	float:left;
	width:448px;
	height:398px;
	background:#fffaf3;
	border:1px solid #d8d3d3;
	margin:0 60px 60px 0;
	text-align:center;
}
.careerBlockLast {
	margin:0 0 60px 0;
}
.careerBlock h3, .careerBlockLast h3 {
	font-size:24px;
	margin-top:30px;
}
.careerBlock p, .careerBlockLast p {
	font-size:18px;
	margin-bottom:0;
}

.fw-contentBlock110, .fw-contentBlock280, .fw-contentBlock450, .fw-contentBlock280Last, .fw-contentBlock450Last{
	float:left;
	width:110px;
	margin:60px 60px 20px 0;
}
.fw-contentBlock280, .fw-contentBlock280Last {
	width:280px;
}
.fw-contentBlock280Last{
	margin:60px 0 20px 0;
}
.fw-contentBlock450, .fw-contentBlock450Last {
	width:450px;
}
.fw-contentBlock450Last {
	margin:60px 0 20px 0;
}
#currentPositions {
	color:#000;
}
#currentPositions:hover {
	color:#000;
}
/* END FULL WIDTH TEMPLATE */

/* PROFILE PAGE TEMPLATE */
.sidebarWide {
	width:280px;
	float:left;
}
.sidebarWideColored {
	background:#fffaf3;
	border-bottom: 1px solid #d8d3d3;
text-align:center;
}
.sidebarWideNotColored {
text-align:center;
}
.sidebarWide p {
font-size:22px;
}
.sidebarWide #form {
	padding-left:20px;
}
.sidebarWide input {
	height:30px;
	width:240px;
	margin-bottom: 20px;
}
.sidebarWide .submit input {
	width:245px;
	margin-left:-1px;
}
.profileBlocksWrapper {
	width:620px;
	float:left;
	margin-left:60px;
}
.profileBlocksWrapper h1 {
margin-top: 40px;
}
.profileBlocksWrapper h2 {
margin-top: 20px;
}
.profileBlocksWrapper h3 {
text-transform:uppercase;
font-size:16px;
margin-top:24px;
}
.profileBlocksWrapper ul {
	list-style-type: disc;
	list-style-position: inside;
	line-height:24px;
}
.hiddenMenu {
	visibility:hidden;
	height:0px;
}
/* END PROFILE PAGE TEMPLATE */

/* TOP BAR WITH MENU */
.grey-background {
    background:#f6f4f4;
	min-width:1134px;
	border-bottom:1px solid #f6f4f4;
	position:relative;
	z-index:10;
}
.grey-background:before {
	content:"";
    display:block;
    position:absolute;
    z-index:-1;
    top:0;
    left:0;
    right:0;
    bottom:-2px;
    border-bottom:1px solid #d0cccc;
}
.topBarContainer {
    margin: 0 auto;
    width: 960px;
	height: 60px;
}
.logo {
	margin: 2px 0;
}
.navigationContainer {
	float:right;
	margin: 21px 0;
}
.navigationContainer ul {
	text-transform: uppercase;
	color: #626262;
	font-size:15px;
}
.navigationContainer ul li {
	display: inline; 
	margin-left:20px;
}
.navigationContainer ul li a {
	text-decoration: none; 
	color: #626262;
}
.navigationContainer ul li a:hover {
	text-decoration: none; 
	color: #000;
}
.navigationContainer ul li.login a {
	color:#333333;
}
.navigationContainer ul li.login a:hover {
	color:#000;
}
/* END OF TOP BAR */

/* HEADER HOMEPAGE */
.homepageHeaderFoto {
   background: url("../resimler/ebrosur_kanepe_keyifi.jpg") no-repeat left top;
   min-width:1134px;
}

.isakisiHeaderFoto {
   background: url("../resimler/is_akisi_a.jpg") no-repeat center top;
   min-width:1134px;
}

.iletisimHeaderFoto {
   background: url("../resimler/iletisim.jpg") no-repeat center top;
   min-width:1134px;
   height:150px;
}

.orneklerHeaderFoto {
   background: url("../resimler/ornekler.jpg") no-repeat center top;
   min-width:1134px;
}


.featuresHeaderFoto {
   background: url("../resimler/ozellikler.jpg") no-repeat center top;
   min-width:1134px;
}

@media all and (min-width: 2000px){
 .homepageHeaderFoto {
   background-size: 100%;    
 }
 .aboutusHeaderFoto {
   background-size: 100%;    
 }
 .featuresHeaderFoto {
   background-size: 100%;   
 }
}
.homepageHeader {
	height: 527px;
	padding: 28px 0 0 0;
}
.homepageHeader h1, .careerspageHeader h1{
    color: #fff;
	line-height:1.3;
	letter-spacing:-1px;
}
.homepageHeader h1 {
	font-size:62px;
	text-shadow: 1px 1px 5px #444;
}
.homepageHeaderText {
text-align:center;
margin-top:140px;
}
/* END HEADER HOMEPAGE */

/* BIG CONTENT BLOCKS HOMEPAGE */
.content-blocks-homepage h2 {
	color:#28b1ea;
	font-size:50px;
	margin-top:57px;
	margin-bottom:26px;
	letter-spacing:-2px;
}
.content-blocks-homepage-benefit h2 {
	color:#28b1ea;
	font-size:34px;
	margin-bottom:4px;
	margin-left:-1px;
	text-align:left;
	line-height:36px;
}
.content-blocks-homepage-benefit h3 {
	color:#000;
	font-size:28px;
	text-align:left;
	margin-bottom:10px;
}
.homepage-customers h2 {
	font-size:22px;
	color:#3e3d3d;
	margin-top:30px;
}
.content-blocks-homepage p {
	font-size:18px;
	margin-bottom:48px;
	color:#343434;
	line-height:1.4;
width:760px;
margin-left:100px;
}
.content-blocks-homepage-benefit p {
	font-size:18px;
	margin-bottom:0;
	color:#796a67;
	line-height:1.4;
text-align:left;
}
.content-blocks-homepage {
	text-align:center;
	margin: 0 auto;
	width: 960px;
	margin-bottom:42px;
}
.content-blocks-homepage-benefit {
	text-align:center;
	margin: 0 auto;
	width: 960px;
	margin-bottom:60px;
}
.content-blocks-homepage img {
	vertical-align: top;
	padding:0;
	margin:0;
}
.content-blocks-homepage-benefit img {
	vertical-align: top;
	padding:0;
	margin:0;
}
.content-block-grey {
	min-width:1134px;
	background-color:#f6f4f4;
	border-top:1px solid #d0cccc;
	border-bottom:1px solid #d0cccc;
}
.content-block-white {
	min-width:1134px;
	background-color:#fff;
}
.scroll-down-arrow a {
	display:block;
	height:30px;
	width:60px;
	background: url("../resimler/arrow-scroll-down.png");
	margin:0 auto;
	position:relative; 
	margin-top:-31px;
}
.scroll-down-arrow a:hover {
background-position:bottom;
}

.scroll-up-arrow a {
	display:block;
	height:30px;
	width:60px;
	background: url("../resimler/arrow-scroll-up.png");
	margin:0 auto;
	position:relative; 
	margin-top:-31px;
}
.scroll-up-arrow a:hover {
background-position:bottom;
}

.homepage-feature-container, .homepage-feature-container-right  {
	width:450px;
	float:left;
	font-size:16px;
	text-align:left;
	margin-bottom:45px;
	color:#333;
}
.homepage-feature-container-right {
	margin-left:60px;
}

.homepage-feature-top-margin{
	margin-top:45px;
}

.homepage-feature-icon {
	width:80px;
	float:left;
}

.homepage-feature-text {
	width:370px;
	float:left;
}

.homepage-feature-header {
	font-size:16px;
	text-transform:uppercase;
	color:#111;
}
.homepage-280-block {
float:left;
width:280px;
margin-top:60px;
}
.homepage-280-block-feature {
float:left;
width:280px;
margin-top:70px;
}
.homepage-450-block {
float:left;
width:450px;
margin-top:60px;
}
.homepage-620-block {
float:left;
width:620px;
margin-top:60px;
}
.homepage-960-block {
margin-top:60px;
width:960px;
}
.homepage-960-block h2 {
text-align:center;
}
.homepage-960-block p {
text-align:center;
margin-bottom:60px;
}
.homepage-60-margin {
float:left;
width:60px;
height:1px;
}
.feature-icon-benefits {
float:left;
width:80px;
height:80px;
position:relative;
}
/* END BIG CONTENT BLOCKS HOMEPAGE */

/* PRICING */
.content-blocks-pricing {
	text-align:center;
	margin: 0 auto;
	width: 960px;
}

.content-blocks-pricing h1 {
	font-size: 42px;
	margin-top:40px;
	color:#28b1ea;
	letter-spacing: -2px;
}

.content-blocks-pricing h2 {
	font-size: 24px;
}

.pricing-table-container {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width:240px;
	border:1px #b7b2a2 solid;
	border-right:0;
	float:left;
	background:#fff;
	margin:80px 0 60px 0;
}

.last-pricing-container {
	border:1px #b7b2a2 solid;
}

.pro-pricing-container {
	margin-top:39px;
	border-right:1px #b7b2a2 solid;
	box-shadow: 0px 0px 8px 1px #e6dcdc;
	z-index:1;
	position:relative;
}

.diamond-pricing-container {
	border-left:0;
	width:238px;
}

.plan-header {
	background:#f8f7f5;
	width:238px;
	border-bottom:1px solid #eae0df;
	padding:15px 0 15px 0;
}
.pro-plan-header {
	background:#fff;
}
.try-this-plan-container {
	background:#f8f7f5;
	width:238px;
	border-bottom:1px solid #eae0df;
	border-top:1px solid #eae0df;
	height:60px;
	padding:35px 0 0 0;
}
.plan-header h3 {
	font-size:22px;
	text-transform:uppercase;
	letter-spacing:2px;
}
.price-block {
	height:115px;
	width:238px;
	text-transform:uppercase;
	color:#8f8f8f;
	font-size:14px;
	padding-top:25px;
}

.enterprise-price-block {
	height:95px;
	padding-top:45px;
	width:238px;
	text-transform:uppercase;
	color:#8f8f8f;
	font-size:14px;
	font-size:15px;
}
.enterprise-plan-phone {
	font-size:22px;
	color:#000;
	font-weight:bold;
}
.price {
	font-size:64px;
	color:#000;
}
.plan-features {
	padding:24px 0 20px 26px;
	text-align:left;
	font-size:15px;
	line-height:1.7;
}
.pro-plan-features {
padding-bottom:60px;
}
.plan-feature-value {
	text-transform:uppercase;
	color:#28b1ea;
}
.try-this-plan-container .blue-cta-button-inner a {
	background-color:#6cc3f3;
	padding: 13px 15px 13px 15px;
	color: #fff;
	text-transform:uppercase;
	border:1px solid #24495e;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:16px;
	text-decoration: none;
	letter-spacing:1px;
}
.pricing-euro-sign {
	font-size:38px;
}
.most-popular {
	height:31px;
	padding-top:9px;
	background:#8fd64a;
	border:1px solid #6b8d28;
	width:238px;
	color:#fff;
	font-size:15px;
	text-transform:uppercase;
	margin-left:-1px;
	margin-top:-1px;
	font-weight:bold;
}

/* FEATURES */
.feature-header {
	margin:0 auto;
	width:960px;
	height:433px;
	padding-top:60px;
}
.feature-header h1 {
color:#444;
text-align:left;
margin-bottom:40px;
font-size:62px;
}
.feature-header p {
text-align:left;
width:530px;
}
/* END FEATURES */

/* BLUE CTA BUTTON */
.blue-cta-button-outer{
	float: right;
	right: 50%;
	position: relative;
}
.blue-cta-button-inner{
	float: right;
	right: -50%;
	position: relative;
}
.blue-cta-button-inner a {
	background-color:#6cc3f3;
	padding: 15px 30px 15px 30px;
	color: #fff;
	text-transform:uppercase;
	border:1px solid #24495e;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:16px;
	text-decoration: none;
		letter-spacing:1px;
}
.blue-cta-button-inner a:hover {
	background-color:#3e3e3e;
	border:1px solid #000;
}
.blue-cta-button-homepage {
	margin-top:70px;
}
a.free-trial-header-btn {
	background:none;
	border:none;
	text-shadow: 1px 1px 3px #666;
}
a.free-trial-header-btn:hover {
	background:none;
	border:none;
	color:#000;
}
/* END BLUE CTA BUTTON */


/* ORANGE CTA BUTTON */
.homepageCTAButtonOuter, .footerLogoOuter{
	float: right;
	right: 50%;
	position: relative;
}
.homepageCTAButtonOuter{
	margin: -11px 0;
}
.homepageCTAButton, .footerLogoInner{
	float: right;
	right: -50%;
	position: relative;
}
.homepageCTAButton a, .selectRegion a, .generalCTAButton a, .sidebarCTA a {
	background-color:#ffa312;
	padding: 15px 30px 15px 30px;
	color: #fff;
	text-transform:uppercase;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-size:14px;
	text-decoration: none;
	-webkit-text-size-adjust:none;
}
.homepageCTAButton a:hover, .generalCTAButton a:hover {
	background-color:#3e3e3e;
	color: #fff;
}
.sidebarCTA a {
	background-color:#eee;
	color: #000;
}
.sidebarCTA a:hover {
	background-color:#ccc;
	color: #000;
}
/* END ORANGE CTA BUTTON */


/* FORM STYLES */
.contact_textarea {
	vertical-align:top;
}
.formBlock {
	width:620px;
	float:left;
	margin-right:60px;
}
.formBlock  h1{
	color:#28b1ea;
	font-size:46px;
	margin-top:47px;
	margin-bottom:30px;
	letter-spacing:-1px;
}

.formGrey {
	background-color:#f6f4f4;
	width:620px;
	border:1px solid #d0cccc;
	padding:16px 40px 6px 40px;
	margin-bottom:60px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.formContactDetails {
	width:280px;
	font-size:16px;
	float:left;
	margin-top:217px;
	font-weight:300;
	color:#222;
}

.formbuilderform  input, .formbuilderform select, .formbuilderform  .cms_dropdown, .formbuilderform  .cms_textarea, .formbuilderformtrial  input, .formbuilderformtrial select, .formbuilderformtrial  .cms_dropdown, .formbuilderformtrial  .cms_textarea, .formbuilderform  .cms_submit, .formbuilderformtrial  .cms_submit {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
	
.formbuilderform input[type="hidden"], #fbrp__166 {
	height:0;
	width:0;
	padding:0;
	margin:0;
	line-height:0;
}

#mb8cd2fbrp__216 {
visibility: hidden;
}

.formbuilderform  input, .formbuilderform .trialRadio  input, .formbuilderformtrial  input, .formbuilderformtrial .trialRadio  input{
	width:384px;
	margin-left:20px;
	height: 35px;
	margin-bottom: 25px;
	border:1px solid #d0cccc;
}

.formbuilderformtrial  input {
	width:300px;
}

.formbuilderform select, .formbuilderformtrial select{
	width:384px;
	margin-left:20px;
	height: 35px;
	border:1px solid #d0cccc;
	margin-bottom: 25px;
	padding:7px;
}
.formbuilderformtrial select{
	width:300px;
}
.formbuilderform  td, .formbuilderformtrial  td{
text-align: left;
}
.formbuilderform  .cms_submit, .formbuilderformtrial  .cms_submit{
	width:200px;
	margin: 20px 0 20px 19px;
	height: 35px;
	background-color:#6cc3f3;
	color: #fff;
	text-transform:uppercase;
	border:1px solid #24495e;
}
.formbuilderformtrial  .cms_submit{
	margin: 20px 0 0 19px;
}
.formbuilderform  .cms_submit:hover, .formbuilderformtrial  .cms_submit:hover{
	background-color:#3e3e3e;
	border:1px solid #000;
	cursor:pointer;
}
.formbuilderform .cms_dropdown, .formbuilderformtrial .cms_dropdown{
	width:384px;
	margin-left:20px;
	height: 35px;
	margin-bottom:25px;
	border:1px solid #d0cccc;
}
.formbuilderformtrial .cms_dropdown{
	width:300px;
}
.formbuilderform .cms_textarea, .formbuilderformtrial .cms_textarea{
	width:384px;
	margin-left:20px;
	border:1px solid #d0cccc;
	margin-bottom:25px;
}
.formbuilderformtrial .cms_textarea{
	width:300px;
}
.formbuilderform  .McA, .formbuilderformtrial  .McA{
	visibility:hidden;
}
.error_message ul {
	list-style-type:disc;
    color: red;
    margin-left:18px;
	margin-bottom:40px;
}

/* END FORM STYLES */

/* FOOTER */
.footerContainer {
	padding:50px 0 40px 0;
}
.footerLogoOuter {
	margin-top:40px;
}
.footerLogoInner {
	text-align: center;
	color:#a8a8a8;
	font-size:11px;
}
.footerLogoInner a {
	text-align: center;
	color: #c6c6c6;
	font-size:14px;
}
.footerLogoInner a:hover {
	color: #fff;
}
.selectRegion {
	font-size:24px;
	color:#fff;
	text-align:center;
	float:left;
}
.selectRegionHeader {
line-height:50px;
}
.selectRegion a {
	background-color:#484848;
	color: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.selectRegion a:hover {
	background-color:#fff;
	color: #000;
}
.navigationContainerFooter ul {
	margin:0 50px 0 0;
	color: #c6c6c6;
	float:left;
	width:120px;
	font-size:13px;
}
.navigationContainerFooter ul li {
	margin: 0 0 12px 0;
}
.navigationContainerFooter ul li a {
	text-decoration: none; 
	color: #c6c6c6;
}
.navigationContainerFooter ul li a:hover { 
	color: #fff;
}
.navigationContainerFooter ul li.navigationFooterPrimary {
	color: #fff;
	text-transform: uppercase;
}
.grey-background-footer{
	background-color:#3e3e3e;
		min-width:1134px;
}
/* END FOOTER */

/* COOKIE MESSAGE */
#cookiemonster { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75); bottom: 0; color: #FFFFFF; font-family: Helvetica Neue,Roboto,Helvetica,Arial,Verdana,Droid Sans,Sans; font-size: 13px; left: 0; padding: 3px 0; position: fixed; right: 0; text-align: center; z-index: 1000; display: none;}
#cookiemonster .message { line-height: 22px; padding: 3px 0; z-index: 1000; }
#cookiemonster .message, #cookiemonster .buttons { display: inline-block; vertical-align: middle; }
#cookiemonster .message a { color: #FFFFFF; background-position: 50% 50%; background-repeat: no-repeat; cursor: pointer; border: 0 none; font: inherit; margin: 0; padding: 0; vertical-align: baseline;text-decoration:underline; }
#cookiemonster .message a:hover { text-decoration: none; }
#cookiemonster .buttons { padding: 6px 0; }
#cookiemonster .message, #cookiemonster .buttons { display: inline-block; vertical-align: middle; }
#cookiemonster .buttons .buttonc.accept { background: none repeat scroll 0 0 #ffa312; border-color: #fbc878; color: #FFFFFF; }
#cookiemonster .buttons .buttonc { border: 1px solid; border-radius: 5px 5px 5px 5px; cursor: pointer; display: inline-block; margin-left: 20px; padding: 4px 10px 5px;  }
* html #cookiemonster { width: 100%; background-color: #000000; filter: alpha(opacity=80); position:absolute;} /* IE6 */
* html #cookiemonster .buttons .buttonc { width: 40px; } /* IE6 */
* html #cookiemonster .message { margin: 0 auto; } /* IE6 */
@media \0screen\,screen\9 { #cookiemonster { -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c0000000,endColorstr=#c0000000);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c0000000,endColorstr=#c0000000); }}
	
/* END COOKIE MESSAGE */
/* Stylesheet: Rebuild - content Modified On 2013-08-23 18:11:13 */
