@font-face {
  font-family: 'Lato';
  font-weight: 400;
  src: url('../fonts/lato-regular-webfont.eot'); 
  src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/lato-regular-webfont.woff') format('woff'),
  url('../fonts/lato-regular-webfont.ttf')  format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-weight: 300;
  src: url('../fonts/lato-light-webfont.eot'); 
  src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/lato-light-webfont.woff') format('woff'),
  url('../fonts/lato-light-webfont.ttf')  format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-weight: 300;
  font-style: italic;
  src: url('../fonts/lato-lightitalic-webfont.eot'); 
  src: url('../fonts/lato-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/lato-lightitalic-webfont.woff') format('woff'),
  url('../fonts/lato-lightitalic-webfont.ttf')  format('truetype');
}


@font-face {
  font-family: 'Lato';
  font-weight: 700;
  src: url('../fonts/lato-bold-webfont.eot'); 
  src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/lato-bold-webfont.woff') format('woff'),
  url('../fonts/lato-bold-webfont.ttf')  format('truetype');
}

@font-face {
  font-family: 'Ubuntu';
  font-weight: 400;
  src: url('../fonts/ubuntu-regular-webfont.eot'); 
  src: url('../fonts/ubuntu-regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/ubuntu-regular-webfont.woff') format('woff'),
  url('../fonts/ubuntu-regular-webfont.ttf')  format('truetype');
}

@font-face {
  font-family: 'Ubuntu';
  font-weight: 500;
  src: url('../fonts/ubuntu-medium-webfont.eot'); 
  src: url('../fonts/ubuntu-medium-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/ubuntu-medium-webfont.woff') format('woff'),
  url('../fonts/ubuntu-medium-webfont.ttf')  format('truetype');
}

@font-face {
  font-family: 'Ubuntu';
  font-weight: 700;
  src: url('../fonts/ubuntu-bold-webfont.eot'); 
  src: url('../fonts/ubuntu-bold-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/ubuntu-bold-webfont.woff') format('woff'),
  url('../fonts/ubuntu-bold-webfont.ttf')  format('truetype');
}


/* Reset
------------------------------------------------- */

html, body, h1, h2, h3, h4, h5, h6, p, a,
div, span, strong, em, img, dl, dt, dd, ol,
ul, li, blockquote, fieldset, form, label, input, textarea,
legend {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

body {
	line-height: 1;
}

ul {
	list-style: none;
}

ol{
	margin: 30px 0px 30px 20px;
	line-height: 1.5em;
	font-weight: 300;
}

ol li{
	margin-bottom: 1.063em;
}

/* Base
------------------------------------------------- */

img,
embed,
object,
video {
	max-width: 100%;
}

.clear {
	clear: both;
}

.visually_hidden {
	/* Hide visually, but keep available for screenreaders: h5bp.com */
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

body {
	background: #ffffff;
	color: #000000;
	font-size: 100%;
	font-family: 'Lato', sans-serif;
}

strong {
	font-weight: bold;
}

/* Buttons
------------------------------------------------- */

.yellow_button{
	background: #f9c923;
	color: #000000;
	border: 3px solid #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0px 20px;
	text-decoration: none;
	line-height: 3;
	cursor: pointer;
}

.yellow_button:hover{
	background: #ffe280;
}

.dark_button{
	background: #282828;
	color: #ffffff;
	border: 3px solid #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0px 20px;
	text-decoration: none;
	line-height: 3;
	cursor: pointer;
}

.dark_button:hover{
	background: #525252;
}

/* News Events
------------------------------------------------- */

#news_container {
	float: left;
	width: 47.45762711864407%; /* 560px/1180px */
	margin-bottom: 50px;
}

#press_container {
	float: right;
	width: 47.45762711864407%; /* 560px/1180px */
	margin-bottom: 50px;
}

#event_container {
	clear: both;
	padding: 04.23728813559322%; /* 50px/1180px */
	background: #ebebeb;
}

.article_listing {
	padding-bottom: 50px;
}

.article_listing:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#news_container .article_listing div.article_source {
	float: left;
	width: 18.21428571428571%; /* 102px/560px */
}

#news_container .article_listing>div {
	position: relative;
	float: right;
	/* margin-left: 15px; */
	width: 79.10714285714286%; /* 443px/560px */
}

#timeline_content .article_listing div.article_source {
	float: left;
	width: 08.64406779661017%; /* 102px/1180px */
}

#timeline_content .article_listing>div {
	float: right;
	width: 87.11864406779661%; /* 1028px/1180px */
}

/* Store Header
------------------------------------------------- */

#store_header {
	background: #575856;
	position: relative;
}

/* Store Header Wrapper
------------------------------------------------- */

#store_header_wrapper {
	margin: 0 auto;
	max-width: 1180px;
	padding: 10px 10px 0;
	display: none;
}

#store_header_expanded{
	display: block;
}

.homepage #store_header_expanded{
	display: none;
}

#store_header_expanded h1 {
	font-size: 2em; /* 32px/16px */
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	width: 25.42372881355932%; /* 300px/1180px */
	float: left;
	text-align: right;
	margin-top: 30px;
	line-height: 1.25;
}

#store_header_expanded h1 span {
	color: #f8c822;
}

#store_header_expanded img {
	float: left;
	margin-left: 05.76271186440678%; /* 68px/1180px */
	width: 30.93220338983051%; /* 365px/1180px */
}

#store_header_collapsed{
	display: none;
}

.homepage #store_header_collapsed{
	display: block;
}

#store_header_collapsed_container{
	margin: 0px auto;
	display: table;
}

#store_header_collapsed h1 {
	font-size: 1.625em; /* 26px/16px */
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 20px;
	line-height: 1.25;
	float: right;
}

#store_header_collapsed h1 span {
	color: #f8c822;
}

#store_header_collapsed img {
	float: left;
	margin-right: 45px;
	margin-bottom: -2px;
}

/* Store Header Sniffer Results (jQuery control TBD)
------------------------------------------------- */

.os_buy_mac { display: inline; }
.os_buy_windows { display: none; }
.os_buy_android { display: none; }
.os_buy_ios { display: none; }

/* Product Purchase
------------------------------------------------- */

