/*
	Theme Name: Newdesign
	Theme URI: http://bestwebsoft.com/
	Description: Newdesign fusion theme.
	Author: Bestwebsoft
	Author URI: http://bestwebsoft.com/
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0
*/

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center, ol, ul, li,
dl, dt, dd, 
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 { /* img, b,  */
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: left; /* justify */
	line-height: 1.5em;
}
/* 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;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* input, textarea {
	outline: none; 
	border: none;
} */

input, textarea {
	border: solid 1px #1fb307;
}



h1 {
    font-size: 26px;
	padding: 5px 0px 5px 0px;
    font-weight: bold;
	color: #0054a5; /* green #0054a5 blue 0054a5 yellow ffba00 */
    text-align: left;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
h2 {
    font-size: 18px;
	padding: 5px 0px 5px 0px;
    font-weight: bold;
    text-align: left;
    color: #0054a5; /* colour 169E00 */
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
h3 {
    font-size: 12.41pt;
	padding: 5px 0px 5px 0px;
    font-weight: bold;
    height: 24px;
	color: #0054a5;  /* colour 169E00 */
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
b, strong {
    font-weight: bold;
}
img.alignright {
    display: inline;
    margin-left:15px;
}
.alignleft {float:left;}
.alignright {float:right;}
.center {text-align:center;}
body{
	background: url(images/background.jpg) no-repeat center top transparent;
	color: #282828;
}
.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

@font-face {
	font-family: Sansation;
	src: url("fonts/Sansation_Regular.ttf");
	font-weight: normal;
}

/* Header Tagline Font */
@font-face {
    font-family: 'FertigoProRegular';
    src: url('fonts/Fertigo_PRO-webfont.eot');
    src: url('fonts/Fertigo_PRO-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Fertigo_PRO-webfont.woff') format('woff'),
         url('fonts/Fertigo_PRO-webfont.ttf') format('truetype'),
         url('fonts/Fertigo_PRO-webfont.svg#FertigoProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#container{
	width: 1280px; /* width: 1280px; short image on sides */
	/* height: 1154px; to stop white space at bottom of page */
	font-size: 16px;
	color: #282828;
	line-height:150%;
	margin: 0 auto;
	/*background: url(images/background.jpg) no-repeat left top transparent;*/
	font-family: arial;
}

h1, h2, h3, h4, h5, h6, a {
	font-family: arial;
}

p{
	margin: 0 0 12px;
	color: #282828;
}

/* Header */
#header{
	width: 1280px;
	height: 364px;
	position: absolute;
	background: url(images/headre_bg.png) no-repeat center top transparent;
}
#header_title{
	font-family: 'FertigoProRegular', Comic Sans MS;
	position: absolute;
	left: 410px; /* with dancing people right: 285px; top: 104px; font-size: 15px; */
	top: 50px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

#template{
	width: 816px; /* removed +80px from bigger size */
	/* height: 997px;  removed +21px from bigger size */
	position: relative;
	padding: 135px 25px 0px 25px; /* -21px top */
	margin: 0 auto;
	background: url(images/body_bg.png) repeat-x center top transparent;
}

	/* Menu */

#top_menu {
	margin: 135px auto 0; /* top -22px */
    width: 816px; /* width: 816px; */
}

#top_menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#top_menu li{
	float: left;
	overflow: hidden;
	width: 143px; /* width: 143px; */
	height: 131px;
	position: relative;
	margin: 0px -30px 0px 0px;
	background: url(images/puzzle.png) repeat-x center top transparent;
}
#top_menu li.lastNode{
	background: url(images/puzzle_last.png) repeat-x center top transparent;
	width: 125px;
	height: 132px;
	bottom: 1px;
}
#top_menu li a{
    color: #FFFFFF;
    display: table-cell;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.3;
    padding: 62px 4px 46px 21px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 2px 2px rgba(0, 0, 1, 0.3);
    vertical-align: middle;
    width: 100px;
}
#top_menu li.current-menu-item{ background: url(images/puzzle_active.png) repeat-x center top transparent; }
#top_menu li:hover{ background: url(images/puzzle_hover.png) repeat-x center top transparent; 
	/*position: relative; bottom: 10px; */
	z-index: 20 !important;}
#top_menu li.lastNode.current-menu-item{ background: url(images/puzzle_last_active.png) repeat-x center top transparent; }
#top_menu li.lastNode:hover{ background: url(images/puzzle_last_hover.png) repeat-x center top transparent; }

/* Main */

