html, body{
	/*width:100%;
	height:100%;*/
	margin:0;
	padding:0;
} 
.line{
	background: url("//cdn.shopify.com/s/files/1/0265/9023/t/2/assets/line.png?11926025867030316218") no-repeat center;
	height:5px;
}

#container{
	width:1080px;
	min-height:100%;
	position:relative;
}

#main{
	padding-bottom:100px; /* height of footer */
	font-family:"Oswald", sans-serif;
	font-weight:300;
}

#main h1{
	font-family:"Oswald", sans-serif;
	font-weight:300;
	text-transform:uppercase;
}

hr{
	margin:15px 0;
}

.flexslider{
	margin-bottom:20px;
}

.flex-home{
	min-height:200px;
}

.flex-home .flex-control-nav{
	bottom:25px;
	left: 30px;
	text-align:left;
}

.flex-control-paging li a{
	background:rgba(0, 0, 0, 0.5);
}

.flex-control-paging li a.flex-active{
	background:rgba(255, 86, 17, 1);
}

.img-box a img, .img-box a           { border: none; overflow: hidden; float: left; }
.img-box a:hover                     { border: 2px solid #ff5611; }
.img-box a:hover img                 { margin: -2px; }

.was_price, a .was_price{
	text-decoration:line-through;
	color:#ccc;
}

.mobile_show_only{
	display:none;
}

.desktop_show_only{
	display:block;
}

.fit{
	width:inherit;
}

.text-center{
	text-align:center;
}

.hide{
	display:none;
}

.fit-width-cancel {
  width:auto;
}  

/************************************************



GRID



************************************************/
.row{
	width:100%;
	/*min-width:300px;*/
}

.row:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .row             { zoom: 1; } /* IE6 */
*:first-child+html .row { zoom: 1; } /* IE7 */

.col{
	float:left;
	display:inline;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.sixth{
	
}

.one-fifth{
	width:151px;
}
.fifth-marg{
	margin:23px;
}

.one-quarter{
	width:196px;
}
.two-quarter{
	width:418px;
}
.three-quarter{
	width:692px;
}
.quarter-marg{
	margin:26px;
}


.one-third{
	width:300px;
}

.two-third{
	width:620px;
}
.third-marg{
	margin:10px;
}

.half{
	width:460px;
}
.half-marg{
	margin:10px;
}

.full{
	width:940px;
}
.full-marg{
	margin:10px 0;
}

.first{
	margin-left:0;
}

.last{
	margin-right:0;
}

.center{
	margin:0 auto;
	display:block;
}

.center-text{
	text-align:center;
}

.pull-left{
	float:left;
}

.pull-right{
	float:right;
}

/************************************************



NAVIGATION



************************************************/

#navigation{
	width:1040px;
	padding:20px 20px 0 20px;
	font-family:'Roboto Slab', serif;
}
#navigation #logo{
	padding:20px 0 10px 0;
}
#navigation #menu{
	width:100%;
}
#navigation #menu {
	clear:both;
	float:left;
	margin:0 0 15px 0;
	padding:0;
	width:100%;
	z-index:1000;
	position:relative;
}
/* Top menu items */
#navigation #menu ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	position:relative;
	/*right:50%;*/
}
#navigation #menu ul li {
	margin:0 0 0 0;
	padding:0;
	float:left;
	position:relative;
	/*left:50%;*/
	top:1px;
}
#navigation #menu ul li a {
	display:block;
	margin:0;
	padding:10px 8px 10px 8px;
	font-size:15px;
	line-height:1em;
	text-decoration:none;
	color:#000;
	font-weight:400;
	text-transform:uppercase;
}
#navigation #menu ul li.active a {
	background:rgba(250, 250, 250, 0.5);
	color:#ff5611;
}
#navigation #menu ul li a:hover {
	background:rgba(250, 250, 250, 0.5);
	color:#fff;
}
#navigation #menu ul li:hover a{
	background:rgba(250, 250, 250, 0.5);
	color:#ff5611;
}
/* Submenu items */
#navigation #menu ul ul {
	display:none;
	position:absolute;
	top:35px;
	left:0;
	float:left;
	right:auto; /*resets the right:50% on the parent ul */
	width:10em; /* width of the drop-down menus */
}
#navigation #menu ul ul li {
	left:auto;  /*resets the left:50% on the parent li */
	margin:0; /* Reset the 1px margin from the top menu */
	clear:left;
	float:left;
	width:100%;
}
#navigation #menu ul ul li a,
#navigation #menu ul li.active li a,
#navigation #menu ul li:hover ul li a{
	font-size:.8em;
	font-weight:300;
	background:rgba(255, 255, 255, 0.8);
	color:#000;
	line-height:1.4em; /* overwrite line-height value from top menu */
	border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
	float:left;
	width:100%;
	padding:10px 0 10px 10px;
}
#navigation #menu ul ul li a:hover,
#navigation #menu ul li.active ul li a:hover,
#navigation #menu ul li:hover ul li a:hover{
	color:#ff5611;
	float:left;
}
/* Flip the last submenu so it stays within the page */
#navigation #menu ul ul.last {
	left:auto; /* reset left:0; value */
	right:0; /* Set right value instead */
}
#navigation #menu ul ul.last li {
	float:right;
	position:relative;
	right:.8em;
}
/* Make the sub menus appear on hover */
#navigation #menu ul li:hover ul{
	display:block;
}