#product_purchase {
	float: left;
	width: 32.20338983050847%; /* 380px/1180 */
	margin: 35px 0 0 05.67796610169492%; /* 67px/1180px */
}

#os_select1 {
	margin-bottom: 20px;
	padding: 0 02.63157894736842%; /* 10px/380px */
	color: #ffffff;
	font-weight: 700;
}

#os_select1 h2 {
	font-size: 1.25em; /* 20px/16px */
	margin-bottom: 5px;
}

#os_select1 h2 span {
	color: #f8c822;
}

#os_select2 {
	padding: 15px 02.63157894736842%; /* 10px/380px */
	background: #6b6c6b;
	color: #ffffff;
}

#os_select2 h2 {
	font-weight: 700;
	margin-bottom: 5px;
}

#os_select2 p {
	font-size: 0.875em; /* 14px/16px */
}

#os_select2 a {
	color: #f8c822;
	text-decoration: none;
	display: inline-block;
	margin-top: 12px;
}

#os_select2 a:hover {
	text-decoration: underline;
}

.store_banner_buy_button{
	background: #e15f29;
	border: 2px solid #ffffff;
	padding: 10px 25px;
	color: #ffffff !important;
	font-family: "Ubuntu", sans-serif;
	font-size: 1em;
	font-weight: 500;
}

.store_banner_buy_button:hover{
	background: #c05123;
	text-decoration: none !important;
}

.store_banner_buy_btn {
	float: left; 
	padding: 0px; 
	display: block; 
	line-height: 2.3em; 
	text-align: center; 
	white-space: nowrap; 
	min-width: 25%;
}

.store_banner_app_badge {
	width: 34%; 
	margin: 12px 0px 0px 10px !important; 
	cursor: pointer;
}

/* Store Collapse
------------------------------------------------- */

#store_collapse {
	font-size: 0.875em; /* 14px/16px */
	width: 65px;
	background: #404140 url("../images/general/expand_collapse_bg.png") no-repeat 90% top;
	padding: 0 25px 0 10px;
	color: #f8c822;
	text-decoration: none;
	line-height: 25px;
	position: absolute;
	right: 10px;
	bottom: 1px;
}

#store_collapse.expand {
	background: #404140 url("../images/general/expand_collapse_bg.png") no-repeat 90% bottom;	
}

/* Login Cart
------------------------------------------------- */

.responsive_store {
	/*display: none;*/
	float: left;
	font-size: 0.8125em; /* 13px/16px */
	margin-top: 5px;
}

.responsive_store a {
	color: #ffffff;
	text-decoration: none;
}

.responsive_store a:hover {
	text-decoration: underline;
}

.responsive_store span {
	color: #f8c822;
}

#login_cart {
	background: #404140;
	border-bottom: 3px solid #ffffff;
	display: none;
}

#login_cart_wrapper {
	margin: 0 auto;
	max-width: 1180px;
	padding: 5px 10px;
}

#login_cart_nav {
	float: right;
	display: none;
}

#login_cart_nav li {
	float: left;
	margin-left: 25px;
}

#login_cart_nav li:first-child {
	margin-left: 0;
}

#login_cart_nav a {
	padding-left: 40px;
	height: 23px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	line-height: 2;
	text-transform: uppercase;
	font-size: 0.8125em; /* 13px/16px */
}

#login_cart_nav a:hover {
	text-decoration: underline;
}

#login {
	background: url("../images/general/login.png") no-repeat left top;
}

#cart {
	background: url("../images/general/cart.png") no-repeat left top;
}

/* Header Wrapper
------------------------------------------------- */

#header_wrapper {
	background: #000000;
	width: 100%;
	position: relative;
	border-bottom: 3px solid #ffffff;
	border-top: 3px solid #ffffff;
	margin-bottom: -121px;
}

.main_nav_scrolled {
	position: fixed !important;
	top: 0;
	z-index: 500;
}

/* Header
------------------------------------------------- */

#header {
	max-width: 1180px;
	height: 115px;
	margin: 0 auto;
	padding: 0 10px;
}

#header h1 {
	float: left;
	padding-top: 30px;
	width: 21.27118644067797%; /* 251px/1180px */
}

/* Main Nav Wrapper
------------------------------------------------- */

#main_nav_wrapper {
	float: right;
}

/* Main Nav
------------------------------------------------- */

#main_nav {
	float: left;
	margin-top: 50px;
}

#main_nav.stuck {
	margin-right: -1.666666666666667em;
}

#main_nav > li {
	float: left;
	margin-left: 3.333333333333333em; /* 50px/15px */
	font-weight: 300;
}

#main_nav > li:first-child {
	margin-left: 0;
}

/*#main_nav > li:last-child {
	font-weight: 700;
}
*/

#main_nav > li > a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9375em; /* 15px/16px */
}

#main_nav > li > a:hover {
	color: #f8c822;
}

#main_nav > li > a.open {
	background: url("../images/general/rich_nav_marker.png") no-repeat bottom center;
	height: 64px;
	display: block;
	color: #f8c822;
	padding-top: 1px;
}

#main_nav > li > a.active {
	color: #f8c822;
}

.responsive_exp_col{
	display: none;
}

.mobile_sub_nav_holder{
	display: none;
}

#store_link{
	font-weight: 700;
	transition: background 1s ease;
}

.store_link_highlight{
	background: #f9c923;
	border: solid 3px #ffffff;
	padding: 7px 1.66666666666667em;
	border-radius: 15px;
	margin-left: -30px;
	color: #000000 !important;
}

.store_link_highlight:hover{
	background: #ffe280;
}

.sales_request_main_nav{
	display: none;
}

/* Header Search
------------------------------------------------- */

#header_search {
	float: right;
	width: 56px;
	height: 39px;
	background: url("../images/general/search_btn.png") no-repeat left top;
	margin: 39px 0 0 70px;
}

#header_search.open {
	height: 76px;
	background: url("../images/general/search_btn.png") no-repeat left bottom;
}

#search_slider{
	background: #eae9e9;
	z-index: 300;
	width: 100%;
	position: absolute;
	left: 0;
	top: 115px;
	box-shadow: 0 5px 5px -5px #555555;
	display: none;
}