#content {
	margin: 145px 0 0;
	font-size: 13px;
	width:570px; /* 570px */
	float:left;
}

#secondary{float:right; width:240px;margin: 145px 0 0;} /* margin-left: 29px; margin-top: 13px; position:relative; z-index: 99; */
			.sidebar{float:left;}
			.sidebar-items{padding:5px 5px 0 5px;}

.entry-title {font-family: 'FertigoProRegular', "arial", sans-serif; font-size:26px; color: #0054a5; padding: 5px 0px 0px 0px; font-weight: bold; color: #0054a5; text-align: left; text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8); }

/*.entry-title, {font-size:2.2em; line-height:1; margin:0.9091em 0 0; padding: 10px 15px 0; font-weight: bold; color:#cc0000;}*/

.entry-byline a {color:#282828;} /* color:#777; */
.entry-byline a.entry-date:hover {text-decoration:none;}
.entry-byline { padding: 0 15px 10px 0; font:italic 0.8em 'trebuchet ms', sans-serif;}
.entry-byline address {display:inline;}
.entry-meta { padding:0 15px 10px 0; margin:0 0 0 0; font:italic 0.8em 'trebuchet ms', sans-serif;}	
		

.entry-content {font-family: "arial", verdana, 'Lucida Grande', arial, sans-serif; font-size:14px; color: #282828; line-height:150%; margin:0 0 0; } /* width 70% margin:1.5385em 0 0 */
.entry-content h1, h2 {font-family: 'FertigoProRegular', arial;}

.entry-content ul {margin:0 0 1.5385em 30px;}
.entry-content ol {margin:0 0 1.5385em 30px;}
.entry-content li {margin-bottom:0.4615em; line-height:1.5385;}
.entry-content li ul, .entry-content li ol {margin:0.4615em 0 1.077em 30px;}
.entry-content ul {list-style-type:square;}
.entry-content li ul {list-style-type:circle;}
.entry-content ol {list-style-type:decimal;}
.entry-content ol ol {list-style-type:upper-alpha;}



#video {
	background: url('images/video.png') no-repeat;
	height: 285px;
	width: 430px;
	float: left;
	margin: 2px 30px 0 2px;
}

#home_text {
    float: left;
    margin: 47px 0 0;
    width: 500px;
}

#home_text h3 {
	font-weight: bold;
	font-size: 22px;
	color: #169E00;
	text-align: center;
	width: 453px;
	margin-left: 12px;
	margin-top: 5px;
	line-height: 1;
}

#home_text p {
	font-family: Tahoma;
	font-size: 16px;
	color: #323232;
	text-align: center;
	width: 400px;
	line-height: 1.43;
	margin: 12px 0 0 39px;
}

	/* Puzzles */

#home_puzzles {
	width: 100%;
	padding-left: 0px; /* removed +40px; */
	padding-top: 12px;
}

#home_puzzles h3 {
    font-size: 10.41pt;
    font-weight: bold;
    height: 24px;
    margin: 0 0 3px 2px;
    padding-top: 9px;
    text-align: center;
    width: 190px;
}

.puzzles {
	height: 208px;
	width: 248px;
    float: left;
	margin-right: -55px;
	padding-top: 42px;
	position: relative;
}

.puzzles a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 89%;
	height: 89%;
}
.puzzles:hover{ z-index: 999; }

.puzzles li {
	font-size: 12px;
	font-family: Arial;
	line-height: 1.2;
	text-align: left;
}

#puzzle_black, #pzl_black {
	background: url('images/black-puzzle.png') no-repeat;
	color: #fff;
}
#puzzle_black h3, #pzl_black h3{
	color: yellow;
}
#puzzle_orange, #pzl_orange {
	background: url('images/orange-puzzle.png') no-repeat;
	z-index: 5;
	color: #221e1f;
	position: relative;
}
#puzzle_orange h3, #pzl_orange h3{
	color: #000;
}
#puzzle_green, #pzl_green {
	background: url('images/green-puzzle.png') no-repeat;
	color: #221e1f;
}
#puzzle_green h3, #pzl_green h3 {
	color: #000;
}
#puzzle_blue, #pzl_blue {
	background: url('images/blue-puzzle.png') no-repeat;
	z-index: 5;
	color: #fff;
}
#puzzle_blue h3, #pzl_blue h3{
	color: yellow;
}
#puzzle_black ul, #puzzle_blue ul, #pzl_black ul, #pzl_blue ul {
	list-style-image: url('images/white-type.png');
    margin: 0 34px 0 67px;
    width: 116px;
}