#navigation #search-icon{
	margin:12px 0 0 10px;
	cursor:pointer;
	display:none;
}
#navigation #search-field{
	margin:10px 0 0 10px;
	font-family:'Roboto Slab', serif;
	font-size:12px;
	width:138px;
}
#navigation #cart-icon{
	margin:12px 10px 0 0;
	display:none;
	width:40px;
}
#navigation #cart-icon.active{
	color:#ff5611;
}
#navigation #cart-icon a{
	height:26px;
	width:26px;
	background: url("//cdn.shopify.com/s/files/1/0265/9023/t/2/assets/cart.png?11926025867030316218") no-repeat;
}
#navigation #cart-icon a.active{
	background-position:0 -26px;
}
#navigation #cart-field{
	margin:10px 10px 0 0;
	padding: 3px 6px;
	text-transform: uppercase;
	font-size:12px;
	text-align:right;
	font-family:'Roboto Slab', serif;
	border:1px solid #ccc;
}
#navigation #cart-field a{
	color:#B1B0B0;
	text-decoration:none;
}
#navigation #cart-field a.active{
	color:#ff5611; 
	text-decoration:none;
}
#navigation #menu_mobile_header{
	text-align:center;
	text-transform:uppercase;
	padding:5px 0;
	background:#231f20;
	color:#fff;
	width:90%;
	display:none;
	margin:0 auto 20px auto;
}
/************************************************



PRODUCT LIST VIEW



************************************************/

#list-product{
	text-align:center;
    font-size: 16px;
    font-family: 'Georgia', sans-serif;
	font-weight:300;
}

#list-product a{
	text-decoration:none;
	color:#000;
	width:inherit;
}

#list-product a:hover{
	color:#ccc;
}

#pagination{
    margin: 50px 0 40px 0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#pagination span{
	display: inline-block;
}

#pagination a{
	color:#333;
	text-decoration:none;
}

#pagination a:hover{
	color:#ccc;
}

/************************************************



PRODUCT DETAIL VIEW



************************************************/

#breadcrumbs{
    padding: 20px 0 20px 0;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.5px;
    border-top: 1px solid #ccc;
    margin-top: 15px;
}

#breadcrumbs .separator{
	margin:0 4px;
}

#breadcrumbs a{
	color:#000;
	text-decoration:none;
}

#breadcrumbs a.active{
	color:#ccc;
}

#breadcrumbs a:hover{
	color:#ccc;
}

#product_detail_left #p_imgs{
	width:310px;
}

#product_detail_left #p_imgs .flex-control-thumbs li{
	width:20%;
}

#product_detail_right{
	font-family:"Oswald", sans-serif;
}

#product_detail_right #p_vendor{
	font-family: 'Raleway';
	font-size:14px;
    font-weight:400;
}

