/*
Theme Name: 2cuteprom
Theme URI: 
Author: 
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. It's simple, straightforward
typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using
 a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet,
 laptop, or desktop computer.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, responsive-layout
Text Domain: 2cuteprom

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



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, font, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, 
 caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}


table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}



/**
 * 3.0 Typography
 */

body {	
  
	color: #000000;	
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}


button,
input,
select,
textarea {
	color: #000000;
	font-size: 14px;
	line-height: 17px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;    
}

h1 {
	font-size:50px;
	line-height:54px;
    color: #333333;
}
h2 {
	font-size: 38px;
	line-height: 42px;
    font-family: 'Open Sans Condensed', sans-serif;
}

h3 {
	font-size: 33px;
	line-height: 40px;
}

h4 {
	font-size: 25px;
	line-height: 34px;
}
h5 {
	font-size: 20px;
	line-height: 28px;
}
h6 {
	font-size: 18px;
	line-height: 24px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

p {
	margin: 0 0 24px;
	font-size: 16px;
	line-height:24px;
	color:#000000;
	margin-bottom:30px;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #707070;
	color: #707070;
	font-size: 20px;
	font-style: italic;
	line-height: 1.8182;
	margin: 0 0 35px -21px;
	padding-left: 17px;
}

blockquote > blockquote {
	margin-left: 0;
}

blockquote p {
	margin-bottom: 35px;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 17px;
	line-height: 1.6471;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 28px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	background-color: #fcfcfc;
	border: 1px solid #eaeaea;
	font-size: 17px;
	line-height: 1.2353;
	margin-bottom: 28px;
	max-width: 100%;
	overflow: auto;
	padding: 14px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	border: 0;
	height: 1px;
	margin-bottom: 28px;
}

ul,
ol {
	margin: 0 0 28px 0;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 23px;
}

dl {
	margin: 0 0 28px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 28px;
}

table,
th,
td,
.mce-item-table,
.mce-item-table th,
.mce-item-table td {
	border: 1px solid #eaeaea;
}

table a {
	color: #333;
}

table,
.mce-item-table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 2px 0 0 2px;
	margin: 0 0 28px;
	width: 100%;
}

table th,
.mce-item-table th,
table caption {
	border-width: 0 2px 2px 0;
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	padding: 5px;
	text-align: left;
	vertical-align: baseline;
    text-align: center;
    background: #000;
    color: #fff;
}
.chart-footer h5, .chart-footer h5 {
    font-size: 16px;
    line-height: 20px;
}
table td,
.mce-item-table td {
	border-width: 0 2px 2px 0;
	font-size: 16px;
	padding: 5px;
    text-align: center;
	vertical-align: baseline;
}

img {
	border: 0;
	height: auto;
	max-width: 100%;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/**
 * 6.1 Links
 */

a {
	color: #000;
	text-decoration: none;
     -webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	   -ms-transition: all 0.4s ease; 
			transition: all 0.4s ease;
}

a:hover,
a:focus {
	color: #fff;
	color: rgba(255,255,255, 0.7);
	outline:0 none;
}


/**
 * 4.0 Alignment
 */

.alignleft {
	float: left;
	margin: 7px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 7px 0 20px 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 20px auto;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 1);
	font-family: 'Open Sans', sans-serif;
}

:-moz-placeholder {
	color: rgba(0, 0, 0, 1);
	font-family: 'Open Sans', sans-serif;
}

::-moz-placeholder {
	color: rgba(0, 0, 0, 1);
	font-family: 'Open Sans', sans-serif;
	opacity: 1; 
}

:-ms-input-placeholder {
	color: rgba(0, 0, 0, 1);
	font-family: 'Open Sans', sans-serif;
}


/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
	background-color: #999999;
	border-radius: 0;
	font-size: 17px;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
    border: 1px solid #fff;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 1.2rem;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #333;
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
    -webkit-appearance: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
    font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}


* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
		  box-sizing: border-box;
}