#puzzle_orange ul, #puzzle_green ul, #pzl_orange ul, #pzl_green ul {
	list-style-image: url('images/black_type.png');
    margin: 0 34px 0 67px;
    width: 116px;
}

	/* Lizard */
#cam_lizard {
    background: url(images/cam_lizard.png) no-repeat scroll 0 0 transparent;
    float: left;
    height: 284px;
    left: -13px;			/* removed + 48px (was 35px) */
    position: relative;
    top: 7px;
	width: 226px;
}

#cam_lizard ul {
    color: #4D4D4D;
    font-family: Arial;
    font-size: 4px;
    left: 16px;
    position: absolute;
    top: 15px;
    width: 50px;
}

#cam_lizard ul li {
	padding-bottom: 1px;
}

	/* Subscribe */
#subscribe {
	width: 570px;
	height: 130px;
	-webkit-border-radius: 20px 0;
	-moz-border-radius: 20px 0;
	border-radius: 20px 0;
	background-color: #ffba00;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.21);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.21);
	box-shadow: 0 0 10px rgba(0,0,0,.21);
	border: solid 6px #fff;
	float: right; 							/* old* left */
	margin: 10px 0px 0 5px;		/* removed extra margin-right + 15px */
}
.subscribe_desc {
    margin: 16px 0 0 19px;
    width: 144px;
    float: left;
}

.subscribe_desc h3 {
    color: #221E1F;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 17px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

.subscribe_desc p {
	font-family: Arial;
	font-size: 11px;
	color: #323232;
	line-height: 1.2;
	text-align: left;
}

#subscribe_form {
    float: left;
    margin: 17px 0 0 52px;
    width: 341px;
    position: relative;
}

#subscribe_form input[type="text"] {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	border: solid 1px #1fb307;
	font-family: Arial;
	font-size: 13px;
	color: #646464;
	height: 23px;
    margin-bottom: 9px;
    padding-left: 9px;
    width: 176px;
}

#subscribe_submit {
	font-family: Sansation;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(255,255,255,.4);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	/*background-color: #fff;*/
	-webkit-box-shadow: inset 1px 1px #5de707; 
	-moz-box-shadow: inset 1px 1px #5de707;
	box-shadow: inset 1px 1px #5de707;
	border: solid 1px #a27b04;
	background-image: -webkit-linear-gradient(top, #29d702, #378905);
	background-image: -moz-linear-gradient(top, #29d702, #378905);
	background-image: -o-linear-gradient(top, #29d702, #378905);
	background-image: -ms-linear-gradient(top, #29d702, #378905);
	background-image: linear-gradient(to bottom, #29d702, #378905);
	height: 34px;
    position: absolute;
    right: 11px;
	top: 32px;
    width: 133px;
    cursor: pointer;
}

#subscribe_submit:hover {
	color: #222;
}

/* Contact Box */



#floating-box {
	width: 220px;
	height: 305px;
	position:absolute;
	top:282px;
	
    	left:50%;
	margin-left: 188px; /* 177px */
}

#contact-box {
	-webkit-border-radius: 20px 0;
	-moz-border-radius: 20px 0;
	border-radius: 20px 0;
	background-color: #ffba00;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.21);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.21);
	box-shadow: 0 0 10px rgba(0,0,0,.21);
	border: solid 6px #fff;
	float: right; 							/* old* left */
	margin: 10px 0px 0 0;		/* removed extra margin-right + 15px 157px for floating contact box*/
}
.contact-box_desc {
    margin: 5px 0 0 19px; /* margin: 16px 0 0 19px; */
    width: 200px;
    float: left;
}

.contact-box_desc h3 {
    color: #221E1F;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 5px; /* 17px */
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

.contact-box_desc p {
	font-family: Arial;
	font-size: 16px;
	color: #323232;
	line-height: 1.2;
	text-align: left;
}

#contact-box_form {
    float: left;
    margin: 7px 0 0 19px; /* margin: 17px 0 0 19px; */
    width: 200px;
    position: relative;
}

#contact-box_form input[type="text"] {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	border: solid 1px #1fb307;
	font-family: Arial;
	font-size: 13px;
	color: #646464;
	height: 23px;
    margin-bottom: 9px;
    padding-left: 9px;
    width: 176px;
}

#contact-box_form textarea {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	border: solid 1px #1fb307;
	font-family: Arial;
	font-size: 13px;
	color: #646464;
	height:23px;
	width:176px;
    margin-bottom: 9px;
    padding-left: 9px;
    
}