#search_form_container{
	display: table;
	margin: 30px auto;
}

#search_form label{
	color: #000000;
	font-size: 1.625em;
	margin-right: 40px;
	line-height: 40px;
	vertical-align: middle;
	display: inline !important;
}

#search_field{
	background: #ffffff;
	border: 0px;
	border-radius: 10px 0 0 10px;
	height: 40px;
	width: 410px;
	vertical-align: middle;
	padding: 0px 10px;
	font-size: 1.1em;
	color: #696969;
	margin: 0px;
}

#search_submit{
	background: #ffffff url("../images/general/search_submit_bg.png") no-repeat top center;
	border: 0px;
	border-radius: 0 10px 10px 0;
	height: 40px;
	width: 60px;
	vertical-align: middle;
	cursor: pointer;
	margin-top: 0px;
	transition: none;
}

#search_submit:hover{
	background: #ffffff url("../images/general/search_submit_bg.png") no-repeat bottom center;
}

/* Responsive Nav Button
------------------------------------------------- */

#responsive_nav_btn {
	display: none;
	background: url("../images/general/responsive_nav_btn.png") no-repeat left top;
	height: 39px;
	width: 56px;
	margin-top: 7px;
}

#responsive_nav_close_btn{
	height: 49px;
	border-bottom: 1px solid #575856;
	line-height: 49px;
	display: none;
	color: #ffffff;
	text-decoration: none;
	text-align: right;
	font-size: 1em;
	width: 100%
}

#responsive_nav_close_btn span{
	color: #ec912d;
	margin: 0px 20px 0px 5px;
}

#responsive_nav_close_btn:hover{
	background: #252525;
}

/* Main Nav Sub
------------------------------------------------- */

.main_nav_sub {
	background: #eae9e9;
	box-shadow: 0 5px 5px -5px #555555;
	position: absolute;
	left: 0;
	top: 115px;
	z-index: 300;
	width: 100%;
	display: none;
}

.menu_closer{
	width: 100%;
	position: absolute;
	top: 115px;
	z-index: 299;
	display: none;
}

/* Sub Nav Content
------------------------------------------------- */

.sub_nav_content {
	max-width: 1180px;
	margin: 30px auto 30px auto;
	padding: 0 10px;
}

/* Sub Nav Box
------------------------------------------------- */

.sub_nav_box {
	cursor: pointer;
	float: left;
	width: 17.3728813559322%; /* 205px/1180px */
	background: #ffffff;
	border: 1px solid #d7d6d6;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 15px 01.27118644067797%; /* 15px/1180px */
}

.sub_nav_box img {
	margin: 0 auto;
	display: block;
}

.sub_nav_box h2 {
	color: #494b49;
	margin: 10px 0;
	font-weight: 700;
}

.sub_nav_box p {
	color: #494b49;
	margin-bottom: 10px;
	font-weight: 300;
}

.sub_nav_box a {
	color: #e15f29;
	font-size: 0.9333333333333333em; /* 14px/15px */
	text-decoration: none;
}

.sub_nav_box a:hover {
	text-decoration: underline;
}

/* Sub Nav
------------------------------------------------- */

.sub_nav {
	float: left;
	width: 82.6271186440678%; /* 975px/1180px */
}

.sub_nav > li {
	float: left;
	width: 20%; /* 195px/975px */
	padding: 0 03.58974358974359%; /* 35px/975px */
	border-left: 1px solid #d7d6d6;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-height: 200px;
}

.sub_nav > li.double_wide {
	width: 40%;	
}

.sub_nav > li.double_wide span {
	display: none;
}

.sub_nav > li > a {
	font-size: 1.333333333333333em; /* 20px/15px */
	font-weight: 700;
	color: #e15f29;
	text-decoration: none;
	display: block;
}

.sub_nav > li > a:hover {
	color: #c05123;
}

.sub_nav > li > a span{
	color: #494b49;
	text-decoration: none;
	font-size: .75em;
	font-weight: 300;
	display: block;
	margin-top: 20px;
	line-height: 1.2em;
}

.sub_nav > li > a:hover span{
	text-decoration: underline;
}

.sub_nav > li:first-child {
	border-left: 0;
}

.sub_nav h3 {
	font-size: 1.333333333333333em; /* 20px/15px */
	font-weight: 700;
	color: #e15f29;
	margin-top: 20px;
}

.sub_nav > li > ul > li {
	margin-top: 20px;
	font-weight: 300;
}

.sub_nav > li.double_wide > ul > li{
	float: left;
	width: 48%;
	margin: 20px 2% 0px 0%;
	min-height: 130px;	
}

.sub_nav > li > ul > li a {
	color: #494b49;
	text-decoration: none;
}

.sub_nav > li > ul > li a:hover {
	text-decoration: underline;
}

.sub_nav > li > ul > li ul {
	margin: 10px 0px 0px 0px;
	min-height: 77px;
}

.sub_nav > li > ul > li ul li{
	margin-top: 7px;
	font-size: .875em;
}

.sub_nav > li > ul > li ul li a{
	color: #e15f29;	
}

/* Sales Request
------------------------------------------------- */

#sales_request {
	position: fixed;
	right: -174px;
	top: 430px;
	z-index: 200;
	max-width: 100%;
}

#sales_request.collapsed {
	top: 269px;
}

#sales_request_wrapper{
	position: relative;
}

#sales_request_tab{
	height: 45px;
	width: 165px;
	position: absolute;
	top: 0;
	left: 0;
	color: #ffffff;
	font-size: 1em;
	font-family: 'Lato', sans-serif;
	text-align: center;
	line-height: 45px;
	background: #e15f29;
	border: solid 3px #ffffff;
	border-top: solid 3px #ffffff;
	cursor: pointer;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); /* IE 9 */
	-webkit-transform:rotate(90deg); /* Opera, Chrome, and Safari */
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	float: left;
	z-index: 202;
	position: relative;
}

#sales_request_tab:hover{
	background: #c05123;
}

#sales_request_tab_content{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	background: #e15f29;
	border: solid 3px #ffffff;
	border-left: solid 3px #ffffff;
	border-right: 0;
	margin-left: -3px;
	width: 510px;
	padding: 30px 0px 25px 0px;
}

