/* aspects of bootstrap that are needed */

.form-control {
    max-width: 200px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-group { margin-bottom: 15px; }

 .form-horizontal label {
        float: left;
        width: 100px;
        text-align: right;
        padding: 15px;
    }

 
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc !important;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.form-horizontal .checkbox label { 
	padding-top: 0px;
	width: 150px;
    text-align: left;
 }

.form-horizontal a:hover, .form-horizontal a:focus {
    color: #2a6496;
    text-decoration: underline;
}

.form-horizontal a {
    color: #E65100;
}

.form-horizontal hr {
    border-top: 1px solid #eee;
}

/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* 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,dl,dt,dd,ol,nav ul,nav 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;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
@font-face {
	font-family: 'Museo Sans Rounded 300';
    src: url( /content/fonts/MuseoSansRounded-300.ttf ) format("truetype"); 
}
@font-face {
	font-family: 'Museo Sans Rounded 500';
    src: url( /content/fonts/MuseoSansRounded-500.ttf ) format("truetype"); 
}
@font-face {
	font-family: 'Museo Sans 300', Calibri, sans-serif;
    src: url( /content/fonts/MuseoSans-300.ttf ) format("truetype"); 
}
body{
	font-family:'Museo Sans 300', Calibri, sans-serif, Calibri, sans-serif;
	background:#fff;
}
.wrap{
	width:80%;
	margin:0 auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}

.header {
	background: #fff;
	width: 100%;
	height: auto;
	z-index: 1041;
	right: 0;
	left: 0;
	top: 0;
	-webkit-box-shadow: 0 3px 10px 0 rgb(230, 81, 0);
	box-shadow: 0 3px 10px 0 rgb(230, 81, 0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.header-top{
	padding:0px 0 5px;
	z-index: 1;
	width: 100%;
	clear: both;
	background: #FFF;
}
.header .admin {
    background: #E65100;
    color: #999999;
    display: block;
    font-family: 'Museo Sans Rounded 500', Calibri, sans-serif;
    font-size: 0.9em;
    letter-spacing: 1px;
    height: 2em;
}


.header .admin li { 
    float: right;
    margin-right: 20px;
    margin-top: 5px;
}

.header .admin li a {
	color: #FFFFFF;
	font-size: larger;
	font-weight: bold;
}

.logo {
	float:left;
	padding-top:10px;
}
/*--menu--*/
.cssmenu{
	float:right;
	padding-top:15px;
}
.cssmenu > ul > li {
	display: inline-block;
	padding-bottom:0px !important;
	padding-top: 8px;
}
.cssmenu > ul > li.active a, .cssmenu > ul > li a:hover {
	color:#E65100;
	text-decoration: none;
}
.cssmenu > ul > li > a {
	color: #999;
	display: block;
	margin: 10px 10px;
	letter-spacing: 1px;
	font-size: 1em;
	font-family: 'Museo Sans Rounded 500', Calibri, sans-serif;
}
.header-bottom{
	padding:3% 0 0%;
	text-align: center;
}

.examples .header-bottom {
    padding: 1% 0 1%;
}

.header-bottom h1{
	font-size: 3.5em;
	color: #333;
	font-family: 'Museo Sans Rounded 500', Calibri, sans-serif;
}
.header-bottom h2{
	font-size:1.6em;
	color: #555;
	font-family: 'Museo Sans Rounded 300', Calibri, sans-serif;
	padding: 1% 0 1%;
}
.header-bottom h1 span{
	font-family: 'Museo Sans Rounded 500', Calibri, sans-serif;		
}
.header-bottom h3{
	font-size:2.5em;
	color: #555;
	font-family: 'Museo Sans Rounded 300', Calibri, sans-serif;
}
.header-bottom h3 span{
	font-family: 'Museo Sans Rounded 300', Calibri, sans-serif;	
}
.but {
	text-align: center;
	margin: 4px 7px 2px 4px;
}

.but a {
	font-family: 'Museo Sans 300', Calibri, sans-serif;	
	display: inline-block;
	-o-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 0px #3998F5;
	-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 0px #3998F5;
	-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 0px #3998F5;
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 0px #3998F5;
	background: #3998f5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5OThmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzc3ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #3998f5 0%, #1777d9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3998f5), color-stop(100%,#1777d9));
	background: -webkit-linear-gradient(top,  #3998f5 0%,#1777d9 100%);
	background: -o-linear-gradient(top,  #3998f5 0%,#1777d9 100%);
	background: -ms-linear-gradient(top,  #3998f5 0%,#1777d9 100%);
	background: linear-gradient(to bottom,  #3998f5 0%,#1777d9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3998f5', endColorstr='#1777d9',GradientType=0 );
	border: 1px solid #076CCE;
	padding: 8px 30px;
	font-size: 1.2em;
	color: #FFF;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.31);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	text-transform:uppercase;
}
.but a:hover{
	background: #1777d9;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE3NzdkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTk4ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #1777d9 0%, #3998f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1777d9), color-stop(100%,#3998f5));
	background: -webkit-linear-gradient(top,  #1777d9 0%,#3998f5 100%);
	background: -o-linear-gradient(top,  #1777d9 0%,#3998f5 100%);
	background: -ms-linear-gradient(top,  #1777d9 0%,#3998f5 100%);
	background: linear-gradient(to bottom,  #1777d9 0%,#3998f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1777d9', endColorstr='#3998f5',GradientType=0 );
	border: 1px solid #076CCE;
}
.but a img {
	vertical-align: middle;
	margin-bottom:0px;
}

.testurl {
    background: none repeat scroll 0 0 #F7F7F7;
    border-bottom: 1px solid #CAC9C9;
    box-shadow: 0 0 30px #C9C4C4 inset;
    padding: 1% 0 3%;
    margin-top: 30px;
}

.testurl form {
    text-align: center;
}

    .testurl form .but {
        display: inline-block;
        margin-left: 10px;
        padding-top: 0px;
    }

	.testurl form input {
		vertical-align: top;
		display: inline-block;
		height: 52px;
		width: fit-content;
		font-size: 18px;
		padding: 0px 10px;
		margin: 4px 7px 2px 4px;
	}

        

p.desc{
	color:#555;
	font-size:1.2em;
	font-family: 'Museo Sans 300', Calibri, sans-serif;
}
p.desc span{
	color:#E65100;
	font-family: 'Museo Sans Rounded 300', Calibri, sans-serif;
}
/*--content--*/
.features{
	padding:3% 0 3%;
	text-align: center;
	background:#f7f7f7;
	box-shadow: inset 0px 0px 30px #C9C4C4;
	-webkit-box-shadow: inset 0px 0px 30px #C9C4C4;
	-moz-box-shadow: inset 0px 0px 30px #C9C4C4;
	-o-box-shadow: inset 0px 0px 30px #C9C4C4;
	border-bottom: 1px solid #CAC9C9;
}
	
.features h4{
	font-size: 3em;
	color: #333;
	font-family: 'Museo Sans 300', Calibri, sans-serif;
	padding-bottom: 3%;
}
.features h4 span {
	font-family: 'Museo Sans Rounded 500', Calibri, sans-serif;
}
.support{
	background:#fff;
	padding:3% 0 2%;
}
.support h3{
	font-size: 3em;
	color: #333;
	font-family: 'Museo Sans 300', Calibri, sans-serif;
	padding-bottom: 3%;
	text-align:center;
}
.support h3 span {
	font-family: 'Museo Sans Rounded 300', Calibri, sans-serif;
}
/*  GRID OF FOUR   ============================================================================= */
.grid_1_of_4:first-child {
	margin-left: 0;
}
.images_1_of_4 {
	width: 22.8%;
	position: relative;
}
.images_1_of_4 img{
	border: 7px solid #FFF;
	box-shadow: 0 0 7px #AAA;
	-webkit-box-shadow: 0 0 7px #AAA;
	-moz-box-shadow: 0 0 7px #AAA;
	-o-box-shadow: 0 0 7px #AAA;
}
.grid_1_of_4 {
	display: block;
	float: left;
	margin: 1% 0 1% 2.8%;
}
.images_1_of_4 img {
max-width: 100%;
display: block;	
}
.images_1_of_4 .zoom-icon {
top: -50px;
height: 182px;
}
.zoom-icon {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	background: rgba(64, 72, 109, 0.61);
	display: block;
	left:20px;
	top: -152px;
	width: 290px;
	height: 219px;
	cursor: pointer;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.images_1_of_4 .zoom-icon {
	top: -50px;
	height: 182px;	
}
.images_1_of_4 a:hover .zoom-icon {
	top:35px;
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.support-desc{
	padding:10% 0 0;
}
.support-desc h6 a{
	color:#333;
	font-family: 'Museo Sans Rounded 500', Calibri, sans-serif;
	font-size:1.3em;
}
.support-desc h6 a:hover{
	color: #3998F5;
}
.support-desc  p {
	font-size:1.1em;
	padding:0.5em 0;
	color: #333;
	line-height: 1.5em;
	font-family: 'Museo Sans 300', Calibri, sans-serif;
}
.support h5, .testurl h5{
	font-size:2em;
	color: #333;
	font-family: 'Museo Sans 300', Calibri, sans-serif;
	padding:3% 0 0;
	text-align:center;
}
.social-icons{
	text-align: center;
	border-bottom: 2px solid #E6E6E6;
	padding: 2% 0 6%;
}
.social-icons a.twitter {
	background-position: 0px top;
}
.social-icons li a {
	height: 42px;
	width: 42px;
	display: block;
	text-indent: -9999px;
	background: url(/content/images/img-sprite.png);
}
.social-icons a.twitter:hover {
	background-position: 0px bottom;
}
.social-icons ul li:first-child, ol li:first-child {
	margin-top: 0px;
	margin-left: 0;
}
.social-icons li {
	width: 42px;
	height: 42px;
	background: none;
	padding: 0px;
	margin-left:10px;
	display: inline-block;
}
.social-icons a.facebook {
	background-position: -55px top;
}
.social-icons a.facebook:hover {
	background-position: -55px bottom;
}
.social-icons a.googleplus {
	background-position: -111px top;
}
.social-icons a.googleplus:hover {
	background-position: -111px bottom;
}
.social-icons a.pinterest {
	background-position: -168px top;
}
.social-icons a.pinterest:hover {
	background-position: -168px bottom;
}
.social-icons a.linkedin {
	background-position: -225px top;
}
.social-icons a.linkedin:hover {
	background-position: -225px bottom;
}

/*--standard--*/
.standard {
	padding:1% 0 0%;
}
.standard h3 {
	font-size: 2em;
	color: #333;
	font-family: 'Museo Sans 300', Calibri, sans-serif;
	padding-bottom:4%;
	text-align:center;
}
.standard h3 span {
	font-family: 'Museo Sans Rounded 300', Calibri, sans-serif;
}

/*.plans,.plans ul,.plans ul li {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}*/

.plans,.plans ul li {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}
.standardBox {
	text-align: center;
}
.standardBox .plans .plan {
	background: #fff;
	display: inline-block;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	margin: 0 0 20px 0;
	box-shadow: 0 2px 10px #aaa;
	-webkit-box-shadow: 0 2px 10px #aaa;
	-moz-box-shadow: 0 2px 10px #aaa;
	-o-box-shadow: 0 2px 10px #aaa;
}

    .standardBox.pricing .plans .plan {
        width: 25.9999%;
        margin: 0 3.33% 20px 0;
    }

.apiparameter {
    width: 30%;
    float: left;
    border-width: 0 0.1em 0.1em 0.8em;
    border-color: #E65100;
    border-style: solid;
}

.apidesc {
    float: left;
    width: 70%;
    background-color: #F5F5F5;
    border-width: 0 0.1em 0.1em 0.1em;
    border-color: #E65100;
    border-style: solid;
}

.bordertop {
    border-top: 0.1em solid #E65100;
}

.apiparameter pre {
    background-color: white;
}

.apiextra p {
    margin: 10px 0px;
}

p.question {
    font-size: 14px;
    font-weight: bold;
}

p.answer {
    font-style: italic;
}

.planContainer .price.apifeatures p
{
    height: auto;
    font-size: 1em;
    line-height: 1.1em;
    margin-bottom: 0px;

}

.planContainer .title h2 {
	font-size: 2.125em;
	color: #c62222;
	margin: 0;
	padding: .6em 0;
	font-family: 'Museo Sans Rounded 500', Calibri, sans-serif;
	padding: 25px 0;
}
.planContainer .title1 h3 {
	/*font-size: 2.125em;*/
    font-size: 1.4em;
	color: #062455;
	margin: 0;
	/*padding: .6em 0;*/
    padding: .2em 0;
	font-family: 'Museo Sans Rounded 300', Calibri, sans-serif;
}
.planContainer .title h2.bestPlanTitle {
	background:#333;
	color: #fff;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
}

.planContainer pre { text-align: left; font-family:'Museo Sans 300',Calibri, sans-serif;; margin: 0; line-height: 150% !important; }

.text{
	padding: 0px 0 10px;
}
.planContainer .price p {
	background:#202020;
	font-family: 'Museo Sans 300', Calibri, sans-serif;
	color: #fff;
	font-size: 1.5em;
	height: 2.6em;
	line-height: 2.6em;
	margin: 0 0 1em;
}

.pricing .planContainer .price p {
    margin: 0;
}

.planContainer .price p.bestPlanPrice {
	background: #000;
}
.planContainer .price p span {
	color:#E2EDFD;
}
.pricing .planContainer .options {
	margin-top: 0;
}
.planContainer .options {
    margin-top: 10em;
}
.planContainer .options li {
	color:#0365FF;
	line-height:3em;
	font-family: 'Museo Sans 300', Calibri, sans-serif;
	border-bottom: 1px solid #E9E9E9;
	font-size: 1.2em;
}
.planContainer .options li span {
	color: #333;
}
.planContainer .button a {
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
	letter-spacing: 3px;
	line-height: 2.8em;
	border: 2px solid #3998F5;
	display: inline-block;
	width: 80%;
	height: 2.8em;
	border-radius: 4px;
	margin: 1.5em 0 1.8em;
	font-family: 'Museo Sans 300', Calibri, sans-serif;
	font-size:1.2em;
}

.planContainer .existingPlan {	
	text-decoration: none;
	color: #333;	
	line-height: 2.8em;	
	display: inline-block;
	width: 80%;
	height: 2.8em;
	border-radius: 4px;
	margin: 1.5em 0 2.4em;	
	font-size:1.2em;
}


.planContainer .button a.bestPlanButton {
	color: #fff;
	background: #3998F5;
}
.planContainer .button a.bestPlanButton {
	color: #FFF;
	background: #3998F5;
	border: 2px solid #3998F5;
}
.planContainer .button a.bestPlanButton:hover {
	background: #1B8DFC;
	border: 2px solid #1B8DFC;
}
.standardBox .plans .plan {
	
	margin: 0 3.33% 20px 0;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
li.plan-middle{
	width:30.9999%;
	margin: 0 3.33% 20px 0;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.standardBox .plans > li:last-child {
	margin-right: 0;
}
.planContainer .button a {
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}
.planContainer .button a:hover {
	background: #3998F5;
	color: #fff;
}
.planContainer .button a.bestPlanButton:hover {
	background:#1B8DFC;
}

#dropdownid {
	padding: 5px 10px; /* Increased padding for a larger dropdown */
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px; /* Larger font size */
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 4px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s, border-color 0.3s;
}


/*-- benefits --*/
.benefitContainer .button a {
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
	letter-spacing: 3px;
	line-height: 1.5em;
	border: none;
	display: inline-block;
	width: 80%;
	/*height: 2.8em;*/
	border-radius: 4px;
	margin: 0em 0 1.5em;
	font-family: 'Museo Sans 300', Calibri, sans-serif;
	font-size:1.2em;
}


.benefits h3 {
    font-size: 2em;
}

#benefits,#benefits ul,#benefits ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#benefitAreas {
	text-align: center;
}
#benefitAreas #benefits .benefit {
	background: #fff;
	display: inline-block;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	margin: 0 0 20px 0;
	box-shadow: 0 2px 10px #aaa;
	-webkit-box-shadow: 0 2px 10px #aaa;
	-moz-box-shadow: 0 2px 10px #aaa;
	-o-box-shadow: 0 2px 10px #aaa;
}

#benefitAreas #benefits .benefit {
	width:25.9999%;
	margin: 0 3.33% 20px 0;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

#benefitAreas #benefits .benefit.lastrow {
	margin-right: 0;
}

#benefits ul li.title1 {
    margin-top: 15px;
}

.testurl {
    text-align: center;

}

/*--footer--*/
.footer-menu{
	float:left;
}
.copy{
	float:right;
	padding-top: 5px;
}
.footer-menu li {
	display: inline-block;
}
.footer-menu li a {
	color: #999;
	display: block;
	margin: 10px 10px;
	letter-spacing: 1px;
	font-size: 1em;
	font-family: 'Museo Sans Rounded 500', Calibri, sans-serif;
}
.footer-menu li.active a, .footer-menu li a:hover {
	color: #000;
}
.copy p{
	font-family: 'Museo Sans Rounded 300', Calibri, sans-serif;
	color:#999;
	font-size:1em;
}
p.copy a{
	color:#3998F5;
}
p.copy a:hover{
	color:#555;
}
.footer{
	padding-bottom:2%;
}


.form-control { max-width: 200px; }
.header-bottom.manage, .header-bottom.register, .header-bottom.login, .header-bottom.content  { text-align: left; }

.header-bottom.manage h2, .header-bottom.register h2, .header-bottom.login h2, .header-bottom.contact-us h2 {
    padding: 1% 0 1%;
}

.contact-us textarea { width: 100%; height: 10em; margin-bottom: 10px; border: 1px solid #CCC; }
.contact-block {float: left; margin-right: 30px; margin-top: 20px;  }
.contact-us #email { width: 100%; margin-bottom: 10px; }

.about-us p, .privacy p  { margin-bottom: 10px; }
.privacy p b { font-weight: bold; }

/* register form */
.validation-summary-errors { color: red; }

.validation-summary-errors ul { margin-bottom: 10px; }

    .validation-summary-errors li {
        list-style: disc inside none;
    }

.api-created li {
    list-style: disc inside none;
    margin: 10px 0;
}

/*--responsive design--*/

@media (max-width:1600px) {
    .benefitContainer .button a { font-size: 0.9em; }
}

@media (max-width:1400px) {
    .benefitContainer .button a { font-size: 0.8em; }
}

@media (max-width:1200px) {
    .benefitContainer .button a { font-size: 0.7em; }
}


@media (max-width:1366px){
	.wrap{
		width:90%;
	}	
}
@media (max-width:1280px){
	.wrap{
		width:90%;
	}
	.logo {
		padding-top: 0px;
	}
	.cssmenu {
		padding-top:4px;
	}
}
@media (max-width:1024px){
	.wrap{
		width:90%;
	}	
	.header-bottom h1 {
		font-size: 3.5em;
	}
	.header-bottom h2 {
		font-size: 1.5em;
	}
	.header-bottom h3 {
		font-size: 2.1em;
	}
	.features h4 {
		font-size: 3.5em;
	}
    .benefits h3 {
		font-size: 2.0em;
	}
	.standard h3 {
		font-size: 2.5em;
	}
	.support h3 {
		font-size: 3.5em;
	}
	.dummy p {
		font-size: 2em;
	}
	.footer-menu {
		float:none;
		text-align: center;
	}
	.copy {
		float:none;
		text-align: center;
	}
	.planContainer .options li {
		line-height: 2.5em;
		font-size: 1em;
	}
	.planContainer .price p {
		font-size: 1.2em;
	}
	.planContainer .title1 h3 {
		font-size: 1.8em;
	}
	.planContainer .title h2 {
		font-size: 1.8em;
	}
	.planContainer .button a {
		font-size: 1em;
	}
	.features {
		padding: 30px 0 30px;
	}
	.standard {
		padding: 0px;
	}
	.features {
		padding: 40px 0 50px;
	}
	.header-bottom {
		padding: 5px 0 30px;
	}
	.support {
		padding:30px 0 40px;
	}
}
@media (max-width:980px){
	.images_1_of_4 .zoom-icon {
    top: -50px;
    height: 50%;
	}

	.zoom-icon {
		width:100%;
	}
}
@media (max-width:800px){
	.wrap{
		width:90%;
	}	
	.header-bottom h1 {
		font-size: 3em;
	}
	.header-bottom h2 {
		font-size: 1.5em;
	}
	.header-bottom h3 {
		font-size: 2.1em;
	}
	.features h4 {
		font-size: 3em;
	}
    .benefits h3 {
        font-size: 2em;
    }
	.standard h3 {
		font-size: 3em;
	}
	.support h3 {
		font-size: 3em;
	}
	.dummy p {
		font-size: 2em;
	}
	.footer-menu {
		float:none;
		text-align: center;
	}
	.copy {
		float:none;
		text-align: center;
	}
	.planContainer .options li {
		line-height: 2.5em;
		font-size: 1em;
	}
	.planContainer .price p {
		font-size: 1.2em;
	}
	.planContainer .title1 h3 {
		font-size: 1.8em;
	}
	.planContainer .title h2 {
		font-size: 1.8em;
	}
	.planContainer .button a {
		font-size: 1em;
	}
	.standard {
		padding: 90px 0 0px;
	}
	.features {
		padding: 90px 0 50px;
	}
	.header-bottom {
		padding: 5px 0 20px;
	}
	.support {
		padding: 80px 0 40px;
	}
}
@media (max-width:798px){
	.standardBox.pricing .plans .plan{
		width:100%;
	}
	.wrap{
		width:90%;
	}	
	.header-bottom h1 {
		font-size: 3em;
	}
	.header-bottom h2 {
		font-size: 1.5em;
	}
	.header-bottom h3 {
		font-size: 2.1em;
	}
	.features h4 {
		font-size: 3em;
	}
    .benefits h3 {
        font-size: 2em;
    }
	.standard h3 {
		font-size: 3em;
	}
	.support h3 {
		font-size: 3em;
	}
	.dummy p {
		font-size: 2em;
	}
	.footer-menu {
		float:none;
		text-align: center;
	}
	.copy {
		float:none;
		text-align: center;
	}
	.planContainer .options li {
		line-height: 2.5em;
		font-size: 1em;
	}
	.planContainer .price p {
		font-size: 1.2em;
	}
	.planContainer .title1 h3 {
		font-size: 1.8em;
	}
	.planContainer .title h2 {
		font-size: 1.8em;
	}
	.planContainer .button a {
		font-size: 1em;
	}
	.standard {
		padding: 0;
	}
	.features {
		padding: 20px 0 30px;
	}
	.header-bottom {
		padding: 5px 0 20px;
	}
	.support {
		padding:20px 0 20px;
	}
}
@media (max-width:640px){
	.wrap{
		width:90%;
	}	
	.header-bottom h1 {
		font-size: 2.5em;
	}
	.header-bottom h2 {
		font-size: 1.5em;
	}
	.header-bottom h3 {
		font-size: 2.1em;
	}
	.features h4 {
		font-size:2.5em;
	}
    .benefits h3 {
        font-size: 2em;
    }
	.standard h3 {
		font-size:2.5em;
	}
	.support h3 {
		font-size:2.5em;
	}
	.dummy p {
		font-size: 2em;
	}
	.footer-menu {
		float:none;
		text-align: center;
	}
	.copy {
		float:none;
		text-align: center;
	}
	.planContainer .options li {
		line-height: 2.5em;
		font-size: 1em;
	}
	.planContainer .price p {
		font-size: 1.2em;
	}
	.planContainer .title1 h3 {
		font-size: 1.8em;
	}
	.planContainer .title h2 {
		font-size: 1.8em;
	}
	.planContainer .button a {
		font-size: 1em;
	}
	.standard {
		padding: 0;
	}
	.features {
		padding: 20px 0 10px;
	}
	.header-bottom {
		padding: 5px 0 10px;
	}
	.support {
		padding:15px 0 10px;
	}
	.standardBox .plans .plan {
		width:100%;
		margin-bottom:20px;
	}
    #benefitAreas #benefits .benefit {
		width:70%;
		margin:0 0 20px 0;
	}
	.dummy {
		padding: 15% 0;
	}
	.cssmenu > ul > li > a {
		margin: 10px 5px;
	}
	.support-desc {
		padding: 5% 0 0;
	}
	.apiparameter{
	width:40%;
    }
    .apidesc {
        width: 60%;
    }
}
@media (max-width:480px){
	.wrap{
		width:90%;
	}	
	.header-bottom h1 {
		font-size:2.5em;
	}
	.header-bottom h2 {
		font-size: 1.2em;
	}
	.header-bottom h3 {
		font-size: 1.5em;
	}
	.features h4 {
		font-size:2.1em;
	}
    .benefits h3 {
        font-size: 1.8em;
    }
	.standard h3 {
		font-size:2.5em;
	}
	.support h3 {
		font-size:2.4em;
	}
	.dummy p {
		font-size: 2em;
	}
	.footer-menu {
		float:none;
		text-align: center;
	}
	.copy {
		float:none;
		text-align: center;
	}
	.planContainer .options li {
		line-height: 2.5em;
		font-size: 1em;
	}
	.planContainer .price p {
		font-size: 1.2em;
	}
	.planContainer .title1 h3 {
		font-size: 1.8em;
	}
	.planContainer .title h2 {
		font-size: 1.8em;
	}
	.planContainer .button a {
		font-size: 1em;
	}
	.standard {
		padding:0;
	}
	.features {
		padding:20px 0 50px;
	}
	.header-bottom {
		padding: 0px 0 0px;
	}
	.support {
		padding:10px 0 20px;
	}
	.standardBox .plans .plan {
		width:100%;
		margin-bottom:20px;
	}

    #benefitAreas #benefits .benefit {
		width:70%;
		margin:0 0 20px 0;
	}

	.dummy {
		padding: 15% 0;
	}
	.cssmenu > ul > li > a {
		margin: 10px 5px;
	}
	.logo {
		float:none;
		text-align: center;
	}
	.cssmenu {
		float: none;
	    text-align: center;
	}
	.support h5, .testurl h5 {
		font-size: 1.5em;
	}
	.copy p {
		line-height:1.5em;
	}

	.benefit {
		margin:0;
	}

	button-new {
	  margin-right: 15px;
	}
}
@media (max-width:320px){
	.wrap{
		width:90%;
	}	
	.header-bottom h1 {
		font-size:1.7em;
	}
	.header-bottom h2 {
		font-size: 1.2em;
	}
	.header-bottom h3 {
		font-size: 1.5em;
	}
	.features h4 {
		font-size:1.6em;
	}
    .benefits h3 {
        font-size: 1.4em;
    }
	.standard h3 {
		font-size:1.8em;
	}
	.support h3 {
		font-size:1.5em;
	}
	.dummy p {
		font-size:1.5em;
	}
	.footer-menu {
		float:none;
		text-align: center;
	}
	.copy {
		float:none;
		text-align: center;
	}
	.planContainer .options li {
		line-height: 2.5em;
		font-size: 1em;
	}
	.planContainer .price p {
		font-size: 1.2em;
	}
	.planContainer .title1 h3 {
		font-size: 1.8em;
	}
	.planContainer .title h2 {
		font-size: 1.8em;
	}
	.planContainer .button a {
		font-size: 1em;
	}
	.features {
		padding: 90px 0 50px;
	}
	.standard {
		padding:0x;
	}
	.features {
		padding:20px 0 10px;
	}
	.header-bottom {
		padding: 5px 0 10px;
	}
	.support {
		padding:10px 0 10px;
	}
	.standardBox .plans .plan {
		width:100%;
		margin-bottom:20px;
	}

    #benefitAreas #benefits .benefit {
		width:70%;
		margin:0 0 20px 0;
	}
    
	.dummy {
		padding: 15% 0;
	}
	.cssmenu > ul > li > a {
		margin:10px 1px;
	}
	.logo {
		float:none;
		text-align: center;
	}
	.cssmenu {
		float: none;
	    text-align: center;
	}
	.support h5, .testurl h5 {
		font-size: 1.5em;
	}
	.copy p {
		line-height:1.5em;
	}
	.but {
		padding: 2em 0 2em 0;
	}
	.footer-menu li a {
		margin: 10px 2px;
	}
	.but a {
		padding: 6px 20px;
		font-size:1em;
	}
}

@media (min-width:1024px){
	pre {font-size:15px !important;}
}




.examples h1 {
    text-align: left;
    font-size: 2em;
    margin-bottom: 10px;
}

.examples h2 { margin-left: 24px; text-align: left; 
               font-size: 1.4em;
color: #c62222;

/* padding: .6em 0; */
padding: .2em 0;
font-family: 'Museo Sans Rounded 500', Calibri, sans-serif;

}

.examples p { text-align:justify; margin-bottom: 8px; }

.examples .codes p { margin-left: 24px; }

.planContainer .title1.moreinfo h3 { font-size: 1.0em; }

.feedback p {
    margin-top: 10px;
}

.feedback p strong { font-weight: bold; }
.feedback ol li { list-style-type: decimal; margin-left: 20px; margin-top: 5px; }


.about-us  ul, .about-us  p, .special-offer ul, .special-offer p { margin-bottom: 10px; }
.about-us  li , .special-offer li { margin-left: 18px; list-style-type: disc; }
.about-us p strong, .special-offer p strong { font-weight: bold; }

#manage p strong { font-weight: bold; }

.contact-us p { margin-bottom: 10px; }


/* latin */
/* @font-face { */
  /* font-family: 'Montserrat'; */
  /* font-style: normal; */
  /* font-weight: 400; */
  /* src: local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v6/zhcz-_WihjSQC0oHJ9TCYPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2'); */
  /* unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; */
/* } */




  .syntaxhighlighter {
            overflow-y: hidden !important;
            overflow-x: auto !important;
        }


  .field-validation-error { color: red; }

.manage-account .form-group {
    clear: both;
}

.acount-usage td { width: 100px; }
.acount-usage { margin-bottom: 15px; }


.get-started {
    padding-top: 10px;
    margin-top: 30px;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    text-align: center;
}

    .get-started h2 {
        margin: 0;
        text-align: center;
    }

.get-started p.start-now {
    text-align: center;
    margin-bottom: 0px;
}

.get-started .but { padding-bottom: 10px; }

.payment-form {
    width:50%;
    margin-left:auto;
    margin-right:auto;
}

.Custom-button-active {
    background-color: rgb(57, 152, 245); 
    border-color: rgb(57, 152, 245); 
    border-radius: 4px; 
    border-style: solid; 
    border-width: 2px; 
    margin-left: 20px;
    color: rgb(255, 255, 255); 
    display: inline-block; 
    font-family: Museo Sans 300; 
    font-size: 19.2px; 
    height: 43.75px; 
    letter-spacing: 3px; 
    line-height: 43.76px; 
    list-style-type: none; 
    /*margin-bottom: 34.56px; 
    margin-top: 28.8px;*/ 
    outline-color: rgb(255, 255, 255); 
    text-align: center; 
    text-transform: uppercase; 
    transition-duration: 0.25s; 
    width: 227.25px; 
    column-rule-color: rgb(255, 255, 255); 
    perspective-origin: 115.625px 28.875px; 
    -webkit-text-emphasis-color: rgb(255, 255, 255); 
    -webkit-text-fill-color: rgb(255, 255, 255); 
    -webkit-text-stroke-color: rgb(255, 255, 255); 
    transform-origin: 115.625px 28.875px 0px;
}

.Custom-button {
    border-color: rgb(57, 152, 245); 
    border-radius: 4px; 
    border-style: solid; 
    border-width: 2px; 
    margin-left: 20px;
    color: rgb(51, 51, 51); 
    display: inline-block; 
    font-family: Museo Sans 300; 
    font-size: 19.2px; 
    height: 43.75px; 
    letter-spacing: 3px; 
    line-height: 43.76px; 
    list-style-type: none; 
    /*margin-bottom: 34.56px; 
    margin-top: 28.8px;*/ 
    outline-color: rgb(51, 51, 51); 
    text-align: center; 
    text-transform: uppercase; 
    transition-duration: 0.25s; 
    width: 227.25px; 
    column-rule-color: rgb(51, 51, 51); 
    perspective-origin: 115.625px 28.875px; 
    -webkit-text-emphasis-color: rgb(51, 51, 51); 
    -webkit-text-fill-color: rgb(51, 51, 51); 
    -webkit-text-stroke-color: rgb(51, 51, 51); 
    transform-origin: 115.625px 28.875px 0px;
}

.top-buffer { margin-top:20px; }

.button-new {	
	border: 1px solid #A44D0C;
    border-radius: 10px;
    background-color: #E65100;
    color: white !important;
	text-decoration:none !important;
	box-shadow: 1px 3px 5px rgb(0 0 0 / 30%);
	padding: 7px 14px !important;
	margin-right: 30px;
	margin-top: 15px;
	font-family: 'Museo Sans 300', Calibri, sans-serif;
}

.button-new-default {	
    background-color: #E65100;
	border: 1px solid #B1530C;
	box-shadow: 3px 6px 10px rgb(0 0 0 / 60%);
	font-weight: bold;
}

.button-new:hover {
	border: 1px solid #E65100;
    background-color: #A44D0C;
    color: white !important;
	animation-duration: 100ms;
}

.button-new:active {
	border: 1px solid #E65100;
    background-color: #B1530C;
    color: white !important;
}


p a:visited {
	color:#D86610;
}

h3 {
	line-height: 1.5;
}

.slideshow-container {
    width: auto;
    position: relative;
    margin: auto;
}

.slideshow-container > a.next,
.slideshow-container > a.prev
{
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: #E65100;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	text-decoration-line: none !important;
}

.slideshow-container > a.next
{
	right: 0;
	border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba( 216,102,16,1);
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #E65100;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot:active, .dot:hover {
    background-color: #d86610;
}

.flex-container > p {
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 20px;
    font-size: 15px;
    border: 1px dotted #E65100;
    text-align:center;
}

.question {
    background-color: #E65100;
    border-radius:10px;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    outline: none;
    font-size: 15px;
    margin-bottom:1px;

}

.question:active, .question:hover {
	background-color: #d86610;
}

.answer {
    margin-bottom: 15px;
    padding: 10px 18px;
    display: none;
    border-radius: 10px;
    border: 1px double #d86610;
    overflow: hidden;
    background-color: #f1f1f1;
}

.pricing-design{
	border-left: 25px solid #fff; padding-right:25px;
}

.logged-in-as {
	background: rgb(57, 152, 245);
	color: #fff;
	display: inline-block;
	font-size: 14px;
	left: 6%;
	padding: 2px 10px 4px;
	position: absolute;
	top: 72px;
	transform: translate(-5%, 0);
	z-index: 99
}

.logged-in-as a {
	color: #fff;
	margin: 0 10px
}

.logged-in-as a:hover {
	color: orange
}

.center {
	margin-left: auto;
	margin-right: auto;
}
ul.flexcontainer li{
    display:flex;
}
.wrap .contact-us {
	font-size: 2.5em;
}
.support-new h5{
	font-size:2em;
	color: #333;
	font-family: 'Museo Sans 300', Calibri, sans-serif;
	text-align:center;
}
.padding-top {
	padding-top: 3%;
}

.page {
	padding: 20px;
}

@media screen {
	.page {
		page-break-before: always !important;
	}
}

.benefits-flex-container {
	display: flex;
	flex-direction: row;
	text-align: center;
	margin: 100px;
}

.benefits-flex-item {
	background-color: #f1f1f1;
	flex: 30%;
	background: #fff;
	width: 80;
	text-align: center;
	border-radius: 5px;
	margin: 0 20px 20px 20px;
	box-shadow: 0 2px 10px #aaa;
	-webkit-box-shadow: 0 2px 10px #aaa;
	-moz-box-shadow: 0 2px 10px #aaa;
}

/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 800px) {
	.benefits-flex-container {
		flex-direction: column;
	}
}

.element {
	display: inline-block;
	width: 300px;
	height: 100px;
	padding: 10px 50px 10px 50px;
	vertical-align: middle;
}

#legal .li
{
	text-indent: 18px; /* Adjust the value as needed */
}

#legal .sub {
	text-indent: 42px; /* Adjust the value as needed */
}