.tango-passions-review {
    width: 60% !important;
    padding: 10px 0 0px 45px !important;
}

/************************************************ Background ************************************************/
body {
	background:#eae7e2;
}

input[type='submit']
{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none; 
}
/************************************************ Format ************************************************/

body, select, input, textarea {
	font-size:62.5%;
	font-family:'Montserrat', Arial, Helvetica, sans-serif;
	color:#262731;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.tk-ltc-broadway { font-family: "ltc-broadway",sans-serif; }
.tk-ltc-broadway-engraved { font-family: "ltc-broadway-engraved",sans-serif; }

h1 {
	font-size:30px;	
}

h2 {
	font-size:28px;
}

h2 {
	position:relative;
	display:block;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:25px;
	font-weight:normal;
	margin:0 0 35px;
}

h2:after {
	content:'';
	width:60px;
	position:absolute;
	bottom:0;
	height:1px;
	margin-left:10px;
	background:#d6b44b;
}

h2.broadway {
	font-size:60px;
	font-family: ltc-broadway-engraved, sans-serif!important;
	font-weight: 400;
	font-style: normal;
	margin:0 0 20px;	
}

h2.broadway:after {
	display:none;	
}

h3 {
	font-size:20px;
	line-height:1.5em;
	margin:0 0 40px;
}

h4 {
	font-size:24px;
}

h5 {
	font-size:12px;
}

h6 {
	font-size:10px;
}

p {
	font-size:20px;
	line-height:1.7em;
	padding:0 0 15px;
}

p.small {
	font-size:17px;
}

a {
	color:#262731;
	text-decoration:underline;
	transition: all 0.3s ease-out;
}

a:hover {
	color:#262731;
	text-decoration:none;
}

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

img {
	height:auto;
	width:100%;	
}

strong {
	font-weight:bold;	
}

em {
	font-style:italic;	
}

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
 }

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


/************************************************ Layout ************************************************/

.row {
	width:100%;
	float:left;
	padding:200px 8% 150px;
	box-sizing: border-box;
}

.row.videos {
	padding:0 0 150px 8%;
}

.row.social {
	padding:0 8% 0 8%;
}

.row_inner {
	max-width: 1400px;
	min-width: 900px;
	margin:0 auto;
}

header {
	width:100%;
	float:left;
	box-sizing: border-box;
	background:#87817c;
	padding:0 0 0 8%;
}

#logo {
	margin:0 0 65px;
	width:100%;
	z-index: 2;
	position: relative;
}

#logo img {
	width:100%;
}

.header_left {
	width:40%;
	float:left;
	margin:200px 0 0 0;	
}

.header_right {
	width:60%;
	float:right;
	margin-bottom:-2px;	
}

.header_left h1 {
	font-size:24px;
	color:#fff;
	margin:0 0 100px;
	line-height:1.5em;
	width:78%;
	font-weight:100;
}

nav {
	
}

nav ul {
	
}

nav ul li a {
	
}

nav ul li a:hover {

}

a.btn {
	position:relative;
	display:block;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:14px;
	font-weight:100;
	margin:0 0 25px;
	text-decoration:none;
}

a.btn.white {
	color:#fff;
}

a.btn.gold {
	color:#d6b44b;
}

a.btn:after {
	content:'';
	width:60px;
	position:absolute;
	bottom:0;
	height:1px;
	background:#fff;
	margin-left:10px;
	transition: all 0.3s ease-out;
}

a.btn.white:after {
	background:#fff;
}

a.btn.gold:after {
	background:#d6b44b;
}

a.btn:hover {
	text-decoration:none;
	opacity:0.7;
}

a.btn:hover:after {
	width:80px;
}

.about_surround {
  width:100%;
  float:left;
}

.about_surround_content {
  display: grid;
  grid-template-columns: 38% 38%;
  grid-gap: 4%;
}

.show_surround {
  width:100%;
  float:left;
  padding:150px 10% 0;
  box-sizing:border-box;
}

.show_image {
	width:40%;
	float:left;
	margin: 10px 0 0;
}

.show_image a:hover,
.show_reviews a:hover {
	opacity: 0.7;
}

.show_reviews {
	width:50%;
	float:left;
	padding:60px 0 0 10%;
	box-sizing:border-box;	
}

.iframe_container {
	position: relative;
	width: 90%;
	padding-bottom: 47.25%; 
	height: 0;
}

.iframe_container iframe{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.social_surround {
	width:85%;
	display:flex;
	flex-flow:row no-wrap;
	justify-content:space-between;
	align-items:stretch;
	position:relative;
	z-index:2;
}

.tweet_box {
	width:32%;
	box-sizing:border-box;
	border:2px solid #262731;
	padding:30px;
	text-align:center;
}

#tweet1,
#tweet2,
#tweet3,
#tweet4 {
    display: flex;
    flex-flow: column;
}

.tweet_box a.linksurround {
	width:100%;
	text-align:center;
	float:left;
	order:1;
	margin:0 0 30px;
}

.tweet_box .media {
	order:2;
	margin:0 0 30px;
}

.tweet_box .user img {
	display:none;
}

.tweet_box .user {
	font-size:13px;
	margin:10px 0 0;
}

.tweet_box .user a {
	color:#262731;
	display:none;
}

.tweet_box .user a:hover {
	color:#262731;
	text-decoration:underline;
}

.tweet_box p.tweet {
    float: left;
    font-size: 16px;
    line-height: 1.5em;
    padding: 0 0 20px;
    width: 100%;
	word-break:break-word;
	order:3;
}