#sales_request_tab_content h2{
	padding: 0px 40px 0px 30px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 2.375em; /* 38px/16px */
	color: #ffffff;
	margin-bottom: 22px;
}

#sales_request_tab_content h2 span{
	color: #494b49;
}

#sales_request_tab_content p{
	padding: 0px 40px 0px 30px;
	color: #ffffff;
	font-size: 1.375em;
	font-weight: 300;
	margin-bottom: 20px;
	line-height: 1.4em;
}

#sales_request_tab_content p.fine_print{
	color: #f8c822;
	font-size: .875em;
	font-weight: 300;
	margin: 0px;
	font-style: italic;
	line-height: 1em;
}

#sales_request_tab_content a{
	float: right;
	display: block;
	font-size: .875em;
	margin: 0px 40px 20px 0px;
}

/* Slider Wrapper
------------------------------------------------- */

#slider_wrapper {
	position: relative;
	margin-top: 121px;
}

/* Slide
------------------------------------------------- */

.slide {
	width: 100%;
	position: relative;
}

.marquee_still{
	width: 100%;
	position: relative;
	display: none;
}

.marquee_slide{
	overflow: hidden;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#slide_constant_text{
	z-index: 10;
}

.marquee_container, .marquee_container_constant{
	width: 100%;
	max-width: 1600px;
	margin: 0px auto;
	position: relative;
}

.marquee_container_constant{
	display: none;
}

.marquee_container h1, .marquee_container_constant h1{
	color: #494b49;
	font-family: 'Ubuntu', san-serif;
	font-weight: 500;
	font-size: 3.125em;
}

.marquee_container h1 span, .marquee_container_constant h1 span{
	color: #e15f29;
}

.marquee_container_constant h1{
	width: 86.5625%;
	position: absolute;
	top: 10%;
	left: 13.4375%;
}

.marquee_position_relative_container{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

#slide_loading{
	display: block;
}

.loading_animation{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3.8125%;
	height: 10.89285714285714%;
	margin-left: -1.90625%;
	margin-top: -2.44642857142857%;
}

.loading_animation img{
	-webkit-animation: rotation .6s infinite linear;
	-moz-animation: rotation .6s infinite linear;
	-o-animation: rotation .6s infinite linear;
	animation: rotation .6s infinite linear;
}

@-webkit-keyframes rotation {
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(359deg);}
}

@-moz-keyframes rotation {
from {-moz-transform: rotate(0deg);}
to {-moz-transform: rotate(359deg);}
}

@-o-keyframes rotation {
from {-o-transform: rotate(0deg);}
to {-o-transform: rotate(359deg);}
}

@keyframes rotation {
from {transform: rotate(0deg);}
to {transform: rotate(359deg);}
}

.marquee_bubbles{
	position: absolute;
}

#slide_1 h1{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 18.92857142857143%;
	font-size: 3.375em;
}

#slide_1 .marquee_bubbles{
	top: 60.35714285714286%;
	left: 50%;
	margin-left: -30.84375%;
	width: 61.6875%;
}

#slide_1 .marquee_bubbles img{
	margin-right: 13.47517730496454%;
	width: 9.21985815602837%;
	float: left;
}

#slide_1 .marquee_bubbles img:last-child{
	margin-right: 0px;
}

/***** Slide 2 ******/

#slide_2 h1{
	width: 86.5625%;
	position: absolute;
	top: 10%;
	left: 13.4375%;
}

#slide_2 .marquee_bubbles{
	top: 44.10714285714286%;
	left: 34.125%;
	width: 18.125%;
	height: 52.67857142857143%;
	z-index: 5;
}

#slide_2 .marquee_bubbles img{
	width: 22.75862068965517%;
	position: absolute;
}

#slide_2 .marquee_bubble_phone{
	top: 0px;
	left: 0px;
}

#slide_2 .marquee_bubble_video{
	top: 33.55932203389831%;
	left: 2.41379310344828%;
}

#slide_2 .marquee_bubble_sms{
	top: 61.01694915254237%;
	left: 16.89655172413793%;
}

#slide_2 .marquee_bubble_chat{
	top: 77.96610169491525%;
	left: 46.20689655172414%;
}

#slide_2 .marquee_bubble_presence{
	top: 64.74576271186441%;
	right: 0px;
}

#slide_2 .marquee_bubble_arrows{
	position: absolute;
	top: 44.10714285714286%;
	left: 34.125%;
	width: 18.125%;
	height: 52.67857142857143%;
	z-index: 4;
}

#slide_2 .marquee_video_screen{
	position: absolute;
	width: 21.125%;
	height: 36.07142857142857%;
	top: 33.57142857142857%;
	left: 42.75%;
}

#slide_2 .marquee_video_screen .screen{
	position: absolute;
	left: 15.97633136094675%;
	width: 84.31952662721893%;
}

#slide_2 .marquee_video_screen .video_screen_arrow{
	position: absolute;
	top: 51.48514851485149%;
	left: 0px;
	width: 15.97633136094675%;
}

#slide_2 .marquee_bubble_phone_arrow{
	transform: rotate(-8deg);
	transform-origin:0% 0%;
	-ms-transform: rotate(-8deg); /* IE 9 */
	-ms-transform-origin:0% 0%; /* IE 9 */
	-webkit-transform: rotate(-8deg); /* Chrome, Safari, Opera */
	-webkit-transform-origin:0% 0%; /* Chrome, Safari, Opera */
	position: absolute;
	top: 6.77966101694915%;
	left: 21.37931034482759%;
	width: 30%;
	height: 6.10169491525424%;
}

#slide_2 .marquee_bubble_video_arrow{
	transform: rotate(-13.5deg);
	transform-origin:0% 0%;
	-ms-transform: rotate(-13.5deg); /* IE 9 */
	-ms-transform-origin:0% 0%; /* IE 9 */
	-webkit-transform: rotate(-13.5deg); /* Chrome, Safari, Opera */
	-webkit-transform-origin:0% 0%; /* Chrome, Safari, Opera */
	position: absolute;
	top: 40.67796610169492%;
	left: 23.10344827586207%;
	width: 20.68965517241379%;
	height: 6.10169491525424%;
}

