/*
Theme Name: Northwest Glass
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}

/* =Layout
-------------------------------------------------------------- */

body {
	background: #efe3d6 url(../../assets/img/background-stripe.jpg) repeat;
	margin: 0;
	font-family: 'open_sansregular';
	font-size: 14px;
	height: 100%;
	line-height: 1.4;
}

* html {
	height: 100%;
}

p {
	margin: 10px 20px;
}

ol {
	margin: 20px 10px 20px 50px;
	list-style: decimal;
}

ol ol {
	margin: 10px 10px 10px 40px;
	list-style: lower-alpha;
}

ul {
	margin: 20px 10px 20px 50px;
	list-style: circle;
}

ul.hidebullets {
	margin: 10px 10px 10px 40px;
	list-style: none;
}

h1 { font-size: 40px; font-family: 'asapbold'; margin: 20px; line-height: 44px; color: #0a1175; font-weight: normal; }
h2 { font-size: 34px; font-family: 'asapbold'; margin: 20px; line-height: 38px; font-weight: normal; color: #0f176c; }
h2 a { color: #053464; }
h3 { font-size: 30px; font-family: 'asapbold'; margin: 20px; line-height: 34px; font-weight: normal; color: #000; }
h4 { font-size: 28px; font-family: 'asapbold'; margin: 20px; line-height: 32px; font-weight: normal; color: #000; }
h5 { font-size: 26px; font-family: 'asapbold'; margin: 20px; line-height: 30px; font-weight: normal; color: #000; }
h6 { font-size: 24px; font-family: 'asapbold'; margin: 20px; line-height: 28px; font-weight: normal; color: #000; }

a:link,
a:visited,
a:active {
	color: #921535;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

table {
	margin: 20px;
}

dl {
	margin: 10px;
}

strong {
	font-family: 'open_sanssemibold';
}

hr {
	margin: 20px;
	border: #4d82c3 solid 1px;
}

a.button {
	background: red /*url(../../assets/img/button-bg.jpg) repeat-x*/;
	border: #6f4e34 solid 1px;
	color: #fff;
	padding: 8px 14px;
	text-decoration: none;
	font-family: 'asapbold';
	font-size: 18px;
	display: inline-block;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}

a.button:hover {
	background: #0a1175;
}

a.button2 {
	background: #0a1175 url(../../assets/img/button2-bg.jpg) repeat-x;
	border: #0a1175 solid 1px;
	color: #fff;
	padding: 8px 14px;
	text-decoration: none;
	font-family: 'asapbold';
	font-size: 18px;
	display: inline-block;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}

a.button2:hover {
	background: #fff;
	color: #0a1175;
}

#mobilephone {
	/*display: none;*/
	display:block;

    position: fixed;
    right: 0;
    top: 40%;
    background: #e51942;
    padding: 10px;
    z-index: 9999;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 0 10px #333;
}

#slideshow, img.bgM {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index:-9999;
}

#wrapper {  
	text-align: center;
}

.container {
	margin: 0 auto;
	width: 1200px;
	text-align: left;
}

#header {
	background: url(../../assets/img/header-bg2.jpg) top center no-repeat;
	background-color: transparent;
}

#header .container {
	background: url(../../assets/img/glass-guy.png) center top no-repeat;
	background-color: transparent;
	height: 222px;
}

#logo {
	float: left;
	margin: 20px;
}

#headerright {
	float: right;
	width: 400px;
}

#tcontact {
	color: #ffffff;
	font-size: 34px;
	font-family: 'asapbold';
	text-align: center;
	margin: 20px;
	line-height: 40px;
}

#social {
	margin: 20px;
	padding: 0;
	text-align: center;
}

#social img {
	margin: 0 0 0 5px;
}

/* Navigation ------------------------------------------------------------------- */

#menumobi {
	display: none;
}
	