#contact-box_submit {
	font-family: Sansation, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(255,255,255,.4);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #29d702;
	-webkit-box-shadow: inset 1px 1px #5de707;
	-moz-box-shadow: inset 1px 1px #5de707;
	box-shadow: inset 1px 1px #5de707;
	border: solid 1px #a27b04;
	background-image: -webkit-linear-gradient(top, #29d702, #378905);
	background-image: -moz-linear-gradient(top, #29d702, #378905);
	background-image: -o-linear-gradient(top, #29d702, #378905);
	background-image: -ms-linear-gradient(top, #29d702, #378905);
	background-image: linear-gradient(to bottom, #29d702, #378905);
	height: 34px;
    position: relative;
    width: 133px;
    cursor: pointer;
	margin-bottom: 9px;
}

#contact-box_submit:hover {
	color: #222;
}

/* Subscribe Box With Free Resources */

#subscribe-box {
	-webkit-border-radius: 20px 0;
	-moz-border-radius: 20px 0;
	border-radius: 20px 0;
	background-color: #ffba00; /* blue 0054a5; yellow ffba00; */
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.21);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.21);
	box-shadow: 0 0 10px rgba(0,0,0,.21);
	border: solid 6px #fff;
	float: right; 							/* old* left */
	margin: 10px 0px 0 0;		/* removed extra margin-right + 15px 157px for floating contact box*/
}
.subscribe-box_desc {
    margin: 5px 0 0 19px; /* margin: 16px 0 0 19px; */
    width: 200px;
    float: left;
}

.subscribe-box_desc h3 {
    color: #221E1F;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 5px; /* 17px */
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

.subscribe-box_desc p {
	font-family: Arial;
	font-size: 16px;
	color: #323232;
	line-height: 1.2;
	text-align: left;
}

#subscribe-box_form {
    float: left;
    margin: 7px 0 0 19px; /* margin: 17px 0 0 19px; */
    width: 200px;
    position: relative;
}

#subscribe-box_form input[type="text"] {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	border: solid 1px #1fb307;
	font-family: Arial;
	font-size: 13px;
	color: #646464;
	height: 23px;
    margin-bottom: 9px;
    padding-left: 9px;
    width: 176px;
}

#subscribe-box_submit {
	font-family: Sansation, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(255,255,255,.4);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #29d702;
	-webkit-box-shadow: inset 1px 1px #5de707;
	-moz-box-shadow: inset 1px 1px #5de707;
	box-shadow: inset 1px 1px #5de707;
	border: solid 1px #a27b04;
	background-image: -webkit-linear-gradient(top, #29d702, #378905);
	background-image: -moz-linear-gradient(top, #29d702, #378905);
	background-image: -o-linear-gradient(top, #29d702, #378905);
	background-image: -ms-linear-gradient(top, #29d702, #378905);
	background-image: linear-gradient(to bottom, #29d702, #378905);
	height: 34px;
    position: relative;
    width: 133px;
    cursor: pointer;
	margin-bottom: 9px;
}

#subscribe-box_submit:hover {
	color: #222;
}


/* Contact Page Message Form Box */

#contact-page-box {
	-webkit-border-radius: 20px 0;
	-moz-border-radius: 20px 0;
	border-radius: 20px 0;
	background-color: #ffba00; /* blue 0054a5; yellow ffba00; */
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.21);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.21);
	box-shadow: 0 0 10px rgba(0,0,0,.21);
	border: solid 6px #fff;
	float: left; 							/* old* left */
	margin: 10px 0px 0 0;		/* removed extra margin-right + 15px 157px for floating contact box*/
}
.contact-page-box_desc {
    margin: 5px 0 0 19px; /* margin: 16px 0 0 19px; */
    width: 400px;
    float: left;
}

.contact-page-box_desc h3 {
    color: #221E1F;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 5px; /* 17px */
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

.contact-page-box_desc p {
	font-family: Arial;
	font-size: 16px;
	color: #323232;
	line-height: 1.2;
	text-align: left;
}

#contact-page-box_form {
    float: left;
    margin: 7px 0 0 19px; /* margin: 17px 0 0 19px; */
    width: 200px;
    position: relative;
}

#contact-page-box_form input[type="text"] {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	border: solid 1px #1fb307;
	font-family: Arial;
	font-size: 13px;
	color: #646464;
	height: 23px;
    margin-bottom: 9px;
    padding-left: 9px;
    width: 176px;
}

#contact-page-box_form textarea {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	border: solid 1px #1fb307;
	font-family: Arial;
	font-size: 13px;
	color: #646464;
	height:100px;
	width:500px;
    margin-bottom: 9px;
    padding-left: 9px;
    
}