#slide_2 .marquee_bubble_chat_arrow{
	transform: rotate(-79.2deg);
	transform-origin:0% 0%;
	-ms-transform: rotate(-79.2deg); /* IE 9 */
	-ms-transform-origin:0% 0%; /* IE 9 */
	-webkit-transform: rotate(-79.2deg); /* Chrome, Safari, Opera */
	-webkit-transform-origin:0% 0%; /* Chrome, Safari, Opera */
	position: absolute;
	top: 81.69491525423729%;
	left: 56.55172413793103%;
	width: 19.6551724137931%;
	height: 6.10169491525424%;
}

#slide_2 .marquee_bubble_presence_arrow{
	transform: rotate(-148deg);
	transform-origin:0% 0%;
	-ms-transform: rotate(-148deg); /* IE 9 */
	-ms-transform-origin:0% 0%; /* IE 9 */
	-webkit-transform: rotate(-148deg); /* Chrome, Safari, Opera */
	-webkit-transform-origin:0% 0%; /* Chrome, Safari, Opera */
	position: absolute;
	top: 76.61016949152542%;
	left: 78.62068965517241%;
	width: 12.41379310344828%;
	height: 6.10169491525424%;
}

/***** Slide 3 ******/

#slide_3 h1{
	width: 86.5625%;
	position: absolute;
	top: 10%;
	left: 13.4375%;
}

#slide_3 .marquee_bubbles{
	top: 58.75%;
	left: 20.6875%;
	width: 26.125%;
	z-index: 5;
}

#slide_3 .marquee_bubbles img{
	margin-right: 5.26315789473684%;
	width: 15.78947368421053%;
	float: left;
}

#slide_3 .marquee_bubbles img:last-child{
	margin-right: 0px;
}

#slide_3 .marquee_bubble_arrows{
	position: absolute;
	top: 61.96428571428571%;
	left: 46.1875%;
	width: 1.1875%;
	height: 1.125%;
	z-index: 4;
}

#slide_3 .marquee_video_screen{
	position: absolute;
	width: 17.8125%;
	height: 45.71428571428571%;
	top: 33.57142857142857%;
	left: 46.0625%;
}

#slide_3 .marquee_video_screen .screen{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
}

#slide_3 .marquee_video_screen .video_screen_arrow{
	position: absolute;
	top: 100%;
	left: 84.56140350877193%;
	width: 20%;
	transform: rotate(-90deg);
	transform-origin:0% 0%;
	-ms-transform: rotate(-90deg); /* IE 9 */
	-ms-transform-origin:0% 0%; /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	-webkit-transform-origin:0% 0%; /* Chrome, Safari, Opera */
}

#slide_3 .marquee_bubble_video_arrow{
	transform: rotate(-23.5deg);
	transform-origin:0% 0%;
	-ms-transform: rotate(-23.5deg); /* IE 9 */
	-ms-transform-origin:0% 0%; /* IE 9 */
	-webkit-transform: rotate(-23.5deg); /* Chrome, Safari, Opera */
	-webkit-transform-origin:0% 0%; /* Chrome, Safari, Opera */
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 280%;
}

#slide_3 .marquee_bubble_sms{
	opacity:0.4;
	filter:Alpha(opacity=40);
}

#slide_3 .marquee_bubble_phone{
	opacity:0.4;
	filter:Alpha(opacity=40);
}

#slide_3 .marquee_bubble_presence{
	opacity:0.4;
	filter:Alpha(opacity=40);
}

#slide_3 .marquee_bubble_chat{
	opacity:0.4;
	filter:Alpha(opacity=40);
}

/****** Slide 4 ******/

#slide_4 h1{
	width: 86.5625%;
	position: absolute;
	top: 10%;
	left: 13.4375%;
}

#slide_4 .marquee_bubbles{
	top: 58.75%;
	left: 20.6875%;
	width: 26.125%;
	z-index: 5;
}

#slide_4 .marquee_bubbles img{
	margin-right: 5.26315789473684%;
	width: 15.78947368421053%;
	float: left;
}

#slide_4 .marquee_bubbles img:last-child{
	margin-right: 0px;
}

#slide_4 .marquee_bubble_arrows{
	position: absolute;
	top: 61.96428571428571%;
	left: 46.1875%;
	width: 1.1875%;
	height: 1.125%;
	z-index: 4;
}

#slide_4 .marquee_video_screen{
	position: absolute;
	width: 23.625%;
	height: 36.07142857142857%;
	top: 33.57142857142857%;
	left: 46.0625%;
}

#slide_4 .marquee_video_screen .screen{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 75.3968253968254%;
}

#slide_4 .marquee_video_screen .video_screen_arrow{
	position: absolute;
	top: 69.8019801980198%;
	left: 75.3968253968254%%;
	width: 24.6031746031746%;
}

#slide_4 .marquee_bubble_video_arrow{
	transform: rotate(-23.5deg);
	transform-origin:0% 0%;
	-ms-transform: rotate(-23.5deg); /* IE 9 */
	-ms-transform-origin:0% 0%; /* IE 9 */
	-webkit-transform: rotate(-23.5deg); /* Chrome, Safari, Opera */
	-webkit-transform-origin:0% 0%; /* Chrome, Safari, Opera */
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 280%;
}

#slide_4 .marquee_bubble_sms{
	opacity:0.4;
	filter:Alpha(opacity=40);
}

#slide_4 .marquee_bubble_phone{
	opacity:0.4;
	filter:Alpha(opacity=40);
}

#slide_4 .marquee_bubble_presence{
	opacity:0.4;
	filter:Alpha(opacity=40);
}

#slide_4 .marquee_bubble_chat{
	opacity:0.4;
	filter:Alpha(opacity=40);
}

#slide_4 .marquee_networks{
	position: absolute;
	width: 15.0625%;
	height: 33.21428571428571%;
	top: 0;
	left: 70.5%;
}

#slide_4 .marquee_wifi_icon{
	position: absolute;
	top: -6.98924731182796%;
	left: 0;
	width: 51.86721991701245%;
}

#slide_4 .marquee_cellular_icon{
	position: absolute;
	bottom: 0%;
	right: 0px;
	width: 51.86721991701245%;
}