/*
.wrapper{
	width: 100%;
	max-width:1920px;
	margin:0px auto;
	padding:0 30px;
}
*/
.container{
	margin-right:auto;
	margin-left:auto;
	padding-left:15px;
	padding-right:15px
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
@media (min-width: 1500px) {
	.container {
		/* width: 100%; */
        padding: 0;
	}
}

/*--- header --*/

.main-outercon{
    width: 100%;
    float: left;
}
.header-container{
    width: 100%;
    float: left; 
/*    position: fixed;*/
    -webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
			transition: all 0.4s ease;
}
.header-top{
    width: 100%;
    float: left; 
    padding: 12px 32px 10px 18px;
    background: transparent;
    
    
     -webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
			transition: all 0.4s ease;

	    border-bottom: 1px solid rgba(0,0,0,0.05);		
}
.social-icons{
    width: auto;
    float: left;   
}
.social-icons span{
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    float: left;
    margin: 0 5px 0 0;
    letter-spacing: 1.5px;
    font-family: 'Open Sans Condensed', sans-serif;
}
.social-icons ul {
    float: left;
    width: auto;
    margin: 0;
}
.social-icons ul li{
    float: left;
    width: auto;
    list-style: none;
    padding:0 0 0  25px;
    
}
.social-icons ul li a{
	color: #000;
}
.social-icons ul li a:hover{
	opacity:0.7;
}
.social-icons ul li a i{
    color: #000;
    font-size: 18px;
    -webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
			transition: all 0.4s ease;
}
/*
.facebook a:hover i{
     color: #3b5193;   
}
.twitter a:hover i{
     color: #3da5e9;   
}
.instagram a:hover i{
     color: #9b6954;   
}
.pinterest a:hover i{
     color: #cb2027;   
}
*/

.search-outer {
    float: right;
    width: 225px;
    position: relative;
    margin: 0 50px 0 0;
overflow:hidden;
}
.search-outer.search-submit {
    float: left;
    width: 20px;
    height: 23px;
    position: relative;    
   background: none;
}
.search-outer.search-submit:hover{
    background: none;
}
.search-outer .search-submit:before{
    position: absolute;
    content: "";
    left: 0;
    font-family: 'FontAwesome';
    top: 0px;
    width: 20px;
    height: 23px;
    background: url("images/search-icon.png") no-repeat;
}
.search-field{
    float: right;
    height: 28px !important;
    border: 1px solid #000;
    padding: 0 10px !important;
    letter-spacing: 1px;
    font-size: 14px;
    font-style: italic;
    text-transform: lowercase;
    width: 180px !important;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
            background-color: transparent;
}
.search-box:focus{
    background: #999999;
    border: 1px solid #fff;
}

.login-outer {
    float: right;
    width: auto;
}
.login-outer a {
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1.7px;
    font-family: 'Open Sans Condensed', sans-serif;
}
.login-outer a:hover{
    color: #dd87b0;
}
.logo img {
    max-width: 220px;
}
.header-middle{
    width: 100%;
    float: left;
    background: #FFF;
    text-align: center;
    padding: 20px 25px 24px 25px;
     -webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
			transition: all 0.4s ease;
    
}
.header-menu{
    width: 100%;
    float: left;
    background: #d66899;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
   
}
.fixed .header-menu{
     position: fixed; 
    z-index: 9;
	}
.header-menu-inner{
    width: 100%;
    float: left;
    position: relative;
	}
.main-menu{
    float: none;
    text-align: center;
    width: auto;
	}
.main-menu ul{
    float: left;
    width:100%;
    margin: 0;
	text-align: center;    
}
.main-menu ul li{
    float: none;
    display: inline-block;
    list-style: none;
    position: relative;
    width: auto;
	margin: 0 0 0 -4px;
    border: 1px solid transparent;
    border-bottom: 0;
}
.main-menu ul > li:hover{
     border: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 0;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.75);
       -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.75);

            box-shadow: none;
}
.main-menu ul > li li:hover{
     box-shadow:none;
}
.main-menu ul li a{
    display: block;
    font-size: 25px;
    line-height: 34px;
    color: #FFF;
    text-transform: uppercase;
	padding: 2px 40px 6px ;
    letter-spacing: 2px;
    font-family: 'Open Sans Condensed', sans-serif;
}