#contact-page-box_submit {
	font-family: Sansation, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(255,255,255,.4);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #29d702;
	-webkit-box-shadow: inset 1px 1px #5de707;
	-moz-box-shadow: inset 1px 1px #5de707;
	box-shadow: inset 1px 1px #5de707;
	border: solid 1px #a27b04;
	background-image: -webkit-linear-gradient(top, #29d702, #378905);
	background-image: -moz-linear-gradient(top, #29d702, #378905);
	background-image: -o-linear-gradient(top, #29d702, #378905);
	background-image: -ms-linear-gradient(top, #29d702, #378905);
	background-image: linear-gradient(to bottom, #29d702, #378905);
	height: 34px;
    position: relative;
    width: 133px;
    cursor: pointer;
	margin-bottom: 9px;
}

#contact-page-box_submit:hover {
	color: #222;
}

/* Rounded Shape Numbers for Lists */

ol.rounded-list {
	counter-reset: li; /* Initiate a counter */
	list-style: none; /* Remove default numbering */
	*list-style: decimal; /* Keep using default numbering for IE6/7 */
	font: 15px 'trebuchet MS', 'lucida sans';
	padding: 0;
	margin-bottom: 12px;/* 4em; */
	margin-left: 20px;
	/*margin-right: 200px;*/
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

ol.rounded-list ol{
	margin: 0 0 0 2em; /* Add some left margin for inner lists */
}

.rounded-list a{
	position: relative;
	display: block;
	padding: .4em .4em .4em 2em;
	*padding: .4em;
	margin: .5em 0;
	background: #ffba00; /* #a27b04; #ddd; */
	color: #000; /* #444; */
	text-decoration: none;
	border-radius: .3em;
	transition: all .3s ease-out;	
}

.rounded-list a:hover{
	background: #0054a5;   /*light blue #3CA7DE; #5de707; #eee; */
}

.rounded-list a:hover:before{
    transform: rotate(360deg);	
}

.rounded-list a:before{
	content: counter(li);
	counter-increment: li;
	position: absolute;	
	left: -1.3em;
	top: 50%;
	margin-top: -1.3em;
	background: #ffba00;  /*#87ceeb;*/
	height: 2em;
	width: 2em;
	line-height: 2em;
	border: .3em solid #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 2em;
	transition: all .3s ease-out;
}

/* Footer */
#footer{ clear: both; }

#footer_descr {
	border-top: 1px solid #a27b04;
	font-family: Arial;
	font-size: 12px;
	color: #a27b04;
	width: 816px;
	display: inline-block;
	margin-top: 13px;
	position: relative;
}

#social_buttons a{
	text-decoration: none;
}
/* bottom menu */
#bottom_menu{
	width: 582px;
	float: right;
	padding-top: 5px;
}
#bottom_menu ul li{ float: left; }
#bottom_menu ul li a{
	color: green;
	font-size: 18px;
	text-decoration: none;
}
#bottom_menu ul li ul{ width: 215px; }
#bottom_menu ul li:last-child ul{ width: 141px;  }
#bottom_menu ul li ul li{
	float: none;
	width: 141px;
	background: url(images/dashed_line.png) no-repeat top center transparent;
	margin-top: 0px;
	padding-top: 1px;
}
#bottom_menu ul li:last-child ul li{
	line-height: 22px;
	padding-top: 5px;
	width: 110px;
}
#bottom_menu ul li:last-child ul,
#bottom_menu ul li ul li a{
	color: gray;
	font-size: 9px;
}
#bottom_menu ul li ul li a:hover{ color: green; }
/* end bottom menu */
#copyright{
	padding-top: 5px;
	font-family: arial;
	font-size: 13px;
	float: left;
}
#social_buttons{
	position: absolute;
	right: -2px;
	top: -6px;
}
#social_buttons span{
	margin: 3px 18px 0 0;
	float: left;
}
#social_buttons span,
#social_buttons a{
	position: relative;
	top: 10px;
}

#twitter_logo, #facebook_logo, #linkedin_logo, #pinterest_logo {
	width: 30px;
	height: 30px;
	background: url('images/social-icons.png') no-repeat;
	display: inline-block;
}

#twitter_logo {
	margin-left: 3px;
    margin-right: 1px;
}

#facebook_logo {
    background-position: -36px top;
    margin-right: 5px;
}

#linkedin_logo {
	background-position: -76px top;
}

#pinterest_logo {
	background-position: -108px top;
}