#product_detail_right #p_vendor a{
	color:#000;
    text-decoration:none;
    text-transform:uppercase;
}	

#product_detail_right #p_name{
    font-family: Georgia, serif;
    letter-spacing: 1px;
	font-size:24px;
	line-height:24px;
	padding:5px 0;
}

#product_detail_right #p_price{
    font-family: Georgia, serif;
    letter-spacing: 1px;
	font-size:24px;
	margin:0 0 20px 0;
}

#product_detail_right .selector-wrapper{
	width:100%;
	margin:0 0 5px 0;
}

#product_detail_right .selector-wrapper:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .selector-wrapper             { zoom: 1; } /* IE6 */
*:first-child+html .selector-wrapper { zoom: 1; } /* IE7 */

#product_detail_right .selector-wrapper label{
	float:left;
	margin-right:5px;
	text-transform:uppercase;
	padding-top:5px;
	display:block;
	width:50px;
    
    font-size: 12px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

#product_detail_right .selector-wrapper .select-option-wrap{
	overflow:hidden;
}

#product_detail_right .selector-wrapper .select-option-wrap .single-option-selector{
	width:100%;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 0px;
}

#product_detail_right .p_option{
	width:100%;
	margin:0 0 10px 0;
}

#product_detail_right .p_tocart{
    width: 100%;
    margin: 30px 0 30px 0;
    font-family: "Raleway", sans-serif;
    border: 0;
    color: #fff;
    background: #000;
    border-radius: 0;
    padding: 8px;
}

#product_detail_right .form-ok{
	margin-bottom: 30px;
	font-weight: 100;
	color: green;
}

#product_detail_right .form-nok{
	margin-bottom: 30px;
	font-weight: 100;
	color: red;
}

#product_detail_right .notify_form{
	margin:15px 0 30px 0;
}

#product_detail_right label.p_notify{
	font-size:14px;
	font-weight:300;
}

#product_detail_right input[type="email"].p_notify{
	width:200px;
	padding:8px 5px 4px 5px;
	line-height:10px;
	margin-top:5px;
}

#product_detail_right input[type="submit"].p_notify{
	width:85px;
	padding:0;
}

#product_detail_right #description{
    font-family: "Raleway", "serif";
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 1px;
}

#product_detail_right #description ul{
	list-style-type:square;
}

#product_detail_right #description .description_header{
    font-size: 12px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

#product_detail_right #description p{
	margin:15px 0;
}

#related #related-header{
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: #000;
    margin: 15px 0 0 0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
}

/************************************************



FOOTER



************************************************/

#footer{
	width:940px;
	padding:0 20px;
	font-family:'Raleway', serif;
	font-size:12px;
	height:120px;
    margin:0 auto;
}
#footer #menu{
	width:100%;
}
#footer #menu {
	clear:both;
	float:left;
	margin:40px 0 0 0;
	padding:0;
	width:100%;
	z-index:1000;
	position:relative;
}
/* Top menu items */
#footer #menu ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	position:relative;
	right:50%;
}
#footer #menu li {
	margin:0 0 0 0;
	padding:0;
	float:left;
	position:relative;
	left:50%;
	top:1px;
}
#footer #menu a.link {
	display:block;
	margin:0;
	padding:4px 10px;
	text-decoration:none;
	color:#000;
	font-weight:400;
	text-transform:uppercase;
}
#footer #menu a.link:hover {
	color:#ff5611;
}
#footer #menu a.icon {
	margin:0 3px;
}
#footer #menu a.icon:hover {
	
}
#footer #menu .signup {
    margin: 1px 16px 0 10px;
    font-family: 'Raleway';
}

/************************************************



CART



************************************************/

#cart{
	font-family:"Oswald", sans-serif;
	font-weight:300;
}

#cart a{
	color:#ff5611;
	text-decoration:none;
}

#cart a:hover{
	color:#ff5611;
}
#cart h2{
	margin:0;
}
#cart hr{
	border-top:1px solid #ccc;
	border-bottom:0;
}
.cart-header{
	margin-bottom:0;
	border-bottom:1px solid #ccc;
}

/************************************************



FORM ELEMENTS



************************************************/