.active a{
	color: #000 !important;
    text-decoration:none;
    background: #fff;
}
.main-menu ul li >a:hover, .main-menu ul li >a:focus,
.main-menu li:hover > a, .main-menu li:focus > a{	
	color: #000;
    text-decoration:none;
    background: #fff;
}
.main-menu ul li  li >a:hover, .main-menu ul li li >a:focus,
.main-menu li li:hover > a, .main-menu li li:focus > a{		
    border-bottom: none;
    text-decoration:none;
}

.main-menu li ul li a:hover, .main-menu li ul li a:focus, .main-menu li ul li:hover, .main-menu li ul li:focus{
     border: none!important;
    color:#fff !important;
    background: #575757;
}

.main-menu li ul{
	position:absolute;
	top: 42px;
	left:-1px;
	right:0;
	margin:0 auto;
	min-width:343px;
    width: 100%;
	display:none;
    text-align: left;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-top: none;
    z-index: 10;
	
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
            box-shadow:0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}


.main-menu li:hover ul,
.main-menu li ul li:hover ul{
	display:block;
}
.main-menu li ul li{
	float:left;
	width:100%;
    margin: 0;
    border: 0;
	text-align: left;
}
.main-menu li ul li:first-child a{
	border:none;
}
.main-menu li ul li a{
    font-size: 25px;
    color: #fff;
	line-height: 34px;   
	padding: 4px 18px;
    text-transform: uppercase;
    text-align: left;
    border-bottom: none !important;
	color: #000;
}
.main-menu li ul li a:hover{
    background: #575757;
    color: #fff !important;
}


.stiky-logo {
    float: left;
    width: auto;
    display: none;
    position: absolute;
     -webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
			transition: all 0.4s ease;
}
.search-icon {
    float: right;
    width: auto;
     display: none;
     position: absolute;
    top: 20px;
    right: 0;
     -webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
			transition: all 0.4s ease;
}
.display-desktop {
    display: block;
}

.fixed .stiky-logo{
    display: block;
}
.fixed .search-icon{
    display: block;
}

.fixed .main-menu ul li a{
  padding: 11px 40px 13px;  
}
.fixed .main-menu ul li li a {
    padding: 11px 13px 13px;
}
.fixed .main-menu ul li a {
    color: #000;
}
.fixed .header-menu{
    border: 0;
    background: #FFF;
    z-index: 999;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
       -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
}
.fixed .main-menu li ul{
    top: 58px;
}


.search-block {
    background: #575757;
    float: left;
    height: 0;
    overflow: hidden;
    padding: 0px;
    width: 100%;
    text-align: center;
    position: fixed; 
    z-index: 99;
     top: 58px;
     -webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
			transition: all 0.4s ease;
}

.fixed .search-block.active-search {
    height: 46px;
    padding: 5px 0 7px;
    top: 58px;
    z-index: 99;
    
      -webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
			transition: all 0.4s ease;
}
.search-block .search-box{
    float: none;
    height: 35px !important;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 890px !important;
}
.fixed .search-block .search-box{
/*   height: 35px !important; */
    
}
/*--------------footer------------*/

.footer-container{
    width: 100%;
    float: left;
    background: #000;
}
.footer-inner{
    width: 100%;
    float: left;
    padding: 15px 15px;
    text-align: center;
}
.footer-inner .social-icons{
    width: 100%;
    text-align: center;
}

.footer-inner .social-icons ul{
    width: 100%;
    float: left;
    text-align: center;
}
.footer-inner .social-icons ul li{
    display: inline-block;
    float: none;
    padding: 5px 15px;
}
.footer-inner p{
    color: #FFF;
    font-size: 14px;
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
}
.footer-inner .social-icons ul li a i{
    font-size: 24px;
    color: #FFF;
}
.footer-inner .social-icons ul li a{
	color: #fff;
}
.footer-inner .social-icons ul li a:hover{
	opacity:0.7;
}

