.yarpp_pro_msg{border:1px
ridge #D0D0D0;padding:0.4em 2em 0.8em;text-align:justify}.yarpp_pro_msg
strong{display:inline-block;text-align:center;width:100%;color:orange}.yarpp_help{position:relative;display:inline-block;background:transparent url('/wp-includes/images/wpicons.png') no-repeat -520px -20px;vertical-align:text-bottom;width:20px;height:20px}.yarpp_help_msg{position:absolute;left:25px;display:none;border:1px
solid #D0D0D0;width:250px;text-align:justify;padding:10px
15px;background-color:#FFF;box-shadow:0 0 0.4em -0.15em #333;z-index:100}.yarpp_help:hover
.yarpp_help_msg{display:block}.cptch_example_fields_actions{float:left;height:18px;width:140px;position:relative;top:-7px;padding:2px
0}.cptch_example_fields_actions
img{position:relative;width:30px;top:6px}.cptch_block{direction:ltr}input.cptch_settings_input{width:252px}.cptch_span{color:#888;font-size:10px}.cptch_help_box{background-image:url("/wp-content/plugins/captcha/images/tooltip_icons.png");background-repeat:no-repeat;cursor:pointer;float:left;height:29px;position:relative;margin:-3px 5px 3px;width:29px;clear:none !important}.cptch_hidden_help_text{background:#F4F4F4;border:1px
solid #DCDCDC;border-radius:4px;left:40px;padding:5px
10px;position:absolute;width:240px;line-height:1.5}.cptch_hidden_help_text:before{content:url("/wp-content/plugins/captcha/images/help.png");left:-10px;position:absolute;top:7px}form
input.cptch_input{padding-left:8px;padding-right:8px}div.wpcf7{margin:0;padding:0}div.wpcf7-response-output{margin:2em
0.5em 1em;padding:0.2em 1em}div.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);height:1px;width:1px;margin:0;padding:0;border:0}div.wpcf7-mail-sent-ok{border:2px
solid #398f14}div.wpcf7-mail-sent-ng{border:2px
solid #f00}div.wpcf7-spam-blocked{border:2px
solid #ffa500}div.wpcf7-validation-errors{border:2px
solid #f7e700}span.wpcf7-form-control-wrap{position:relative}span.wpcf7-not-valid-tip{color:#f00;font-size:1em;display:block}.use-floating-validation-tip span.wpcf7-not-valid-tip{position:absolute;top:20%;left:20%;z-index:100;border:1px
solid #f00;background:#fff;padding: .2em .8em}span.wpcf7-list-item{margin-left:0.5em}.wpcf7-display-none{display:none}div.wpcf7 img.ajax-loader{border:none;vertical-align:middle;margin-left:4px}div.wpcf7 div.ajax-error{display:none}div.wpcf7
.placeheld{color:#888}/**
 * WP jQuery Lightbox
 * Version 1.3.4 - 2011-12-29
 * http://wordpress.org/extend/plugins/wp-jquery-lightbox/ 
 */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10100;/*twentyeleven keeps the header at 999...*/
	text-align: center;
	line-height: 0;
	}

#jqlb_loading{
	height:32px;
	background-image:url('/wp-content/plugins/wp-lightbox-2/styles/images/loading.gif');
	background-repeat:no-repeat;				
	background-position:center center; 		
}	
#jqlb_closelabel{
	height:22px;
	background-image:url('/wp-content/plugins/wp-lightbox-2/styles/images/closelabel.gif');
	background-repeat:no-repeat;				
	background-position:center center;
}	

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 45%;
	height: 100%;
	background: transparent url('/wp-content/plugins/wp-lightbox-2/styles/images/blank.gif') no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('/wp-content/plugins/wp-lightbox-2/styles/images/prev.gif') left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('/wp-content/plugins/wp-lightbox-2/styles/images/next.gif') right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
#downloadLink{
margin-left: 10px;
}	
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10090;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