#primary-navigation {
	display: block;
	margin: 0 auto;
	text-align: left;
	margin: 2px 0 0 0;
	height: 57px;
}
#primary-navigation .menu-header,
div.menu {
}
#primary-navigation .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#primary-navigation .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#primary-navigation a {
	color: #fff;
	display: block;
	line-height: 57px;
	padding: 0 16px;
	text-decoration: none;
	margin: 0 0 0 5px;
	font-size: 21px;
	background-color: none;
	font-family: 'asapbold';
	text-transform: uppercase;
}
#primary-navigation ul ul {
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 57px;
	left: 0;
	float: left;
	width: 220px;
	z-index: 99999;
	background: #fff;
}
#primary-navigation ul ul li {
	min-width: 200px;
}
#primary-navigation ul ul ul {
	left: 200px;
	top: 0;
}
#primary-navigation ul ul a {
	color: #0a1175;
	line-height: 1em;
	padding: 10px;
	width: 200px;
	height: auto;
	margin: 0;
	letter-spacing: normal;
	font-size: 18px;
	text-transform: capitalize;
}
#primary-navigation li:hover > a {
	color: #C2C2C2;
}
#primary-navigation ul ul :hover > a {
	color: #C2C2C2;
	background: #fff;
}
#primary-navigation ul li:hover > ul {
	display: block;
}
#primary-navigation ul li.current_page_item > a,
#primary-navigation ul li.current-menu-ancestor > a,
#primary-navigation ul li.current-menu-item > a,
#primary-navigation ul li.current-menu-parent > a {
	color: #C2C2C2;
}
* html #primary-navigation ul li.current_page_item a,
* html #primary-navigation ul li.current-menu-ancestor a,
* html #primary-navigation ul li.current-menu-item a,
* html #primary-navigation ul li.current-menu-parent a,
* html #primary-navigation ul li a:hover {
	color: #C2C2C2;
}
#primary-navigation ul ul li.current_page_item > a,
#primary-navigation ul ul li.current-menu-ancestor > a,
#primary-navigation ul ul li.current-menu-item > a,
#primary-navigation ul ul li.current-menu-parent > a {
	color: #C2C2C2;
	background: #fff;
}
* html #primary-navigation ul ul li.current_page_item a,
* html #primary-navigation ul ul li.current-menu-ancestor a,
* html #primary-navigation ul ul li.current-menu-item a,
* html #primary-navigation ul ul li.current-menu-parent a,
* html #primary-navigation ul ul li a:hover {
	color: #000;
	background: #fff;
}

#primary-navigation ul li#menu-item-64 {
	margin-left: 310px;
}

/* End Navigation ------------------------------------------------------------------- */

#homeCol {
	background: url(../../assets/img/home-bg.png) top center no-repeat;
	background-color: transparent;
	margin-top: 350px;
	padding: 20px 0;
}

#homeCol h1 {
	text-align: center;
}

.hmbox {
	width: 373px;
	min-height: 470px;
	margin: 20px 0 0 20px;
	float: left;
	position: relative;
	background: #ffcd00;
}

.hmbox h2 {
	text-transform: uppercase;
	margin: 0;
	font-size: 21px;
	line-height: 59px;
}

.shower h2 {
	background: #ebddce url(../../assets/img/shower-enclosures.jpg) no-repeat;
	padding: 155px 20px 0 20px;
}

.mirrors h2 {
	background: #ebddce url(../../assets/img/mirrors.jpg) no-repeat;
	padding: 155px 20px 0 20px;
}

.tabletops h2 {
	background: #ebddce url(../../assets/img/glass-table.jpg) no-repeat;
	padding: 155px 20px 0 20px;
}

.hmbox a.button {
	position: absolute;
	bottom: 0;
	margin-bottom: 20px;
}

#ourclients {
	background:#00053c url(../../assets/img/background-stripe-dark.jpg) repeat;
	padding: 30px 0;
}

#ourclients h3 {
	text-transform: uppercase;
	color: #000;
	font-size: 34px;
	line-height: 38px;
	text-shadow: 1px 1px #d6bb9c;
}

#ourclients ul {
	float: left;
	list-style: none;
	font-size: 20px;
	font-family: 'asapbold';
	margin: 20px 30px;
}

#hmcommercial {
	background: #efe3d6 url(../../assets/img/background-stripe.jpg) repeat;
	padding: 30px 0;
}

#hmcommercial h3 {
	text-transform: uppercase;
	color: #0a1175;
	font-size: 34px;
	line-height: 38px;
}