/*------footer-----------*/


/*==========section============*/

/*------contact-----------*/
.contact-blk {
    width: 100%;
    float: left;
}
.contact-outer {
    width: 100%;
    float: left;
    padding: 60px 0;
}
.contact-inner {
    width: 100%;
    float: none;
    max-width: 904px;
    margin: 0 auto;
}
.contact-inner h2{
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3.2px;
}
.contact-inner  form {
    float: left;
    padding: 0;
    width: 100%;
}
.single-blk{
    width: 100%;
    float: left;
    margin: 0 0 23px;
}
.single-blk label {
    float: left;
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    padding: 0 0 10px 3px;
    font-weight: 600;
}
.single-blk label span{
    color: #ff5325;
}
.left-blk {
    float: left;
    width: 47.6%;
}
.right-blk {
    float: right;
    width: 47.6%;
}
.input-box{
    background: transparent;
    height: 40px;
    line-height: 40px;
    float: left;
    width: 100%;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-style: italic;
    border: 1px solid #aaaaaa;
    padding: 6px 16px !important;
    
    -webkit-appearance: none;
       -moz-appearance:none;
            appearance:none;
}
.large::-webkit-input-placeholder, -webkit-input-placeholder {
	color: #7a7a7a;
    font-family: 'Source Sans Pro', sans-serif;
}

.large:-moz-placeholder, -moz-placeholder {
	color: #7a7a7a;
    font-family: 'Source Sans Pro', sans-serif;
}

.large::-moz-placeholder, -moz-placeholder  {
	color: #7a7a7a;
	opacity: 1; 
    font-family: 'Source Sans Pro', sans-serif;
}

.large:-ms-input-placeholder, -ms-input-placeholder {
	color: #7a7a7a;
    font-family: 'Source Sans Pro', sans-serif;
}


.medium::-webkit-input-placeholder, -webkit-input-placeholder {
	color: #7a7a7a;
    font-family: 'Source Sans Pro', sans-serif;
}

.medium:-moz-placeholder, -moz-placeholder {
	color: #7a7a7a;
    font-family: 'Source Sans Pro', sans-serif;
}

.medium::-moz-placeholder, -moz-placeholder  {
	color: #7a7a7a;
	opacity: 1; 
    font-family: 'Source Sans Pro', sans-serif;
}

.medium:-ms-input-placeholder, -ms-input-placeholder {
	color: #7a7a7a;
    font-family: 'Source Sans Pro', sans-serif;
}

.single-blk textarea{
    background: transparent;
    height: 198px;
    border: 1px solid #aaaaaa;
    resize: none;
}
.submit{
    background: transparent;
    border: 2px solid #d23e8c;
    color: #000000;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    padding: 7px 16px;
     -webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
			transition: all 0.4s ease;
}
.submit:hover{
    background: #fff;
    color: #d23e8c;
}

/*------contact-----------*/