input[type="text"], 
	input[type="number"],
	input[type="password"],
	input[type="email"],
	input[type="submit"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 3px 3px 3px 6px;
		outline: none;
		text-transform: uppercase;
		margin: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none; 
		appearance: none;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
}

input[type="text"], 
	input[type="number"],
	input[type="password"],
	input[type="email"],
	textarea{
		font-family:'Roboto Slab', serif;
		background: #fff;
		color: #000;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
}

select{
	font-family:"Oswald", sans-serif;
	background: #f9f9f9 url("//cdn.shopify.com/s/files/1/0265/9023/t/2/assets/select-arrows.png?11926025867030316218") no-repeat right center;
	cursor: pointer;
}

input[type="submit"] {
	border: 1px solid #ccc;
	font-family:"Oswald", sans-serif;
	font-size:14px;
	cursor: pointer;
	background: #f9f9f9;
	color: #ff5611;
}

input[type="submit"]:hover {
	background: #ff5611;
	color: #f9f9f9;
}

/************************************************



BLOGS



************************************************/

.blog_content{
	font-family:"Lora", "serif";
	font-weight:300;
	font-size:14px;
	line-height:20px;
}
.blog_content h1{
	font-family:"Oswald", sans-serif;
	font-weight:300;
	line-height:32px;
}
.blog_content h2,
.blog_content h3,
.blog_content h4,
.blog_content h5{
	font-family:"Oswald", sans-serif;
	color:#707070;
	font-weight:300;
}
.blog_content a{
	text-decoration:none;
}

/************************************************



SEARCH



************************************************/

#search{
	font-family:"Oswald", sans-serif;
	font-weight:300;
}
#search a{
	color:#000;
	text-decoration:none;
}

#search a:hover{
	color:#ff5611;
}

/************************************************



VIDEO



************************************************/

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************************************



ICONS



************************************************/