#lightboxIframe {
	display: none;
}	
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom
.pp_right{height:13px}div.pp_default .pp_top
.pp_left{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}div.pp_default .pp_top
.pp_middle{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/default/sprite_x.png) top left repeat-x}div.pp_default .pp_top
.pp_right{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}div.pp_default .pp_content
.ppt{color:#f8f8f8}div.pp_default .pp_content_container
.pp_left{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}div.pp_default .pp_content_container
.pp_right{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}div.pp_default .pp_next:hover{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}div.pp_default .pp_previous:hover{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}div.pp_default
.pp_expand{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_expand:hover{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}div.pp_default
.pp_contract{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_contract:hover{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}div.pp_default
.pp_close{width:30px;height:30px;background:url(/wp-content/themes/cloudyn/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}div.pp_default .pp_gallery ul li
a{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px
solid #aaa}div.pp_default
.pp_social{margin-top:7px}div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery
a.pp_arrow_next{position:static;left:auto}div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav
.pp_pause{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}div.pp_default .pp_nav
.pp_pause{background-position:-51px -29px}div.pp_default a.pp_arrow_previous,div.pp_default
a.pp_arrow_next{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px
0 0}div.pp_default
a.pp_arrow_next{left:52px;background-position:-82px -3px}div.pp_default .pp_content_container
.pp_details{margin-top:5px}div.pp_default
.pp_nav{clear:none;height:30px;width:110px;position:relative}div.pp_default .pp_nav
.currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0
0 0 10px}div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}div.pp_default
.pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px
50px 5px 0}div.pp_default .pp_bottom
.pp_left{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}div.pp_default .pp_bottom
.pp_middle{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}div.pp_default .pp_bottom
.pp_right{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}div.pp_default
.pp_loaderIcon{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/default/loader.gif) center center no-repeat}div.light_rounded .pp_top
.pp_left{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}div.light_rounded .pp_top
.pp_right{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}div.light_rounded .pp_next:hover{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.light_rounded .pp_previous:hover{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_rounded
.pp_expand{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_expand:hover{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_rounded
.pp_contract{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_contract:hover{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_rounded
.pp_close{width:75px;height:22px;background:url(/wp-content/themes/cloudyn/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_rounded .pp_nav
.pp_play{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_nav
.pp_pause{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_rounded
.pp_arrow_previous{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}div.light_rounded
.pp_arrow_next{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}div.light_rounded .pp_bottom
.pp_left{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}div.light_rounded .pp_bottom
.pp_right{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_top
.pp_left{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}div.dark_rounded .pp_top
.pp_right{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}div.dark_rounded .pp_content_container
.pp_left{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}div.dark_rounded .pp_content_container
.pp_right{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}div.dark_rounded .pp_next:hover{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.dark_rounded .pp_previous:hover{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.dark_rounded
.pp_expand{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_expand:hover{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_rounded
.pp_contract{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_contract:hover{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_rounded
.pp_close{width:75px;height:22px;background:url(/wp-content/themes/cloudyn/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_rounded
.pp_description{margin-right:85px;color:#fff}div.dark_rounded .pp_nav
.pp_play{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_nav
.pp_pause{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_rounded
.pp_arrow_previous{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}div.dark_rounded
.pp_arrow_next{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}div.dark_rounded .pp_bottom
.pp_left{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}div.dark_rounded .pp_bottom
.pp_right{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded
.pp_loaderIcon{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square
.pp_content{background:#000}div.dark_square
.pp_description{color:#fff;margin:0
85px 0 0}div.dark_square
.pp_loaderIcon{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}div.dark_square
.pp_expand{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_expand:hover{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_square
.pp_contract{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_contract:hover{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_square
.pp_close{width:75px;height:22px;background:url(/wp-content/themes/cloudyn/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_square
.pp_nav{clear:none}div.dark_square .pp_nav
.pp_play{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_nav
.pp_pause{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_square
.pp_arrow_previous{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}div.dark_square
.pp_arrow_next{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}div.dark_square .pp_next:hover{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}div.dark_square .pp_previous:hover{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square
.pp_expand{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_expand:hover{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square
.pp_contract{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_contract:hover{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_square
.pp_close{width:75px;height:22px;background:url(/wp-content/themes/cloudyn/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_square .pp_nav
.pp_play{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_square .pp_nav
.pp_pause{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_square
.pp_arrow_previous{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square
.pp_arrow_next{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_next:hover{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_previous:hover{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_top
.pp_left{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}div.facebook .pp_top
.pp_middle{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}div.facebook .pp_top
.pp_right{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}div.facebook .pp_content_container
.pp_left{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}div.facebook .pp_content_container
.pp_right{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}div.facebook
.pp_expand{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}div.facebook .pp_expand:hover{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}div.facebook
.pp_contract{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}div.facebook .pp_contract:hover{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}div.facebook
.pp_close{width:22px;height:22px;background:url(/wp-content/themes/cloudyn/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}div.facebook
.pp_description{margin:0
37px 0 0}div.facebook
.pp_loaderIcon{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/facebook/loader.gif) center center no-repeat}div.facebook
.pp_arrow_previous{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook
.pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}div.facebook
.pp_arrow_next{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook
.pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}div.facebook
.pp_nav{margin-top:0}div.facebook .pp_nav
p{font-size:15px;padding:0
3px 0 4px}div.facebook .pp_nav
.pp_play{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}div.facebook .pp_nav
.pp_pause{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}div.facebook .pp_next:hover{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}div.facebook .pp_previous:hover{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_bottom
.pp_left{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}div.facebook .pp_bottom
.pp_middle{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}div.facebook .pp_bottom
.pp_right{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}div.pp_pic_holder a:focus{outline:none}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_content{height:40px;min-width:40px}* html
.pp_content{width:40px}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container
.pp_left{padding-left:20px}.pp_content_container
.pp_right{padding-right:20px}.pp_content_container
.pp_details{float:left;margin:10px
0 2px}.pp_description{display:none;margin:0}.pp_social{float:left;margin:0}.pp_social
.facebook{float:left;margin-left:5px;width:55px;overflow:hidden}.pp_social
.twitter{float:left}.pp_nav{clear:right;float:left;margin:3px
10px 0 0}.pp_nav
p{float:left;white-space:nowrap;margin:2px
4px}.pp_nav .pp_play,.pp_nav
.pp_pause{float:left;margin-right:4px;text-indent:-10000px}a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery
div{float:left;overflow:hidden;position:relative}.pp_gallery
ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0
0 0 5px;padding:0}.pp_gallery ul
a{border:1px
rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}.pp_gallery ul a
img{border:0}.pp_gallery
li{display:block;float:left;margin:0
5px 0 0;padding:0}.pp_gallery li.default
a{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}.pp_gallery .pp_arrow_previous,.pp_gallery
.pp_arrow_next{margin-top:7px!important}a.pp_next{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}#pp_full_res{line-height:1!important}#pp_full_res
.pp_inline{text-align:left}#pp_full_res .pp_inline
p{margin:0
0 15px}div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0
0 5px 15px}div.pp_default .pp_content,div.light_rounded
.pp_content{background-color:#fff}div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res
.pp_inline{color:#000}div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected
a{border-color:#fff}div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook
.pp_details{position:relative}div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook
.pp_content{background:#fff}div.light_rounded .pp_description,div.light_square
.pp_description{margin-right:85px}div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery
a.pp_arrow_next{margin-top:12px!important}div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square
.pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square
.pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_rounded .pp_loaderIcon,div.light_square
.pp_loaderIcon{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom
.pp_middle{background:url(/wp-content/themes/cloudyn/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .currentTextHolder,div.dark_square
.currentTextHolder{color:#c4c4c4}div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res
.pp_inline{color:#fff}.pp_top,.pp_bottom{height:20px;position:relative}* html .pp_top,* html
.pp_bottom{padding:0
20px}.pp_top .pp_left,.pp_bottom
.pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle,.pp_bottom
.pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle,* html .pp_bottom
.pp_middle{left:0;position:static}.pp_top .pp_right,.pp_bottom
.pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_fade,.pp_gallery li.default a
img{display:none}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%;vertical-align:baseline}pre{white-space:pre-wrap}body{line-height:1}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}caption,th,td{font-weight:normal;text-align:left}h1,h2,h3,h4,h5,h6{clear:both}html{overflow-y:scroll;font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none}del{color:#333}ins{background:#fff9c0;text-decoration:none}hr{border:none;border-top:1px dashed #b3b3b5;height:1px;margin:24px;margin-bottom:1.714285714rem}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}small{font-size:smaller}img{border:0;-ms-interpolation-mode:bicubic}.clear:after,
.wrapper:after,
.format-status .entry-header:after{clear:both}.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after{display:table;content:""}.archive-title,
.page-title,
.widget-title,
.comment-content
th{font-size:11px;font-size:0.785714286rem;line-height:2.181818182;font-weight:bold;text-transform:uppercase;color:#636363}article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta{font-size:11px;font-size:0.785714286rem;line-height:2.181818182}button,input,textarea{border:1px
solid #ccc;border-radius:3px;font-family:inherit;padding:6px;padding:0.428571429rem}button,input{line-height:normal}textarea{font-size:100%;overflow:auto;vertical-align:top}input[type="checkbox"],input[type="radio"],input[type="file"],input[type="hidden"],input[type="image"],input[type="color"]{border:0;border-radius:0;padding:0}.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite
span{padding:6px
10px;padding:0.428571429rem 0.714285714rem;font-size:11px;font-size:0.785714286rem;line-height:1.428571429;font-weight:normal;color:#7c7c7c;background-color:#e6e6e6;background-repeat:repeat-x;background-image:-moz-linear-gradient(top, #f4f4f4, #e6e6e6);background-image:-ms-linear-gradient(top, #f4f4f4, #e6e6e6);background-image:-webkit-linear-gradient(top, #f4f4f4, #e6e6e6);background-image:-o-linear-gradient(top, #f4f4f4, #e6e6e6);background-image:linear-gradient(top, #f4f4f4, #e6e6e6);border:1px
solid #d2d2d2;border-radius:3px;box-shadow:0 1px 2px rgba(64,64,64,0.1)}.menu-toggle,button,input[type="submit"],input[type="button"],input[type="reset"]{cursor:pointer}button[disabled],input[disabled]{cursor:default}.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover{color:#5e5e5e;background-color:#ebebeb;background-repeat:repeat-x;background-image:-moz-linear-gradient(top,#f9f9f9,#ebebeb);background-image:-ms-linear-gradient(top,#f9f9f9,#ebebeb);background-image:-webkit-linear-gradient(top,#f9f9f9,#ebebeb);background-image:-o-linear-gradient(top,#f9f9f9,#ebebeb);background-image:linear-gradient(top,#f9f9f9,#ebebeb)}.menu-toggle:active,.menu-toggle.toggled-on,button:active,input[type="submit"]:active,input[type="button"]:active,input[type="reset"]:active{color:#757575;background-color:#e1e1e1;background-repeat:repeat-x;background-image:-moz-linear-gradient(top, #ebebeb, #e1e1e1);background-image:-ms-linear-gradient(top, #ebebeb, #e1e1e1);background-image:-webkit-linear-gradient(top, #ebebeb, #e1e1e1);background-image:-o-linear-gradient(top, #ebebeb, #e1e1e1);background-image:linear-gradient(top, #ebebeb, #e1e1e1);box-shadow:inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;border:none}li.bypostauthor cite
span{color:#fff;background-color:#21759b;background-image:none;border:1px
solid #1f6f93;border-radius:2px;box-shadow:none;padding:0}.entry-content img,
.comment-content img,
.widget
img{max-width:100%}img[class*="align"],img[class*="wp-image-"],img[class*="attachment-"]{height:auto}img.size-full,img.size-large,img.header-image,img.wp-post-image{max-width:100%;height:auto}img.vmid{vertical-align:middle}embed,iframe,object,video{max-width:100%}.entry-content .twitter-tweet-rendered{max-width:100% !important}.alignleft{float:left}.alignright{float:right}.aligncenter{display:block;margin-left:auto;margin-right:auto}.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,img.wp-post-image{}img.product_icon{vertical-align:bottom}.wp-caption{max-width:100%;padding:4px}.wp-caption .wp-caption-text,.gallery-caption,.entry-caption{font-style:italic;font-size:12px;font-size:0.857142857rem;line-height:2;color:#757575}img.wp-smiley,
.rsswidget
img{border:0;border-radius:0;box-shadow:none;margin-bottom:0;margin-top:0;padding:0}.entry-content dl.gallery-item{margin:0}.gallery-item a,.gallery-caption{width:90%}.gallery-item
a{display:block}.gallery-caption
a{display:inline}.gallery-columns-1 .gallery-item
a{max-width:100%;width:auto}.gallery .gallery-icon
img{height:auto;max-width:90%;padding:5%}.gallery-columns-1 .gallery-icon
img{padding:3%}.site-content
nav{clear:both;line-height:2;overflow:hidden}#nav-above{padding:24px
0;padding:1.714285714rem 0}#nav-above{display:none}.paged #nav-above{display:block}.nav-previous,.previous-image{float:left;width:50%}.nav-next,.next-image{float:right;text-align:right;width:50%}.nav-single+.comments-area,#comment-nav-above{margin:48px
0;margin:3.428571429rem 0}.author .archive-header{margin-bottom:24px;margin-bottom:1.714285714rem}.author-info{border-top:1px solid #ededed;margin:24px
0;margin:1.714285714rem 0;padding-top:24px;padding-top:1.714285714rem;overflow:hidden}.author-description
p{color:#757575;font-size:13px;font-size:0.928571429rem;line-height:1.846153846}.author.archive .author-info{border-top:0;margin:0
0 48px;margin:0
0 3.428571429rem}.author.archive .author-avatar{margin-top:0}html{font-size:87.5%}body{font-size:14px;font-size:1rem;font-family:"Century Gothic",Tahoma,sans-serif;text-rendering:optimizeLegibility;color:#a0a0a0;background:url(/wp-content/themes/cloudyn/images/bg_main.png);min-width:1000px}a{outline:none;color:#3ccbb6;text-decoration:none}a:hover{color:#1CB59E;text-decoration:underline}.assistive-text,
.site .screen-reader-text{position:absolute !important;clip:rect(1px, 1px, 1px, 1px)}.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus{background:#fff;border:2px
solid #333;border-radius:3px;clip:auto !important;color:#000;display:block;font-size:12px;padding:12px;position:absolute;top:5px;left:5px;z-index:100000}.site{padding-top:140px}.site-content{font-size:16px}.block_contents{width:1000px;margin:0
auto;position:relative}.block_contents
.block_contents2{width:665px;position:relative}.block_contents .block_contents2>p{font-size:16px}.site-content.full .block_contents
.block_contents2{width:auto;position:relative}.dark_block{background:url(/wp-content/themes/cloudyn/images/bg_dark.png);padding:50px
0}.bright_block{padding:30px
0}.bright_block:first-child{padding-top:0}a.nice{background:#e6e8ea;padding:7px
20px;color:#54c87b;border-radius:5px}.quotation{background:url(/wp-content/themes/cloudyn/images/bg_quotation.png) no-repeat right top;background-size:auto 250px;color:#a0a0a0;font-size:20px;margin-bottom:-20px;min-height:250px}.quotation
p{position:relative}.quotation
p.company{float:left;font-size:24px}.quotation
p.author{font-size:16px;font-weight:bold;margin:0
0 0 20px;padding-left:20px;float:left;color:#6b6b6b;border-left:2px solid #a8a8aa}.quotation
i.lquote{background:url(/wp-content/themes/cloudyn/images/quotes.png?1) no-repeat -53px 0;width:28px;height:34px;position:absolute;left:-30px;top:-9px}.quotation
i.rquote{background:url(/wp-content/themes/cloudyn/images/quotes.png?1) no-repeat -81px 0;width:28px;height:34px;display:inline-block;margin:0
0 -25px 4px}.side_menu
.quotes{margin-top:20px;border-radius:7px 7px 0 0;position:relative}.side_menu .quotes
.inner{background:white;height:250px;padding:42px
20px 50px}.side_menu .quotes
.bottom{height:63px;background:url("/wp-content/themes/cloudyn/images/bg_side_quotes_bottom.png") no-repeat scroll -53px 0}.side_menu .quotes
h3{color:#108f6a;font-size:24px;line-height:65px;border-bottom:1px solid #e7e7e7;padding-left:55px;position:relative;margin-bottom:10px}.side_menu .quotes:before{content:"";position:absolute;left:0;top:-1px;width:42px;height:58px;background:url(/wp-content/themes/cloudyn/images/cust_quote.png) no-repeat}.side_menu
.quotation{background:none;color:#858b8a;font-size:15px}.side_menu .quotation p:first-child{text-indent:30px;position:relative}.side_menu .quotation p:first-child:after{content:"";position:absolute;right:-20px;bottom:-50px;width:42px;height:58px;background:url(/wp-content/themes/cloudyn/images/cust_quote.png) -42px 0 no-repeat}.side_menu .quotation
p{line-height:1.2}.side_menu .quotation
p.author{padding:0
30px 0 0;border:none;font-weight:normal}.side_menu .quotation p.author,
.side_menu .quotation
p.company{float:none;color:#858b8a;font-size:14px;font-weight:bold;margin:5px
0}.anchor{margin-top:-130px;position:absolute}.investors
img{float:left;margin-right:1em}.entry-content .investors
h3{clear:none;padding-top:14px;font-size:34px}.investors{margin-top:50px}.investors
p{clear:both}.entry-content .news>div{width:180px;height:193px;background:white;border-radius:5px;float:left;font-size:13px;margin-right:20px;margin-bottom:20px;padding:10px}.entry-content .news
p{margin:0;line-height:1.2}.entry-content .news
p.title{margin:5px
0;height:45px;text-align:left;color:#108f6a;font-size:13px}.entry-content .news
p.publisher{font-weight:bold}.entry-content .news p.publisher, .entry-content .news
p.writer{font-size:12px}.entry-content .news p.title
a{color:black;font-weight:bold}.entry-content .news
div.image{height:110px;border-bottom:1px dashed #CCC;text-align:center}.entry-content .news
img{max-height:100px;width:auto}.entry-content .press_releases
h3{margin-bottom:5px;font-weight:normal;font-size:18px;margin-left:350px;clear:none}.press_releases h3
a{color:#3ccbb6}.press_releases
img.alignleft{margin:0}.entry-content .press_releases
p{margin-left:350px;color:#5E5E5E}.press_releases
p.date{font-size:14px;color:#A0A0A0;margin-top:10px}.entry-content .press_releases>div{margin-bottom:30px}body.template-front-page .entry-content
h1{}body.template-front-page .entry-content h1+h2{padding:0}.site-header h1,
.site-header
h2{text-align:center}.site-header h1 a,
.site-header h2
a{color:#515151;display:inline-block;text-decoration:none}.site-header h1 a:hover,
.site-header h2 a:hover{color:#21759b}.site-header
h1{font-size:24px;font-size:1.714285714rem;line-height:1.285714286;margin-bottom:14px;margin-bottom:1rem}.site-header
h2{font-weight:normal;font-size:13px;font-size:0.928571429rem;line-height:1.846153846;color:#757575}.header-image{margin-top:24px;margin-top:1.714285714rem}.site-header
.logo{display:block;position:absolute;left:0;top:20px;width:174px;height:68px;background:url(/wp-content/themes/cloudyn/images/logo_cloudyn.png) no-repeat}.site-header
.login{position:absolute;top:0;right:60px;width:78px;height:42px;line-height:38px;text-align:center}.site-header
.social{position:absolute;top:34px;right:100px}.site-header .social
a{display:inline-block;width:30px;height:29px;background:url(/wp-content/themes/cloudyn/images/social_small.png) no-repeat;margin-left:5px}.site-header .social
a.twitter{background-position:0 0}.site-header .social
a.facebook{background-position:-73px 0}.site-header .social
a.gplus{background-position:-109px 0}.site-header .social
a.linkedin{background-position:-36px 0}.site-header .social
a.youtube{background-position:-145px 0}.site-header
.banner{text-align:center;background:#FBB122;line-height:2;color:white}.site-header
.banner.empty{background:transparent;height:10px}.site-header .banner
a{color:white}.site-header
.block_contents{margin-top:-10px;height:122px}.site-header
.breadcrumbs{position:absolute;bottom:13px;left:0}.header2{background:url(/wp-content/themes/cloudyn/images/bg_top.png) repeat-x;height:430px;position:relative;overflow:hidden}.header2
.bottom{background:url(/wp-content/themes/cloudyn/images/bg_top_end_3.png) no-repeat bottom center;position:absolute;left:0;bottom:0;height:163px;width:100%}.header2
.block_contents{z-index:1}.header2 .block_contents
h1{color:white;font-size:34px;padding-top:25px;width:665px}.header2 .block_contents
h2{color:white;font-size:22px;font-weight:normal;line-height:1.2;width:665px;margin-top:10px}.site-header
.logo{display:block;position:absolute;left:0;top:20px;width:174px;height:68px;background:url(/wp-content/themes/cloudyn/images/logo_cloudyn.png) no-repeat}.signup_form{position:absolute;right:0;top:155px;background:rgba(202, 236, 219, 0.5);border:1px
solid #caecdb;border-radius:5px;width:200px;padding:12px;color:#0e7b5b;z-index:1}.signup_form
h3{color:#108f6a;font-size:24px;padding-bottom:10px}.signup_form input[type=text],
.signup_form input[type=email],
.signup_form input[type=password]{font-size:14px;background:rgba(227, 244, 239, 0.5);border:none;border-radius:3px;color:#0e7b5b;width:185px;margin:2px
0;padding:4px
5px}.signup_form
label{display:block;margin:5px
0;font-size:12px}.signup_form input[type=submit]{background:url(/wp-content/themes/cloudyn/images/btn_go.png) no-repeat left 6px;background-size:100% auto;width:200px;height:50px;color:#ab5803;border:none;font-size:24px;box-shadow:none;padding:0}.signup_form input[type=submit]:hover{background-position:0 -81px}.site.landing{padding-top:0;background:white}.site.landing
.block_contents{width:815px}.site.landing
.header2{padding-top:3px;height:390px}.site.landing .header2
.bottom{background:url("/wp-content/themes/cloudyn/images/landing_clouds.png") no-repeat scroll center top transparent;height:78px}.site.landing .header2
img.main{margin-left:100px}.site.landing .header2
.block_contents{z-index:1}.site.landing
.logo{display:block;position:absolute;left:0;top:20px;width:174px;height:68px;background:url(/wp-content/themes/cloudyn/images/logo_cloudyn.png) no-repeat}.site.landing
.top{position:absolute;right:0;top:5px;color:#6d6f6f}.site.landing .top
a{color:#6d6f6f}.site.landing
.social{display:inline-block;margin-left:5px;vertical-align:text-bottom}.site.landing .social
a{display:inline-block;width:21px;height:20px;background:url(/wp-content/themes/cloudyn/images/social_landing.png) no-repeat;margin-left:-3px}.site.landing .social
a.mail{background-position:0 0}.site.landing .social
a.twitter{background-position:-22px 0}.site.landing .social
a.facebook{background-position:-66px 0}.site.landing .social
a.blogger{background-position:-88px 0}.site.landing .social
a.linkedin{background-position:-44px 0}.site.landing .header2
.signup_form{top:35px}.site.landing .site-content{float:none;width:auto}.site.landing
.bright_block{background:white}div.landing_button{display:inline-block;font-size:13px;text-align:center;margin-right:10px}div.landing_button
.image{width:140px;height:68px;background-position:center bottom;background-repeat:no-repeat;background-size:120px auto}div.landing_button:hover
span{font-weight:bold}div.landing_button .image
a{display:block;width:100%;height:100%}div.landing_button a:hover{text-decoration:none}.site.landing
.amazon_partner{position:absolute;bottom:0;right:27px;background:url(/wp-content/themes/cloudyn/images/aws_technology_partner_logo.png) no-repeat;width:213px;height:92px}.site.landing .entry-content
h1{font-size:30px;margin-top:50px;margin-bottom:10px}.site.landing
h3{clear:none}.site.landing .links
h3{font-size:16px;margin-bottom:10px}.site.landing .links
p{margin:0}.site.landing.s3
.header2{background:url(/wp-content/themes/cloudyn/images/bg_top_s3.png) repeat-x}.site.landing.s3 .header2
.signup_form{background:rgba(255, 255, 255, 0.35);border:1px
solid #eef1be}.site.landing.s3,
.site.landing.s3 a,
.site.landing.s3 .header2 .signup_form,
.site.landing.s3 .header2 .signup_form h3,
.site.landing.s3 .entry-content h1,
.site.landing.s3 .entry-content
h3{color:#8e9338;text-align:left}.site.landing.s3 .header2 .signup_form input[type=text],
.site.landing.s3 .header2 .signup_form input[type=email],
.site.landing.s3 .header2 .signup_form input[type=password]{color:#8e9338;background:rgba(255, 255, 255, 0.35)}.site.landing.s3
.insights{background:#ecefb4 url(/wp-content/themes/cloudyn/images/s3_insights.png) no-repeat 355px 80px;border:1px
solid #8e9338;border-radius:10px;padding:10px
20px;width:410px;font-size:18px;margin-top:15px}.site.landing.s3 .insights
h3{text-transform:uppercase;font-size:26px}.site.landing.s3 .insights
ul{margin:0}.site.landing.s3 .insights ul
li{margin:0
0 0 17px}.site.landing.s3
.links{background:#ecefb4;float:right;border:1px
solid #8e9338;border-radius:10px;padding:10px;width:250px;position:relative}.site.landing.s3 .tool_button
span{font-size:20px}.site.landing.s3 .links
img{margin-right:5px}.site.landing.s3 .links a:hover{margin-top:-1px}.main-navigation{position:absolute;right:0;top:88px}.main-navigation
li{font-size:17px;font-size:1.214rem;line-height:1.42857143}.main-navigation
a{color:#5e5e5e}.main-navigation a:hover{color:#21759b}.main-navigation ul.nav-menu,
.main-navigation div.nav-menu>ul{display:none}.main-navigation ul.nav-menu.toggled-on,.menu-toggle{display:inline-block}section[role="banner"]{margin-bottom:48px;margin-bottom:3.428571429rem}.widget-area
.widget{margin-bottom:48px;margin-bottom:3.428571429rem;word-wrap:break-word}.widget-area .widget
h3{margin-bottom:24px;margin-bottom:1.714285714rem}.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget
.textwidget{font-size:13px;font-size:0.928571429rem;line-height:1.846153846}.widget-area .widget
p{margin-bottom:24px;margin-bottom:1.714285714rem}.widget-area .textwidget
ul{list-style:disc outside;margin:0
0 24px;margin:0
0 1.714285714rem}.widget-area .textwidget
li{margin-left:36px;margin-left:2.571428571rem}.widget-area .widget
a{color:#757575}.widget-area .widget a:hover{color:#21759b}.widget-area
#s{width:53.66666666666%}footer[role="contentinfo"]{clear:both;font-size:12px;font-size:0.857142857rem;line-height:1.5;padding:50px
0 24px;background:#f0f0f0 url(/wp-content/themes/cloudyn/images/bg_footer_top.png) center top no-repeat}footer[role="contentinfo"] a{color:#989898}footer[role="contentinfo"] a:hover{color:#21759b}footer.copyright{background:#494949;padding:30px
0;color:white}footer.copyright
div{text-align:center}footer.copyright
p{padding-bottom:10px}footer.copyright p
a{color:white;padding-right:10px}footer.news{background:#b4efd5}footer.news
h3{padding-top:20px;color:#5d5d5d;font-size:27px;text-transform:uppercase;line-height:1.2}footer.news
a{background:url(/wp-content/themes/cloudyn/images/news_logos.png) no-repeat left top;width:935px;height:140px;display:block;margin-top:10px}footer.news
p{position:absolute;top:24px;left:215px;color:#5d5d5d;font-size:18px;width:765px;line-height:1.2}footer.news
img{margin-top:10px;max-height:30px;width:auto}footer
.social{margin-top:2rem;text-align:center}footer .social
a{display:inline-block;width:46px;height:46px;background:url(/wp-content/themes/cloudyn/images/social_big.png) no-repeat;margin-right:8px}footer .social
a.twitter{background-position:0 0}footer .social
a.facebook{background-position:-114px 0}footer .social
a.linkedin{background-position:-57px 0}footer .social
a.gplus{background-position:-171px 0}footer .social
a.youtube{background-position:-228px 0}footer
a.trial{background:url(/wp-content/themes/cloudyn/images/btn_trial_bottom.png);color:#ac5b03;display:block;text-align:center;width:163px;height:114px;position:absolute;right:0;top:7px;font-size:28px;font-size:2rem;font-weight:bold;line-height:1.1;padding-top:22px;box-sizing:border-box;-moz-box-sizing:border-box}footer a.trial:hover{text-decoration:none;color:#ac5b03;background:#e19426}footer
a.top{position:absolute;width:175px;height:99px;display:block;right:0;top:-100px;color:white;line-height:110px;text-align:center;background:url(/wp-content/themes/cloudyn/images/btn_footer_top.png);font-size:1.3rem}footer a.top:hover{text-decoration:none;color:white}.nav-menu-bottom>li{float:left;margin-right:40px;font-size:1.125rem}.nav-menu-bottom>li>ul{margin-top:15px}.nav-menu-bottom>li>a{text-transform:uppercase;font-weight:bold;font-size:1.375rem;color:#5d5d5d}.nav-menu-footer{text-align:center;margin-bottom:1em}.nav-menu-footer>li{display:inline-block;margin-right:1em}.nav-menu-footer > li
a{color:white}.side_menu{width:270px;position:absolute;right:0;z-index:1}.side_menu .side-menu>li{display:none;font-weight:bold}.side_menu .side-menu>li.current-menu-parent{display:block;background:url(/wp-content/themes/cloudyn/images/bg_side_menu_bottom.png) no-repeat -20px bottom;padding-bottom:63px}.side_menu .side-menu>li.current-menu-parent>a{display:block;background:url(/wp-content/themes/cloudyn/images/bg_side_menu_top.png) no-repeat;width:251px;height:58px;line-height:65px;color:white;font-size:20px;text-indent:20px}.side_menu .side-menu > li.current-menu-parent
ul{background:url(/wp-content/themes/cloudyn/images/bg_side_menu.png) repeat-y;padding-left:20px;line-height:1.3}.side_menu .side-menu > li.current-menu-parent ul
li{width:210px;padding-top:7px}.side_menu .side-menu > li.current-menu-parent ul
a{color:#54c87b;font-size:18px}.side_menu .side-menu > li.current-menu-parent ul .current_page_item
a{color:#5d5d5d}.faq{border-radius:8px;background:rgba(255,255,255,0.3);font-size:14px;font-size:1rem;padding:0px
15px}.faq
.letter{font-size:24px;font-weight:bold;color:#f49b00;display:block;width:40px;border-right:1px dashed #CCC;float:left;margin-right:12px}.entry-content .faq
p{margin:10px
0 0 54px;line-height:1.3em;color:#5c5c5c}.entry-content .faq.q
p{font-weight:bold;font-size:16px}.faq+br{display:none}.faq.q{margin-bottom:2px;cursor:pointer}.faq.a{margin-bottom:8px}.webinar{font-size:18px;border-bottom:2px dashed #c4c4c4;margin-right:23em}.webinar
.date{font-size:23px;font-weight:bold;color:#f49b00;display:block;width:90px;float:left;line-height:1.2}.webinar .date
span{display:block;font-size:18px;color:#b7b7b7}.entry-content .webinar
p{margin:0
0 0 100px;padding:0
0 15px}.entry-content
a.trial{background:linear-gradient(#FDBA00, #F18F00) repeat scroll 0 0 transparent;border:1px
solid #CD8803;border-radius:10px 10px 10px 10px;color:#744103;display:inline-block;font-size:25px;font-weight:bold;padding:10px
25px}.entry-content a.trial:hover{text-decoration:none}div.home_tool_button{display:inline-block;font-size:14px;text-align:center;margin-right:10px;width:85px;line-height:1.4}div.home_tool_button:last-child{margin-right:0}div.home_tool_button
.image{border:2px
solid #e6e6e6;border-radius:50px;background:white;margin-bottom:5px}div.home_tool_button:last-child
.image{border:none;background:none;margin:2px
2px 5px}div.home_tool_button .image:hover,
div.home_tool_button
.image.selected{border-color:green}a.home_toolbox_button{display:block;background:url(/wp-content/themes/cloudyn/images/home_icon_toolbox.png) center center no-repeat;height:41px;width:675px}div.home_tool_button span
a{padding-top:5px}div.home_tool_button .image div, div.home_tool_button .image
a{display:block;width:80px;height:80px}.gallery{background:#ebeef2;border:1px
solid #d8dbe2;border-radius:10px;padding:10px}.gallery
.gllr_image_block{display:inline-block;float:none;margin:8px;border:1px
solid #BDBDBD}#content .gallery_box_single .gallery .gllr_image_block
p{margin:5px
5px 0}.gllr_single_image_text{display:none}div.pricing_buttons{background:url(/wp-content/themes/cloudyn/images/bg_price_buttons.png) no-repeat;background-size:1000px auto;height:274px}div.pricing_button{display:inline-block;font-size:30px;font-weight:bold;text-align:left;margin:20px
20px 0 25px;width:275px;height:70px;line-height:1em}div.pricing_button
.image{width:100px;height:68px;text-align:right;float:left;margin-right:10px}div.pricing_button
img{height:65px;width:auto}.plasmas{position:relative;overflow:hidden;width:665px;height:465px}.plasmas
.holder{position:absolute;width:10000px}.plasma{float:left;width:665px;height:445px;position:relative}.plasma
img{position:absolute;bottom:0;left:0}.plasma.right
img{left:auto;right:0}.plasma
.text{position:absolute;left:0;right:0;top:30px;line-height:1.5}.plasma .text
h3{color:white;font-size:34px}.plasma .text
h2{font-size:22px;color:white;font-weight:normal;line-height:1.2}.plasma.right
h2{width:320px}.entry-meta{clear:both}.entry-header{width:1000px;margin:0
auto;position:relative}.entry-header img.wp-post-image{margin-bottom:24px;margin-bottom:1.714285714rem}.entry-header .entry-title{font-size:20px;line-height:1.2;font-weight:normal;text-shadow:0px -1px 1px rgba(150, 150, 150, 0.3)}.entry-header .entry-title
a{text-decoration:none}.entry-header .entry-format{margin-top:24px;margin-top:1.714285714rem;font-weight:normal}.entry-header .comments-link{margin-top:24px;margin-top:1.714285714rem;font-size:13px;font-size:0.928571429rem;line-height:1.846153846;color:#757575}.comments-link a,
.entry-meta
a{color:#757575}.comments-link a:hover,
.entry-meta a:hover{color:#21759b}article.sticky .featured-post{border-top:4px double #ededed;border-bottom:4px double #ededed;color:#757575;font-size:13px;font-size:0.928571429rem;line-height:3.692307692;margin-bottom:24px;margin-bottom:1.714285714rem;text-align:center}.entry-content,.entry-summary,.mu_register{line-height:1.714285714}.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content
h6{margin:0;line-height:1.714285714;color:#1cb59e;font-weight:bold}.entry-content h1,
.comment-content
h1{font-size:40px;line-height:1.2;margin-bottom:25px;font-weight:bold}.entry-content h2,
.comment-content h2,
.mu_register
h2{font-size:34px;line-height:1.2;margin-bottom:25px;font-weight:bold}.entry-content h3,
.comment-content
h3{font-size:19px;line-height:1.3;margin:0
0 15px;font-weight:bold}.entry-content h4,
.comment-content
h4{margin:0;font-size:16px;font-weight:normal;line-height:1.2;color:#a0a0a0}.entry-content h5,
.comment-content
h5{font-size:13px;line-height:1.846153846}.entry-content h6,
.comment-content
h6{font-size:12px;line-height:1.846153846}.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register
p{margin:0
0 10px;line-height:1.3;font-size:16px}.entry-content p:last-child{margin-bottom:0};.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register
ul{margin:0
0 24px;margin:0
0 1.714285714rem;line-height:1.4}.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol
ul{margin-bottom:0}.entry-content ul,
.comment-content ul,
.mu_register
ul{list-style:disc outside;margin-left:1em}.entry-content ol,
.comment-content
ol{list-style:decimal outside}.entry-content li,
.comment-content li,
.mu_register
li{margin:0
0 5px 36px;line-height:1.0;font-size:15px}.entry-content blockquote,
.comment-content
blockquote{margin-bottom:24px;margin-bottom:1.714285714rem;padding:24px;padding:1.714285714rem;font-style:italic}.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child{margin-bottom:0}.entry-content code,
.comment-content
code{font-family:Consolas,Monaco,Lucida Console,monospace;font-size:12px;font-size:0.857142857rem;line-height:2}.entry-content pre,
.comment-content
pre{border:1px
solid #ededed;color:#666;font-family:Consolas,Monaco,Lucida Console,monospace;font-size:12px;font-size:0.857142857rem;line-height:1.714285714;margin:24px
0;margin:1.714285714rem 0;overflow:auto;padding:24px;padding:1.714285714rem}.entry-content pre code,
.comment-content pre
code{display:block}.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content
acronym{border-bottom:1px dotted #666;cursor:help}.entry-content address,
.comment-content
address{display:block;line-height:1.714285714;margin:0
0 24px;margin:0
0 1.714285714rem}img.alignleft{margin:12px
24px 12px 0;margin:0.857142857rem 1.714285714rem 0.857142857rem 0}img.alignright{margin:12px
0 12px 24px;margin:0.857142857rem 0 0.857142857rem 1.714285714rem}img.aligncenter{margin-top:12px;margin-top:0.857142857rem;margin-bottom:12px;margin-bottom:0.857142857rem}.entry-content embed,
.entry-content object,
.entry-content
video{margin-bottom:24px;margin-bottom:1.714285714rem}.entry-content dl,
.comment-content
dl{margin:0
24px;margin:0
1.714285714rem}.entry-content dt,
.comment-content
dt{font-weight:bold;line-height:1.714285714}.entry-content dd,
.comment-content
dd{line-height:1.714285714;margin-bottom:24px;margin-bottom:1.714285714rem}.entry-content table,
.comment-content
table{border-bottom:1px solid #ededed;color:#757575;font-size:12px;font-size:0.857142857rem;line-height:2;margin:0
0 24px;margin:0
0 1.714285714rem;width:100%}.entry-content table caption,
.comment-content table
caption{font-size:16px;font-size:1.142857143rem;margin:24px
0;margin:1.714285714rem 0}.entry-content td,
.comment-content
td{border-top:1px solid #ededed;padding:6px
10px 6px 0}.site-content
article{word-wrap:break-word}.page-links{clear:both;line-height:1.714285714}footer.entry-meta{margin-top:24px;margin-top:1.714285714rem;font-size:13px;font-size:0.928571429rem;line-height:1.846153846}.single-author .entry-meta .by-author{display:none}.mu_register
h2{color:#757575;font-weight:normal}body.page-template-default .entry-content{min-height:800px}.page-id-39 .entry-content
h3{border-bottom:1px dashed #CCC;margin-bottom:5px;padding-bottom:2px}.page-id-39 .entry-content h3:first-child{border-bottom:none}.page-id-39 .entry-content p, .page-id-39 .entry-content
ul{margin:0
0 10px 0}.archive-header,.page-header{margin-bottom:48px;margin-bottom:3.428571429rem;padding-bottom:22px;padding-bottom:1.571428571rem;border-bottom:1px solid #ededed}.archive-meta{color:#757575;font-size:12px;font-size:0.857142857rem;line-height:2;margin-top:22px;margin-top:1.571428571rem}.article.attachment{overflow:hidden}.image-attachment
div.attachment{text-align:center}.image-attachment div.attachment
p{text-align:center}.image-attachment div.attachment
img{display:block;height:auto;margin:0
auto;max-width:100%}.image-attachment .entry-caption{margin-top:8px;margin-top:0.571428571rem}article.format-aside
h1{margin-bottom:24px;margin-bottom:1.714285714rem}article.format-aside h1
a{text-decoration:none;color:#4d525a}article.format-aside h1 a:hover{color:#2e3542}article.format-aside
.aside{padding:24px
24px 0;padding:1.714285714rem;background:#d2e0f9;border-left:22px solid #a8bfe8}article.format-aside
p{font-size:13px;font-size:0.928571429rem;line-height:1.846153846;color:#4a5466}article.format-aside blockquote:last-child,
article.format-aside p:last-child{margin-bottom:0}article.format-image footer
h1{font-size:13px;font-size:0.928571429rem;line-height:1.846153846;font-weight:normal}article.format-image footer
h2{font-size:11px;font-size:0.785714286rem;line-height:2.181818182}article.format-image footer a
h2{font-weight:normal}article.format-link
header{padding:0
10px;padding:0
0.714285714rem;float:right;font-size:11px;font-size:0.785714286rem;line-height:2.181818182;font-weight:bold;font-style:italic;text-transform:uppercase;color:#848484;background-color:#ebebeb;border-radius:3px}article.format-link .entry-content{max-width:80%;float:left}article.format-link .entry-content
a{font-size:22px;font-size:1.571428571rem;line-height:1.090909091;text-decoration:none}article.format-quote .entry-content
p{margin:0;padding-bottom:24px;padding-bottom:1.714285714rem}article.format-quote .entry-content
blockquote{display:block;padding:24px
24px 0;padding:1.714285714rem 1.714285714rem 0;font-size:15px;font-size:1.071428571rem;line-height:1.6;font-style:normal;color:#6a6a6a;background:#efefef}.format-status .entry-header{margin-bottom:24px;margin-bottom:1.714285714rem}.format-status .entry-header
header{display:inline-block}.format-status .entry-header
h1{font-size:15px;font-size:1.071428571rem;font-weight:normal;line-height:1.6;margin:0}.format-status .entry-header
h2{font-size:12px;font-size:0.857142857rem;font-weight:normal;line-height:2;margin:0}.format-status .entry-header header
a{color:#757575}.format-status .entry-header header a:hover{color:#21759b}.format-status .entry-header
img{float:left;margin-right:21px;margin-right:1.5rem}.comments-title{margin-bottom:48px;margin-bottom:3.428571429rem;font-size:16px;font-size:1.142857143rem;line-height:1.5;font-weight:normal}.comments-area
article{margin:24px
0;margin:1.714285714rem 0}.comments-area article
header{margin:0
0 5px;overflow:hidden;position:relative}.comments-area article header
img{float:left;padding:0;line-height:0}.comments-area article header cite,
.comments-area article header
time{}.comments-area article header
cite{font-style:normal;color:#108f6a}.comments-area article header
time{line-height:1.714285714;text-decoration:none;font-size:12px;font-size:0.857142857rem;color:#5e5e5e}.comments-area article header
a{text-decoration:none;color:#5e5e5e}.comments-area article header a:hover{color:#21759b}.comments-area article header cite
a{color:#444}.comments-area article header cite a:hover{text-decoration:underline}.comments-area article header
h4{position:absolute;top:0;right:0;padding:6px
12px;padding:0.428571429rem 0.857142857rem;font-size:12px;font-size:0.857142857rem;font-weight:normal;color:#fff;background-color:#0088d0;background-repeat:repeat-x;background-image:-moz-linear-gradient(top, #009cee, #0088d0);background-image:-ms-linear-gradient(top, #009cee, #0088d0);background-image:-webkit-linear-gradient(top, #009cee, #0088d0);background-image:-o-linear-gradient(top, #009cee, #0088d0);background-image:linear-gradient(top, #009cee, #0088d0);border-radius:3px;border:1px
solid #007cbd}.comments-area li.bypostauthor cite
span{margin:0
5px;padding:2px
5px;font-size:10px}a.comment-reply-link,a.comment-edit-link{color:#686868;font-size:13px;font-size:0.928571429rem;line-height:1.846153846}a.comment-reply-link:hover,a.comment-edit-link:hover{color:#21759b}.commentlist
.pingback{line-height:1.714285714;margin-bottom:24px;margin-bottom:1.714285714rem}#respond{}#respond h3#reply-title{font-size:16px;font-size:1.142857143rem;line-height:1.5}#respond h3#reply-title #cancel-comment-reply-link{margin-left:10px;margin-left:0.714285714rem;font-weight:normal;font-size:12px;font-size:0.857142857rem}#respond
form{}#respond form
p{margin:11px
0;margin:0.785714286rem 0}#respond form p.logged-in-as{margin-bottom:24px;margin-bottom:1.714285714rem}#respond form p>label{display:inline-block;line-height:1.714285714;width:70px}#respond form input[type="text"],
#respond form
textarea{-moz-box-sizing:border-box;box-sizing:border-box;font-size:12px;font-size:0.857142857rem;line-height:1.714285714;padding:10px;padding:0.714285714rem}#respond form
textarea{width:100%;height:120px;display:block}#comments.logged_out #respond .comment-form-comment{position:absolute;top:4px;right:0;width:325px}#respond .font-submit{text-align:right}#respond form p.form-allowed-tags{margin:0;font-size:12px;font-size:0.857142857rem;line-height:2;color:#5e5e5e}#respond .form-submit{text-align:right}.required{color:red}.entry-page-image{margin-bottom:14px;margin-bottom:1rem}.template-front-page .site-content
article{border:0;margin-bottom:0}.template-front-page .widget-area{clear:both;float:none;width:auto;padding-top:24px;padding-top:1.714285714rem;border-top:1px solid #ededed}.template-front-page .widget-area .widget
li{margin:8px
0 0;margin:0.571428571rem 0 0;font-size:13px;font-size:0.928571429rem;line-height:1.714285714;list-style-type:square;list-style-position:inside}.template-front-page .widget-area .widget li
a{color:#757575}.template-front-page .widget-area .widget li a:hover{color:#21759b}.template-front-page .widget-area .widget_text
img{float:left;margin:8px
24px 8px 0;margin:0.571428571rem 1.714285714rem 0.571428571rem 0}.widget-area .widget ul
ul{margin-left:12px;margin-left:0.857142857rem}.widget_rss
li{margin:12px
0;margin:0.857142857rem 0}.widget_recent_entries .post-date,
.widget_rss .rss-date{color:#aaa;font-size:11px;font-size:0.785714286rem;margin-left:12px;margin-left:0.857142857rem}#wp-calendar{margin:0;width:100%;font-size:13px;font-size:0.928571429rem;line-height:1.846153846;color:#686868}#wp-calendar th,
#wp-calendar td,
#wp-calendar
caption{text-align:left}#wp-calendar
#next{padding-right:24px;padding-right:1.714285714rem;text-align:right}.widget_search
label{display:block;font-size:13px;font-size:0.928571429rem;line-height:1.846153846}.widget_twitter
li{list-style-type:none}.widget_twitter
.timesince{display:block;text-align:right}img#wpstats{display:block;margin:0
auto 24px;margin:0
auto 1.714285714rem}.author-avatar{float:left;margin-top:8px;margin-top:0.571428571rem}.author-description{float:right;width:80%}.site{margin:0
auto;overflow:hidden}.site-content{float:left;width:65.104166667%}body.template-front-page .site-content,
body.single-attachment .site-content,
body.full-width .site-content{width:100%}.widget-area{float:right;width:26.041666667%}.site-header h1,
.site-header
h2{text-align:left}.site-header
h1{font-size:26px;font-size:1.857142857rem;line-height:1.846153846;margin-bottom:0}.main-navigation ul.nav-menu,
.main-navigation div.nav-menu>ul{display:inline-block !important;text-align:left;width:100%}.main-navigation
ul{margin:0;text-indent:0}.main-navigation li a,
.main-navigation
li{display:inline-block;text-decoration:none}.main-navigation li
a{border-bottom:0;color:#858a8a;line-height:1.692307692;white-space:nowrap}.main-navigation li a:hover{color:#000}.main-navigation
li{padding-right:14px;margin-left:10px;border-right:1px solid #ebecec;position:relative}.main-navigation li:first-child{}.main-navigation li:last-child{border-right:none;padding:0}.main-navigation li
ul{display:none;margin:0;padding:4px;position:absolute;top:100%;right:0;z-index:1;border:1px
solid #d8d8d8;background:#f1f1f1;border-radius:7px}.main-navigation li ul
li{margin:0;padding:0;border:none}.main-navigation li ul li.offset
a{padding-left:25px;width:185px}.main-navigation li ul
ul{top:0;left:100%}.main-navigation ul li:hover>ul{display:block}.main-navigation li ul li
a{background:white;border-bottom:1px solid #ededed;display:block;font-size:14px;line-height:2.181818182;padding:8px
10px;width:200px;white-space:normal;color:#39cab5}.main-navigation li ul li a:hover{background:#e3e3e3;color:#444}.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor>a{color:#636363;font-weight:bold}.menu-toggle{display:none}.entry-header .entry-title{width:1000px;font-size:40px;color:#3CCBB6;font-weight:bold}.site-content.full .entry-header .entry-title{width:1000px}.site-content.half .entry-header .entry-title{width:665px}#respond form input[type="text"]{width:35%}#respond form textarea.blog-textarea{width:79.666666667%}.template-front-page .site-content,
.template-front-page
article{overflow:hidden}.template-front-page.has-post-thumbnail
article{float:left;width:47.916666667%}.entry-page-image{float:right;margin-bottom:0;width:47.916666667%}.template-front-page .widget-area .widget,
.template-front-page.two-sidebars .widget-area .front-widgets{float:left;width:51.875%;margin-bottom:24px;margin-bottom:1.714285714rem}.template-front-page .widget-area .widget:nth-child(odd){clear:right}.template-front-page .widget-area .widget:nth-child(even),
.template-front-page.two-sidebars .widget-area .front-widgets+.front-widgets{float:right;width:39.0625%;margin:0
0 24px;margin:0
0 1.714285714rem}.template-front-page.two-sidebars .widget,
.template-front-page.two-sidebars .widget:nth-child(even){float:none;width:auto}.commentlist
.children{margin-left:48px;margin-left:3.428571429rem}@media
print{body{background:none !important;color:#000;font-size:10pt}footer a[rel=bookmark]:link:after,
footer a[rel=bookmark]:visited:after{content:" [" attr(href) "] "}a{text-decoration:none}.entry-content img,
.comment-content img,
.author-avatar img,img.wp-post-image{border-radius:0;box-shadow:none}.site{clear:both !important;display:block !important;float:none !important;max-width:100%;position:relative !important}.site-header{margin-bottom:72px;margin-bottom:5.142857143rem;text-align:left}.site-header
h1{font-size:21pt;line-height:1;text-align:left}.site-header
h2{color:#000;font-size:10pt;text-align:left}.site-header h1 a,
.site-header h2
a{color:#000}.author-avatar,
#colophon,
#respond,
.commentlist .comment-edit-link,
.commentlist .reply,
.entry-header .comments-link,
.entry-meta .edit-link a,
.page-link,
.site-content nav,.widget-area,img.header-image,.main-navigation{display:none}.wrapper{border-top:none;box-shadow:none}.site-content{margin:0;width:auto}.singular .entry-header .entry-meta{position:static}.singular .site-content,
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular .comments-title{margin:0;width:100%}.entry-header .entry-title,
.entry-title,
.singular .entry-title{font-size:21pt}footer.entry-meta,
footer.entry-meta
a{color:#444;font-size:10pt}.author-description{float:none;width:auto}.commentlist>li.comment{background:none;position:relative;width:auto}.commentlist
.avatar{height:39px;left:2.2em;top:2.2em;width:39px}.comments-area article header cite,
.comments-area article header
time{margin-left:50px;margin-left:3.57142857rem}}#fancybox-wrap{z-index:20000}body.blog{background:white;color:#000}body.blog.design2
#main{margin:40px
auto;width:1000px}body.blog
.header2{height:250px;background:url(/wp-content/themes/cloudyn/images/bg_top_blog.png) repeat-x left top}body.blog .header2
.bottom{background:url(/wp-content/themes/cloudyn/images/cloud_blog_top.png) no-repeat center top}body.blog .header2 .bottom
.inner{width:1000px;margin:0
auto;position:relative}body.blog .header2 .bottom .inner
div.trial{position:absolute;right:0;top:-40px;width:300px}body.blog .header2 .bottom .inner div.trial
.heading{height:30px;padding:15px
0 5px;background:rgba(255,255,255,0.4);text-align:center;margin:0
30px 45px;border:1px
solid white;border-radius:5px}body.blog .header2 .bottom .inner div.trial .heading
a{color:#f49b00;font-size:18px}body.blog .header2 .bottom .inner div.trial
.body{padding:20px;text-align:center}body.blog .header2 .bottom .inner div.trial .body
a{padding:20px
25px;background:linear-gradient(#fdba00,#f18f00);border:1px
solid #cd8803;border-radius:10px;color:#744103;font-weight:bold;font-size:22px;display:block}body.blog .header2 .bottom .inner div.trial .body a:hover{text-decoration:none}body.blog .site-content{width:650px}body.blog .entry-content
ul{margin-bottom:24px}body.blog .entry-header{width:auto}body.blog .entry-title{width:auto;font-size:19px;font-weight:bold;text-shadow:none}body.blog.single .entry-title{font-size:26px}body.blog .entry-content{font-size:16px}body.blog .entry-content
h2{color:#F49B00;font-size:16px;padding-top:0}body.blog
aside.widget{background:#f7f7f7;padding:1em;margin-bottom:1em}body.blog .widget-title{font-size:23px;color:#3CCBB6;margin-bottom:0}body.blog .entry-meta
a{color:#3ccbb6}body.blog .widget-area{width:300px}body.blog
article.post{margin-bottom:40px}body.blog footer.entry-meta{border-top:1px solid #efeff0;margin-top:10px;padding-top:10px;font-size:12px}body.blog footer.entry-meta.top{border:none;font-size:16px;margin-top:0;padding-top:0;margin-bottom:20px}body.blog .entry-summary{font-size:16px}.widget_archive
ul{-moz-column-count:2;column-count:2}.nav-previous a,
.nav-next
a{background:url(/wp-content/themes/cloudyn/images/blog_navigation.png) no-repeat;display:inline-block;width:176px;height:104px;text-align:center;line-height:110px;font-size:16px}.nav-single{border-top:1px solid #EFEFF0;margin-top:10px;padding-top:10px}.nav-single .nav-previous a,
.nav-single .nav-next
a{background:none;width:280px;line-height:1.2;height:auto}.nav-single .nav-previous
a{text-align:left;padding-left:20px;background:url(/wp-content/themes/cloudyn/images/blog_nav_prev.png) no-repeat left center}.nav-single .nav-next
a{text-align:right;padding-right:20px;background:url(/wp-content/themes/cloudyn/images/blog_nav_next.png) no-repeat right center}body.blog .more-link{font-size:12px;color:#8c8f91}body.blog .widget
.social{background:url(/wp-content/themes/cloudyn/images/green_social.png) no-repeat;height:38px;padding-left:50px;display:block;color:#108f6a}body.blog
.textwidget{position:relative}body.blog .textwidget
a{color:#108f6a}body.blog .widget
.social.youtube{background-position:0 -109px;margin-bottom:15px}body.blog .widget
.social.linkedin{background-position:0 -54px;margin-bottom:0px}body.blog .widget
.social.facebook{background-position:0 0;margin-bottom:0}body.blog .widget
.social.twitter{background-position:0 -162px;margin-bottom:0}body.blog .widget .social.facebook:before{display:block;height:15px;left:0;right:10px;top:50px;background:linear-gradient(#e9f1ef,#f7f7f7);content:"";position:absolute}body.blog .widget .social
span.big{display:block;font-size:21px;font-weight:bold;padding:0;margin:0;line-height:1}body.blog .widget .social
span.small{display:block;font-size:17px;padding:0;margin:0;line-height:1}body.blog.single .entry-meta
h2{border-top:1px solid #efeff0;margin-top:10px;padding-top:10px;color:#108f6a;font-size:18px;font-weight:normal}body.blog.single footer.entry-meta{border-top:none}body.blog.single
#comments{border-top:1px solid #efeff0;margin-top:10px;padding-top:10px}body.blog.single #respond h3#reply-title{color:#3CCBB6;font-size:18px;font-weight:normal}body.blog.single .entry-content
a{color:#F49B00}body.blog
article.comment{border-top:1px solid #efeff0;margin-top:10px;padding-top:10px;font-size:12px;position:relative}body.blog article.comment:last-child{border-bottom:1px solid #efeff0;margin-bottom:20px;padding-bottom:10px}body.blog article.comment
.reply{position:absolute;top:30px;right:0;padding:2px
20px;box-shadow:2px 2px 5px #DDD}body.blog article.comment .comment-content{width:500px}body.blog article.comment .comment-content
p{margin-bottom:5px}#commentform{position:relative;min-height:200px}#commentform input[type=submit]{background:#f49b00;color:white;border:none;border-radius:3px;font-size:18px;padding:0px
15px}#commentform
.social_connect_ui{position:absolute;top:-32px;right:-50px;font-size:17px}#commentform .social_connect_ui>div{float:left;margin-left:10px}#commentform input[type=text],
#commentform
textarea{background:#f1f3f5;border:1px
solid #e4e6e8}.archive-header{margin-bottom:30px;padding-bottom:0;border-bottom:1px solid #c6efd8}.archive-title{font-size:14px;color:#8c8f91;font-weight:normal}div.social_connect_ui
img{width:26px !important;height:26px !important}.form-allowed-tags{display:none}body.blog.archive.category.category-blog .archive-header{display:none}body.page-template-page-templatesproduct_page-php
.header2{height:500px}body.page-template-page-templatesproduct_page-php .header2
.block_contents{height:460px;position:relative}body.page-template-page-templatesproduct_page-php .header2 .block_contents img.wp-post-image{position:absolute;bottom:0;left:0}body.page-template-page-templatesproduct_page-php .header2 .block_contents
h1{color:white;padding-top:25px}body.page-template-page-templatesproduct_page-php .header2 .block_contents
h2{color:white;font-size:22px;font-weight:normal;line-height:1.2;width:665px}body.page-template-page-templatesproduct_page-php .entry-title{display:none}body.page-template-page-templatesproduct_page-php .entry-content{font-size:17px;color:#858b8a}body.page-template-page-templatesproduct_page-php .entry-content
h2{font-size:23px;line-height:1.2}body.page-template-page-templatesproduct_page-php #main.rds .entry-content h2,
body.page-template-page-templatesproduct_page-php #main.rds .entry-content li:before{color:#2d929d}body.page-template-page-templatesproduct_page-php #main.ec2 .entry-content h2,
body.page-template-page-templatesproduct_page-php #main.ec2 .entry-content li:before{color:#c023c6}body.page-template-page-templatesproduct_page-php #main.asset .entry-content h2,
body.page-template-page-templatesproduct_page-php #main.asset .entry-content li:before{color:#f77f9e}body.page-template-page-templatesproduct_page-php #main.cost .entry-content h2,
body.page-template-page-templatesproduct_page-php #main.cost .entry-content li:before{color:#3584aa}body.page-template-page-templatesproduct_page-php #main.s3 .entry-content h2,
body.page-template-page-templatesproduct_page-php #main.s3 .entry-content li:before{color:#9e9305}body.page-template-page-templatesproduct_page-php #main.ri .entry-content h2,
body.page-template-page-templatesproduct_page-php #main.ri .entry-content li:before{color:#9c49cf}body.page-template-page-templatesproduct_page-php .entry-content
h3{font-size:16px;line-height:1.2;color:#858b8a;font-weight:normal;margin:1em
0}body.page-template-page-templatesproduct_page-php .entry-content
li{list-style:none;margin-bottom:15px;font-size:15px}body.page-template-page-templatesproduct_page-php .entry-content li:before{content:"\2022 \00A0";display:block;position:relative;max-width:0px;max-height:0px;left:-16px;top:-2px;font-size:20px}body.page-template-page-templatesproduct_page-php.toolbox
.header2{height:390px}body.page-template-page-templatesproduct_page-php.toolbox .header2
.block_contents{height:340px}body.page-template-page-templatesproduct_page-php.toolbox .header2 .block_contents
h1{margin-bottom:20px}body.page-template-page-templatesproduct_page-php.toolbox .header2 .block_contents
h2{font-size:22px;line-height:1.2}body.page-template-page-templatesproduct_page-php.toolbox .entry-content{font-size:21px}body.page-template-page-templatesproduct_page-php.toolbox .entry-content
h2{font-size:34px;margin-bottom:20px;font-weight:bold;padding-top:18px}body.page-template-page-templatesproduct_page-php.toolbox .entry-content
h3{color:#108f6a;border:none;font-weight:bold;font-size:19px}body.page-template-page-templatesproduct_page-php.toolbox .entry-content li:before{color:#108f6a}div.tool_button{display:inline-block;font-size:16px;text-align:center;margin-right:10px;width:200px;vertical-align:top}div.tool_button
.image{width:200px;height:121px;background-position:center center;background-repeat:no-repeat;background-size:auto 100%}div.tool_button
span{font-size:19px;font-weight:bold}div.tool_button
p{text-align:center;font-size:16px}div.tool_button .image
a{display:block;width:100%;height:100%}.insights_slider{position:absolute;width:641px;height:461px;top:20px;left:0;background:url(/wp-content/themes/cloudyn/images/insights_slider.png) no-repeat}body.insights{background:white}body.insights
.header2{height:380px}body.insights .header2
.bottom{background:url("/wp-content/themes/cloudyn/images/cloud_blog_top.png") no-repeat center top}body.insights
h3{margin:30px
0 20px}body.insights.design2 .entry-content
h2{text-align:left;font-weight:normal;color:#505050;font-size:22px;padding-left:75px;line-height:65px;margin-bottom:10px;background:url(/wp-content/themes/cloudyn/images/d2/insights2.png) no-repeat left top}body.insights.design2 .entry-content .webcasts
h2{background-position:0 -168px}body.insights.design2 .entry-content .research
h2{background-position:0 -83px}body.insights.design2 .entry-content .infographics
h2{background-position:0 -329px}body.insights.design2 .entry-content .white-papers
h2{background-position:0 -413px}body.insights.design2 .entry-content .tutorials
h2{background-position:0 -249px}body.insights
#content{padding-bottom:50px}div.insights
a{display:inline-block;width:310px;vertical-align:top;margin-right:20px;line-height:1.2;color:#5e5e5e;font-size:14px}div.insights a
.title{background:#9f9bc5;padding:15px;display:block;color:white;height:50px;position:relative}div.insights a .title:after{content:'';display:block;position:absolute;bottom:-8px;left:40px;width:0;height:0;border-style:solid;border-width:8px 6px 0 6px;border-color:#9f9bc5 transparent transparent transparent}div.insights a
.image{background:#cfcbf0;border:1px
solid #c3c3c3;border-top:none;padding:15px;display:block;height:120px;position:relative}body.insights.design2 .entry-content .webcasts a
.title{background:#a8bf9a}body.insights.design2 .entry-content .webcasts a .title:after{border-color:#a8bf9a transparent transparent transparent}body.insights.design2 .entry-content .webcasts a
.image{background:#dfeed6}body.insights.design2 .entry-content .webcasts a .image:after{content:'';position:absolute;left:50%;top:50%;width:50px;height:50px;margin-left:-25px;margin-top:-25px;background:url(/wp-content/themes/cloudyn/images/d2/insights2.png) -11px -496px}body.insights.design2 .entry-content .research a
.title{background:#9ab9bf}body.insights.design2 .entry-content .research a .title:after{border-color:#9ab9bf transparent transparent transparent}body.insights.design2 .entry-content .research a
.image{background:#cbe2e7}body.insights.design2 .entry-content .infographics a
.title{background:#e7ba7a}body.insights.design2 .entry-content .infographics a .title:after{border-color:#e7ba7a transparent transparent transparent}body.insights.design2 .entry-content .infographics a
.image{background:#fbe3c2}body.insights.design2 .entry-content .white-papers a
.title{background:#b99494}body.insights.design2 .entry-content .white-papers a .title:after{border-color:#b99494 transparent transparent transparent}body.insights.design2 .entry-content .white-papers a
.image{background:#e7cfcf}body.insights.design2 .entry-content .tutorials a
.title{background:#bcb852}body.insights.design2 .entry-content .tutorials a .title:after{border-color:#bcb852 transparent transparent transparent}body.insights.design2 .entry-content .tutorials a
.image{background:#edebbb}div.insights a
img{width:100%;border:1px
solid white}.infographics div.insights a
img{border:none}div.insights a:hover{text-decoration:none}div.insights
.wrapper{height:235px;width:99%;overflow:hidden;position:relative}div.insights
.inner{width:10000px;position:absolute;left:0;top:0}div.insights
.navigation{float:right;margin-top:-55px}div.insights .navigation
a{width:30px;height:30px;display:block;text-align:center;color:#fdaf3e;font-family:Smokum;font-size:40px;border:1px
solid #ccc;border-radius:25px;line-height:28px;outline:none}div.insights .navigation a:hover{text-decoration:none;background:#fdae3d;color:#f2efeb}div.insights .navigation
a.prev{float:right;display:none;margin-right:10px}div.insights .navigation
a.next{float:right;margin-right:30px}body.contact
.header2{height:390px}body.contact
div.address{box-shadow:0px 0px 5px #CCC;border-radius:5px;padding:17px;color:#108f6a;margin-top:30px}body.contact div.address
p{margin:0}body.contact
.left{float:left}body.contact
.right{float:right}.wpcf7
p{clear:left;margin-bottom:1rem}.wpcf7
h4{color:#858B8A;font-size:14px;margin-bottom:1rem}.wpcf7 p>label{width:125px;margin-top:9px;margin-right:10px;display:block;float:left;text-align:left}.wpcf7
.comments{float:right;margin:0}span.wpcf7-list-item{display:block;margin:0}.wpcf7-text,.wpcf7-textarea{background:rgba(234,235,237,0.5);width:380px;font-size:14px;padding:10px;border:1px
solid #e3e5e8}.wpcf7-textarea{height:206px;margin-top:10px}input[type="submit"].wpcf7-submit{background:none repeat scroll 0 0 #fdae3c;border:1px
solid #fec777;border-radius:0;color:white;font-size:18px;height:40px;line-height:40px;margin:3px
0;width:150px;display:block;float:right;padding:0}input[type="submit"].wpcf7-submit:hover{background:#e19426}.wpcf7-form-control-wrap.offers{width:360px;text-align:left;display:block}.wpcf7
div.submit{float:right}.wpcf7-form-control-wrap.interest{display:block;width:400px}.wpcf7-form-control-wrap.interest span.wpcf7-list-item{display:inline-block;width:180px;margin:5px
0}.wpcf7-checkbox.fancy
label{background:url(/wp-content/themes/cloudyn/images/checkboxes.png) no-repeat left -74px;padding-left:30px;display:block;min-height:25px;overflow:hidden}.wpcf7-checkbox.fancy
label.on{background-position:left top}.wpcf7-checkbox.fancy label
input{position:absolute;left:-9999px}#iCarousel-preloader{position:absolute;z-index:1000;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:#000 1px solid;border-color:rgba(0,0,0,0.6);padding:1px;width:150px;height:3px}#iCarousel-preloader
div{float:left;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;height:3px;background:#000;background:rgba(0,0,0,0.6);width:0px}#iCarousel-timer{position:absolute;z-index:1000;border-radius:5px;cursor:pointer}#iCarousel-timer
div{border-radius:3px}#icarousel{height:400px;position:relative;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-o-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-perspective:1000px;-moz-perspective:1000px;-o-perspective:1000px;-ms-perspective:1000px;perspective:1000px;width:330px}a.iCarouselNav{display:block;position:absolute;top:50%;margin-top:-22px;width:43px;height:43px;background:url(/wp-content/themes/cloudyn/images/icarousel_arrows.png) no-repeat;z-index:1000;text-indent:-9999px}a#iCarouselPrev{left:10px;background-position:left top}a#iCarouselPrev:hover{background-position:left bottom}a#iCarouselNext{right:30px;background-position:right top}a#iCarouselNext:hover{background-position:right bottom}.home_insights{float:right;padding-left:65px}.home_insights
h2{margin:0;padding:10px
0 0;text-align:center}#icarousel
.slide{display:block;width:330px;height:376px}#icarousel .slide
a{display:block;width:300px;position:relative}#icarousel .slide
img{width:100%;margin:0;border-radius:4px;border:5px
solid #CCC}#icarousel .slide a
span{position:absolute;bottom:20px;display:block;left:0;right:0;text-align:center;font-size:20px;color:black}body.page-template-page-templatesfront-page-php
.header2{height:495px}.webinars .block_contents
h2{clear:none;margin-bottom:0}.webinars .block_contents
h3{line-height:1.3;clear:none;font-weight:bold;margin-bottom:0}h3
a.linkedin{display:inline-block;width:31px;height:29px;background:url(/wp-content/themes/cloudyn/images/linkedin.png) no-repeat;vertical-align:sub}.header2
.quotation{color:white;width:670px;font-size:24px;line-height:1.2;padding-top:10px;height:300px;background:none}.header2 .quotation
p.author{color:white;border-left:2px solid white;margin-top:20px}.header2 .quotation
p.company{margin-top:20px}.header2 .quotation
i.lquote{background:url(/wp-content/themes/cloudyn/images/quotes.png?1) no-repeat}.header2 .quotation
i.rquote{background:url(/wp-content/themes/cloudyn/images/quotes.png?1) no-repeat -25px 0;margin-bottom:-22px}div.customers
div{float:left;width:160px;height:80px;margin:20px;background-position:center center;background-repeat:no-repeat;background-size:contain}div.customers div
a{display:block;height:80px}body.customers
.header2{height:500px}body.partners .dark_block:last-child
h4{color:#108f6a;margin-bottom:10px}div.pricing{width:488px;margin-bottom:90px;position:relative}div.pricing.left{float:left}div.pricing.right{float:right}div.pricing
.heading{height:100px;padding:0;position:relative;text-align:center}div.pricing .heading
h3{font-size:40px;font-weight:bold;margin:0}div.pricing.left .heading h3,
div.pricing.left .heading p,
div.pricing.left
h3{color:#108f6a}div.pricing.right .heading h3,
div.pricing.right
h3{color:#f49b00}div.pricing.right .heading
h3{font-size:50px;padding-top:10px}div.pricing .heading
p{font-size:35px;text-align:center;margin-top:-8px}div.pricing
.content{background:#eee;background:rgba(238,238,238,0.7);min-height:411px;color:#8f8f8f;padding:20px
35px;font-size:20px;margin-top:30px;position:relative}div.pricing.left .content:after{content:"";position:absolute;top:-30px;width:1000px;height:30px;left:0;background:url(/wp-content/themes/cloudyn/images/pricing_top_bg.png) repeat-x;border-radius:5px 5px 0 0}div.pricing.left
.content{border-radius:0 0 0 10px}div.pricing.right
.content{border-radius:0 0 10px 0}div.pricing.left:after{content:"";position:absolute;bottom:-57px;height:56px;width:105px;background:url(/wp-content/themes/cloudyn/images/pricing_bottom.png) no-repeat;left:435px}div.pricing .content
h3{text-align:left;font-weight:bold;font-size:19px;margin-bottom:25px}div.pricing .content
hr{margin:15px
0;border-width:2px}div.pricing .content
p{line-height:1.2;padding-right:2em;margin-bottom:10px;text-align:left}div.pricing
li{margin:0
0 0 30px;list-style:disc;line-height:1.4;font-size:15px}div.pricing
.badge{position:absolute;left:50px;top:16px;background:url(/wp-content/themes/cloudyn/images/pricing_badges.png?1) no-repeat;width:57px;height:73px}div.pricing
.badge.standard{background-position:-58px 0}table.costs{font-size:20px;width:700px;margin:0
auto}table.costs
th{color:#108f6a;text-transform:none;font-weight:bold;padding-right:70px;padding-bottom:20px;font-size:19px}table.costs
h3{margin-bottom:10px}table.costs th
span{position:relative}table.costs th span:after{content:"";position:absolute;bottom:-20px;left:0;width:230px;border-bottom:2px dashed #ccc}table.costs tbody tr:nth-child(odd){color:#21759b}table.costs
td{padding:0;font-size:16px}table.costs td
span{font-size:18px}table.costs
hr{border-width:2px;margin-left:0}body.pricing .header2 .block_contents
h1{font-weight:normal}body.pricing .header2 .block_contents
h2{font-weight:bold}body.pricing .header2 .block_contents h2
span{font-weight:normal}.side_menu
.press{background:#e8eaed;background:rgba( 232,232,232,0.4);padding:20px;font-size:15px;line-height:1.1}.side_menu .press
h3{color:#108f6a;font-size:24px;margin-bottom:20px}.side_menu .press
a{color:#8c8f91}.side_menu .press
a.selected{font-weight:bold}.side_menu .press
p{border-bottom:1px solid #8c8f91;padding-bottom:20px;margin-bottom:20px}.side_menu .press p:last-child{border-bottom:none}body.design2.single-press .entry-content
h3{font-family:'Montserrat';font-weight:normal;font-size:18px;line-height:24px;margin-bottom:0.5em;text-transform:uppercase;color:#3ccbb6}body.design2.single-press .entry-content
h4{color:#5a5a5a;margin-bottom:1em}body.design2.single-press .entry-content p,
body.design2.single-press .entry-content
li{font-size:14px;line-height:24px}.team{float:left;width:200px;height:220px;text-align:center;margin:0
50px 40px 0}.team
p{text-align:center;font-size:14px;margin:0}.team
.linkedin{display:inline-block;height:24px;vertical-align:bottom;background:url(/wp-content/themes/cloudyn/images/d2/linkedin_small2.png) no-repeat right center;padding-right:30px;padding-top:4px;color:#727779;margin-top:20px}.team
p.name{color:#3ccbb6;font-size:18px}.team
p.position{color:#3ccbb6;font-size:14px;font-weight:500}.page-template-default .site-content ul
li{font-size:15px}body.partners .header2
img{position:absolute;top:30px;right:300px}body.partners .header2
h2{width:400px}body.landing
.header2{height:495px}body.landing .plasma.right
img{right:35px}body.landing
.signup_form{background:url(/wp-content/themes/cloudyn/images/cloud_form_bg.png) no-repeat center center;border:none;height:445px;width:370px;padding:0;right:-40px}body.landing .signup_form
h3{color:white;text-align:center;font-size:30px}body.landing .signup_form
form{margin:60px
70px 0}body.landing .signup_form input[type="text"],
body.landing .signup_form input[type="email"],
body.landing .signup_form input[type="password"]{background:white;border-radius:20px;border:none;color:black;padding:4px;width:210px;font-size:13px;padding:8px
15px}body.landing .signup_form input[type="submit"]{background:url(/wp-content/themes/cloudyn/images/cloud_form_submit.png) no-repeat;width:179px;height:137px;color:white;position:absolute;right:20px;bottom:0}body.landing .signup_form
label{color:#a7a7a7;text-indent:-22px;margin:5px
0 5px 20px;font-size:11px}body.landing .signup_form label
a{color:#f4a300}body.landing2{background:white}body.landing2
.signup_form{position:relative;padding:12px
65px;background:#d1efe4;width:310px;top:10px;border:2px
solid #f8f9ef}body.landing2 footer.bottom .signup_form
h3{text-align:center;font-size:26px;font-weight:bold}body.landing2 .signup_form input[type="text"],
body.landing2 .signup_form input[type="email"],
body.landing2 .signup_form input[type="password"]{background:#e7f7f1;width:300px;margin:3px
0}body.landing2 .signup_form input[type="submit"]{background:linear-gradient(#FDBA00, #F18F00) repeat scroll 0 0 rgba(0, 0, 0, 0);border:1px
solid #CD8803;border-radius:10px;color:#a15403;display:block;font-size:22px;font-weight:bold;height:auto;padding:7px
0;margin:10px
0;width:100%}body.landing2
.side_menu{top:30px;right:200px;width:300px;box-shadow:0 0 5px #CCC}body.landing2 .side_menu
.quotes{margin-top:0}body.landing2 .side_menu .quotes
.inner{height:236px;padding:72px
20px 20px}body.landing2 .side_menu .quotation p:first-child{text-indent:0}body.landing2 .side_menu .quotation p:first-child:after{display:none}body.landing2 .side_menu .quotes:before{left:20px}body.landing2 .side_menu .quotes:after{background:url("/wp-content/themes/cloudyn/images/cust_quote.png") no-repeat scroll -84px 0 rgba(0, 0, 0, 0);bottom:0;content:"";height:58px;position:absolute;right:20px;width:42px}body.landing2
footer.bottom{padding:50px
0 100px;background:white}body.landing2 footer.bottom
h3{font-size:18px;font-weight:normal;color:#108f6a}body.landing2
footer.news{background:url("/wp-content/themes/cloudyn/images/bg_main.png") repeat;padding:20px
0}body.landing2 .site-header{height:93px}body.landing2 .site-header
.block_contents{height:auto;margin:0
auto}body.landing2
#main{margin-top:0;position:relative;overflow:hidden;padding:25px
0 40px}body.landing2 #main:before{content:"";height:450px;width:100%;left:0;top:0;position:absolute;background:url("/wp-content/themes/cloudyn/images/bg_top.png") repeat-x;z-index:-1}body.landing2 #main:after{content:"";height:155px;width:100%;left:0;top:295px;position:absolute;background:url("/wp-content/themes/cloudyn/images/landing2_clouds.png") no-repeat center top;z-index:-1}body.landing2
.site{padding-top:93px}body.landing2 .site-content{float:none}body.landing2 .entry-content h2, body.landing2 .entry-content
h3{clear:none;color:white}body.landing2
a.trial{padding:15px
25px;background:linear-gradient(#fdba00,#f18f00);border:1px
solid #cd8803;border-radius:10px;color:#744103;font-weight:bold;font-size:22px;display:inline-block;margin-top:10px}body.landing2 .entry-content
h2{margin-bottom:5px}body.landing2 .entry-content
h3{font-size:24px;font-weight:normal}body.landing2
ul.bullets{clear:both;list-style:none;padding-top:50px}body.landing2 ul.bullets
li{float:left;margin:0
23px 0 0;height:150px;width:225px;background:url(/wp-content/themes/cloudyn/images/landing2_bullets.png) no-repeat center bottom;text-align:center;color:#108f6a;font-size:17px;line-height:1.4}body.landing2 ul.bullets li
span{font-size:26px;display:block;text-transform:uppercase}body.landing2 ul.bullets li:last-child{margin-right:0}body.landing2 .site-header
.blog{color:#858A8A;font-size:17px;position:absolute;right:96px;top:40px;line-height:21px;padding-right:15px;border-right:1px solid #e4e3e3}body.landing2 .site-header
.logo{top:10px}body.landing2 .site-header
.aws{position:absolute;display:block;left:215px;top:20px;width:160px;height:60px;padding-left:35px;border-left:1px solid #e4e3e3;background:url(/wp-content/themes/cloudyn/images/aws_green.png) no-repeat right top}body.design2 .site-header{height:85px;background:white;z-index:10}body.design2.fixed-header .site-header{position:fixed;top:0;left:0;right:0}body.design2
.site{padding-top:0}body.design2{background:white;font-family:Open Sans;color:#808080}body.design2
.header2{background:url(/wp-content/themes/cloudyn/images/d2/top_bg.png);height:auto;padding:60px
0}body.design2 .header2
.block_contents{z-index:auto}body.design2 .header2 .block_contents
h1{padding-top:0;font-family:Montserrat;font-size:32px;font-weight:normal;line-height:42px}body.design2 .header2 .block_contents
h2{font-size:18px;color:#0c7666;line-height:24px;width:550px}body.design2.blog .header2 .block_contents
h2{color:white;font-family:Montserrat;font-size:32px;font-weight:normal;line-height:42px}body.design2.blog .entry-summary
p{line-height:1.5}body.design2.blog .entry-content p,
body.design2.blog .entry-content
li{color:#3D3D3D;font-size:17.5px;line-height:1.58;text-align:justify}body.design2.blog .entry-content
p{margin-bottom:1em}body.design2
.dark_block{background:#f3f3f3}body.design2.home
.header2{height:565px;padding:0}body.design2 .site-header
.logo{background:url(/wp-content/themes/cloudyn/images/d2/logo.png) no-repeat;width:151px;height:58px;top:10px}body.design2 .main-navigation{left:165px;right:auto;top:32px}body.design2 .main-navigation li
a{text-transform:uppercase;line-height:1}body.design2 .main-navigation
li{font-size:14px;border-right:none;line-height:1}body.design2 .main-navigation .nav-menu>li{height:38px;padding:13px
8px 0px;border:1px
solid white;margin-left:5px}body.design2 .main-navigation .nav-menu>li.has_submenu>a{cursor:default}body.design2 .main-navigation .nav-menu>li.has_submenu:hover{border:1px
solid #a8a8a8;border-bottom:1px solid white}body.design2 .main-navigation .nav-menu>li:hover>a{color:#199784}body.design2 .main-navigation .nav-menu>li>ul{background:#ebebeb;border:1px
solid #d7d7d7;left:-1px;right:auto;border-radius:0;padding:0;box-shadow:4px 4px 4px #777}body.design2 .main-navigation li ul li
a{background:#ebebeb;color:#858d91;padding:15px
20px;text-transform:uppercase;width:160px;border:none;border-bottom:1px solid #d7d7d7;text-align:left;font-size:13px;line-height:1.2}body.design2 .main-navigation li ul li a:last-child{border-bottom:none}body.design2 .main-navigation li ul li a:hover{background:white;color:#858d91}body.design2 .main-navigation li ul li.menu-item-has-children>a:after{content:'▶';position:absolute;right:10px;top:19px;font-size:8px}body.design2 .main-navigation li ul
ul{padding:10px
15px;top:-1px;background:white;border-left:none;border-radius:0;right:auto;box-shadow:4px 4px 4px #777}body.design2 .main-navigation li ul ul
li{background:white;padding:0}body.design2 .main-navigation li ul ul li
a{background:white;border-bottom:none;padding:10px;text-align:left;width:175px}body.design2 .main-navigation li ul ul li a:hover{background:#3ccbb6;color:white}body.design2 .main-navigation
li.login2{padding-left:15px;margin-left:0;font-weight:bold}body.design2 .main-navigation li.login2:before{content:"";position:absolute;left:-2px;height:14px;background:#9f9f9f;width:1px}body.design2 .site-header
.block_contents{height:95px}body.design2 .site-header
.breadcrumbs{bottom:0}body.design2
.header2{margin-top:0}body.design2.fixed-header
.header2{margin-top:55px}body.design2 .bright_block.home_tools
.filter{position:absolute;top:-65px;left:290px;background:#f2f1f1;line-height:65px;padding:0
25px;color:#199784;font-size:18px;font-weight:600}body.design2 .bright_block.home_tools .filter
img{vertical-align:middle;margin-left:30px}body.design2 .news2 h3,
body.design2 .news2
h1{font-family:Montserrat;font-size:24px;font-weight:normal;clear:none}body.design2 .news2
p{font-size:18px}body.design2 .news2
iframe{float:left;margin-right:45px}body.design2
.dark_block.home_blog{background:#2d3437}body.design2 .dark_block.home_blog
p{color:#727779;font-size:14px;line-height:22px}body.design2 .dark_block.home_blog
p.time{color:#3ccbb6;font-weight:600;margin-bottom:5px}body.design2 .dark_block.home_blog
h2{text-align:left;margin-bottom:10px}body.design2 .dark_block.home_blog h4,
body.design2 .dark_block.home_blog h4
a{color:#f3f3f3}body.design2 .dark_block.home_blog h5,
body.design2 .dark_block.home_blog h5
a{color:#f3f3f3;font-size:14px;font-weight:600;line-height:22px}body.design2.home
a.more{display:block;float:right;color:#1cb59e;border:1px
solid #1cb59e;padding:10px
17px;text-transform:uppercase;font-size:14px;line-height:1}body.design2.home a.more:hover{background:#c5e5e0;text-decoration:none}body.design2.home .home_blog a.more:hover{background:#284d4a}body.design2 .dark_block.home_blog
hr{border:none;background:url(/wp-content/themes/cloudyn/images/d2/home_blog_delimiter.png) no-repeat left top;height:1px;margin:20px
0}body.design2 .bright_block.use_cases
h2{clear:none;margin-left:225px;margin-bottom:5px;text-align:left}body.design2 .bright_block.use_cases
h4{clear:none;margin-left:225px;color:#282828;font-weight:normal;font-size:18px}body.design2 .bright_block.use_cases
p{margin-left:225px;color:#808080}body.design2 .bright_block.use_cases
.clear{margin-top:2em}body.design2 .entry-content
h2{font-size:24px;font-weight:600;text-align:center}body.design2 .entry-content
h4{font-size:18px;color:#282828;margin-bottom:5px}body.design2 .faq2
h2{text-align:left}body.design2 .faq2
p{font-size:14px;line-height:22px;color:#727779;margin-bottom:20px}body.design2 .col-1_2{width:48%;margin-right:2%;float:left}body.design2 .col-1_3{width:28%;margin-right:5%;float:left}body.design2 .col-2_3{width:62%;margin-right:2%;float:left}body.design2
.pricing2{padding:0;margin-top:-25px}body.design2 .pricing2:first-child{margin-top:-75px}body.design2 .pricing2
table{font-size:14px;line-height:23px;border:none;margin:0}body.design2 .pricing2 table
td{border:none;text-align:center;width:200px;padding:10px}body.design2 .pricing2 table td:nth-child(even){background:#fafafa}body.design2 .pricing2 table td:nth-child(3){background:#f3f3f3}body.design2 .pricing2 table td:first-child{text-align:left;width:auto;vertical-align:top;padding-left:0}body.design2 .pricing2.expandable table
.section{cursor:pointer}body.design2 .pricing2 table .section
td{padding:35px
30px 35px 15px;font-size:18px;color:#3ccbb6;background:#bce7e1;border-bottom:3px solid #f3f3f3}body.design2 .pricing2 table .section td:nth-child(even){background:#c1ece5;border-bottom:3px solid #fafafa}body.design2 .pricing2.expandable table .section td:nth-child(4){vertical-align:middle;padding:0}body.design2 .pricing2.expandable table .section td:nth-child(4) span:after{content:"\f006";color:#0d8068;font-family:'mfg_labs_iconsetregular';font-size:30px}body.design2 .pricing2.expandable table .section.opened td:nth-child(4) span:after{content:"\f004"}body.design2 .pricing2 table .section
h3{font-weight:500;font-size:18px;color:#0c8068;margin-bottom:5px}body.design2 .pricing2 table .section
h5{font-weight:500;font-size:14px;color:#0c8068;line-height:20px}body.design2 .pricing2 table .price2 td:first-child{vertical-align:bottom}body.design2 .pricing2 table .price2
h2{font-size:24px;text-align:left;color:#3ccbb6;margin:0;font-weight:normal}body.design2 .pricing2 table .desc
td{text-align:left;padding:5px
15px}body.design2 .pricing2 table .desc td:first-child{padding:5px
15px 5px 0}body.design2 .pricing2 table td
i.no{background:url(/wp-content/themes/cloudyn/images/d2/pricing_checks.png) no-repeat -15px 0;display:inline-block;width:12px;height:9px}body.design2 .pricing2 table td
i.yes{background:url(/wp-content/themes/cloudyn/images/d2/pricing_checks.png) no-repeat;display:inline-block;width:12px;height:9px}body.design2 .pricing2 table tr.plan
td{padding:0;line-height:75px;font-size:22px;color:#3ccbb6}body.design2 .pricing2 table tr.plan td
span{color:#f68f3e;display:block;position:relative}body.design2 .pricing2 table tr.plan td span:before{content:"";position:absolute;top:-14px;left:0;right:0;height:14px;background:#f3f3f3;border-top:4px solid #fdae3c}body.design2 .pricing2 table tr.links
a{background:#3ccbb6;color:white;font-size:18px;padding:9px
20px;display:inline-block}body.design2 .pricing2 table tr.links td.premium
a{background:#fdae3c}body.design2 .pricing2 table tr.links a:hover{text-decoration:none;background:#199784}body.design2 .pricing2 table tr.links td.premium a:hover{background:#e19426}body.design2 .pricing2 table tr.price
td{font-size:24px;padding:20px
5px}body.design2 .pricing2 table tr.price td:first-child{color:#3ccbb6}body.design2 .pricing2 table tr.price2
a.contact{background:none repeat scroll 0 0 #3ccbb6;color:white;display:inline-block;font-size:18px;padding:9px
20px;text-transform:uppercase}body.design2 .pricing2 table tr.price2 a.contact:hover{text-decoration:none;background:#199784}body.design2 .pricing2 table tr.links
td{padding:20px
0;background:#f3f3f3}body.design2 .pricing2 table tr.links td:nth-child(even){background:#fafafa}body.design2 .pricing2 table tr.links td:first-child{color:#494e52;font-size:18px;vertical-align:middle}body.design2 .pricing2 table
td.spending{vertical-align:top}body.design2 .pricing2 table td.spending>span{display:block;position:relative}body.design2 .pricing2 table td.spending>span>span{padding:5px
40px 5px 10px;border:1px
solid #b6b6b6;text-align:left;display:block;background:#f3f3f3 url(/wp-content/themes/cloudyn/images/d2/pricing_arrow.png) no-repeat 200px center;cursor:pointer;line-height:17px}body.design2 .pricing2 table td.spending
ul{list-style:none;position:absolute;top:45px;margin:0;padding:0;border:1px
solid #b6b6b6;padding:5px;background:white;text-align:left;z-index:1;display:none}body.design2 .pricing2 table td.spending > span:hover
ul{display:block}body.design2 .pricing2 table td.spending
li{margin:0;padding:5px;cursor:pointer;line-height:17px}body.design2 .pricing2 table td.spending li:hover{color:white;background:#3ccbb6}body.design2 .pricing2 table td.spending
li.delimiter{cursor:default;border-top:1px dotted black;text-align:center}body.design2 .pricing2 table td.spending li.delimiter:hover{background:none;color:#808080}body.design2
.tool_button{font-size:14px;width:220px;margin-right:20px;margin-top:60px}body.design2 .tool_button a:hover{text-decoration:none}body.design2 div.tool_button
a{display:block;font-size:18px;font-weight:normal;padding-top:50px;position:relative}body.design2 div.tool_button.optimizer
a{color:#9d7eb3}body.design2 div.tool_button.cost
a{color:#6a9bb1}body.design2 div.tool_button.asset
a{color:#a26e7f}body.design2 div.tool_button.comparison
a{color:#85b2b6}body.design2 div.tool_button.optimizer:hover
a{color:#9c49cf}body.design2 div.tool_button.cost:hover
a{color:#1b90c6}body.design2 div.tool_button.asset:hover
a{color:#ca3e6a}body.design2 div.tool_button.comparison:hover
a{color:#3a959e}body.design2 div.tool_button a:before{content:"";position:absolute;top:0;left:93px;width:50px;height:50px;background:url(/wp-content/themes/cloudyn/images/d2/tool_icons.png) no-repeat -8px -9px}body.design2 div.tool_button.optimizer a:before{background-position:-8px -71px}body.design2 div.tool_button.cost a:before{background-position:-69px -73px}body.design2 div.tool_button.asset a:before{background-position:-133px -72px}body.design2 div.tool_button.comparison a:before{background-position:-203px -72px}body.design2 div.tool_button.optimizer:hover a:before{background-position:-8px -9px}body.design2 div.tool_button.cost:hover a:before{background-position:-69px -9px}body.design2 div.tool_button.asset:hover a:before{background-position:-133px -6px}body.design2 div.tool_button.comparison:hover a:before{background-position:-203px -6px}body.design2 div.tool_button
p{font-size:14px;color:#5A5A5A}body.design2 .home_tools.noicons
table{margin:0}body.design2 .home_tools.noicons table
td{padding:0
2em}body.design2 .home_tools.noicons
.tool_button{margin-top:0}body.design2 .home_tools.noicons .tool_button
a{padding:0}body.design2 .home_tools.noicons .tool_button a:before{display:none}body.design2.home
hr{border:none;height:1px;background:url(/wp-content/themes/cloudyn/images/d2/home_delimiter.png) no-repeat center top}body.design2
.quotation{background:none;font-family:18px;font-style:italic;margin:0;height:200px;min-height:0;text-align:center;color:#282828;line-height:27px;display:none}body.design2 .quotation
p.author{border:none;font-size:14px;font-style:normal;font-weight:600;float:none;margin-top:25px;padding:0;color:#5a5a5a;line-height:18px}body.design2 .bright_block.hidden,
body.design2
.dark_block.hidden{display:none}body.design2
.bright_block{padding:50px
0}body.design2
.slider{position:relative}body.design2 .slider>div{display:none}body.design2 .slider > div
p{font-size:18px;line-height:27px}body.design2 .slider
.navigation{position:absolute;top:40px;width:50px;height:50px;display:block;text-align:center;color:#fdaf3e;font-family:Smokum;font-size:80px;border:1px
solid #ccc;border-radius:25px;line-height:45px;outline:none}body.design2 .slider .navigation:hover{text-decoration:none;background:#fdae3d;color:#f2efeb}body.design2 .slider
.navigation.left{left:-100px}body.design2 .slider
.navigation.right{right:-100px}body.design2 .home_customers
h2{margin-bottom:45px}body.design2 .home_customers
.block_contents{padding:40px
0 0;border-bottom:1px solid #e5e2e2;border-top:1px solid #e5e2e2}body.design2 .home_customers
.block_contents2{border-bottom:none;padding:0
30px 30px}body.design2 .home_customers
.slider{margin:0
130px}body.design2
.bright_block.home_customers{padding-bottom:0}body.design2 .bright_block.home_customers+.bright_block{padding-top:35px}body.design2 .home_customers .slider
.navigation.left{left:-130px}body.design2 .home_customers .slider
.navigation.right{right:-130px}body.design2
.bright_block.home_news{padding-bottom:0}body.design2 .bright_block.home_news+.bright_block{padding-top:35px}body.design2 .home_news
.slider{margin:0
130px}body.design2 .home_news
.block_contents{padding:40px
0 0;border-bottom:1px solid #e5e2e2;border-top:1px solid #e5e2e2}body.design2 .home_news .slider>div{text-align:center;font-size:18px;font-style:italic;line-height:27px;color:#5a5a5a;height:150px}body.design2 .home_news .slider > div
.writer{font-size:14px}body.design2 .home_insights2
.cats{list-style:none;text-align:center;margin:0
0 25px;padding:0}body.design2 .home_insights2 .cats
li{list-style:none;display:inline-block}body.design2 .home_insights2 .cats li
a{color:#414141;padding-bottom:4px}body.design2 .home_insights2 .cats li
a.active{color:#1cb59e;border-bottom:1px solid #c2c2c2}body.design2 .home_insights2
.group{clear:left;display:none}body.design2 .home_insights2
.items{height:145px}body.design2 .home_insights2
.item{float:left;width:200px;height:80px;padding:20px
15px;border:1px
solid #c2c2c2;margin-right:15px;font-size:14px}body.design2 .home_insights2 .item
hr{margin:0
0 7px;clear:left}body.design2 .home_insights2 .item
a{color:#282828}body.design2 .home_insights2 .item
i{width:63px;height:64px;background:url(/wp-content/themes/cloudyn/images/d2/insights2.png) no-repeat;float:left;margin:10px
10px 10px 0}body.design2 .home_insights2 .group.presentations .item
i{background-position:0px 0px}body.design2 .home_insights2 .group.research .item
i{background-position:-1px -81px}body.design2 .home_insights2 .group.webcasts .item
i{background-position:-2px -167px}body.design2 .home_insights2 .group.tutorials .item
i{background-position:-1px -246px}body.design2 .home_insights2 .group.infographics .item
i{background-position:-1px -328px}body.design2 .home_insights2 .group.white-papers .item
i{background-position:0px -410px}body.design2 .home_insights2 .item
p{display:table-cell;font-size:14px;height:82px;vertical-align:middle}body.design2 .bright_block.trial,
body.design2
.dark_block.trial{text-align:center;color:#ef910a;font-size:18px}body.design2 .bright_block.trial a,
body.design2 .dark_block.trial
a{color:#ef910a;text-decoration:underline}body.design2 .bright_block.trial .block_contents2 > a,
body.design2 .dark_block.trial .block_contents2>a{display:inline-block;color:white;background:#fdae3c;border:1px
solid #ef910a;padding:25px
60px;font-family:Montserrat;font-size:24px;line-height:1;margin-top:20px;margin-bottom:0;text-decoration:none}body.design2 .bright_block.trial .block_contents2 > a:hover,
body.design2 .dark_block.trial .block_contents2>a:hover{background:#e19426}body.design2 .bright_block.tools
h2{margin:-15px 0 0 65px;clear:none;text-align:left;font-weight:normal}body.design2 .bright_block.tools p,
body.design2 .bright_block.tools
ul{margin-left:65px;line-height:25px;font-size:14px}body.design2 .bright_block.tools
.clear{margin:25px
0}body.design2 .dark_block.tools_clouds
h2{text-align:left;color:#707070;margin:0}body.design2 .dark_block.tools_clouds h2
img{margin:0
0 0 40px;vertical-align:middle}body.design2
.dark_block.tools_clouds{padding:30px
0}body.design2 .bright_block.clouds
h2{text-align:left}body.design2 .bright_block.clouds
h3{font-size:18px;font-weight:normal;margin-bottom:0}body.design2
.dark_block.clouds{padding:30px
0 20px}body.design2 .dark_block.clouds
.choose_cloud{margin:0;color:#707070;font-size:24px;font-weight:600}body.design2 .dark_block.clouds .choose_cloud
a{margin-left:30px;display:inline-block;padding:0
20px 10px;color:#282828;font-size:20px;font-weight:normal}body.design2 .dark_block.clouds .choose_cloud
a.active{border-bottom:4px solid #fdae3c}body.design2 .dark_block.clouds .choose_cloud
img{vertical-align:bottom}body.design2
.dark_block.big_slider{height:510px;background:url("/wp-content/themes/cloudyn/images/d2/top_bg.png");padding:0;position:relative}body.design2 .dark_block.big_slider
.slide{display:none;position:absolute;top:100px;left:0;right:0}body.design2 .dark_block.big_slider
.slide.active{display:block}body.design2 .dark_block.big_slider .slide
h2{font-size:48px;line-height:1;color:white;padding:0
200px}body.design2 .dark_block.big_slider .slide
h3{font-size:18px;font-weight:normal;color:white;text-align:center;padding:0
250px}body.design2 .dark_block.big_slider .slide
p{text-align:center}body.design2 .dark_block.big_slider .slide.image
h2{font-size:32px;font-family:Montserrat;line-height:42px;width:430px;font-weight:normal;text-align:left;padding:0}body.design2 .dark_block.big_slider .slide.image
h3{font-size:18px;font-weight:normal;width:350px;color:#0c7666;padding:0;text-align:left}body.design2 .dark_block.big_slider .slide.image
p{text-align:left}body.design2 .dark_block.big_slider .slide.image
img{position:absolute;right:200px;top:50px}body.design2 .dark_block.big_slider .slide p>a{color:white;display:inline-block;font-size:18px;line-height:1;padding:10px
17px;text-transform:uppercase;background:#fdae3c}body.design2 .dark_block.big_slider .slide p>a:hover{text-decoration:none;background:#e19426;color:white}body.design2 .dark_block.big_slider .slide p>a.transparent{background:transparent;border:1px
solid #046657}body.design2 .dark_block.big_slider .slide p>a.transparent:hover{background:#284d4a}body.design2 .dark_block.big_slider
.navigation{position:absolute;top:430px;left:0}body.design2 .dark_block.big_slider .navigation
a{display:inline-block;width:10px;height:10px;background:#0c7666;margin-right:10px}body.design2 .dark_block.big_slider .navigation
a.active{background:white}body.design2 footer[role="contentinfo"]{background:#1f1f20;font-size:14px;color:#727779;padding:50px
0 70px}body.design2 footer[role="contentinfo"] a{color:#727779;font-size:14px}body.design2 footer[role="contentinfo"] a:hover{text-decoration:none}body.design2 footer[role="contentinfo"] a[href]:hover{color:#1CB59E}body.design2 footer
.copyright{margin-top:50px;float:left}body.design2 footer
.studio{margin-top:50px;float:right;color:#47494b}body.design2 footer .menu-footer-container{margin-top:50px}body.design2 .nav-menu-bottom>li>a{color:white;font-size:14px;font-weight:600;text-transform:none}body.design2 .nav-menu-bottom>li{margin-right:30px}body.design2 .nav-menu-bottom>li>ul{margin-top:0}body.design2 footer
.social{text-align:left;background:url(/wp-content/themes/cloudyn/images/d2/footer_delimiter.png) no-repeat left top;padding-top:15px}body.design2 footer .social
a{width:23px;height:23px;background:url(/wp-content/themes/cloudyn/images/d2/social.png?2) no-repeat 0 -1px;margin-right:6px}body.design2 footer .social
a.facebook{background-position:0 -1px}body.design2 footer .social
a.linkedin{background-position:-29px -1px}body.design2 footer .social
a.gplus{background-position:-57px -1px}body.design2 footer .social
a.twitter{background-position:-86px -1px}body.design2 footer .social
a.rss{background-position:-114px -1px}body.design2 footer
h5{color:white;font-size:14px;margin-bottom:12px}body.design2 footer .signup_form
.hidden{display:none}body.design2 .signup_form
label{font-size:11px;margin:0}body.design2 .signup_form label.check,
body.design2 .signup_form .check
label{line-height:13px;margin-bottom:10px;padding-left:25px;background:url(/wp-content/themes/cloudyn/images/d2/checkboxes.png) no-repeat left 1px}body.design2 .signup_form label.check.on,
body.design2 .signup_form .check
label.on{background-position:0 -57px}body.design2 .signup_form input[type="checkbox"]{display:none}body.design2 .signup_form input[name="firstname"]{background-position:3px 6px !important}body.design2 .signup_form input[name="companyname"]{background-position:3px -35px !important}body.design2 .signup_form input[name="email"]{background-position:3px -76px !important}body.design2 .signup_form input[name="phone"]{background-position:3px -114px !important}body.design2 .signup_form input[name="password"]{background-position:3px -152px !important}body.design2 footer .signup_form input[name="firstname"]{background-position:3px -190px !important}body.design2 footer .signup_form input[name="companyname"]{background-position:3px -229px !important}body.design2 footer .signup_form input[name="email"]{background-position:3px -269px !important}body.design2 footer .signup_form input[name="phone"]{background-position:3px -308px !important}body.design2 footer .signup_form input[name="password"]{background-position:3px -346px !important}body.design2 .signup_form
input.error{border-color:#f41c24 !important;background-color:#ffdde1 !important;color:#f41c24 !important}body.design2 .signup_form
p.error{color:black;text-transform:uppercase;font-weight:bold;padding-left:25px;position:relative;min-height:25px;display:none;padding-top:4px;margin-bottom:5px}body.design2 .signup_form
p.error.visible{display:block}body.design2 .signup_form p.error.visible:before{content:"!";color:white;background:#f41c24;border-radius:10px;width:20px;height:20px;line-height:20px;text-align:center;position:absolute;left:0;top:0}body.design2 .signup_form input[type="submit"]{background:#fdae3c;border:1px
solid #fec777;color:white;height:40px;line-height:40px;font-size:18px;width:180px;border-radius:0;margin:3px
0}body.design2 .signup_form input[type="submit"]:hover{background:#e19426}body.design2 header .popup_form
.signup_form{background:#199784;padding:15px;width:250px;border:none;border-radius:0;color:white;position:absolute;left:50%;top:50%;margin-left:-125px;margin-top:-200px}body.design2 header .signup_form
h3{text-align:center;text-transform:uppercase;color:white;font-size:18px;font-weight:600}body.design2 header .signup_form
h5{text-align:center;font-size:12px;font-weight:normal;margin:-5px 0 5px}body.design2 header .signup_form
a{color:#3ccbb6}body.design2 header .signup_form p,
body.design2 footer .signup_form
p{font-size:12px;line-height:1.2}body.design2 header .signup_form p
a{font-size:12px}body.design2 header .signup_form input[type="text"],
body.design2 header .signup_form input[type="email"],
body.design2 header .signup_form input[type="password"]{background:white url(/wp-content/themes/cloudyn/images/d2/form_icons2.png) no-repeat 3px 6px;color:#5a5a5a;padding:5px
5px 5px 30px;margin:3px
0;width:160px;font-size:14px;border:2px
solid white}body.design2 header .signup_form input[type="submit"]{width:198px}body.design2 header .popup_form .signup_form input[type="text"],
body.design2 header .popup_form .signup_form input[type="email"],
body.design2 header .popup_form .signup_form input[type="password"]{width:210px}body.design2 header .popup_form .signup_form input[type="submit"]{width:248px}a.open_popup_form{color:white;font-size:18px;font-weight:600;text-align:center;text-transform:uppercase;background:#fdae3c;display:block;width:180px;position:absolute;top:30px;right:0;padding:12px}a.open_popup_form:hover{text-decoration:none;background:#e19426}.popup_form{background:none repeat scroll 0 0 rgba(0, 0, 0, 0.5);bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:100}.popup_form .signup_form
.close{position:absolute;top:-17px;right:-17px;width:35px;height:35px;background:url(/wp-content/themes/cloudyn/images/d2/close.png) no-repeat}body.design2 footer
.signup_form{background:#1f1f20;padding:15px;width:180px;border:1px
solid #414142;border-radius:0;color:white;bottom:0;top:auto}body.design2 footer .signup_form
h5{font-size:12px;font-weight:normal;margin:-5px 0 5px;text-align:center;color:#1cb59e}body.design2 footer .signup_form
h3{text-align:center;text-transform:uppercase;color:#1cb59e;font-size:18px;font-weight:600}body.design2 footer .signup_form
a{color:#3ccbb6;font-size:12px}body.design2 footer .signup_form input[type="text"],
body.design2 footer .signup_form input[type="email"],
body.design2 footer .signup_form input[type="password"]{background:#313131 url(/wp-content/themes/cloudyn/images/d2/form_icons2.png) no-repeat 3px 6px;color:#a9a9a9;padding:5px
5px 5px 30px;margin:3px
0;width:145px;font-size:14px;border:2px
solid #313131}body.design2 footer .signup_form
label.check{background-position:0 -119px}body.design2 footer .signup_form
label.check.on{background-position:0 -182px}body.design2 footer .signup_form
p.error{color:#f41c24}#lpButDivID-1350223301319{right:1em !important}body.design2 .entry-content .bright_block.tools_block h2,
body.design2 .entry-content .bright_block.tools_block h3,
body.design2 .entry-content .dark_block.tools_block h2,
body.design2 .entry-content .dark_block.tools_block
h3{clear:none;text-align:left;font-weight:normal;font-size:18px;margin:0
0 10px}body.design2 .entry-content .bright_block.tools_block h2,
body.design2 .entry-content .dark_block.tools_block
h2{text-transform:uppercase;font-family:Montserrat;margin-bottom:0}body.design2 .entry-content .bright_block.tools_block h3,
body.design2 .entry-content .dark_block.tools_block
h3{font-family:Open Sans;line-height:24px}body.design2 .entry-content .bright_block.tools_block li,
body.design2 .entry-content .dark_block.tools_block
li{list-style-type:square;margin:0
0 10px 15px;font-size:14px}.bright_block.tools_tabs
h1{font-size:32px;font-weight:normal;font-family:Montserrat;margin:0}.bright_block.tools_tabs
p{font-size:18px;width:550px}.bright_block.tools_tabs ul,
.bright_block.tools_tabs
li{list-style:none;margin:0;padding:0}.bright_block.tools_tabs
.top{position:absolute;left:0;top:-131px}.bright_block.tools_tabs .top
p{font-size:18px;color:#0c7666}.bright_block.tools_tabs
li{display:inline-block;margin-right:3px;vertical-align:top}.bright_block.tools_tabs li
a{display:block;border-radius:10px 10px 0 0;width:170px;height:50px;background:rgba(255,255,255,0.5) url(/wp-content/themes/cloudyn/images/tools_clouds.png?1) no-repeat;color:#0c7666;text-align:center;line-height:50px}.bright_block.tools_tabs li a:hover{text-decoration:none}.bright_block.tools_tabs li
a.active{background-color:white;color:black}.bright_block.tools_tabs li
a.amazon{background-position:-127px 5px}.bright_block.tools_tabs li
a.amazon.active{background-position:33px 5px}.bright_block.tools_tabs li
a.google{background-position:-127px -55px}.bright_block.tools_tabs li
a.google.active{background-position:35px -55px}.bright_block.tools_tabs li
a.multi{background-position:-120px -134px}.bright_block.tools_tabs li
a.multi.active{background-position:-120px -134px}.bright_block.tools_tabs li
a.openstack{background-position:-134px -185px}.bright_block.tools_tabs li
a.openstack.active{background-position:27px -185px}.bright_block.tools_tabs li
a.text{background-image:none}span.monitor{position:relative;float:right;background:url(/wp-content/themes/cloudyn/images/monitor.png) no-repeat;width:273px;height:194px;display:block;margin-left:20px}span.monitor:after{position:absolute;background:url(/wp-content/themes/cloudyn/images/monitor.png) no-repeat -224px -111px;width:40px;height:40px;display:block;content:"";right:8px;bottom:40px}span.monitor
img{width:258px;height:144px;margin:8px;border-radius:10px}body.design2 .entry-content .bright_block.multi
h2{clear:none;text-transform:uppercase;font-size:18px;text-align:left;font-family:Montserrat;font-weight:normal;margin-bottom:15px}body.design2 .entry-content .bright_block.multi h2
span{font-size:28px}body.design2 .entry-content .bright_block.multi
img.alignleft{margin-right:85px}body.design2 .entry-content .bright_block.multi
img.alignright{margin-left:85px}body.design2 .entry-content .bright_block.multi
a{color:#EF910A}body.design2
.popup{position:fixed;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,0.5);z-index:100;display:none}body.design2 .popup
.contents{margin:100px
auto;width:916px}#imageData{position:relative;padding:0}#jqlb_closelabel{display:none}#imageData
#imageDetails{display:none}#imageData
#bottomNavClose{position:absolute;top:-18px;right:-18px;padding:0;width:35px;height:36px;background:url(/wp-content/themes/cloudyn/images/lb_controls.png) no-repeat -105px 0;z-index:1}#prevLink,#nextLink,#prevLink:hover,#nextLink:hover{background:url(/wp-content/themes/cloudyn/images/lb_controls.png) no-repeat left center;width:50px;height:50px;position:absolute}#nextLink,#nextLink:hover{right:-70px;background-position:-50px center}#prevLink{left:-70px}.home_tools
table{border:none}.home_tools table
td{border:none;text-align:center;padding:2em}.home_tools table
p{font-size:14px}.home_tools table td
h3{font-size:18px;font-weight:normal;margin-bottom:5px}body.design2.page-template-page-templateslanding3-php .main-navigation,
body.design2.page-template-page-templateslanding4-php .main-navigation{right:220px;left:auto}img.circled{border-radius:50%}body.management h2,
body.management
h3{clear:none}body.management.design2 .entry-content
h2{text-align:left;color:#73d6c6;font-size:26px;font-weight:normal;margin-bottom:5px}body.management.design2 .entry-content
h3{color:#73d6c6;font-size:18px;font-weight:normal}body.management.design2 .entry-content
img.alignleft{margin-right:50px}body.management.design2 .entry-content
img.alignright{margin-left:50px}.usecase{float:left;background:#f9f9f9;width:430px;height:470px;padding:70px
20px 30px;position:relative;text-align:center;margin:110px
60px 0 0}.usecase:nth-child(even){margin-right:0}.usecase
.icon{position:absolute;width:110px;border-radius:50%;border:1px
solid #b8b8b8;top:-55px;left:50%;margin-left:-55px}body.design2 .entry-content .usecase
h2{font-size:26px;font-family:Montserrat;font-weight:normal;margin-bottom:5px}body.design2 .entry-content .usecase
h3{font-size:18px;font-weight:normal;margin-bottom:5px}body.design2 .entry-content .usecase
p{font-size:14px;line-height:1.5;padding:0
10px;text-align:justify}body.design2 .entry-content .usecase .slider
.navigation{font-family:mfg_labs_iconsetregular;border:none;font-size:30px;font-weight:normal;color:#c7c7c7;top:55px;display:none}body.design2 .entry-content .usecase .slider .navigation:hover{background:none}body.design2 .entry-content .usecase
.slider{bottom:30px;left:20px;position:absolute;right:20px;height:175px}body.design2 .entry-content .usecase .slider
.navigation.left{left:0}body.design2 .entry-content .usecase .slider
.navigation.right{right:0}body.design2 .entry-content .usecase .slider
img{border:2px
solid #c7c7c7}body.design2 .entry-content .usecase .slider div
a{display:inline-block;position:relative}body.design2 .entry-content .usecase .slider div a:after{background:url("/wp-content/themes/cloudyn/images/d2/zoom.png") no-repeat;bottom:8px;content:"";display:block;height:39px;position:absolute;right:1px;width:39px}body.design2 header .signup_form.beta h3,
body.design2 footer .signup_form.beta
h3{text-transform:none}body.design2 footer
.signup_form.beta{bottom:-50px;top:auto}body.design2 .signup_form.beta input[type="submit"]{padding:0}body.design2 .signup_form.beta span.wpcf7-not-valid-tip{color:black}body.design2 header
.signup_form.beta{background:#d93440}body.design2 .slide
.monitor{position:absolute;top:55px;right:215px;background-size:cover;width:370px;height:263px}body.design2 .slide .monitor:after{bottom:58px;right:10px}body.design2 .dark_block.big_slider .slide .monitor
img{position:relative;height:200px;margin:8px
10px;width:351px;right:0;top:0}body.page-id-4268 #menu-item-4188{display:none}body.page-id-4268.design2 .dark_block.big_slider:after{content:"";position:absolute;bottom:0;height:64px;left:0;right:0;background:url(/wp-content/themes/cloudyn/images/d2/aws_heading_bottom.png) repeat-x}body.page-id-4268.design2 .dark_block.big_slider
.slide{width:780px;top:30px}body.page-id-4268.design2 .dark_block.big_slider .slide
h2{padding:0;font-size:32px;line-height:1.2;font-weight:normal}body.page-id-4268.design2 .dark_block.big_slider .slide
h3{padding:0;font-size:20px;color:#0c7666}body.page-id-4268.design2 header
.signup_form{top:155px;background:rgba(255,255,255,0.2)}body.page-id-4268.design2 header .signup_form
a{color:#096456}body.page-id-4268.design2 header .signup_form
label{color:#5a5a5a}body.page-id-4268.design2 .slide
.monitor{top:150px;right:200px;width:396px;height:281px}body.page-id-4268.design2 .slide .monitor:before{content:"";position:absolute;bottom:-45px;height:45px;width:199px;left:104px;background:url(/wp-content/themes/cloudyn/images/d2/monitor_shadow.png) no-repeat}body.page-id-5459.design2 .dark_block.big_slider
.slide{width:780px;top:30px}body.page-id-5459.design2 .dark_block.big_slider .slide
h2{padding:0;font-size:32px;line-height:1.2;font-weight:normal;width:auto;text-align:center}body.page-id-5459.design2 .dark_block.big_slider .slide
h3{padding:0;font-size:20px;color:#0c7666;width:auto;text-align:center}body.page-id-5459.design2 header
.signup_form{top:155px;background:rgba(255,255,255,0.2)}body.page-id-5459.design2 header .signup_form
a{color:#096456}body.page-id-5459.design2 header .signup_form
label{color:#5a5a5a}body.page-id-5459.design2 .slide
.monitor{right:200px;top:150px}body.page-id-5459 #menu-item-4188,
body.page-id-5459 #menu-item-4190{display:none}body.page-template-page-templateslanding6-php #menu-item-4188{display:none}body.page-template-page-templateslanding6-php.design2
.dark_block.big_slider{height:504px}body.page-template-page-templateslanding6-php.design2 .dark_block.big_slider
.slide{width:780px;top:30px}body.page-template-page-templateslanding6-php.design2 .dark_block.big_slider .slide
h2{padding:0
0 0 40px;font-size:30.5px;line-height:1.2;font-weight:normal;margin-bottom:5px;text-shadow:0px 3px 0px black}body.page-template-page-templateslanding6-php.design2 .dark_block.big_slider .slide
h3{padding:0
0 0 40px;font-size:23px;color:white}body.page-template-page-templateslanding6-php.design2 .dark_block.big_slider .slide .monitor
img{width:376px;height:215px}body.page-template-page-templateslanding6-php.design2 header
.signup_form{top:115px;background:rgba(255,255,255,0.5)}body.page-template-page-templateslanding6-php.design2 header .signup_form
a{color:#03493e;font-weight:bold}body.page-template-page-templateslanding6-php.design2 header .signup_form label,
body.page-template-page-templateslanding6-php.design2 header .signup_form h3,
body.page-template-page-templateslanding6-php.design2 header .signup_form
h5{color:#03493e}body.page-template-page-templateslanding6-php.design2 .slide
.monitor{top:147px;right:170px;width:396px;height:281px}body.page-id-4406
.dark_block.big_slider{background:url(/wp-content/uploads/2014/07/header_devops1.jpg) no-repeat center top}body.page-id-4414
.dark_block.big_slider{background:url(/wp-content/uploads/2014/07/header_cfo.jpg) no-repeat center top}body.page-template-page-templateslanding6-php.design2.page-id-4414 .dark_block.big_slider .slide
h2{text-shadow:none;padding-left:40px;padding-top:0px}body.page-template-page-templateslanding6-php.design2.page-id-4414 .slide
.monitor{top:154px}body.page-id-4419
.dark_block.big_slider{background:url(/wp-content/uploads/2014/07/header_jump2.jpg) no-repeat center top}body.page-template-page-templateslanding6-php.design2.page-id-4419 .slide
.monitor{height:233px;right:170px;top:205px;width:328px}body.page-template-page-templateslanding6-php.design2.page-id-4419 .dark_block.big_slider .slide .monitor
img{height:176px;width:310px}body.design2.page-id-4419 .slide .monitor:after{bottom:49px;right:8px}body.page-template-page-templateslanding6-php.design2.page-id-4419 .dark_block.big_slider .slide
h2{margin-bottom:20px;padding-left:115px}body.page-template-page-templateslanding6-php.design2.page-id-4419 .dark_block.big_slider .slide
h3{font-size:18px;padding-left:115px}body.page-id-4510
.dark_block.big_slider{background:url(/wp-content/uploads/2014/07/header_gold.jpg) no-repeat center top}body.page-template-page-templateslanding6-php.design2.page-id-4510 .slide
.monitor{background:url(/wp-content/themes/cloudyn/images/d2/header_gold_monitor.png) no-repeat;width:343px;height:244px;right:142px;top:188px}body.page-template-page-templateslanding6-php.design2.page-id-4510 .dark_block.big_slider .slide .monitor
img{height:183px;width:323px}body.design2.page-id-4510 .slide .monitor:after{bottom:53px}body.page-template-page-templateslanding6-php.design2.page-id-4510 .dark_block.big_slider .slide
h2{font-size:28px;text-transform:uppercase;padding-left:145px}body.page-template-page-templateslanding6-php.design2.page-id-4510 .dark_block.big_slider .slide
h3{padding-left:145px;font-size:16px;text-transform:uppercase}body.page-template-page-templateslanding6-php.design2.page-id-4510 .dark_block.big_slider .slide
ul{color:white;padding-left:306px}body.page-template-page-templateslanding6-php.design2.page-id-4510 .dark_block.big_slider .slide
li{font-size:16px}body.page-id-4521
.dark_block.big_slider{background:url(/wp-content/uploads/2014/07/header_crystal.jpg) no-repeat center top}body.page-template-page-templateslanding6-php.design2.page-id-4521 .dark_block.big_slider .slide
h2{font-size:31px;padding-left:25px;text-align:left}body.page-template-page-templateslanding6-php.design2.page-id-4521 .dark_block.big_slider .slide
h3{padding-left:25px;font-size:18px;text-align:left}body.page-template-page-templateslanding6-php.design2.page-id-4521 .slide
.monitor{height:210px;left:10px;top:215px;width:296px}body.page-template-page-templateslanding6-php.design2.page-id-4521 .dark_block.big_slider .slide .monitor
img{height:161px;margin:6px
7px;width:282px}body.design2.page-id-4521 .slide .monitor:after{bottom:43px;right:7px}body.page-template-page-templateslanding6-php.design2.page-id-4521 header .signup_form h3, body.page-template-page-templateslanding6-php.design2.page-id-4521 header .signup_form h5,
body.page-template-page-templateslanding6-php.design2.page-id-4521 header .signup_form
a{color:#3defe1}body.page-template-page-templateslanding6-php.design2.page-id-4521 header .signup_form
label{color:white}body.page-id-4607.design2 .dark_block.big_slider .slide#s3
h2{width:500px}body.page-id-4607.design2 .slide#s3
.monitor{right:250px}body.page-id-5712 #menu-item-4188,
body.page-id-5712 #menu-item-4190{display:none}body.design2.page-template-page-templateslanding6-php header,
body.design2.page-template-page-templateslanding5-php header,
body.design2.page-template-page-templateslanding4-php header,
body.design2.page-template-page-templateslanding3-php
header{position:relative}div.header_whitepaper{position:absolute;right:15px;top:30px;width:175px;font-size:14px;color:#046657;line-height:1.2;text-align:center}div.header_whitepaper
a{display:block;background:#0c6b5c;color:#7eeede;text-align:center;padding:10px
0;margin-top:10px}body.blog.design2 footer
.signup_form{display:none}body.design2.page-id-460 .header2,
body.design2.single-press
.header2{height:130px}body.design2.single-press .entry-content{min-height:1300px}body.design2.fixed-header.page-template-page-templatesfront-page2-php
#main{margin-top:85px}body.design2 .header2 .block_contents .heading_text
h2{font-size:32px;font-family:Montserrat;line-height:42px;width:430px;font-weight:normal;text-align:left;padding:0;color:white;clear:none;margin-bottom:20px}body.design2 .header2 .block_contents .heading_text
h3{font-size:18px;font-weight:normal;width:350px;color:#0c7666;padding:0;text-align:left;clear:none;margin-bottom:20px;line-height:1.3}body.design2 .header2 .block_contents .heading_text
p{text-align:left}body.design2 .header2 .block_contents .heading_text p>a{color:white;background:#fdae3c;display:inline-block;font-size:18px;line-height:1;padding:10px
17px;text-transform:uppercase}body.design2 .header2 .block_contents .heading_text p>a:hover{text-decoration:none;background:#e19426;color:white}body.design2 .header2 .block_contents .heading_text
a{color:white}.price_quote_form{position:fixed;top:0;bottom:0;left:0;right:0;z-index:10000;background:rgba(0,0,0,0.5);display:none}.price_quote_form
.content{background:white;position:absolute;left:50%;margin-left:-325px;top:50%;margin-top:-200px;width:500px;padding:75px
100px}.price_quote_form .content
h3{font-size:28px;text-align:center;color:#178971;font-weight:600;text-transform:uppercase}.price_quote_form .content
h4{font-size:24px;text-align:center;color:#5a5a5a;font-weight:normal;line-height:1.2;margin:10px
0 40px}.price_quote_form input[type=text],
.price_quote_form input[type=email]{width:236px;background:#ececec;border:none;color:#444;font-size:16px;margin-bottom:10px}.price_quote_form input[type=text].wide{width:488px}.price_quote_form
.submit{font-size:20px !important;color:white !important;text-align:center;text-transform:uppercase;background:#fdae3c;display:block;padding:5px;border:1px
solid #ef910a;margin-top:10px}.price_quote_form
.close{display:block;position:absolute;top:20px;right:20px;width:20px;height:20px;background:url(/wp-content/themes/cloudyn/images/pricing_form_close.png)}.price_quote_form
.complete{position:absolute;top:50px;bottom:50px;left:100px;right:100px;font-size:26px;text-align:center;background:white;padding-top:100px;display:none}@font-face{font-family:'mfg_labs_iconsetregular';src:url('/wp-content/themes/cloudyn/fonts/mfglabsiconset-webfont.eot');src:url('/wp-content/themes/cloudyn/fonts/mfglabsiconset-webfont.eot?#iefix') format('embedded-opentype'),
url('/wp-content/themes/cloudyn/fonts/mfglabsiconset-webfont.woff') format('woff'),
url('/wp-content/themes/cloudyn/fonts/mfglabsiconset-webfont.ttf') format('truetype'),
url('/wp-content/themes/cloudyn/fonts/mfglabsiconset-webfont.svg#mfg_labs_iconsetregular') format('svg');font-weight:normal;font-style:normal}body.design2.page-id-5145
.header2{padding-bottom:0}body.design2.page-id-5145 .header2
img.alignright{margin:0}body.page-id-5145
span.monitor{background:url(/wp-content/themes/cloudyn/images/d2/big_monitor.png) no-repeat;background-size:100% auto;width:400px;height:380px}body.page-id-5145 span.monitor
img{border-radius:0;height:201px;left:20px;margin:0;position:absolute;top:19px;width:359px}body.page-id-5145
span.monitor.left{float:left;margin-right:20px;margin-left:0}body.page-id-5145 span.monitor::after{display:none}body.page-id-5145
hr{margin:40px
0;border:none;background:#e5e5e5;height:2px}.top_menu{position:absolute;top:0;right:0px;width:204px;height:42px;line-height:38px;text-align:center}.top_menu
a{color:#858a8a}.top_menu a:hover{color:#199784;text-decoration:none}body.page-id-4863
.tools_block{padding-bottom:5px}body.page-template-tools-page2 span.monitor,
body.page-id-4863
span.monitor{background:url(/wp-content/themes/cloudyn/images/d2/big_monitor.png) no-repeat;background-size:100% auto;width:300px;height:270px}body.page-template-tools-page2 span.monitor img,
body.page-id-4863 span.monitor
img{border-radius:0;height:151px;left:16px;margin:0;position:absolute;top:14px;width:267px}body.page-template-tools-page2 span.monitor::after,
body.page-id-4863 span.monitor::after,
body.design2 .dark_block.big_slider .slide .monitor:after{display:none}body.design2 .dark_block.big_slider .slide
.monitor{background:url(/wp-content/themes/cloudyn/images/d2/big_monitor.png) no-repeat;background-size:100% auto;width:380px;height:340px}body.design2 .dark_block.big_slider .slide .monitor
img{border-radius:0;height:190px;left:20px;margin:0;position:absolute;top:18px;width:340px}body.page-id-5390 .header2 .block_contents
h1{font-size:59px;color:#007b6b;text-transform:uppercase;width:auto;margin-top:30px}body.page-id-5390 .header2 h1
strong{color:white;display:inline-block;position:relative;margin-bottom:65px;margin-left:-5px}body.page-id-5390 .header2 h1 strong:after{content:'';position:absolute;bottom:-50px;left:5px;width:337px;height:45px;background:url(/wp-content/themes/cloudyn/images/d2/empower.png) no-repeat}body.page-id-5390 .header2
h3{font-size:28px;color:#f1f0ef;text-transform:uppercase}body.page-id-5390 .header2
h4{font-size:20px;font-weight:normal;color:white;line-height:1.5}body.page-id-5390 .header2
a{display:inline-block;font-size:18px;line-height:1;padding:10px
17px;text-transform:uppercase;background:#fdae3c;color:white;margin-top:10px}body.page-id-5390 .header2 a:hover{text-decoration:none;background:#e19426}body.page-id-5390
.bright_block.msp_1{background:url(/wp-content/themes/cloudyn/images/d2/grey_stripes_1.png) repeat left top;font-size:35px;line-height:48px;font-family:'Montserrat';color:#616161}body.page-id-5390 .bright_block.msp_1
strong{color:#fdae3c;font-weight:normal}body.page-id-5390
.bright_block.msp_2{background:#39cab5;color:white;padding-bottom:0;overflow:hidden}body.page-id-5390 .bright_block.msp_2
h2{color:white;float:left;font-size:25px;line-height:34px;text-align:left;text-transform:uppercase}body.page-id-5390 .bright_block.msp_2 h2
strong{color:#007b6b}body.page-id-5390 .bright_block.msp_2
p{font-size:16px;font-family:montserrat;line-height:25px;margin-left:490px}body.page-id-5390 .bright_block.msp_2 p
a{color:#007b6b}body.page-id-5390 .bright_block.msp_2
img{position:absolute;bottom:-60px;left:-100px}body.page-id-5390 .bright_block.msp_2 p:last-child{padding-bottom:25px}body.page-id-5390
.bright_block.msp_3{background:url(/wp-content/themes/cloudyn/images/d2/partners_middle.jpg) no-repeat center top;height:320px}body.page-id-5390 .bright_block.msp_3
h2{color:white;text-transform:uppercase;font-size:35px;margin-top:100px}body.page-id-5390 .bright_block.msp_3
a{display:block;margin:45px
auto;width:180px;padding:10px
0;background:#fdae3c;color:white;font-size:22px;text-align:center}body.page-id-5390 .bright_block.msp_3 a:hover{text-decoration:none;background:#e19426}body.page-id-5390
.bright_block.msp_4{color:#39cab5;padding-bottom:0}body.page-id-5390 .bright_block.msp_4
h2{float:left;font-size:25px;line-height:34px;text-align:left;text-transform:uppercase}body.page-id-5390 .bright_block.msp_4 h2
strong{color:#007b6b}body.page-id-5390 .bright_block.msp_4
p{font-size:16px;font-family:montserrat;line-height:25px;margin-left:490px}body.page-id-5390 .bright_block.msp_4 p
a{color:#007b6b}body.page-id-5390 .bright_block.msp_4
img{position:absolute;bottom:-50px;left:-65px}body.page-id-5390 .bright_block.msp_4
.block_contents2{min-height:450px}body.page-id-5390
.bright_block.msp_5{background:url(/wp-content/themes/cloudyn/images/d2/grey_stripes_2.png) repeat left top;position:relative}body.page-id-5390 .bright_block.msp_5
h2{font-size:35px;line-height:48px;font-family:'Montserrat';color:#505050;text-align:center;text-transform:uppercase;font-weight:normal;margin:50px
0 40px}body.page-id-5390 .bright_block.msp_5 h2
strong{font-weight:bold}body.page-id-5390 .bright_block.msp_5
a.show_msp_form{display:block;margin:0
auto 80px;width:180px;padding:10px
0;background:#fdae3c;color:white;font-size:22px;text-align:center}body.page-id-5390 .bright_block.msp_5 a.show_msp_form:hover{text-decoration:none;background:#e19426}body.page-id-5390 .bright_block.msp_5
h3{font-size:16px;color:#368f83}body.page-id-5390 .bright_block.msp_5:after{content:'';position:absolute;top:0;left:50%;margin-left:-27px;width:0;height:0;border-style:solid;border-width:30px 27.5px 0 27.5px;border-color:#fff transparent transparent transparent}body.page-id-5390
.hidden{display:none}.msp_form{position:fixed;top:0;bottom:0;left:0;right:0;z-index:10000;background:rgba(0,0,0,0.5);display:none}.msp_form
form{background:#edeff4;border-radius:10px;position:absolute;left:50%;margin-left:-355px;top:50%;margin-top:-380px;width:660px;padding:0
15px 15px;overflow:hidden;font-size:16px}.msp_form form
h2{font-size:28px;font-family:'open sans';font-weight:400;color:#006454;line-height:80px;background:white;margin:6px
-15px 10px;border-bottom:1px solid #ced4e3;text-align:left;padding:0
20px}.msp_form form h2:after{content:'';height:6px;position:absolute;top:0;left:0;right:0;background:url(/wp-content/themes/cloudyn/images/d2/top_bg.png) repeat-x}.msp_form form
h4{font-size:16px;font-weight:normal;color:#006454}.msp_form form h4
span{float:right;font-size:13px;color:#c10509}.msp_form
.half{width:310px;float:left}.msp_form
.half.last{margin-left:37px}.msp_form .half input[type=text],
.msp_form .half input[type=tel],
.msp_form .half input[type=email],
.msp_form .half textarea,
.msp_form .half
select{width:100%;border:1px
solid #99a3b7;border-radius:3px;padding:0.428571rem;font-size:16px;box-sizing:border-box}.msp_form .half
textarea{height:100px}.msp_form .half
label{margin:5px
0 0;display:block}.msp_form .half label
span{color:#c10509;font-size:14px}.msp_form .half
label.value{display:inline-block;width:48%;color:#006454}.msp_form
hr{clear:both;margin:15px
0;border:none;background:#ced4e3;height:1px}body.design2 footer[role="contentinfo"] .msp_form
a.submit{display:block;margin:0
auto;width:180px;padding:10px
0;background:#fdae3c;color:white;font-size:22px;text-align:center}body.design2 footer[role="contentinfo"] .msp_form a.submit:hover{text-decoration:none;background:#e19426}.msp_form
a.close{position:absolute;right:20px;top:40px;width:12px;height:12px;background:url(/wp-content/themes/cloudyn/images/d2/msp_x.png)}.msp_form
.complete{position:absolute;top:87px;bottom:0px;left:00px;right:00px;font-size:26px;text-align:center;background:white;padding-top:100px;display:none}.wpcf_popup_form{background:none repeat scroll 0 0 rgba(0, 0, 0, 0.5);bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:100}.wpcf_popup_form .wpcf7
.close{position:absolute;top:-17px;right:-17px;width:35px;height:35px;background:url(/wp-content/themes/cloudyn/images/d2/close.png) no-repeat}.wpcf_popup_form
.wpcf7{background:#199784;padding:15px;width:250px;border:none;border-radius:0;color:white;position:absolute;left:50%;top:50%;margin-left:-125px;margin-top:-200px;font-size:12px}.wpcf_popup_form .wpcf7
h3{text-align:center;text-transform:uppercase;color:white;font-size:18px;font-weight:600}.wpcf_popup_form .wpcf7
p{font-size:12px;line-height:1.2;margin:0
0 2px}.wpcf_popup_form .wpcf7 p
a{font-size:12px;color:#3ccbb6 !important}.wpcf_popup_form .wpcf7 input[type="text"],
.wpcf_popup_form .wpcf7 input[type="tel"],
.wpcf_popup_form .wpcf7 input[type="email"]{background:white url(/wp-content/themes/cloudyn/images/d2/form_icons2.png) no-repeat 3px 6px;color:#5a5a5a;padding:5px
5px 5px 30px;margin:3px
0;width:210px;font-size:14px;border:2px
solid white}.wpcf_popup_form .wpcf7 input[type="submit"]{width:248px}.wpcf_popup_form .wpcf7 input[name="name"]{background-position:3px 6px !important}.wpcf_popup_form .wpcf7 input[name="company"]{background-position:3px -35px !important}.wpcf_popup_form .wpcf7 input[name="email"]{background-position:3px -76px !important}.wpcf_popup_form .wpcf7 input[name="phone"]{background-position:3px -114px !important}.wpcf_popup_form .wpcf7 span.wpcf7-not-valid-tip{color:#900}.textwidget
.register_block{background:#00a78e;position:relative;margin:-13px;padding:40px
25px 25px}.textwidget .register_block:before{content:'';position:absolute;width:59px;height:59px;top:-30px;left:50%;margin-left:-30px;background:url(/wp-content/themes/cloudyn/images/d2/newsletter.png)}.textwidget .register_block
a{color:white !important;border:1px
solid white;font-size:18px;padding:10px
0;display:block;text-align:center}.textwidget .register_block a:focus,
.textwidget .register_block a:hover{background:#26b49f;text-decoration:none}@media only screen and (max-height: 768px){.msp_form
form{padding:0
20px 015px;width:583px;margin-top:-300px}.msp_form form
h2{font-size:22px;font-family:'open sans';font-weight:400;line-height:63px;margin:6px
-20px 10px;padding:0
20px}.msp_form
a.close{top:32px}.msp_form form
h4{font-size:16px;margin-bottom:2px}.msp_form
.half{width:280px}.msp_form
.half.last{margin-left:22px}.msp_form .half
label{margin:3px
0 0 0;font-size:15px}.msp_form .half input[type=text], .msp_form .half input[type=tel], .msp_form .half input[type=email], .msp_form .half textarea, .msp_form .half
select{font-size:12px;height:30px}.msp_form .half
textarea{height:86px}.msp_form
hr{margin:13px
0 4px 0}body.design2 footer[role="contentinfo"] .msp_form
a.submit{margin:11px
auto 0 auto}.msp_form
.complete{top:70px}}.flare-button{position:relative;display:block;height:40px;width:40px;-webkit-box-shadow:0 1px 4px 1px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 4px 1px rgba(0,0,0,0.1);box-shadow:0 1px 4px 1px rgba(0,0,0,0.1);-webkit-transition:border-radius 0.25s;-moz-transition:border-radius 0.25s;transition:border-radius 0.25s}.flare-button .flare-button-wrap{position:absolute;display:block;top:0;right:0;bottom:0;left:0;border:1px
solid rgba(0,0,0,0.2);-webkit-transition:border-radius 0.25s;-moz-transition:border-radius 0.25s;transition:border-radius 0.25s}.flare-horizontal .flare-button .flare-button-wrap{-webkit-box-shadow:0 1px 2px 1px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 2px 1px rgba(0,0,0,0.1);box-shadow:0 1px 2px 1px rgba(0,0,0,0.1)}.flare-button.flare-iconstyle-round-flat-nostroke .flare-button-wrap,
.flare-button.flare-iconstyle-rounded-square-flat-nostroke .flare-button-wrap,
.flare-button.flare-iconstyle-square-flat-nostroke .flare-button-wrap{border:none;top:1px;right:1px;bottom:1px;left:1px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.flare-button .flare-button-icon{position:absolute;display:block;top:0;right:0;bottom:0;left:0;text-indent:-999em;text-align:left;background:url('/wp-content/plugins/flare/images/sprite-social-icons-1.2.4.png')}.flare-button.button-type-twitter .flare-button-icon{background-position:0 0}.flare-button.flare-iconstyle-square-flat-nostroke.button-type-twitter .flare-button-icon,
.flare-button.flare-iconstyle-rounded-square-flat-nostroke.button-type-twitter .flare-button-icon{background-position:0 0}.flare-button.flare-iconstyle-round-flat.button-type-twitter .flare-button-icon,
.flare-button.flare-iconstyle-round-bevel.button-type-twitter .flare-button-icon{background-position:-42px 0}.flare-button.flare-iconstyle-round-flat-nostroke.button-type-twitter .flare-button-icon{background-position:-42px 0}.flare-button.button-type-facebook .flare-button-icon{background-position:0 -40px}.flare-button.flare-iconstyle-square-flat-nostroke.button-type-facebook .flare-button-icon,
.flare-button.flare-iconstyle-rounded-square-flat-nostroke.button-type-facebook .flare-button-icon{background-position:0 -40px}.flare-button.flare-iconstyle-round-flat.button-type-facebook .flare-button-icon,
.flare-button.flare-iconstyle-round-bevel.button-type-facebook .flare-button-icon{background-position:-42px -40px}.flare-button.flare-iconstyle-round-flat-nostroke.button-type-facebook .flare-button-icon{background-position:-42px -40px}.flare-button.button-type-pinterest .flare-button-icon{background-position:0 -80px}.flare-button.flare-iconstyle-square-flat-nostroke.button-type-pinterest .flare-button-icon,
.flare-button.flare-iconstyle-rounded-square-flat-nostroke.button-type-pinterest .flare-button-icon{background-position:0 -80px}.flare-button.flare-iconstyle-round-flat.button-type-pinterest .flare-button-icon,
.flare-button.flare-iconstyle-round-bevel.button-type-pinterest .flare-button-icon{background-position:-42px -80px}.flare-button.flare-iconstyle-round-flat-nostroke.button-type-pinterest .flare-button-icon{background-position:-42px -80px}.flare-button.button-type-reddit .flare-button-icon{background-position:0 -120px}.flare-button.flare-iconstyle-square-flat-nostroke.button-type-reddit .flare-button-icon,
.flare-button.flare-iconstyle-rounded-square-flat-nostroke.button-type-reddit .flare-button-icon{background-position:0 -120px}.flare-button.flare-iconstyle-round-flat.button-type-reddit .flare-button-icon,
.flare-button.flare-iconstyle-round-bevel.button-type-reddit .flare-button-icon{background-position:-42px -120px}.flare-button.flare-iconstyle-round-flat-nostroke.button-type-reddit .flare-button-icon{background-position:-42px -120px}.flare-button.button-type-email .flare-button-icon{background-position:0 -160px}.flare-button.flare-iconstyle-square-flat-nostroke.button-type-email .flare-button-icon,
.flare-button.flare-iconstyle-rounded-square-flat-nostroke.button-type-email .flare-button-icon{background-position:1px -159px}.flare-button.flare-iconstyle-round-flat.button-type-email .flare-button-icon,
.flare-button.flare-iconstyle-round-bevel.button-type-email .flare-button-icon{background-position:-42px -160px}.flare-button.flare-iconstyle-round-flat-nostroke.button-type-email .flare-button-icon{background-position:-41px -159px}.flare-button.button-type-stumbleupon .flare-button-icon{background-position:-1px -200px}.flare-button.flare-iconstyle-square-flat-nostroke.button-type-stumbleupon .flare-button-icon,
.flare-button.flare-iconstyle-rounded-square-flat-nostroke.button-type-stumbleupon .flare-button-icon{background-position:0 -200px}.flare-button.flare-iconstyle-round-flat.button-type-stumbleupon .flare-button-icon,
.flare-button.flare-iconstyle-round-bevel.button-type-stumbleupon .flare-button-icon{background-position:-42px -200px}.flare-button.flare-iconstyle-round-flat-nostroke.button-type-stumbleupon .flare-button-icon{background-position:-42px -200px}.flare-button.button-type-googleplus .flare-button-icon{background-position:-1px -240px}.flare-button.flare-iconstyle-square-flat-nostroke.button-type-googleplus .flare-button-icon,
.flare-button.flare-iconstyle-rounded-square-flat-nostroke.button-type-googleplus .flare-button-icon{background-position:0 -240px}.flare-button.flare-iconstyle-round-flat.button-type-googleplus .flare-button-icon,
.flare-button.flare-iconstyle-round-bevel.button-type-googleplus .flare-button-icon{background-position:-43px -240px}.flare-button.flare-iconstyle-round-flat-nostroke.button-type-googleplus .flare-button-icon{background-position:-42px -240px}.flare-button.button-type-rss .flare-button-icon{background-position:-1px -289px}.flare-button.flare-iconstyle-square-flat-nostroke.button-type-rss .flare-button-icon,
.flare-button.flare-iconstyle-rounded-square-flat-nostroke.button-type-rss .flare-button-icon{background-position:0 -288px}.flare-button.flare-iconstyle-round-flat.button-type-rss .flare-button-icon,
.flare-button.flare-iconstyle-round-bevel.button-type-rss .flare-button-icon{background-position:-39px -289px}.flare-button.flare-iconstyle-round-flat-nostroke.button-type-rss .flare-button-icon{background-position:-39px -289px}.flare-button.button-type-linkedin .flare-button-icon{background-position:0 -331px}.flare-button.flare-iconstyle-square-flat-nostroke.button-type-linkedin .flare-button-icon,
.flare-button.flare-iconstyle-rounded-square-flat-nostroke.button-type-linkedin .flare-button-icon{background-position:0 -330px}.flare-button.flare-iconstyle-round-flat.button-type-linkedin .flare-button-icon,
.flare-button.flare-iconstyle-round-bevel.button-type-linkedin .flare-button-icon{background-position:-39px -331px}.flare-button.flare-iconstyle-round-flat-nostroke.button-type-linkedin .flare-button-icon{background-position:-39px -331px}.flare-button.button-type-buffer .flare-button-icon{background-position:0 -364px}.flare-button.flare-iconstyle-square-flat-nostroke.button-type-buffer .flare-button-icon,
.flare-button.flare-iconstyle-rounded-square-flat-nostroke.button-type-buffer .flare-button-icon{background-position:0 -364px}.flare-button.flare-iconstyle-round-flat.button-type-buffer .flare-button-icon,
.flare-button.flare-iconstyle-round-bevel.button-type-buffer .flare-button-icon{background-position:-41px -364px}.flare-button.flare-iconstyle-round-flat-nostroke.button-type-buffer .flare-button-icon{background-position:-41px -364px}.flare-button.button-type-filament .flare-button-icon{background-position:0 -404px}.flare-button.flare-iconstyle-square-flat-nostroke.button-type-filament .flare-button-icon,
.flare-button.flare-iconstyle-rounded-square-flat-nostroke.button-type-filament .flare-button-icon{background-position:0 -404px}.flare-button.flare-iconstyle-round-flat.button-type-filament .flare-button-icon,
.flare-button.flare-iconstyle-round-bevel.button-type-filament .flare-button-icon{background-position:-41px -404px}.flare-button.flare-iconstyle-round-flat-nostroke.button-type-filament .flare-button-icon{background-position:-41px -404px}.flare-button.button-type-soundcloud .flare-button-icon{background-position:0 -444px}.flare-button.flare-iconstyle-square-flat-nostroke.button-type-soundcloud .flare-button-icon,
.flare-button.flare-iconstyle-rounded-square-flat-nostroke.button-type-soundcloud .flare-button-icon{background-position:0 -444px}.flare-button.flare-iconstyle-round-flat.button-type-soundcloud .flare-button-icon,
.flare-button.flare-iconstyle-round-bevel.button-type-soundcloud .flare-button-icon{background-position:-41px -444px}.flare-button.flare-iconstyle-round-flat-nostroke.button-type-soundcloud .flare-button-icon{background-position:-41px -444px}.flare-button.button-type-github .flare-button-icon{background-position:0 -484px}.flare-button.flare-iconstyle-square-flat-nostroke.button-type-github .flare-button-icon,
.flare-button.flare-iconstyle-rounded-square-flat-nostroke.button-type-github .flare-button-icon{background-position:0 -484px}.flare-button.flare-iconstyle-round-flat.button-type-github .flare-button-icon,
.flare-button.flare-iconstyle-round-bevel.button-type-github .flare-button-icon{background-position:-41px -484px}.flare-button.flare-iconstyle-round-flat-nostroke.button-type-github .flare-button-icon{background-position:-41px -484px}body .flare-vertical .flare-button.last.button-type-filament{margin-bottom:10px}.flare-button.flare-iconstyle-square-flat,
.flare-button.flare-iconstyle-square-flat .flare-button-wrap,
.flare-button.flare-iconstyle-square-flat-nostroke,
.flare-button.flare-iconstyle-square-flat-nostroke .flare-button-wrap,
.flare-button.flare-iconstyle-square-bevel,
.flare-button.flare-iconstyle-square-bevel .flare-button-wrap,
.flare-button.flare-iconstyle-square-bevel .flare-button-wrap .flare-button-icon{border-radius:0}.flare-button.flare-iconstyle-rounded-square-flat,
.flare-button.flare-iconstyle-rounded-square-flat .flare-button-wrap,
.flare-button.flare-iconstyle-rounded-square-flat .flare-button-wrap .flare-button-icon,
.flare-button.flare-iconstyle-rounded-square-flat-nostroke,
.flare-button.flare-iconstyle-rounded-square-flat-nostroke .flare-button-wrap,
.flare-button.flare-iconstyle-rounded-square-flat-nostroke .flare-button-wrap .flare-button-icon,
.flare-button.flare-iconstyle-rounded-square-bevel,
.flare-button.flare-iconstyle-rounded-square-bevel .flare-button-wrap,
.flare-button.flare-iconstyle-rounded-square-bevel .flare-button-wrap .flare-button-icon{border-radius:5px}.flare-button.flare-iconstyle-round-flat,
.flare-button.flare-iconstyle-round-flat .flare-button-wrap,
.flare-button.flare-iconstyle-round-flat .flare-button-wrap .flare-button-icon,
.flare-button.flare-iconstyle-round-flat-nostroke,
.flare-button.flare-iconstyle-round-flat-nostroke .flare-button-wrap,
.flare-button.flare-iconstyle-round-flat-nostroke .flare-button-wrap .flare-button-icon,
.flare-button.flare-iconstyle-round-bevel,
.flare-button.flare-iconstyle-round-bevel .flare-button-wrap,
.flare-button.flare-iconstyle-round-bevel .flare-button-wrap .flare-button-icon{border-radius:32px}.flare-button.flare-iconstyle-square-bevel .flare-button-wrap,
.flare-button.flare-iconstyle-rounded-square-bevel .flare-button-wrap,
.flare-button.flare-iconstyle-round-bevel .flare-button-wrap{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);background:-moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(0,0,0,0.15) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.15)));background:-webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(0,0,0,0.15) 100%);background:-o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(0,0,0,0.15) 100%);background:-ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(0,0,0,0.15) 100%);background:linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(0,0,0,0.15) 100%)}.flare-horizontal .flare-button .flare-button-icon{background-image:url('/wp-content/plugins/flare/images/sprite-social-icons-horizontal-1.2.4.png')}.flare-horizontal .flare-button.button-type-twitter .flare-button-icon{background-position:-3px 0}.flare-horizontal .flare-button.button-type-facebook .flare-button-icon{background-position:-33px 0}.flare-horizontal .flare-button.button-type-pinterest .flare-button-icon{background-position:-63px 0}.flare-horizontal .flare-button.button-type-googleplus .flare-button-icon{background-position:-93px 0}.flare-horizontal .flare-button.button-type-stumbleupon .flare-button-icon{background-position:-123px 0}.flare-horizontal .flare-button.button-type-reddit .flare-button-icon{background-position:-153px 0}.flare-horizontal .flare-button.button-type-email .flare-button-icon{background-position:-183px 0}.flare-horizontal .flare-button.button-type-linkedin .flare-button-icon{background-position:-238px 0}.flare-horizontal .flare-button.button-type-buffer .flare-button-icon{background-position:-263px 0}.flare-horizontal .flare-button.button-type-filament .flare-button-icon{background-position:-213px 0}.flare-vertical .flare-button-count{position:relative;display:block;z-index:100;margin-top:5px;margin-bottom:5px;text-align:center;color:#555;font:bold 12px/20px sans-serif}.flare-vertical.enablehumbleflare .flare-button-count{height:0;overflow:hidden;opacity:0;-ms-transition:height 0.5s ease-in-out, opacity 0.5s;-moz-transition:height 0.5s ease-in-out, opacity 0.5s;-o-transition:height 0.5s ease-in-out, opacity 0.5s;-webkit-transition:height 0.5s ease-in-out, opacity 0.5s;transition:height 0.5s ease-in-out, opacity 0.5s}.flare-vertical.enablehumbleflare.countloaded .flare-button-count{height:20px;opacity:1}.flare-vertical.flare-backgroundcolor-dark .flare-button .flare-button-count{color:#ccc}.flare-vertical.flare-backgroundcolor-none .flare-button .flare-button-count{color:#ccc}.flare-horizontal .flare-button-count{position:absolute;bottom:15px;width:24px;left:-999em;display:block;text-align:center;font:normal 10px/1px sans-serif;color:#222;text-shadow:0 0 1px #fff;-ms-transition:opacity 0.5s;-moz-transition:opacity 0.5s;-o-transition:opacity 0.5s;-webkit-transition:opacity 0.5s;transition:opacity 0.5s}.flare-horizontal.flare-position-bottom .flare-button-count,
.flare-horizontal.flare-position-bottom-left .flare-button-count{bottom:5px}.flare-horizontal.enablehumbleflare .flare-button-count{opacity:0}.flare-horizontal.countloaded .flare-button-count{opacity:1}.flare-flyout{position:absolute;z-index:10;margin-bottom:-72px;margin-top:-15px;width:0;height:82px;overflow:hidden}.flare-flyout:before,.flare-flyout:after{content:"";display:table}.flare-flyout:after{clear:both}.flare-flyout{*zoom:1}.flare-flyout.hover,.flare-flyout:hover{width:98px}.flare-horizontal .flare-flyout{width:145px;height:0;min-width:0;padding:6px
0 0 6px;bottom:30px;margin-left:-6px;overflow:hidden}.flare-horizontal.enablecounters .flare-flyout{bottom:40px;margin-bottom:0}.flare-horizontal .flare-flyout.hover,
.flare-horizontal .flare-flyout:hover{height:57px}.flare-left .flare-flyout{padding:10px
0 0 63px;left:0}.flare-right .flare-flyout{padding:10px
52px 10px 10px;right:0}.flare-flyout .flare-flyout-inner{position:relative;display:none;padding:10px;margin:0
0 6px;line-height:1px;background:#fff;border-radius:4px;-webkit-box-shadow:0 1px 6px 1px rgba(0,0,0,0.3);-moz-box-shadow:0 1px 6px 1px rgba(0,0,0,0.3);box-shadow:0 1px 6px 1px rgba(0,0,0,0.3);width:55px;height:60px}.flare-horizontal .flare-flyout .flare-flyout-inner{width:120px;height:15px}.flare-flyout.hover .flare-flyout-inner,
.flare-flyout:hover .flare-flyout-inner{display:block}.flare-flyout .flare-flyout-inner
iframe{display:block;max-width:1000px}.flare-left .flare-flyout .flare-arrow,
.flare-right .flare-flyout .flare-arrow{position:absolute;display:block;top:15px;width:11px;height:17px}.flare-left .flare-flyout .flare-arrow{left:-11px;background:url('/wp-content/plugins/flare/images/flyout-arrow-left.png')}.flare-right .flare-flyout .flare-arrow{right:-11px;background:url('/wp-content/plugins/flare/images/flyout-arrow-right.png')}.flare-horizontal .flare-flyout .flare-arrow{position:absolute;display:block;width:13px;height:11px;bottom:-11px;left:7px;background:url('/wp-content/plugins/flare/images/flyout-arrow-horizontal.png') center top no-repeat}.flare-flyout .flare-iframe-wrapper{position:absolute;top:18px;left:70px;width:60px;min-height:60px;text-align:center;line-height:60px}.flare-right .flare-flyout .flare-iframe-wrapper{left:auto;right:84px;top:18px}.flare-horizontal .flare-flyout .flare-iframe-wrapper{top:12px;width:105px;bottom:10px;left:16px;text-align:left;min-height:15px;line-height:15px}.flare-vertical .flare-flyout.flare-flyout-pinterest .flare-iframe-wrapper,
.flare-right .flare-flyout.flare-flyout-pinterest .flare-iframe-wrapper{top:35px}.flare-flyout.flare-flyout-email .flare-iframe-wrapper{position:absolute;display:block;top:20px;left:12px;width:40px;height:40px;overflow:hidden}.flare-horizontal .flare-flyout.flare-flyout-email{height:24px;width:24px;bottom:17px;margin-left:0}.flare-horizontal .flare-flyout.flare-flyout-email .flare-iframe-wrapper{top:0;left:0;width:100%;height:100%}.flare-flyout.flare-flyout-email .flare-iframe-wrapper
a{position:absolute;display:inline-block;top:0;right:0;bottom:0;left:0;text-indent:-999em}.flare-flyout.flare-flyout-email.hover,.flare-flyout.flare-flyout-email:hover{width:0}.flare-horizontal .flare-flyout.flare-flyout-email.hover,
.flare-horizontal .flare-flyout.flare-flyout-email:hover{width:24px}.flare-flyout.flare-flyout-email.hover .flare-flyout-inner,
.flare-flyout.flare-flyout-email:hover .flare-flyout-inner{display:none}.flare-flyout.flare-flyout-filament .flare-flyout-inner,
.flare-flyout.flare-flyout-filament .flare-iframe-wrapper{width:65px}.flare-flyout.flare-flyout-filament .flare-iframe-wrapper{top:17px;left:73px}.flare-flyout.flare-flyout-filament .flare-iframe-wrapper
a{position:relative;display:block;line-height:25px;font-size:10px;text-decoration:none;color:#9848b5;font-family:sans-serif;-ms-transition:color 350ms ease-in-out;-moz-transition:color 350ms ease-in-out;-o-transition:color 350ms ease-in-out;-webkit-transition:color 350ms ease-in-out;transition:color 350ms ease-in-out}.flare-flyout.flare-flyout-filament .flare-iframe-wrapper a:hover{color:#ae53cf}.flare-flyout.flare-flyout-filament .flare-iframe-wrapper a:active{color:#833e9c}.flare-flyout.flare-flyout-filament .flare-iframe-wrapper a
strong{position:relative;text-transform:uppercase;margin-bottom:2px;font-size:12px}.flare-vertical .flare-flyout.flare-flyout-filament .flare-iframe-wrapper
a{line-height:15px}.flare-vertical .flare-flyout.flare-flyout-filament .flare-iframe-wrapper a
strong{font-size:12px;line-height:12px}.flare-flyout.flare-flyout-filament .flare-iframe-wrapper a
span{position:relative;display:inline-block;width:100%;height:25px;line-height:23px;margin-top:4px;color:#fff;background-color:#9848b5;border-radius:3px;-ms-transition:background-color 350ms ease-in-out;-moz-transition:background-color 350ms ease-in-out;-o-transition:background-color 350ms ease-in-out;-webkit-transition:background-color 350ms ease-in-out;transition:background-color 350ms ease-in-out}.flare-flyout.flare-flyout-filament .flare-iframe-wrapper a:hover
span{background-color:#ae53cf}.flare-flyout.flare-flyout-filament .flare-iframe-wrapper a:active
span{background-color:#833e9c}.flare-horizontal .flare-flyout.flare-flyout-filament .flare-flyout-inner{width:100px}.flare-horizontal .flare-flyout.flare-flyout-filament .flare-iframe-wrapper{top:11px;left:13px;width:105px}.flare-horizontal .flare-flyout.flare-flyout-filament .flare-iframe-wrapper a
span{position:absolute;display:block;overflow:hidden;top:0;right:0;width:9px;height:0px;padding-top:19px;line-height:0;margin-top:4px;border-radius:0;background-color:transparent;background-position:0 0;background-repeat:no-repeat;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAPCAYAAAA2yOUNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4QjhCOEFFMURBRDUxMUUyOEUzOUFCQjBBQjg2MDQ3RiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4QjhCOEFFMkRBRDUxMUUyOEUzOUFCQjBBQjg2MDQ3RiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjhCOEI4QURGREFENTExRTI4RTM5QUJCMEFCODYwNDdGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjhCOEI4QUUwREFENTExRTI4RTM5QUJCMEFCODYwNDdGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+cPB3sQAAAMZJREFUeNp00bEOAUEQxvF1OXodUYlGoVWIRCVRKNR0hKfxBEJ3lTiNEpVE4QVEq1DqVE7Cf5Ip1jiT/JLL5budvZlMFEWO6qGIGd7OVIgqYn2uY2yDAS4Y4IkRFvr+KyS1QhcPDc79oP/FHm3cbTAwdzyhhZvfOnS/dUYTWwzlJwKXXlcdSyIn/gsVsERWxpPWrowdKljLeOxJNRw1IAPuS0s/1MBB1xPrgBN/BB1tkbcBf3cb5LwWL7tg2d0EJUxtQOojwAD3wSqbXkaAEwAAAABJRU5ErkJggg==')}.flare-vertical .flare-button{display:block;clear:both;float:none}.flare-horizontal,.flare-follow{position:relative;width:100%;clear:both;text-align:right;min-height:40px}.flare-follow{min-height:0}.flare-horizontal.enabletotal{min-height:60px}.flare-horizontal.flare-hidden{width:0 !important;min-height:0 !important;height:0 !important;overflow:hidden;visibility:hidden;padding-bottom:0 !important}.flare-horizontal.flare-position-top-left,.flare-horizontal.flare-position-bottom-left{text-align:left}.flare-horizontal.enablecounters{padding-bottom:10px}.flare-horizontal.enablecounters.flare-position-bottom,.flare-horizontal.enablecounters.flare-position-bottom-left{padding-bottom:0;padding-top:10px}.flare-horizontal:before,.flare-horizontal:after,.flare-follow:before,.flare-follow:after{content:"";display:table}.flare-horizontal:after,.flare-follow:after{clear:both}.flare-horizontal,.flare-follow{*zoom:1}.flare-horizontal .flare-button{position:relative;display:inline-block;width:24px;height:24px;margin-right:2px}.flare-vertical{position:fixed;overflow:visible;z-index:100;top:40px;display:block;padding:10px;border-radius:4px;width:40px;-moz-opacity:0;-webkit-opacity:0;opacity:0;filter:Alpha(opacity=0);-ms-filter:'Alpha(opacity=0)'}.flare-vertical.flare-closed{display:none !important}@media (max-width: 767px){.flare-vertical{display:none}}.flare-vertical.flare-backgroundcolor-none{background:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.flare-vertical.flare-backgroundcolor-light{background:#fff;-webkit-box-shadow:0 1px 4px 1px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 4px 1px rgba(0,0,0,0.1);box-shadow:0 1px 4px 1px rgba(0,0,0,0.1)}.flare-vertical.flare-backgroundcolor-dark{border:1px
solid #2c2c2c;background:#222;-webkit-box-shadow:0 1px 4px 1px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 4px 1px rgba(0,0,0,0.1);box-shadow:0 1px 4px 1px rgba(0,0,0,0.1)}.flare-vertical .flare-button{margin:0}.flare-vertical.enablecounters .flare-button{margin:0}.flare-vertical .flare-button.last,
.flare-vertical.enablecounters .flare-button.last{margin:0}.flare-follow{text-align:left}.flare-follow .flare-button{position:relative;display:block;float:left}.flare-follow .flare-button .flare-button-icon{background-image:url('/wp-content/plugins/flare/images/sprite-follow-icons-1.2.4.png')}.flare-follow .flare-button.flare-iconsize-16{width:16px;height:16px}.flare-follow .flare-button.flare-iconsize-18{width:18px;height:18px}.flare-follow .flare-button.flare-iconsize-24{width:24px;height:24px}.flare-follow .flare-button.flare-iconsize-32{width:32px;height:32px}.flare-follow .flare-button.flare-iconsize-40{width:40px;height:40px}.flare-follow .flare-button.flare-iconsize-48{width:48px;height:48px}.flare-follow .flare-button.flare-iconsize-64{width:64px;height:64px}.flare-follow .flare-button.flare-iconsize-16.button-type-twitter .flare-button-icon{background-position:16px 0}.flare-follow .flare-button.flare-iconsize-16.button-type-facebook .flare-button-icon{background-position:16px -16px}.flare-follow .flare-button.flare-iconsize-16.button-type-pinterest .flare-button-icon{background-position:16px -32px}.flare-follow .flare-button.flare-iconsize-16.button-type-googleplus .flare-button-icon{background-position:16px -48px}.flare-follow .flare-button.flare-iconsize-16.button-type-rss .flare-button-icon{background-position:16px -82px}.flare-follow .flare-button.flare-iconsize-16.button-type-soundcloud .flare-button-icon{background-position:16px -98px}.flare-follow .flare-button.flare-iconsize-16.button-type-github .flare-button-icon{background-position:16px -114px}.flare-follow .flare-button.flare-iconsize-18.button-type-twitter .flare-button-icon{background-position:34px 0}.flare-follow .flare-button.flare-iconsize-18.button-type-facebook .flare-button-icon{background-position:34px -18px}.flare-follow .flare-button.flare-iconsize-18.button-type-pinterest .flare-button-icon{background-position:34px -36px}.flare-follow .flare-button.flare-iconsize-18.button-type-googleplus .flare-button-icon{background-position:34px -54px}.flare-follow .flare-button.flare-iconsize-18.button-type-rss .flare-button-icon{background-position:34px -90px}.flare-follow .flare-button.flare-iconsize-18.button-type-soundcloud .flare-button-icon{background-position:34px -108px}.flare-follow .flare-button.flare-iconsize-18.button-type-github .flare-button-icon{background-position:34px -126px}.flare-follow .flare-button.flare-iconsize-24.button-type-twitter .flare-button-icon{background-position:58px 0}.flare-follow .flare-button.flare-iconsize-24.button-type-facebook .flare-button-icon{background-position:58px -24px}.flare-follow .flare-button.flare-iconsize-24.button-type-pinterest .flare-button-icon{background-position:58px -48px}.flare-follow .flare-button.flare-iconsize-24.button-type-googleplus .flare-button-icon{background-position:58px -72px}.flare-follow .flare-button.flare-iconsize-24.button-type-rss .flare-button-icon{background-position:58px -120px}.flare-follow .flare-button.flare-iconsize-24.button-type-soundcloud .flare-button-icon{background-position:58px -144px}.flare-follow .flare-button.flare-iconsize-24.button-type-github .flare-button-icon{background-position:58px -168px}.flare-follow .flare-button.flare-iconsize-32.button-type-twitter .flare-button-icon{background-position:90px 0}.flare-follow .flare-button.flare-iconsize-32.button-type-facebook .flare-button-icon{background-position:90px -32px}.flare-follow .flare-button.flare-iconsize-32.button-type-pinterest .flare-button-icon{background-position:90px -64px}.flare-follow .flare-button.flare-iconsize-32.button-type-googleplus .flare-button-icon{background-position:90px -96px}.flare-follow .flare-button.flare-iconsize-32.button-type-rss .flare-button-icon{background-position:90px -160px}.flare-follow .flare-button.flare-iconsize-32.button-type-soundcloud .flare-button-icon{background-position:90px -192px}.flare-follow .flare-button.flare-iconsize-32.button-type-github .flare-button-icon{background-position:90px -224px}.flare-follow .flare-button.flare-iconsize-40.button-type-twitter .flare-button-icon{background-position:130px 0}.flare-follow .flare-button.flare-iconsize-40.button-type-facebook .flare-button-icon{background-position:130px -40px}.flare-follow .flare-button.flare-iconsize-40.button-type-pinterest .flare-button-icon{background-position:130px -80px}.flare-follow .flare-button.flare-iconsize-40.button-type-googleplus .flare-button-icon{background-position:130px -120px}.flare-follow .flare-button.flare-iconsize-40.button-type-rss .flare-button-icon{background-position:130px -200px}.flare-follow .flare-button.flare-iconsize-40.button-type-soundcloud .flare-button-icon{background-position:130px -240px}.flare-follow .flare-button.flare-iconsize-40.button-type-github .flare-button-icon{background-position:130px -280px}.flare-follow .flare-button.flare-iconsize-48.button-type-twitter .flare-button-icon{background-position:178px 0}.flare-follow .flare-button.flare-iconsize-48.button-type-facebook .flare-button-icon{background-position:178px -48px}.flare-follow .flare-button.flare-iconsize-48.button-type-pinterest .flare-button-icon{background-position:178px -96px}.flare-follow .flare-button.flare-iconsize-48.button-type-googleplus .flare-button-icon{background-position:178px -144px}.flare-follow .flare-button.flare-iconsize-48.button-type-rss .flare-button-icon{background-position:178px -240px}.flare-follow .flare-button.flare-iconsize-48.button-type-soundcloud .flare-button-icon{background-position:178px -288px}.flare-follow .flare-button.flare-iconsize-48.button-type-github .flare-button-icon{background-position:178px -336px}.flare-follow .flare-button.flare-iconsize-64.button-type-twitter .flare-button-icon{background-position:242px 0}.flare-follow .flare-button.flare-iconsize-64.button-type-facebook .flare-button-icon{background-position:242px -64px}.flare-follow .flare-button.flare-iconsize-64.button-type-pinterest .flare-button-icon{background-position:242px -128px}.flare-follow .flare-button.flare-iconsize-64.button-type-googleplus .flare-button-icon{background-position:242px -192px}.flare-follow .flare-button.flare-iconsize-64.button-type-rss .flare-button-icon{background-position:242px -324px}.flare-follow .flare-button.flare-iconsize-64.button-type-soundcloud .flare-button-icon{background-position:242px -388px}.flare-follow .flare-button.flare-iconsize-64.button-type-github .flare-button-icon{background-position:242px -452px}.flare-vertical .flare-total,
.flare-horizontal .flare-total{position:relative;display:none;width:100%;height:55px;color:#505050;font:normal 11px/1em sans-serif;text-transform:uppercase;text-align:center;opacity:1;-ms-transition:height 0.5s ease-in-out, opacity 0.5s;-moz-transition:height 0.5s ease-in-out, opacity 0.5s;-o-transition:height 0.5s ease-in-out, opacity 0.5s;-webkit-transition:height 0.5s ease-in-out, opacity 0.5s;transition:height 0.5s ease-in-out, opacity 0.5s}.flare-vertical .flare-total{width:80px;margin-left:-20px}.flare-vertical.enabletotal .flare-total{display:block}.flare-horizontal.enabletotal .flare-total{display:inline-block}.flare-vertical .flare-total.last,
.flare-horizontal .flare-total.last,
.flare-position-bottom-left .flare-total.first,
.flare-position-top-left .flare-total.first{display:none}.flare-vertical.enablehumbleflare .flare-total{height:0;opacity:0}.flare-vertical.enablehumbleflare.countloaded .flare-total{height:55px;opacity:1}.flare-vertical.flare-backgroundcolor-dark .flare-total{color:#fff}.flare-horizontal.enabletotal .flare-total{min-width:55px;width:auto;height:45px;padding-right:7px;margin-right:7px;top:12px;border-right:1px solid #505050;-ms-transition:opacity 0.5s;-moz-transition:opacity 0.5s;-o-transition:opacity 0.5s;-webkit-transition:opacity 0.5s;transition:opacity 0.5s}.flare-horizontal.enablehumbleflare .flare-total{opacity:0}.flare-horizontal.countloaded .flare-total{opacity:1}.flare-position-bottom-left.enabletotal .flare-total.last,
.flare-position-top-left.enabletotal .flare-total.last{display:inline-block;margin-left:7px;padding-left:7px;margin-right:0;padding-right:0;border-left:1px solid #505050;border-right:none}.flare-vertical .flare-total strong,
.flare-horizontal .flare-total
strong{display:block;font:700 28px/1.2em 'Oswald', sans-serif}.flare-vertical
.loading{position:absolute;top:-12px;right:-12px;width:24px;height:24px;background:url('/wp-content/plugins/flare/images/loading-background.png');opacity:1;-ms-transition:opacity 0.5s;-moz-transition:opacity 0.5s;-o-transition:opacity 0.5s;-webkit-transition:opacity 0.5s;transition:opacity 0.5s}.flare-vertical.countloadfinished
.loading{opacity:0}.flare-vertical .loading
span{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:url('/wp-content/plugins/flare/images/loading.gif') 1px 1px no-repeat}.flare-horizontal
.close{display:none}.flare-vertical
.close{position:relative;z-index:1337;display:none;padding-top:5px;border-top:1px solid #757575;color:#616161;font-size:20px;line-height:10px;text-align:center}.flare-vertical.closablevertical
.close{display:block}.flare-vertical .close
a{color:#616161;text-decoration:none;-ms-transition:color 0.35s;-moz-transition:color 0.35s;-o-transition:color 0.35s;-webkit-transition:color 0.35s;transition:color 0.35s}.flare-vertical .close a:hover{color:#333}iframe[class*='PIN_'],iframe[class^='PIN_']{display:none !important}