/****** Slide 5 ******/

#slide_5 h1{
	width: 86.5625%;
	position: absolute;
	left: 13.4375%;
}

.slide_5_text_1{
	top: 25.714286%;
}

.slide_5_text_2{
	top: 49.714286%;
	display: none;
}

.marquee_hand_and_phone{
	position: absolute;
	bottom: 0px;
	left: 60%;
	width: 24.0625%;
	height: 89.64285714285714%;
}

.marquee_actions{
	position: absolute;
	bottom: 0%;
	left: 13.4375%;
}

.marquee_actions a {
	display: inline-block;
	height: 75px;
	background: url("../images/general/arrow_btn_lg_orange.png") no-repeat left top;
	padding-left: 100px;
	font-size: 1.625em; /* 26px/16px */
	color: #e2602a;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Ubuntu', sans-serif;
}

.marquee_actions a:hover {
	background: url("../images/general/arrow_btn_lg_orange.png") no-repeat left bottom;
}

/* Cycle Pager
------------------------------------------------- */

.cycle-pager { 
	z-index: 101;
	position: absolute;
	bottom: 15px;
	right: 15px;
	overflow: hidden;
	height: 16px;
}

.cycle-pager span { 
	font-family: arial;
	font-size: 50px;
	width: 16px;
	height: 16px; 
	display: inline-block;
	color: #cccccc;
	cursor: pointer;
	line-height: 16px;
	margin-left: 5px;
}

.cycle-pager span.cycle-pager-active {
	color: #f8c822;
}

.cycle-pager > * {
	cursor: pointer;
}

/* Suite
------------------------------------------------- */

#suite {
	max-width: 1180px;
	margin: 0 auto;
	padding: 125px 10px;
}

/* Suite Headers
------------------------------------------------- */

#suite_headers {
	float: left;
	width: 26.69491525423729%; /* 315px/1180px */
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 2.5em; /* 40px/16px */
	line-height: 1.25;
	text-align: right;
}

#suite_headers h2 {
	color: #494b49;
}

#suite_headers h3 {
	color: #e2602a;
}

/* Suite Content
------------------------------------------------- */

#suite_content {
	float: right;
	width: 66.10169491525424%; /* 780px/1180px */
}

#suite_content p {
	font-size: 1.5em; /* 24px/16px */
	font-weight: 300;
	line-height: 1.5;
	color: #494b49;
}

#suite_content a {
	height: 31px;
	background: url("../images/general/arrow_btn_sm_red.png") no-repeat left top;
	padding-left: 42px;
	font-size: 1.5em; /* 24px/16px */
	color: #e2602a;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	margin-top: 20px;
	float: right;
}

#suite_content a:hover {
	background: url("../images/general/arrow_btn_sm_red.png") no-repeat left bottom;
}

/* Solutions Wrapper
------------------------------------------------- */

#solutions_wrapper {
	/*background-color: #ec912d;*/
	background: #ec912d url("../images/general/home_solutions_bg_01.jpg") no-repeat top center;
	
}

/* Solutions
------------------------------------------------- */

#solutions {
	max-width: 1180px;
	margin: 0 auto;
	padding: 85px 10px 45px;
	text-align: center;
}

#solutions h2 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 2.5em; /* 40px/16px */
	font-weight: 500;
	color: #ffffff;
	margin-bottom: 40px;
}

#solutions h2 span {
	color: #db392a;
}

/* Solutions Info
------------------------------------------------- */

.solutions_info {
	width: 18.30508474576271%; /* 216px/1180px */
	margin-left: 04.40677966101695%; /* 52px/1180px */
	float: left;
	color: #ffffff;
	padding: 40px 01.69491525423729%; /* 20px/1180px */
}

.solutions_info.solutions_3column {
	margin: 0px 8% 0px 6% !important;
	float: left;
	color: #ffffff;
	padding: 40px 01.69491525423729%; /* 20px/1180px */
}

.solutions_info.solutions_3column:nth-child(4) {
	margin-right: 0px !important;
}

#solutions h2 + div {
	margin-left: 0;
}

.solutions_info h4 {
	font-size: 1.5em; /* 24px/16px */
	margin: 35px 0 15px;
	color: #ffffff;
}

.solutions_info p {
	line-height: 1.5;
	font-size: 1.125em; /* 18px/16px */
	font-weight: 300;
}

/* Customers Wrapper
------------------------------------------------- */

#customers_wrapper {
	background: url("../images/customer/customers_bg.gif") no-repeat;
	background-position: center 0;
}

/* Customers Content
------------------------------------------------- */

#customers_content {
	max-width: 1180px;
	margin: 0 auto;
	padding: 100px 10px;
}

#customers_content h2 {
	color: #494b49;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	line-height: 2.5;
	font-size: 2.5em; /* 40px/16px */
}

#customers_content h2 span {
	color: #e15f29;
}

#customers_content h2 img {
	vertical-align: middle;
	padding: 0 15px;
}

/* News Events Wrapper
------------------------------------------------- */

#news_events_wrapper {
	background: url("../images/general/news_bg.jpg") no-repeat;
	background-position: center 0;
	background-size: cover;
	background-attachment: fixed;
}

/* News Events
------------------------------------------------- */

#news_events {
	max-width: 1180px;
	margin: 0 auto;
	padding: 75px 10px;
}

#news_events h2 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 2.5em; /* 40px/16px */
	text-align: center;
	margin-bottom: 65px;
	color: #ffffff;
	text-shadow: 2px 2px 5px #000000;
}

/* News Events Content
------------------------------------------------- */

.news_events_content {
	width: 19.32203389830508%; /* 228px/1180px */
	margin-left: 03.05084745762712%; /* 36px/1180px */
	padding: 30px 01.69491525423729% 30px; /* 20px/1180px */
	float: left;
	border-radius: 10px;
	min-height: 285px;
	position: relative;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.95);
}

#news_events h2 + div {
	margin-left: 0;
}

.news_events_content h3 {
	font-size: 1.5em; /* 24px/16px */
	font-weight: 300;
	margin-bottom: 20px;
	color: #e15f29;
}

.news_events_content h4 {
	font-weight: 400;
	margin: 20px 0px 8px 0px;
}