.icon {
  background: url(//cdn.shopify.com/s/files/1/0265/9023/t/2/assets/social-icons-17x17.jpg?11926025867030316218) no-repeat;
  width: 17px;
  height: 17px;
  display: block;
  margin-left:10px;
}
.pinterest {
  background-position: 0px bottom;
}
.facebook {
  background-position: -17px bottom;
}
.twitter {
  background-position: -34px bottom;
}
.instagram {
  background-position: -51px bottom;
}
.twittercont, .fancycount {
	display: inline-block;
	margin-left:3px;
}
.facebookcont {
	display: inline-block;
	position: relative;
	margin-left: 3px;
	min-width: 88px;
}
.facebookcont span{
    vertical-align:inherit !important;
}
a.fancybutton {
	background:url(//cdn.shopify.com/s/files/1/0265/9023/t/2/assets/fancy.png?11926025867030316218) no-repeat;
	font:11px Arial,sans-serif;
	text-indent:-9999em;
	font-size:.01em;
	color:#cd1f1f;
	height:20px;
	width:56px;    
	display: inline-block;
	margin-left: 3px;
	position: relative;
	top: -13px;
}
a.pinterestcount {
	background:url(//cdn.shopify.com/s/files/1/0265/9023/t/2/assets/pinit.png?11926025867030316218) no-repeat;
	font:11px Arial,sans-serif;
	text-indent:-9999em;
	font-size:.01em;
	color:#cd1f1f;
	height:20px;
	width:41px;
	background-position:0 0;
	display: inline-block;
	margin-left: 3px;
	position: relative;
	top: -13px;
}
a.pinterestcount:hover{
	background-position:0 -21px;
}
a.pinterestcount:active{
	background-position:0 -42px;
}

/************************************************



POPUP



************************************************/


 .popup_signup{
 	position:fixed;
 	top:50%;
 	left:50%;
 	margin:-190px 0 0 -350px;
 	padding:10px;
 	z-index:6000;
 	width:700px;
 	height:380px;
 	background:#fff;
 	-moz-box-shadow:    0px 0px 10px 3px rgba(0,0,0,.2);
     -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,.2);
     box-shadow:         0px 0px 10px 3px rgba(0,0,0,.2);
     display:none;
 }
 .popup_content{
     border:1px solid #919191;
     width:100%;
     height:100%;
     padding:30px;
     text-align:center;
     box-sizing:border-box;
     font-family: "Oswald", sans-serif;
 }
 .popup_content p{
     margin: 0;
     padding: 20px 0 0 0;
     font-size: 21px;
     letter-spacing: .8px;
     font-weight: 300;
     position:relative;
 }
 .popup_content .email{
     font-size:19px;
     display: inline-block;
     font-weight: 300;
     font-family: "Oswald", sans-serif;
     text-transform: none;
     width:200px;
 }
 .popup_content .follow{
     font-size: 21px;
     cursor: pointer;
     background: #000;
     color: #fff;
     padding: 1px 15px 2px 15px; 
     -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
     border-radius: 0px;
     box-sizing: border-box;
     text-transform: none;
     letter-spacing: 1px;
     display: inline-block;
     font-weight: 300;
 }
.popup_content .follow:hover {
     background: #000;
     color: #fff;
 }
 .popup_content form{
     padding:20px 0 0 0;
 }
 .popup_content .close{
     position:absolute;
     top:-20px;
     right:-20px;
     cursor:pointer;
 }
 
 /************************************************



DESIGNERS



 ************************************************/
 
 ul.designer-list {
     -moz-column-count: 4;
     -moz-column-gap: 20px;
     -webkit-column-count: 4;
     -webkit-column-gap: 20px;
     column-count: 4;
     column-gap: 20px;
 }
 
/************************************************



MOBILE



************************************************/

@media only screen and (max-width: 768px) {
	#container{
		width:100%;
	}
	
	#navigation{
		width:100%;
		padding:0;
	}
	
	#navigation #logo{
		padding: 20px 0 10px 0;
	}
	
	#navigation #menu_mobile_header{
		display:block;
		margin:0 auto 0 auto;
		cursor:pointer;
	}

	#navigation #menu {
		clear:none;
		float:none;
		margin:0 auto 30px auto;
		padding:10px 0 20px 0;
		width:90%;
		z-index:1000;
		position:relative;
		background:#ccc;
		border-bottom:5px solid #000;
		display:none;
	}
	/* Top menu items */
	#navigation #menu ul {
		margin:0;
		padding:0 0 0 20px;
		list-style:none;
		float:none;
		position:relative;
		right:auto;
	}
	#navigation #menu ul li {
		margin:0 0 0 0;
		padding:0;
		float:none;
		position:relative;
		left:auto;
		top:1px;
	}
	#navigation #menu ul li a {
		display:block;
		margin:0;
		padding:10px 7px 10px 7px;
		font-size:16px;
		line-height:1em;
		text-decoration:none;
		color:#000;
		font-weight:400;
		text-transform:uppercase;
	}
	#navigation #menu ul li.active a {
		color:#fff;
		background:none;
	}
	#navigation #menu ul li a:hover {
		background:none;
		color:#fff;
	}
	#navigation #menu ul li:hover a{
		background:none;
		color:#ff5611;
	}
	/* Submenu items */
	#navigation #menu ul ul {
		display:block;
		position:relative;
		top:auto;
		left:auto;
		float:none;
		right:auto; /*resets the right:50% on the parent ul */
		width:10em; /* width of the drop-down menus */
	}
	#navigation #menu ul ul li {
		left:auto;  /*resets the left:50% on the parent li */
		margin:0; /* Reset the 1px margin from the top menu */
		clear:none;
		float:none;
		width:100%;
	}
	#navigation #menu ul ul li a,
	#navigation #menu ul li.active li a,
	#navigation #menu ul li:hover ul li a{
		font-size:.8em;
		font-weight:300;
		background:none;
		color:#000;
		line-height:1.4em; /* overwrite line-height value from top menu */
		border-bottom:0px solid #ddd; /* sub menu item horizontal lines */
		float:none;
		width:100%;
		padding:10px 0 10px 10px;
	}
	#navigation #menu ul ul li a:hover,
	#navigation #menu ul li.active ul li a:hover,
	#navigation #menu ul li:hover ul li a:hover{
		color:#ff5611;
		float:none;
	}
	/* Flip the last submenu so it stays within the page */
	#navigation #menu ul ul.last {
		left:auto; /* reset left:0; value */
		right:auto; /* Set right value instead */
	}
	#navigation #menu ul ul.last li {
		float:none;
		position:relative;
		right:auto;
	}
	
	#navigation #search-icon{
		display:block;
	}
	
	#navigation #search-field{
		display:none;
	}
	
	#navigation #cart-icon{
		display:block;
	}
	#navigation #cart-field{
		display:none;
	}
	
	.collection-header{
		margin-top:20px;
	}
	
	#product_detail_left{
		width:310px;
	}
	
	#product_detail_right{
		width:310px;
	}
	
	#breadcrumbs{
		padding:10px 0;
	}
	
	.line{
		display:none;
	}
	
	.two-third{
		width:300px;
	}

	.third-marg, .third-marg.first, .third-marg.last{
		margin:10px 0;
	}
	
	.three-quarter{
		width:200px;
	}
	
	.quarter-marg, .quarter-marg.first, .quarter-marg.last{
		margin:20px 52px 20px 52px;
	}
	
	.fifth-marg, .fifth-marg.first, .fifth-marg.last{
		margin:4px;
	}
	
	.half-marg, .half-marg.first, .half-marg.last{
		margin:10px 0;
	}
	
	.full{
		width:320px;
	}
	
	.mobile-pad{
		padding:0 0 0 10px;
	}
	
	.flex-home .flex-control-nav{
		bottom:5px;
		left: 7px;
	}
	
	.mobile_show_only{
		display:block;
	}

	.desktop_show_only{
		display:none;
	}
	
	#cart{
		margin-top:20px;
	}
	
	#cart .cart-item-info{
		margin-top:0;
		margin-bottom:0;
	}
	
	#cart .cart-total{
		float:left;
	}
	
	#footer{
		width:300px;
		padding:20px 0;
        margin:0 auto;
	}
	
	#footer #menu{
		float:none;
		width:300px;
		margin:0 auto;
	}
    
    ul.designer-list {
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        column-count: 2;
        column-gap: 20px;
    }
}
.blog_content img {
  max-width: 100%;
}
/********************TARGET BLOG******************/
.target-blog p{
  font-family: 'Raleway', sans-serif; 
  font-weight:500;
}  
.target-blog p span {
   max-width:500px;
  margin-left:auto;
  margin-right:auto;
  display:block;
  line-height:1.42;
  text-align:justify;
}
.target-blog p span.at-welcome {
   font-weight:300;
    max-width:480px;
  font-size:18px;
}
.target-blog p span a {
  color:#0056A7;
}  
.target-blog h5 {
  color:#00AD9A;
  text-transform:uppercase;
  max-width:480px;
  margin-left:auto;
  margin-right:auto;
  font-weight:800;
  letter-spacing:0.125em;
  font-family: 'Raleway', sans-serif;
  font-size:20px;
  text-align:justify;
}
.target-blog .one-third {
  width:30%;
  margin-left:1.66%;
  margin-right:1.66%;
} 
.target-blog .one-third img, .target-blog img {
  max-width:100%;
} 
.target-blog .sign-up-image-link {
  width:96.68%;
  margin-left:1.66%;
  margin-right:1.66%;
}
.target-blog h3 {
  color:#000;
  text-transform:uppercase;
  max-width:400px;
  margin-left:auto;
  margin-right:auto;
  letter-spacing:0.1em;
  font-family: 'Raleway', sans-serif;
  font-size:20px;
  text-align:center;
}
.target-blog p span.width-400 {
  max-width:400px;
  text-align:center;
  font-weight:500;
  font-size:18px;
}
.target-blog p span.width-600 {
  text-align:center;
  font-weight:500;
  font-size:18px;
  max-width:560px;
}
.target-blog p span.width-400 a, .target-blog p span.width-600 a {
  color:#EF5E9C;
} 
@media only screen and (max-width: 768px) {  
  	.target-blog .one-third, .target-blog .sign-up-image-link {
      width:100%;
      margin-left:0;
      margin-right:0;
	} 
}