#hmcommercial .left {
	float: left;
	width: 780px;
}

#hmcommercial .right {
	float: right;
	width: 393px;
	height: 302px;
	margin-top: 20px;
	padding-top: 20px;
	background: url(../../assets/img/shape.png) no-repeat;
	background-color: transparent;
	text-align: center;
	font-size: 40px;
	font-family: 'asapbold';
	color: #0a1175;
}

#hmcommercial img {
	float: right;
	border: #c8a176 3px solid;
	margin: 0 20px 20px 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

#hmcommercial a.button2 {
	margin: 20px 0;
}

.title {
	text-transform: uppercase;
}

.tag {
	color: #75afe4;
	text-shadow: 1px 1px #0a1175;
}

.phone {
	color: #e51942;
}

#maincol {
	float: left;
	width: 880px;
	background: #fff;
	margin: 30px 0;
	padding-bottom: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

#maincol li {
	margin-bottom: 8px;
}

#sidebar {
	float: right;
	width: 300px;
	margin: 20px 0;
}

#sidebar ul {
	margin: 0;
	list-style: none;
}

#sidebar ul ul {
	margin: 20px;
	list-style: none;
}

#sidebar .textwidget {
	padding: 10px 0;
}

#sidebar h3.widget-title {
	font-weight: normal;
	font-family: 'asapbold';
	margin: 0;
	padding: 10px 20px;
	background: #0a1175;
	color: #fff;
	font-size: 28px;
	line-height: 32px;
}

#sidebar .widget-container,
.wpp_widget {
	background: #fff;
	margin: 10px 0 20px;
	padding-bottom: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	background:black url(../../assets/img/bg2.jpg) no-repeat;
	color: #fff;
	padding: 30px 0;
}

#footer a:link,
#footer a:visited,
#footer a:active {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	color: #e51942;
	text-decoration: none;
}

#footer-widget-area ul {
	list-style: none;
	margin: 0;
}

#footer-widget-area #first {
	float: left;
	width: 380px;
	margin-right: 20px;
}

#footer-widget-area #second {
	float: left;
	width: 380px;
	margin-right: 20px;
}

#footer-widget-area #third {
	float: right;
	width: 380px;
}

#footer-widget-area #third img{
	float: left;
	margin: 10px;
}

#footer-widget-area h3  {
	color: #fff;
	font-size: 28px;
}

#footer-widget-area ul ul {
	margin: 0 0 0 20px;
}

#copyright {
	padding: 10px 20px;
	font-size: 12px;
	text-align: center;
}

#copyright a:link,
#copyright a:visited,
#copyright a:active {
	color: #fff;
	text-decoration: underline;
}

#copyright a:hover {
	color: #e51942;
	text-decoration: none;
}

/* =End Footer
-------------------------------------------------------------- */

/* =Form Styles
-------------------------------------------------------------- */

.wpcf7 input {
	width: 245px;
	padding: 4px;
	border: #aaaaaa solid 1px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wpcf7 textarea {
	width: 245px;
	height: 50px;
	padding: 4px;
	border: #aaaaaa solid 1px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wpcf7 input.wpcf7-submit {
	width: 100px;
	height: 31px;
	margin: 0;
	background: #e51942;
	color: #fff;
	font-family: 'asapbold';
	font-size: 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 6px 8px;
	border: none;
}

.wpcf7-response-output {
	color: #000;
}

/* =End Form Styles
-------------------------------------------------------------- */

.widget_recent_entries ul li {
	background: #fff;
	font-size: 24px;
	padding: 5px;
	margin-bottom: 2px;
	font-family: 'asapbold';
}

.widget_recent_entries .post-date {
	font-size: 18px;
}

ul.bxslider {
	margin: 0;
}

/* =Default Syles
-------------------------------------------------------------- */

.ngg-galleryoverview {
	margin: 20px;
}

img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
	border: #c8a176 3px solid;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

img.alignright {
	float: right;
	margin: 0 0 20px 20px;
	border: #c8a176 3px solid;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.wp-caption {
}

div .alignleft {
	float: left;
	margin: 0 20px 20px 20px;
}