/*==========section============*/
.collection-list-outer {
    float: left;
    width: 100%;
    background: #FFF;
    padding: 33px 0 80px;
}
.collection-list-outer h2{    
    text-align: center;
    padding: 0 0 45px;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.collection-expanded {
    float: none;
    margin: 0 auto;
    max-width: 1672px;
    width: 90%;
	
}
.collection-expanded > ul{
    float: left;
    width: 100%;
    margin: 0;
}
.collection-expanded > ul li{
    float: left;
    width: 24%;
    margin: 0.5%;
    margin-bottom: 0px;
    list-style: none;
    background: url("images/content/collection/71001_570479_7006%20copy.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    height: 557px;
    position: relative; 
    cursor: pointer;
    /* border: 3px solid transparent; */
     /* -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px; */
     -webkit-transition: all 300ms ease 0s;
	   -moz-transition: all 300ms ease 0s;
			transition: all 300ms ease 0s;
}

.arrow:before{
    border-bottom: 30px solid #e5e5e5;
    border-left: 18px solid rgba(0, 0, 0, 0);
    border-right: 18px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    position: absolute;
    right: 8%;
    top: 530px;
    width: 0;
    z-index: 1;
    
}
.arrow {
    position: relative;
    width: auto;
    display: none;
}
.ac_t .arrow{
    display: block;
}

.collection-expanded > ul li.ac_t{
    border: 2px solid #e5e5e5 !important;
}

.collection-expanded > ul li:hover .overlay{
    display: block;
      -webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
			transition: all 0.4s ease;

}
.overlay{
    bottom: 0;
    float: none;
    position: absolute;
    width: 100%; 
    padding: 15px 0 15px;
    text-align: center;
    border-top: 0px solid #000;
    background: rgba(0,0,0,0.70);
    display: none;
      -webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
			transition: all 0.4s ease;

}
.overlay ul{
    width: 100%;
    margin: 18px 0 0;
    float: left;    
    text-align: center;
}
.overlay ul li{
    width: auto!important;
    float: none;    
    display: inline-block;
    background: none;
    height: auto ;
    padding: 0 17px;
    border: none;
}
.overlay ul li:hover{
    border: none!important;
}
.overlay ul li a i{
    color: #fff;
    font-size: 32px;
}
.overlay span{
    color: #ffffff;
    float: left;
    width: 100%;
    margin: 0 0 10px;
}
.overlay .btn{
    background: none;
    border: none;
    padding: 0;
}
.overlay .btn:hover{
    background: none;
}
.overlay .btn:after{
    content: none;
}
.popup-blk {
    float: left;
    width: 100%;
    padding:35px 4.7%;
    background: rgba(0,0,0,0.1);
    /* display: none; */
     -webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
			transition: all 0.4s ease;
	border:5px solid #FFF;
	border-top:0px solid #FFF;
}
.popup-blk.open {
    display: block;
}
.image-slider {
    float: left;
    width: 43.7%;
}
.details {
    float: left;
    width: 56.3%;
    padding: 0 0 0 80px;
    position: relative;
    z-index: 0;
}
.details h2{
   font-family: 'Open Sans Condensed', sans-serif;  
    color: #000;
    text-align: left;
     padding: 0 0 6px !important;
}
.details span{
    float: left;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 65px;
    width: 100%;
}
.details h5{
    letter-spacing: 1.5px;
}
.size-list{
    width: 100%;
    float: left;
    margin: 24px 0 22px !important;
}
.size-list li{
    width: auto;
    list-style: none;
    float: left;
    padding: 0 10px !important;
}
.size-list li:first-child{
    padding-left: 0;
}
.size-list li span{
    text-transform: uppercase;
    font-size: 20px;
	margin-bottom:0px;
}

.size-list li span:hover{
    color: #d23e8c;
}
.size{
    font-size: 16px;
    font-weight: 700;
    color: #d23e8c;
}
.size:hover, .size:focus{
    color: #cd1b79;
}

.details > p {
    margin: 52px 0 75px;
}
.details h4{
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;  
    letter-spacing: 2px;
}
.details ul{
    width: 100%;
    float: left;
    margin: 15px 0 70px;
}
.details ul li{
    width: auto;
    list-style: none;
    float: left;
    padding: 0 20px;    
}
.details ul li:first-child{
    padding-left: 0;
}
.details ul li a i{
    font-size: 38px;
     -webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
			transition: all 0.4s ease;
}

.find-btn{
    padding: 8px 15px;
    border: 1px solid #d23e8c;
    background-color: #d23e8c;
    color: #FFF;
    text-align: center;
    float: left;
    font-size: 18px;
    letter-spacing: 2px;
}
.find-btn:hover{
    background: #eda1c9;
    background-color: #eda1c9;
    color: #FFF;
}

.collection-expanded .details ul.size-list li { padding: 0px!important; width: 36px; height: 36px; text-align: center; line-height: 36px; border: 1px solid rgba(0,0,0,0.5); margin-right: 2px; }
.collection-expanded .details ul.size-list li > span { font-size: 16px; font-weight: 600; }

.slide-cont {
    float: left;
    width: 100%;
}
.cycle-slideshow img {
    z-index: 1 !important;
}
#no-template-pager img{
    cursor: pointer;
    height: 133px;
    width: 100px;
    border: 2px solid transparent;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}

#no-template-pager .cycle-pager-active{
   border: 2px solid #d23e8c; 
}