.news_events_content p {
	font-weight: 300;
	font-style: italic;
}

.news_events_content p a {
	font-style: normal;
}

.news_events_content img {
	width: 100%;
	max-width: 200px;
	margin: 10px auto;
	display: block;
}

.news_events_content.blog_content img {
	margin: 10px auto;
}

.news_events_content a{
	text-decoration: none;
	color: #353535;
	font-weight: 100;
}

.news_events_content a:hover{
	text-decoration: underline;
}

.news_events_content a.see_all {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #e26029;
	text-decoration: none;
	font-size: 0.875em; /* 14px/16px */
}

.news_events_content a.see_all:hover {
	text-decoration: underline;
}

/* Press Release
------------------------------------------------- */
#press_release img {
	float: left;
	margin: 0 10px 10px 0;
	padding: 2px;
}

#press_release strong {
	font-weight: bold;
}

#press_release em {
	font-style: italic;
}

#press_release #summary {
	font-weight: 700;
	margin: -5px 0px 40px;
}

#press_release #byline {
	font-weight: bold;
}

/* Download Wrapper
------------------------------------------------- */

#download_wrapper {
	background: #5a5a5a;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	clear: both;
}

/* Download
------------------------------------------------- */

#download {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 10px 85px;
	position: relative;
	min-height: 250px;
}

/* Download Img
------------------------------------------------- */

#download_img {
	float: left;
	width: 32.88135593220339%; /* 388px/1180px */
	position: absolute;
	bottom: 0;
}

#download_img img {
	display: block;
}

/* Download Content
------------------------------------------------- */

#download_content {
	float: right;
	width: 59.32203389830508%; /* 700px/1180px */
}

#download_content h2 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 2.25em; /* 36px/16px */
	color: #ffffff;
	margin: 60px 0 20px;
}

#download_content h2 span {
	color: #f8c822;
}

#download_content p {
	color: #cecece;
	line-height: 1.5;
}

#download_content a {
	position: absolute;
	bottom: 0;
	right: 10px;
	height: 57px;
	background: url("../images/general/arrow_btn_med_orange.png") no-repeat left top;
	padding-left: 76px;
	font-size: 1.875em; /* 30px/16px */
	font-weight: 700;
	color: #f8c822;
	text-transform: uppercase;
	text-decoration: none;
}

#download_content a:hover {
	background: url("../images/general/arrow_btn_med_orange.png") no-repeat left bottom;
}

/* Category 3 Column
------------------------------------------------- */

.category_3column{
	width: 18.64406779661017%;
	margin: 0px 08.47457627118644% 0px 06.77966101694915% !important; /* 100px/1180px 80px/1180px */
	float: left;
}

.category_3column img {
	margin: 0 auto;
	display: block;
}

.category_3column:nth-child(3){
	margin-right: 06.77966101694915% !important; /* 80px/1180px */
}

.category_3column h2{
	margin: 40px 0px 10px 0px;
	text-align: center;
	font-size: 1.5em;
}

.category_3column h2 a{
	color: #ec912d ;
	background: none;
	display: block;
	font-weight: 400;
	margin: 0px;
	text-align: center;
	text-decoration: none;
	line-height:1.2em;
}

.category_3column h2 a:hover{
	color: #ec912d ;
	background: none;
	font-weight: 400;
	margin: 0px;
	text-align: center;
	text-decoration: underline;
}

.category_3column p{
	margin: 0px 0px 25px 0px;
	text-align: center;
	color: #60605d ;
	line-height: 1.2em;
}

.category_3column a{
	width: 100%;
	background: #dfdfdf;
	display: block;
	margin-bottom: 10px;
	color: #60605d;
	font-weight: 700;
	line-height: 1.2em;
	border-radius: 15px;
	text-decoration: none;
	text-align: center;
	padding: 9px 0px 12px 0px;
}

.category_3column a:hover{
	background: #bdbdbd;
}

/* Side Content Gray
------------------------------------------------- */

.side_content_gray {
	float: right;
	width: 21.1864406779661%; /* 250px/1180px */
	background: #c2c2c2;
	border-radius: 15px;
	padding: 02.11864406779661%; /* 25px/1180px */
}

.side_content_gray h1 {
	font-size: 2.5em; /* 40px/16px */
	color: #ffffff;
	font-weight: 700;
}

.side_content_gray h2 {
	font-weight: 700;
	font-size: 1.25em; /* 20px/16px */
	margin: 20px 0;
}

.side_content_gray p {
	font-size: 0.875em; /* 14px/16px */
	font-weight: 300;
	margin-top: 20px;
	line-height: 16px;
}

.side_content_gray a {
	color: #ffffff;
	text-decoration: none;
}

.side_content_gray a:hover {
	text-decoration: underline;
}

.side_content_gray_btn {
	margin: 20px 0 0 0;
	padding: 10px 20px 3px 42px;
	min-height: 31px;
	background: url("/assets/images/general/sm_white_arrow.png") no-repeat left 10px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 1.714285714285714em; /* 24px/14px */
	display: block;
	line-height: 1em;
}

.side_content_gray_btn:hover {
	background: url("/assets/images/general/sm_white_arrow.png") no-repeat left 10px;
	text-decoration: underline;
}

.side_content_gray ul {
	padding: 0px 0px 0px 8.47457627118644%;
	margin: 10px 0px;
}

.side_content_gray li {
	list-style: disc;
	margin-bottom: 5px;
	font-size: 0.875em;
	font-weight: 300;
	line-height: 1.5;
}

/* Side Content White
------------------------------------------------- */

.side_content_white {
	float: right;
	width: 21.1864406779661%; /* 250px/1180px */
	background: #ffffff;
	border: 1px solid #c2c2c2;
	border-radius: 15px;
	padding: 02.11864406779661%; /* 25px/1180px */
}

.side_content_white h1 {
	font-size: 2.4em; /* 40px/16px */
	color: #000000;
	font-weight: 700;
}

.side_content_white h2 {
	font-weight: 700;
	font-size: 1.25em; /* 20px/16px */
	margin: 20px 0;
}

.side_content_white p {
	font-size: 0.875em; /* 14px/16px */
	font-weight: 300;
	margin-top: 20px;
	line-height: 16px;
}