div .alignright {
	float: right;
	margin: 0 20px 20px 20px;
}

#nav-above, #nav-below, .entry-meta, .entry-utility {
	margin: 10px;
}

#nav-above, #nav-below, .entry-meta, .entry-utility {
	margin: 10px 20px;
}

.post {
	border-bottom: #ccc solid 1px;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
}

.clear {
	clear: both;
}

#searchform {
	margin: 20px;
}

.map {
	float: right;
	margin: 20px;
	width: 50%;
}

.map iframe {
	width: 100%;
	height: 300px;
	border: 0;
}

ul#socialbar {
	list-style: none;
	padding: 0;
	margin: 20px;
}

ul#socialbar li {
	float: left;
	display: block;
	margin: 10px;
}

#gmap {
	border: 0;
	width: 400px;
	height: 400px;
	float: right;
	margin: 20px;
}

/************************************************************************************
smaller than 1200
*************************************************************************************/
@media screen and (max-width: 1200px) {

	.container {
		width: 960px;
	}

#logo {
	margin: 20px;
	width: 300px;
	height: 68px;
}

#headerright {
	width: 300px;
}

#primary-navigation a {
	padding: 0 13px;
	font-size: 17px;
}

#primary-navigation ul li#menu-item-64 {
	margin-left: 230px;
}

#primary-navigation ul ul a {
	font-size: 17px;
}

#homeCol {
	margin-top: 250px;
}

#homeCol h1 {
	font-size: 34px;
}

.hmbox {
	width: 292px;
	min-height: 550px;
}

.hmbox h2 {
	font-size: 16px;
}

#ourclients ul {
	font-size: 18px;
	margin: 20px 20px;
}


#hmcommercial .left {
	float: left;
	width: 530px;
}

#hmcommercial img {
	width: 200px;
	height: auto;
}

#maincol {
	width: 640px;
}

#maincol img {
	width: 40%;
	height: auto;
}

#sidebar {
	width: 300px;
}

#footer-widget-area #first {
	width: 230px;
}

#footer-widget-area #second {
	width: 320px;
}

#footer-widget-area #third {
	width: 370px;
}

#gmap {
	width: 300px;
	height: 300px;
}
	
}

/************************************************************************************
smaller than 960
*************************************************************************************/
@media screen and (max-width: 960px) {

	body {
		line-height: 1.6;
	}
	
	#mobilephone {
	display: block;
	position: fixed;
	right: 0;
	top: 40%;
	background: #e51942;
	padding: 10px;
	z-index: 9999;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 0 0 10px #333;
}

#slideshow, img.bgM {
  display: none;
}

	.container {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	
	#header {
	/*background: none;*/
}
	
#header .container {
	background: none;
	height: 100%;
}

#logo {
	float: none;
	margin: 10px 0;
}

#headerright {
	float: none;
	width: 100%;
}

#tcontact {
	margin: 10px 0;
}

#social {
	margin: 10px 0;
	float: none;
}

#primary-navigation .js {
		display: none;
	}
		
	#menumobi {
		width:1.4em;
		display: block;
		color: #fff;
		background: #0a1175;
		font-size:2em;
		text-align: center;
	}
	
	#primary-navigation {
		width: 100%;
		margin: 25px 0 0 0;
	height: 100%;
	background: #0a1175;
}

#primary-navigation .menu-header ul,
div.menu ul {
	width: 100%;
	height: 100%;
}
#primary-navigation .menu-header li,
div.menu li {
	float: none;
}

#primary-navigation .container {
	text-align: left;
}

#primary-navigation ul ul {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	display: none;
	position: static;
	top: 50px;
	left: 0;
	float: none;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #666;
}

#primary-navigation ul ul li {
	min-width: 100%;
}
#primary-navigation ul ul ul {
	left: 0;
	top: 0;
}
#primary-navigation ul ul a {
	color: #fff;
	line-height: 1em;
	padding: 10px;
	width: 100%;
	height: 100%;
	margin: 0;
	letter-spacing: normal;
	text-transform: capitalize;
}

#primary-navigation ul li#menu-item-64 {
	margin-left: 0;
}