/*-----------------chart-popup-------------*/
.chart-popup {
    float: none;
    margin: 0 auto; 
    width: 100%;
    max-width: 1524px;
    display: none;
}
.chart-popup-inner {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    padding: 20px 40px;
    width: 100%;
    border: 3px solid #d23e8c;
    position: relative;
     -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}
.chart-popup-inner h3{
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;  
    letter-spacing: 2px;
    padding: 0 0 8px;
    
}

.grey{
    background: #d7d7d7;
}
.blank{
    background: #fff;
}

.close {
    position: absolute;
    right: 21px;
    top: 21px;
}

.close:hover, .close:focus{
    color: #d23e8c;
}

.search-outer .screen-reader-text{
    display: none;
}
.search-block .screen-reader-text{
    display: none;
}
.search-block .search-field {
    float: none;
    height: 35px !important;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 890px !important;
}
.large {
    background: #ffffff ;
    float: left;
    height: 40px;
    border: 1px solid #aaaaaa;
    float: left;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;    
    line-height: 40px;
    padding: 6px 16px !important;
    color: #7a7a7a;
}
.medium{
    background: #ffffff ;
    float: left;
    height: 40px;
    border: 1px solid #aaaaaa;
    float: left;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;    
    line-height: 40px;
    padding: 6px 16px !important;
    color: #7a7a7a;
}
.address_field_out input{
    background: #ffffff ;
    float: left;
    height: 40px;
    border: 1px solid #aaaaaa;
    float: left;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;    
    line-height: 40px;
    padding: 6px 16px !important;
    color: #7a7a7a;
}

.address_field_out input::-webkit-input-placeholder, -webkit-input-placeholder {
	color: #7a7a7a;
    font-family: 'Source Sans Pro', sans-serif;
}

.address_field_out input:-moz-placeholder, -moz-placeholder {
	color: #7a7a7a;
    font-family: 'Source Sans Pro', sans-serif;
}

.address_field_out input::-moz-placeholder, -moz-placeholder  {
	color: #7a7a7a;
	opacity: 1; 
    font-family: 'Source Sans Pro', sans-serif;
}

.address_field_out input:-ms-input-placeholder, -ms-input-placeholder {
	color: #7a7a7a;
    font-family: 'Source Sans Pro', sans-serif;
}

.textarea.large{
    height: 198px !important;
}

.contact-inner .gform_wrapper ul li.gfield {
    clear: none;
}
.contact-inner .gform_wrapper li.gfield.gfield_error, .contact-inner .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    background: #fff;
}
.contact-inner .gform_wrapper .gfield_error .gfield_label{
    color: #000;
}
.contact-inner .gform_wrapper .top_label .gfield_label{
    height: 34px;
}

.contact-inner .gform_wrapper .gform_footer input.button, .contact-inner .gform_wrapper .gform_footer input[type="submit"], .contact-inner .gform_wrapper .gform_page_footer input.button, .contact-inner .gform_wrapper .gform_page_footer input[type="submit"]{
    background: transparent;
    border: 2px solid #d23e8c;
    color: #000000;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    padding: 7px 16px;
     -webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
			transition: all 0.4s ease;
}

.contact-inner .gform_wrapper .gform_footer input.button:hover, .contact-inner .gform_wrapper .gform_footer input[type="submit"]:hover, .contact-inner .gform_wrapper .gform_page_footer input.button:hover, .contact-inner .gform_wrapper .gform_page_footer input[type="submit"]:hover{
    background: #fff;
    color: #d23e8c;
}

.contact-inner .gfield.single-blk.right-blk.hidden.field_sublabel_below.field_description_below .large{
    border: 0;
}