.side_content_white a {
	color: #c2c2c2;
	text-decoration: none;
}

.side_content_white a:hover {
	text-decoration: underline;
}

.side_content_white_btn {
	margin: 20px 0 0 0;
	padding: 10px 20px 3px 42px;
	min-height: 31px;
	background: url("/assets/images/general/sm_grey_arrow.png") no-repeat left 10px;
	color: #7b7b7b !important;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 1.714285714285714em; /* 24px/14px */
	display: block;
	line-height: 21px;
}

.side_content_white_btn:hover {
	text-decoration: underline;
}

.side_content_white ul {
	padding: 0px 0px 0px 8.47457627118644%;
}

.side_content_white li {
	list-style: disc;
	margin-bottom: 5px;
	font-size: 0.875em;
	font-weight: 300;
	line-height: 1.5;
}

/* One Column
------------------------------------------------- */

.product_specific_content_wrapper.one_column {
	float: none;
	width: 100%;
}

/* Footer Wrapper
------------------------------------------------- */

#footer_wrapper {
	background-color: #000000;
	color: #ffffff;
	font-size: 0.875em; /* 14px/16px */
}

/* Footer
------------------------------------------------- */

#footer {
	max-width: 1180px;
	margin: 0 auto;
	padding: 75px 10px 0;
	line-height: 1.5;
	border-bottom: 1px solid #1a1a1a;
}

/* Store Footer
------------------------------------------------- */

#store_footer {
	float: left;
	width: 25.42372881355932%; /* 300px/1180px */
}

#store_footer img {
	margin-bottom: 30px
}

.store_footer_btn {
	width: 130px;
	text-align: center;
	margin-top: 30px;
	padding: 0px !important;
	display: block;
}

#visit_store_btn {
	float: left;
}

#sales_request_btn {
	float: right;
}

/* Footer Nav
------------------------------------------------- */

#footer_nav {
	float: right;
	width: 67.79661016949153%; /* 800px/1180px */
}

/* Footer Boxes
------------------------------------------------- */

.footer_boxes {
	float: left;
	width: 21.875%; /* 175px/800px */
	margin: 0 0 40px 03.125%; /* 25px/800px */
}

.footer_boxes h5 {
	margin-bottom: 15px;
	font-weight: 700;
}

.footer_boxes h5 a {
	color: #ffffff;
}

.footer_boxes a {
	color: #acaeb3;
	text-decoration: none;
}

.footer_boxes a:hover {
	text-decoration: underline;
}

.footer_menu li{
	padding-left: 10px;
	text-indent: -10px;
}

#footer_box_last {
	float: right;
}

/* Copyright Wrapper
------------------------------------------------- */

#copyright_wrapper {
	max-width: 1180px;
	padding: 40px 10px 0;
	margin: 0 auto;
	text-align: center;
}

/* Social
------------------------------------------------- */

#social dt {
	display: inline;
	margin-right: 30px;
	font-weight: 700;
}

#social dd {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

#social dt + dd {
	margin-left: 0;
}

#social dd a {
	width: 30px;
	height: 30px;
	display: block;
}

.soc_twitter {
	background: url("../images/social/twitter.gif") no-repeat left top;
}

.soc_twitter:hover {
	background: url("../images/social/twitter.gif") no-repeat left bottom;
}

.soc_facebook {
	background: url("../images/social/facebook.gif") no-repeat left top;
}

.soc_facebook:hover {
	background: url("../images/social/facebook.gif") no-repeat left bottom;
}

.soc_youtube {
	background: url("../images/social/youtube.gif") no-repeat left top;
}

.soc_youtube:hover {
	background: url("../images/social/youtube.gif") no-repeat left bottom;
}

.soc_rss {
	background: url("../images/social/rss.gif") no-repeat left top;
}

.soc_rss:hover {
	background: url("../images/social/rss.gif") no-repeat left bottom;
}

.soc_news {
	background: url("../images/social/news.gif") no-repeat left top;
}

.soc_news:hover {
	background: url("../images/social/news.gif") no-repeat left bottom;
}

.soc_subscribe {
	width: 98px !important;
	background: url("../images/social/subscribe_button.png") no-repeat left top;
}

.soc_subscribe:hover {
	background: url("../images/social/subscribe_button.png") no-repeat left bottom;
}

/* Copyright
------------------------------------------------- */

#copyright {
	padding: 25px 0 65px;
	color: #acaeb3;
}

#copyright p {
	display: inline;
}

#copyright dl {
	display: inline;
	margin-left: 10px;
}

#copyright dt {
	display: inline;
	border-left: 1px solid #acaeb3;
	padding: 0 5px;
}

#copyright dt:first-child {
	border-left: none;
	padding: 0 5px 0 0;
}

#copyright a {
	color: #acaeb3;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

/* Content Button
-----------------------------------*/

.content_button{
	background: #b6b6b8;
	border: 1px solid #6d6e71;
	border-radius: 15px;
	padding: 10px 25px;
	color: #ffffff !important;
	font-family: "Ubuntu", sans-serif;
	font-size: 1em;
	font-weight: 500;
}

.content_button:hover{
	background: #6d6e71;
	border: 1px solid #b6b6b8;
	text-decoration: none !important;
}

.content_button_orange{
	background: #f16624;
	border: 1px solid #a04418;
	border-radius: 15px;
	padding: 10px 25px;
	color: #ffffff !important;
	font-family: "Ubuntu", sans-serif;
	font-size: 1em;
	font-weight: 500;
}

.content_button_orange:hover{
	background: #c0511d;
	border: 1px solid #a04418;
	text-decoration: none !important;
}

/* Forms
-----------------------------------*/

input[type="submit"] {
	background: #f9c923;
	border: 3px solid #ffffff;
	padding: 10px 25px;
	border-radius: 15px;
	color: #000000;
	margin-top: 15px;
}

input[type="submit"]:hover {
	background: #ffe280;
	transition: background 1s ease;
}

/* Image Gallery
-----------------------------------*/

.open_gallery{
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

/* Hide Google iFrame
-----------------------------------*/

iframe[name="google_conversion_frame"] {
	display: none;
}