.tweet_box a i {
    color: #262731;
    font-size: 22px;
	padding:8px 0 0;
	box-sizing:border-box;
	border-radius:50%;
	transition: all 0.3s ease-out;
}

.tweet_box a:hover i {
    color: #d6b44b;
	transition: all 0.3s ease-out;
}

.tweet_box p.timePosted {
	color:#262731;
	font-size:11px;
	order:4;
	width:100%;
	float:left;	
}

.tweet_box p.tweet a,
.tweet_box p.timePosted a {
	color:#262731;
	text-decoration:underline;
}

.tweet_box p.tweet a:hover,
.tweet_box p.timePosted a:hover {
	color:#262731;
	text-decoration:none;
}

footer {
	width:100%;
	float:left;
	box-sizing: border-box;
	padding:0 0 0 8%;
	margin:-150px 0 0;
}

.footer_left {
	width:40%;
	float:left;
	margin:350px 0 0 0;	
}

.footer_right {
	width:60%;
	float:right;
	margin-bottom:-2px;	
}

.footer_left h2 {
	font-size:64px;
	margin:0 0 30px;
	line-height:1.5em;
	font-weight:100;
}

.footer_left h2:after {
	display:none;
}

.footer_left p {
	font-size:18px;
	padding:0 0 25px;
}

.footer_left p span {
	margin-right:20px;
}

.footer_left p strong {
	font-weight:bold;
	text-transform:uppercase;
}

.footer_left a {
	color:#262731;
	border-bottom:1px solid #262731;
	padding:0 0 3px;
	text-decoration:none;
}

.footer_left i {
	margin-right:10px;
}

.footer_left a:hover {
	border:none;
	text-decoration:none;
}



/************************************************ Smaller screens ************************************************/




@media only screen and (max-width: 1200px) {

.header_left {
    margin: 100px 0 0 0;
}

.header_left h1 {
    margin: 0 0 50px;
	
}

.row {
    padding: 100px 8% 150px;
}

p {
    font-size: 18px;
}

p.small {
    font-size: 15px;
}
	
}

@media only screen and (max-width: 1100px) {

.about_surround_content {
    display: grid;
    grid-template-columns: 48% 43%;
    grid-gap: 4%;
}

footer {
	padding: 0 0 50px 8%;	
}

.footer_left {
    margin: 270px 0 0 0;
}

.tweet_box:nth-child(3n) {
	display:none;	
}

.tweet_box {
    width: 48%;
}
	
}

@media only screen and (max-width: 1023px) {

.row {
    padding: 100px 8%;
}

.row_inner {
    min-width: 0;
}

header {
    padding: 0 0 50px 5%;
	position:relative;
}

.header_left h1 {
    font-size: 22px;
	margin:0 0 30px;
}

.header_left {
    width: 50%;
    margin: 70px 0 0 0;
}

#logo {
    margin: 0 0 35px;
    width: 100%;
}

.header_right {
    width: 50%;
    float: none;
    position: absolute;
    bottom: 0;
    right: 0;
	margin-bottom:-1px;
}

.show_surround {
    width: 100%;
    float: left;
    padding: 100px 0 0;
    box-sizing: border-box;
}

.social_surround {
    width: 100%;
}

footer {
	margin:0;
}

.footer_left {
    width: 100%;
    float: left;
	margin:80px 0 0;
}

.footer_left h2 {
    font-size: 42px;
}

.footer_right {
    width: 100%;
    float: right;
    margin-bottom: 0;
}

}



/************************************************ Mobile ************************************************/

@media handheld, only screen and (max-width: 600px) {

a.btn:after {
	display:none;	
}

h2 {
    font-size: 20px;
}

header {
    padding: 0 0 0 5%;
	position:relative;
}

.header_left {
    width: 95%;
    margin: 90px 0 0 0;
	text-align:center;
}

#logo img {
    width: 80%;
}

.header_left h1 {
    font-size: 20px;
    margin: 0 0 30px;
    width: 100%;
}

.header_right {
    width: 100%;
    float: right;
    position: relative;
    bottom: 0;
    right: 0;
    margin-bottom: -1px;
}

.row {
    padding: 60px 8%;
}

.row.videos {
    padding: 0 8% 60px 8%;
}

.about_surround_content {
    display: block;
}

.show_reviews {
    width: 100%;
    float: left;
    padding: 30px 0 0;
    box-sizing: border-box;
}

.tango-passions-review {
    width: 100% !important;
    padding: 30px 0 0 !important;
}

.show_image {
    width: 100%;
    float: left;
	margin:0;
}

.iframe_container {
    width: 100%;
}

.social_surround {
    width: 100%;
    flex-wrap: wrap;
}

.tweet_box {
    width: 100%;
    margin: 0 0 30px;
}

footer {
    padding: 0 8% 50px;
}

.footer_left {
    width: 100%;
    float: left;
    margin: 40px 0 0;
}

.footer_left h2 {
    font-size: 36px;
}

h3 {
    font-size: 18px;
	margin: 0 0 20px;
}

.show_surround {
    padding: 50px 0 0;
}

h2.broadway {
    font-size: 48px;
}

.iframe_container {
    padding-bottom: 56.25%;
}

.footer_left p {
    font-size: 16px;
    padding: 0 0 25px;
}

.footer_left p span {
    margin: 0 0 8px;
    width: 100%;
    float: left;
}

.footer_right img {
   width:700px;
   position:relative;
}

p.footer_links {
	margin-top:10px;
	width:100%;
	float:left;
	line-height:2.3em;	
}

p.footer_links i {
	font-size:12px;
	display:none;	
}

}

@media handheld, only screen and (max-width: 500px) {

.footer_right {
    width: 200%;
}

}

/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 


}