.contact-inner .gform_wrapper .top_label li.gfield.gf_inline{
    width: 100% !important;
}
.contact-inner .gform_wrapper .top_label li.gfield.gf_inline .large {
    width: 47.6% !important;
}
.contact-inner .gform_heading {
    display: none;
}
.contact-inner .gfield.single-blk.left-blk.phone.gf_inline.field_sublabel_below.field_description_below{
    margin: 23px 0 0;
    padding: 0;
}
.contact-inner .gfield.single-blk.left-blk.gfield_contains_required.field_sublabel_below.field_description_below{
    padding: 0;
}
.contact-inner .gform_wrapper .top_label .gfield_error, .contact-inner .gform_wrapper .top_label .gfield_error input.large, .contact-inner .gform_wrapper .top_label .gfield_error select.large, .contact-inner .gform_wrapper .top_label .gfield_error textarea.textarea{
    background: #fff;
    width: 47.6%;
    border: none;
}
.contact-inner .gfield.gfield_error.single-blk.left-blk.gfield_contains_required.field_sublabel_below.field_description_below{
    width: 47.6%;
}
.contact-inner .gfield.gfield_error.single-blk.left-blk.gfield_contains_required.field_sublabel_below.field_description_below .large{
    width: 100%;
}
.contact-inner .gf_browser_gecko.gform_wrapper.gform_validation_error .gfield.single-blk.right-blk.field_sublabel_below.field_description_below label {
    height: 45px;
}
.inner-container{
    width: 100%;
    float: left;
}
.blog-page {
    padding: 50px 0;
}

.entry-content {
    float: left;
    width: 100%;
}
#commentform input{
    background: #fff;
    border: 1px solid #cccccc;
    padding: 10px;
}

.search-outer .search-form {
    height: 25px;
}

.address-box .nodeBox.textNodeBox .nodeText.editable{
    font-weight: 300;
}

h5.nodeLabel span {
    color: #000000;
    font-family: "Open Sans";
    font-weight: 400 !important;
    margin-bottom: 3px;
}


.a2a_svg.a2a_s__default.a2a_s_a2a{
    display: none;
}

.addtoany_shortcode {
    display: inline-block;
    float: left;
    text-align: left;
    
}
.synved-social-button.synved-social-button-follow.synved-social-size-32.synved-social-resolution-single.synved-social-provider-instagram.nolightbox{
    width: auto !important;
    margin: 0 0 0 -15px !important;
}

.icon-outer {
    float: none;
    margin: 0 auto;
    max-width: 115px;
}

.icon-outer .widget{
    margin-bottom:0;
    width: auto;
}
.pin-it-button {
    color: #ffffff;
    position: relative;
    z-index: 9;
    float: left;
	padding-top:5px;
	/*margin-left:20px;*/
}
.pin-it-button i{
    font-size: 23px;
	
}
.a2a_s_facebook{
    background: none !important;
    position: relative;
}
.a2a_s_facebook:before{
    position: absolute;
    content: "\f09a";
    left: 0;
    font-family: 'FontAwesome';
    
}
.addtoany_list.a2a_kit_size_32 a > span, .addtoany_list.a2a_kit_size_32 a > span{
    border-radius: 0 !important;
    margin: 0;
}
.a2a_s_twitter{
    background: none !important;
    position: relative;
}
.a2a_s_twitter:before{
    position: absolute;
    content: "\f099";
    left: 0;
    font-family: 'FontAwesome';    
}
.norm_row{
    width: auto !important;
}
a.instagram-share{
	padding-top:4px;
	display:inline-block;
	float:left;
}
a.instagram-share:hover{
	opacity:0.7;
}

a.instagram-share i{
    color: #ffffff;
    font-size: 23px;
    line-height: 23px;
}
.icon-outer .addtoany_list.a2a_kit_size_32 a{
	 font-size: 23px;
}

.i-out a{
	width:100%;
	float:left;
	height:auto;
}
.addtoany_list a{
	color:#ffffff;
}

/* Gravity Forms edits */
.gform_wrapper input:not([type=radio]):not([type=file]):not([type=image]):not([type=button]):not([type=submit]):not([type=checkbox]) {
    background-color: #fff;
    border: 1px solid #aaaaaa;
}

.gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=file]):not([type=image]):not([type=submit]):not([type=checkbox]), .gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=file]):not([type=image]):not([type=submit]):not([type=checkbox]), .gform_wrapper .ginput_complex .ginput_right select, .gform_wrapper .ginput_complex input:not([type=radio]):not([type=file]):not([type=image]):not([type=submit]):not([type=checkbox]), .gform_wrapper .ginput_complex select {
    background-color: #fff;
    border: 1px solid #aaaaaa;
}

.gform_wrapper textarea.medium {
    height: 160px;
    width: 100%;
}

.gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=file]):not([type=image]):not([type=submit]):not([type=checkbox]), .gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=file]):not([type=image]):not([type=submit]):not([type=checkbox]), .gform_wrapper .ginput_complex .ginput_right select, .gform_wrapper .ginput_complex input:not([type=radio]):not([type=file]):not([type=image]):not([type=submit]):not([type=checkbox]), .gform_wrapper .ginput_complex select {

    margin-bottom: 15px;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin: 1px 0 9px 1px;
    display: none!important;
}

.gform_wrapper textarea.medium {
    background-color: #fff;
    border: 1px solid #aaa;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    background: transparent;
    border: 2px solid #d23e8c;
    color: #000000;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 22px!important;
    padding: 7px 16px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {
    background-color: #d23e8c;
    border: 2px solid #d23e8c;
    color: #fff;
}

.gform_wrapper select {
    padding: 4px;
}


.easyPaginateNav{
	width:100%!important;
	float:left;
	text-align:center;
	margin-top:90px;
}
.pg-outer{
	width:auto;
	display:inline-block;
}
.easyPaginateNav a{
	margin: 0 10px;
	font-size:18px;
	color:#000;
	display:inline-block;
	border:0px solid #000;
	vertical-align: middle;
}
.easyPaginateNav a.page.current{
	border:1px solid #000;
	background:#000;
	width:36px;
	height:36px;
	color:#FFF;

	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.easyPaginateNav a.page.current:hover{
	font-size:22px;
}
.easyPaginateNav a.page{	
	width:36px;
	height:36px;
	margin:0px;
	line-height: 36px;
}
.easyPaginateNav a.prev, .easyPaginateNav a.next{
	font-size:28px;
}

.no-res-cnt{
	width:100%;
	float:left;
	background:#ffffff;
	padding:20px 50px;
}
.no-res-cnt .search-form{ display:none; }

.accordian-wrap ul li .acc_content a{
	color:#d23e8c;
	font-weight:700;
}

.search-outer .search-submit{
	border-bottom:0px; 
}


.bh-sl-container .bh-sl-filters-container {
    width: auto;
    margin: 0;
}
.bh-sl-container .bh-sl-filters-container .bh-sl-filters {
    margin: 0;
}

.form-elems {
	float:left;
}

/* custom left-right logo design*/

.logo_left img {
	max-width: 220px;
	margin-right: 60px;
}
.logo_right img {
	max-width: 135px;
	margin-left: 75px;
	margin-bottom: 11px;
}


/* Instagram Feed Style*/

.instagram-feed-wrapper { display: block; clear: both; padding: 0px 15px; }
.instagram-feed-wrapper .instafeed-head { text-align: center; display: block; font-family: 'Open Sans Condensed', sans-serif; margin-bottom: 25px; text-transform: uppercase; }
.instagram-feed-wrapper .instafeed-head h3 { font-weight: 300; }


.main-outercon .contact-inner { float: none; }
.main-outercon .contact-inner header.entry-header { text-align: center; }
.main-outercon .contact-inner header.entry-header h1.entry-title { font-family: 'Open Sans Condensed', sans-serif; text-transform: uppercase; }


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 767px)  {
.logo_left img {
	display: none;
}
.logo_right img {
	display: none;
}
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 767px)  {
.chart-popup-inner {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    padding: 47px;
    width: 100%;
    border: 3px solid #d23e8c;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow-y: scroll;
    height: 500px;
}
}