#content .container {
	text-align: left;
}

#homeCol {
	background: #fff;
	margin-top: 0;
}

#homeCol h1 {
	text-align: center;
}

.hmbox {
	width: 100%;
	min-height: 500px;
	margin: 10px 0;
	float: none;
}

.hmbox h2 {
	text-transform: uppercase;
	margin: 0;
	font-size: 18px;
	line-height: 59px;
}

.shower h2 {
	background: #ebddce url(file:///C|/Users/Toshiba/Documents/sitios%20winHTTrack/mty/28z07q1u90ll23m4821t7iru-wpengine.netdna-ssl.com/wp-content/themes/northwestglass/images/shower-enclosures.jpg) center no-repeat;
	padding: 155px 20px 0 20px;
	text-align: center;
}

.mirrors h2 {
	background: #ebddce url(file:///C|/Users/Toshiba/Documents/sitios%20winHTTrack/mty/28z07q1u90ll23m4821t7iru-wpengine.netdna-ssl.com/wp-content/themes/northwestglass/images/mirrors.jpg) center no-repeat;
	padding: 155px 20px 0 20px;
	text-align: center;
}

.tabletops h2 {
	background: #ebddce url(file:///C|/Users/Toshiba/Documents/sitios%20winHTTrack/mty/28z07q1u90ll23m4821t7iru-wpengine.netdna-ssl.com/wp-content/themes/northwestglass/images/glass-table.jpg) center no-repeat;
	padding: 155px 20px 0 20px;
	text-align: center;
}

.hmbox a.button {
	position: relative;
	bottom: 0;
	margin-bottom: 20px;
}

#ourclients .container {
	text-align: left;
}

#ourclients h3 {
	text-transform: uppercase;
	color: #000;
	font-size: 34px;
	line-height: 38px;
	text-shadow: 1px 1px #d6bb9c;
}

#ourclients ul {
	float: none;
	margin: 20px;
}

#hmcommercial .container {
	text-align: left;
}

#hmcommercial h3 {
	text-transform: uppercase;
	color: #0a1175;
	font-size: 34px;
	line-height: 38px;
}

#hmcommercial .left {
	float: none;
	width: 100%;
}

#hmcommercial .right {
	float: none;
	width: 100%;
	height: 302px;
	margin-top: 20px;
	padding-top: 20px;
	background: url(file:///C|/Users/Toshiba/Documents/sitios%20winHTTrack/mty/28z07q1u90ll23m4821t7iru-wpengine.netdna-ssl.com/wp-content/themes/northwestglass/images/shape.png) no-repeat;
	background-color: transparent;
	text-align: center;
	font-size: 40px;
	font-family: 'asapbold';
	color: #0a1175;
}

#hmcommercial img {
	margin: 10px;
	width: 150px;
	height: auto;
}

#hmcommercial a.button2 {
	margin: 20px 0;
}

#maincol {
	width: 100%;
	float: none;
	background: #fff;
	margin: 0;
}

#sidebar {
	float: none;
	width: 100%;
}

#footer .container {
	text-align: left;
}

ul .footservices {
	float: none;
	margin: 20px;
}

#footer-widget-area #first {
	float: none;
	width: 100%;
}

#footer-widget-area #second {
	float: none;
	width: 100%;
}

#footer-widget-area #third {
	float: none;
	width: 100%;
}

#footer-widget-area ul ul {
	margin: 0;
}

#gmap {
	border: 0;
	width: 100%;
	height: 300px;
	float: none;
	margin: 10px 0;
}

}


/*---------------------------------------*/

.social {
    position: fixed;
    top: 332px;
    z-index: 99999999999;
    left: -317px;
}

.social ul li:hover {
    -webkit-transform: translate(110px, 0);
    -moz-transform: translate(110px, 0);
    -ms-transform: translate(110px, 0);
    -o-transform: translate(110px, 0);
    transform: translate(110px, 0);
       background: rgba(252, 35, 108, 0.65);}
	
	
	.social ul li {
    display: block;
    margin: 5px;
    background: rgba(51, 51, 153, 0.2);
    width: 300px;
    text-align: right;
    padding: 10px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}