/**
 * JS Social Tabs Slider
 * @license    GNU/GPL http://www.gnu.org/copyleft/gpl.html
 * @link       http://facebooklikebox.net
 */

@import url('https://fonts.googleapis.com/css?family=Open Sans');


@media only screen and (min-device-width: 500px) and (max-width:1000px){
.social_slider { 
	top: 0px !important;
}
}
.social_slider a:hover {
	background-color:transparent;
	text-decoration: none;
}
.social_slider .tabs {
    width: 370px;
    clear: both;
    height: 100%;
    overflow: hidden;
    display:inline-block;
    border-radius: 8px;
}
  .social_slider .tab-links {
        position: absolute;
        width: 0px;
        margin-top: 40px;
    }
   .social_slider .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 	
    /*----- Content of Tabs -----*/
 .social_slider .tab-content {
        background:#fff;
        float:left;
        width: 370px;
        padding: 0 !important;
        border-radius: 8px;
    }

 .social_slider .tab-content .facebook_box {
	border-radius: 8px;
	background-color: #fff;
	position: relative;
    z-index: 99998;
    height:100%;
}
.social_slider .tab-links a.active {
	z-index:99999;
	position: relative;
}
 .social_slider .tab {
            display:none;
            width: 370px;
        }
 
       .social_slider .tab.active {
            display:block;
            ;
        }
.social_slider .tab-content .twitter_box {
	border-radius: 8px;
	background-color: #19bfe5;
	position: relative;
    z-index: 99998;
    height:100%;
}
.social_slider .tab-content .twitter_box #twitter-widget-0 {width: 350px; margin-bottom: -5px !important; }

.social_slider .tab-content .google_box {
	border-radius: 8px;
	background-color: #ffffff;
	position: relative;
    z-index: 99998;
    height:500px;
    overflow: hidden
}
.social_slider .tab-content .google_box iframe {
	margin-top: -85px !important;
	height: 395px !important;
}
.social_slider .tab-content .youtube_box {
	border-radius: 8px;
	background-color: #282828;
	position: relative;
    z-index: 99998;
    height:500px;
}
.social_slider .tab-content .youtube_box .ytpadding {
	padding: 10px;
}
.social_slider .tab-content .youtube_box .ytpadding iframe {
    height:60px !important;
}
.social_slider .tab-content .youtube_box #ytplaylist {
	position: relative;
	width: 350px;
	height: 395px;
	}
.social_slider .tab-content .linkedin_box {
	border-radius: 8px;
	background-color: #ededed;
	position: relative;
    z-index: 99998;
    min-height:500px;
    height:100%;
}
.social_slider .tab-content .linkedin_box iframe {

}
.social_slider .tab-content .pinterest_box {
	border-radius: 8px;
	background-color: #f4f2f3;
	position: relative;
    z-index: 99998;
    height:500px;
}
.social_slider .tab-content .pinterest_box #pinterest_container { position:relative; padding:0; margin:0 7px; }
.social_slider .tab-content .pinterest_box #pinterest_container #pinterestimg {position:absolute; bottom:-2px; left:50px; width:60px; height:30px; }
.social_slider .tab-content .pinterest_box #pinterest_container input[type=submit]{
	width: 310px;
	vertical-align: middle;
	
cursor:pointer;
background:none;
border:none;
margin-left: 15px;
margin-top: 15px;
margin-bottom: -5px;
color:#767676;
font-size:12px;
font-family: 'Open Sans',Helvetica;
padding:10px 4px;
border:1px solid #E0E0E0;
text-shadow: 0px 1px  1px #E8E8E8;
background: rgb(247,247,247);
background: -moz-linear-gradient(top,  rgba(247,247,247,1) 1%, rgba(242,242,242,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(247,247,247,1)), color-stop(100%,rgba(242,242,242,1)));
background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 1%,rgba(242,242,242,1) 100%);
background: -o-linear-gradient(top,  rgba(247,247,247,1) 1%,rgba(242,242,242,1) 100%);
background: -ms-linear-gradient(top,  rgba(247,247,247,1) 1%,rgba(242,242,242,1) 100%);
background: linear-gradient(top,  rgba(247,247,247,1) 1%,rgba(242,242,242,1) 100%);
/*border-radius*/
-webkit-border-radius:5px;
   -moz-border-radius:5px;
        border-radius:5px;
/*box-shadow*/
-webkit-box-shadow:0px 1px 1px #FFF inset,
			       0 0 0px 5px #EAEAEA;
   -moz-box-shadow:0px 1px 1px #FFF inset,	
   		           0 0 0px 5px #EAEAEA;
        box-shadow:0px 1px 1px #FFF inset,	
        		   0 0 0px 5px #EAEAEA;
/*transition*/
-webkit-transition:all 0.2s linear;
   -moz-transition:all 0.2s linear;
     -o-transition:all 0.2s linear;
        transition:all 0.2s linear;
}

.social_slider .tab-content .pinterest_box #pinterest_container input[type=submit]:hover{
color:#686868;
border-color: #CECECE;
background: rgb(244,244,244);
background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(242,242,242,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(242,242,242,1)));
background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(242,242,242,1) 100%);
background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(242,242,242,1) 100%);
background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(242,242,242,1) 100%);
background: linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(242,242,242,1) 100%);
/*box-shadow*/
-webkit-box-shadow:0px 1px 1px #FFF inset,			
                   0 0 0px 5px #E0E0E0;
   -moz-box-shadow:0px 1px 1px #FFF inset,
        			0 0 0px 5px #E0E0E0;
        box-shadow:0px 1px 1px #FFF inset,
        			0 0 0px 5px #E0E0E0;        
}

.social_slider .tab-content .pinterest_box #pinterest_container input[type=submit]:active,
.social_slider .tab-content .pinterest_box #pinterest_container input[type=submit]:focus{
position:relative;
top:1px;
color:#515151;
background: rgb(234,234,234);
background: -moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(242,242,242,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(100%,rgba(242,242,242,1)));
background: -webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(242,242,242,1) 100%);
background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(242,242,242,1) 100%);
background: -ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(242,242,242,1) 100%);
background: linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(242,242,242,1) 100%);
/*box-shadow*/
-webkit-box-shadow:0px -1px 1px #FFF inset,
				   0 0 0px 5px #E0E0E0;
   -moz-box-shadow:0px -1px 1px #FFF inset,
				   0 0 0px 5px #E0E0E0;
        box-shadow:0px -1px 1px #FFF inset,
				   0 0 0px 5px #E0E0E0;
}
.social_slider .tab-content .pinterest_box #pinterest-feed {
	width: 100%;
	height: 412px;
	max-height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-left: 35px;
    margin-top: 20px;
}
.social_slider .tab-content .pinterest_box #pinterest-feed ::-webkit-scrollbar{
	border-left: 1px solid #000;
	width: 10px;
	}
.social_slider .tab-content .pinterest_box #pinterest-feed ::-webkit-scrollbar-thumb{
	background: rgba(255,255,255,0.1);
	}
.social_slider .tab-content .pinterest_box #pinterest-feed ul.pinstream li {
    display: inline-table;
    width: 98%;
    font: normal 13px/18px 'Open Sans',Helvetica;
    color: #333;
    position: relative !important;
    padding-left: 20px;
    padding-top: 20px;
    list-style-type: none;
}
.social_slider .tab-content .pinterest_box #pinterest-feed ul.pinstream li img {
    padding: 1px;
    border: 1px solid #ececec;
    display: inline-block;
}
.social_slider .tab-content .pinterest_box #pinterest-feed ul.pinstream li a {
    padding: 1px;
    background: #fff;
    margin: 3px 0 5px 0;
}
.social_slider .tab-content .pinterest_box #pinterest-feed ul.pinstream li .date {
    display: block;
    clear: both;
    margin: 10px 0 0 0;
    line-height: 12px;
    color: #666;
    font-size: 11px;
    font-style: italic;
}
.social_slider .tab-content .vimeo_box {
	border-radius: 8px;
	background-color: #44bbff;
	position: relative;
    z-index: 99998;
    height:500px;
}
.social_slider .tab-content .contactus_box {
	float:right;
	position: relative;
    z-index: 99998;
    min-height: 500px;
    height:100%;
    width: 370px;
	background: #D1D1D1; /* Old browsers */
	background: -moz-repeating-linear-gradient(-45deg, #EFC1CB , #EFC1CB 30px, #F2F2F2 30px, #F2F2F2 40px, #C2E8F5 40px, #C2E8F5 70px,#F2F2F2 70px, #F2F2F2 80px); /* FF3.6+ */
    background: -webkit-repeating-linear-gradient(-45deg, #EFC1CB , #EFC1CB 30px, #F2F2F2 30px, #F2F2F2 40px, #C2E8F5 40px, #C2E8F5 70px,#F2F2F2 70px, #F2F2F2 80px); /* FF3.6+ */
    background: -o-repeating-linear-gradient(-45deg, #EFC1CB , #EFC1CB 30px, #F2F2F2 30px, #F2F2F2 40px, #C2E8F5 40px, #C2E8F5 70px,#F2F2F2 70px, #F2F2F2 80px); /* FF3.6+ */
    background: repeating-linear-gradient(-45deg, #EFC1CB , #EFC1CB 30px, #F2F2F2 30px, #F2F2F2 40px, #C2E8F5 40px, #C2E8F5 70px,#F2F2F2 70px, #F2F2F2 80px); /* FF3.6+ */
	/*border-radius*/
	-webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
}
.social_slider .tab-content .contactus_box:after{
	float:right;
	background:#F9F9F9;
	margin:10px;
	position: absolute;
	content : " ";
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1; 
	border:1px #E5E5E5 solid;       
	/*border-radius*/
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
.social_slider .tab-content .contactus_box iframe {height: 450px; width:350px; margin:10px; border:none; overflow: hidden;}

#contact p, label, legend { font: 12px 	'Open Sans',Helvetica; color: #000000 }
#contact h1 { margin: 10px 0 10px; font-size: 24px; color: #333333; display: none}
#contact h3 { display:none;}
#contact #desc_contact1 {display: none;}
#contact #desc_contact2 {display: none;}
#contact #desc_contact3 {display: none;}
#contact #desc_contact4 {display: none;}
#contact #desc_contact5 {display: none;}
#contact #desc_contact6 {display: none;}
#contact #desc_contact7 {display: none;}
#contact #desc_contact8 {display: none;}
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }
#contact .bold { display: none;}
#contact form {margin-top: -15px;}
#contact img {margin-top:5px;}
#contact { display: block; /*width: 350px; height: 100%;*/ text-align: left; overflow-x: hidden; overflow-y: scroll; }
#contact .breadcrumb {display:none !important;}
#contact label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size: 12px; -webkit-border-radius:5px; color: #000000;}
#contact input, textarea, select { font-size:15px !important;	font-family: 'Open Sans',Helvetica !important; width: 280px; margin: 0; padding: 5px; color: #000; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0;  webkit-border-radius:5px; }
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#000; }
#contact input:not([type="submit"]), textarea{
	outline:none;
display:block;
width:286px;
padding:4px 8px;
border:1px dashed #DBDBDB;
color:#3F3F3F;
font-size:14px;
/*border-radius*/
-webkit-border-radius:2px;
   -moz-border-radius:2px;
        border-radius:2px;
/*transition*/
-webkit-transition:background 0.2s linear,
				   box-shadow 0.6s linear;
   -moz-transition:background 0.2s linear,
				   box-shadow 0.6s linear;
     -o-transition:background 0.2s linear,
				   box-shadow 0.6s linear;
        transition:background 0.2s linear,
				   box-shadow 0.6s linear;
}
#contact input:not([type="submit"]):active, 
textarea:active,
#contact input:not([type="submit"]):focus, 
textarea:focus{
background:#F7F7F7;
border:dashed 1px #969696;
/*box-shadow*/
-webkit-box-shadow:2px 2px 7px #E8E8E8 inset;
   -moz-box-shadow:2px 2px 7px #E8E8E8 inset;
        box-shadow:2px 2px 7px #E8E8E8 inset;
}
#contact input:not([type="submit"]){
height: auto;
}
/* placeholder */
::-webkit-input-placeholder  { 
color:#BABABA; 
font-style:italic;
}
input:-moz-placeholder,
textarea:-moz-placeholder{ 
color:#BABABA;
font-style:italic;
} 
textarea{
min-height:290px;
resize:vertical;
font-family: 'Open Sans',Helvetica !important;
}
#contact input[type=submit]{
	width: 286px;
cursor:pointer;
background:none;
border:none;
margin: 0 0 20px;
color:#767676;
font-size:18px;
padding:10px 4px;
font-family: 'Open Sans',Helvetica;
border:1px solid #E0E0E0;
text-shadow: 0px 1px  1px #E8E8E8;
background: rgb(247,247,247);
background: -moz-linear-gradient(top,  rgba(247,247,247,1) 1%, rgba(242,242,242,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(247,247,247,1)), color-stop(100%,rgba(242,242,242,1)));
background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 1%,rgba(242,242,242,1) 100%);
background: -o-linear-gradient(top,  rgba(247,247,247,1) 1%,rgba(242,242,242,1) 100%);
background: -ms-linear-gradient(top,  rgba(247,247,247,1) 1%,rgba(242,242,242,1) 100%);
background: linear-gradient(top,  rgba(247,247,247,1) 1%,rgba(242,242,242,1) 100%);
/*border-radius*/
-webkit-border-radius:5px;
   -moz-border-radius:5px;
        border-radius:5px;
/*box-shadow*/
-webkit-box-shadow:0px 1px 1px #FFF inset,
			       0 0 0px 5px #EAEAEA;
   -moz-box-shadow:0px 1px 1px #FFF inset,	
   		           0 0 0px 5px #EAEAEA;
        box-shadow:0px 1px 1px #FFF inset,	
        		   0 0 0px 5px #EAEAEA;
/*transition*/
-webkit-transition:all 0.2s linear;
   -moz-transition:all 0.2s linear;
     -o-transition:all 0.2s linear;
        transition:all 0.2s linear;
}

#contact input[type=submit]:hover{
color:#686868;
border-color: #CECECE;
background: rgb(244,244,244);
background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(242,242,242,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(242,242,242,1)));
background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(242,242,242,1) 100%);
background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(242,242,242,1) 100%);
background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(242,242,242,1) 100%);
background: linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(242,242,242,1) 100%);
/*box-shadow*/
-webkit-box-shadow:0px 1px 1px #FFF inset,			
                   0 0 0px 5px #E0E0E0;
   -moz-box-shadow:0px 1px 1px #FFF inset,
        			0 0 0px 5px #E0E0E0;
        box-shadow:0px 1px 1px #FFF inset,
        			0 0 0px 5px #E0E0E0;        
}

#contact input[type=submit]:active,
#contact input[type=submit]:focus{
position:relative;
top:1px;
color:#515151;
background: rgb(234,234,234);
background: -moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(242,242,242,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(100%,rgba(242,242,242,1)));
background: -webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(242,242,242,1) 100%);
background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(242,242,242,1) 100%);
background: -ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(242,242,242,1) 100%);
background: linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(242,242,242,1) 100%);
/*box-shadow*/
-webkit-box-shadow:0px -1px 1px #FFF inset,
				   0 0 0px 5px #E0E0E0;
   -moz-box-shadow:0px -1px 1px #FFF inset,
				   0 0 0px 5px #E0E0E0;
        box-shadow:0px -1px 1px #FFF inset,
				   0 0 0px 5px #E0E0E0;
}

#contact fieldset { padding: 0; border: 0px !important; padding-left: 15px; background: #FFF;}
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }
#contact span.required{ font-size: 12px; color: #ff0000; } 

#message { margin: 0;  font-family: 'Open Sans',Helvetica;}
.contact-form-box textarea {
    height: 73px;
    width: 100%;
}
.contact-form-box .submit {
    margin-top: 10px;
    padding-bottom: 10px;
}
.button.button-medium {width: 300px;}
.error_message { display: block;  height: 100%; line-height: 22px; width: 245px; background: #FBE3E4 url('../images/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px;font-family: 'Open Sans',Helvetica; }

.loader {  width: 25px; display:block; margin: 0px 0 0 130px;}
#contact #success_page { height: 300px; margin-left: -20px;}
#contact #success_page h1 { background: url('../images/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }


.social_slider .tab-content .instagram_box {
	
}
.social_slider .tab-content .instagram_box .insta-profile-widget {
	height: 500px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4); 
	border-radius: 8px;
	background-color: #ECEDEF;
	float:left;
	position: relative;
    z-index: 99998;
}

.social_slider .tab-content .instagram_box .insta-profile-images {
	position:relative;	
}

.social_slider .tab-content .instagram_box .insta-profile-images:before,
.social_slider .tab-content .instagram_box .insta-profile-images:after {
    content: " ";
    display: table;
}

.social_slider .tab-content .instagram_box .insta-profile-images:after {
    clear: both;
}

.social_slider .tab-content .instagram_box .insta-profile-images {
    *zoom: 1;
}


.social_slider .tab-content .instagram_box .insta-profile-table {
	display:table;
	width:100%;
	table-layout:fixed;
	border-collapse:collapse;
	margin-top:-1px;
	margin-left:-1px;
	height:100%;
}

.social_slider .tab-content .instagram_box .insta-profile-cell {
	display:table-cell;
	width:116px;
	height:140px;
	float:left;
	border:solid black 1px;
	border-left:0px;
	background-size: cover;
	background-position: center;
	background-color:#000000;	
	-webkit-filter: sepia(50%);	
	overflow:hidden;
	position:relative;
}

.social_slider .tab-content .instagram_box .insta-profile-cell.first {
	border-right:0px;	
}

.social_slider .tab-content .instagram_box .insta-profile-cell:after {
	content:"";
	width:116px;
	height:140px;
	display:block;
	border:1px solid rgba(255,255,255,0.2);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin-top:0px;	
	position:absolute;
	z-index:9;
	top:0px;
	left:0px;
}

.social_slider .tab-content .instagram_box .insta-profile-cell-image {
	width:116px;
	height:140px;
	background-size: cover;
	background-position: center;
	display:none;
	position:relative;
	z-index:1;
}

.social_slider .tab-content .instagram_box .insta-profile-cell-image.load {
	opacity:1;	
}

.social_slider .tab-content .instagram_box .insta-profile-details {
	position:relative;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
	height:80px;
	border-bottom:1px solid #cecece;
}

.social_slider .tab-content .instagram_box .insta-profile-details h1 {
	text-align:center;
	font-size:17px;
	line-height:50px;
	font-family: 'Open Sans',Helvetica;
	font-weight:500;
	margin:0;
	letter-spacing: -0.04em;
	text-shadow: 1px 0px 0px #ffffff;	
	margin-top: -20px;
}

.social_slider .tab-content .instagram_box .insta-profile-icon {
	width:24px;
	height:25px;
	background-image: url(../../views/img/icon.png);
	position:absolute;
	left:12px;
	top:50%;
	margin-top:-11px;
}

.social_slider .tab-content .instagram_box .insta-profile-avatar {
	padding:4px;
	background-color:#ffffff;
	border:1px solid rgba(0,0,0,0.6);
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position:absolute;
	left:37%;
	top:-70px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.4); 
	z-index:99;
}

.social_slider .tab-content .instagram_box .insta-profile-avatar img {
	width:84px;
	height:84px;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0 !important;
}
.social_slider .tab-content .instagram_box .insta-profile-avatar a {
	margin: 0 !important;
}
.insta-profile-avatar a {
	display:block;	
	position:relative;
}

.social_slider .tab-content .instagram_box .insta-profile-avatar a:after {
	content: "";
	width:10px; 
	height:10px;
	background:none;
	z-index:99;
	position:absolute;
	display:block;
	top:0px;
	left:0px;
	width:73px;
	height:72px;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.social_slider .tab-content .instagram_box .insta-profile-stat {
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:7px 13px;	
	font-size:10px;
	color:#777777;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;	
	font-weight:400;
	text-align:center;
}

.social_slider .tab-content .instagram_box .insta-profile-stat strong {
	display:block;	
	font-family:'Roboto', sans-serif;
	color:#111111;
	font-size:14px;
	font-weight:500;
}

.social_slider .tab-content .instagram_box .insta-profile-divider {
	float:left;
	width:1px;
	height:45px;
	background:#ececec;	
}

.social_slider .tab-content .instagram_box .insta-profile-btn {
	display:block;
	float:right;
	margin:9px;
	padding:4px 11px;
	font-size:12px;
	font-family: 'Open Sans',Helvetica !important;
	color:#ffffff !important;
	text-decoration:none;
	border:1px solid #006314;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family:'Roboto', sans-serif;
	background: #095197;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48c763', endColorstr='#36a94c',GradientType=0 );
	line-height: 17px;
}

.social_slider .tab-content .instagram_box .insta-profile-btn:active {
	background:#095197;	
}


.social_slider .tab-content .google_box .kyco_googleplusfeed * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.social_slider .tab-content .google_box .kyco_googleplusfeed {
  width: 350px;
  border-bottom-width: 2px;
  border-radius: 3px;
  color: #404040;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin-top: -120px;
}

.social_slider .tab-content .google_box .kyco_googleplusfeed a {
  color: #262626;
  text-decoration: none;
  outline: none;
}

.social_slider .tab-content .google_box .kyco_googleplusfeed a:hover {
  text-decoration: underline;
}

.social_slider .tab-content .google_box .kyco_googleplusfeed .feed_header {
  padding: 20px 20px 10px;
  display: none;
}

.social_slider .tab-content .google_box .kyco_googleplusfeed .feed_profile_image {
  float: left;
  display: block;
  width: 50px; /* should be equal to profileImageSize */
  height: 50px; /* should be equal to profileImageSize */
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.social_slider .tab-content .google_box .kyco_googleplusfeed .feed_screen_name {
  margin: 0;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
}

.social_slider .tab-content .google_box .kyco_googleplusfeed .feed_content {
  margin: 10px 0 20px 20px;
  height: 260px;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-right: 27px;
}

.social_slider .tab-content .google_box .kyco_googleplusfeed .feed_content:hover {
  overflow-y: scroll;
  padding-right: 10px;
}

.social_slider .tab-content .google_box .kyco_googleplusfeed .feed_post {
  clear: both;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 20px;
  cursor: default;
}

.social_slider .tab-content .google_box .kyco_googleplusfeed .feed_post > a {
  color: #999;
  font-style: italic;
  font-size: 12px;
}

.social_slider .tab-content .google_box .kyco_googleplusfeed .feed_post span {
  color: #999;
  font-size: 12px;
}

.social_slider .tab-content .google_box .kyco_googleplusfeed .feed_post p {
  margin: 7px 0;
}

.social_slider .tab-content .google_box .kyco_googleplusfeed .feed_show_more {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  margin: 0 20px 20px;
  display: inline-block;
  background: #d14836;
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: default;
  height: 28px;
  line-height: 28px;
  border-radius: 2px;
  padding: 0 15px;
  color: #fff;
  text-shadow:0 1px rgba(0, 0, 0, 0.1);
  background-image: -moz-linear-gradient(center top , #dd4B39, #d14836);
  background-image: -webkit-linear-gradient(center top , #dd4B39, #d14836);
  background-image: linear-gradient(center top , #dd4B39, #d14836);
}

.social_slider .tab-content .google_box .kyco_googleplusfeed .feed_show_more:hover {
  border-color: #c53727;
  border-color: #b0281a #b0281a #af301f;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background-image: -moz-linear-gradient(center top , #dd4b39, #c53727);
  background-image: -webkit-linear-gradient(center top , #dd4b39, #c53727);
  background-image: linear-gradient(center top , #dd4b39, #c53727);
}
.social_slider .tab-content .google_box .kyco_googleplusfeed .feed_show_more:active {
  box-shadow: 0 0 0 1px #fff inset;
}
.social_slider .tab-content .google_box .kyco_googleplusfeed .feed_show_more:focus {
  box-shadow: 0 0 0 1px #fff inset;
}

.social_slider .tab-content .google_box .kyco_googleplusfeed .feed_show_more.link {
  cursor: pointer;
}

.social_slider .tab-content .google_box .kyco_googleplusfeed:hover .feed_post p a {
  color: #427fed;
}

.social_slider .tab-content .google_box .kyco_googleplusfeed:hover .feed_post > a {
  color: #262626;
}

.social_slider .tab-content .google_box .kyco_googleplusfeed .feed_loader {
  background: url(../../views/img/loader.gif) no-repeat 110px center;
  padding: 10px 20px;
  text-align: center;
  text-indent: 20px;
}

.social_slider .tab-content .google_box .kyco_googleplusfeed.en .feed_loader {
  background-position: 110px center;
}

.social_slider .tab-content .google_box .kyco_googleplusfeed.de .feed_loader {
  background-position: 95px center;
}

.social_slider .tab-content .google_box .kyco_googleplusfeed .error {
  padding: 10px 10px 9px;
  text-align: center;
}

.social_slider .tab-content .google_box .kyco_googleplusfeed .error .retry {
  color: #222;
  font-size: 11px;
  cursor: pointer;
}

.social_slider .tab-content .google_box .kyco_googleplusfeed .error .retry:hover {
  text-decoration: underline;
}

.social_slider .tab-content .google_box .kyco_googleplusfeed .feed_wrapper {
  display: none; /* Gets set to block once feed has been loaded. */
}

.social_slider .tab-content .vk_box {
	border-radius: 8px;
	background-color: #fff;
	position: relative;
    z-index: 99998;
    height:500px;
}
.social_slider .tab-content .vk_box iframe{
    height:480px !important;
}

/*
 * YouTube TV
 */

/*
 * Base Canvas
 */

.social_slider .tab-content .youtube_box .ytv-canvas{
	display: block;
	background: #282828;
	overflow: hidden;
	font-family: arial, sans-serif;
	}
.social_slider .tab-content .youtube_box .ytv-canvas ::-webkit-scrollbar{
	border-left: 1px solid #000;
	width: 10px;
	}
.social_slider .tab-content .youtube_box .ytv-canvas ::-webkit-scrollbar-thumb{
	background: rgba(255,255,255,0.1);
	}

/*
 * Video
 */
.social_slider .tab-content .youtube_box .ytv-video{
	position: relative;
	top: 0;
    left: 0;
    height: 160px;
    display:block;
    width:340px;
	}
	.social_slider .tab-content .youtube_box .ytv-video iframe{
		width: 350px;
		height: 160px;
		border: none;
		outline: none;
		display: block;
		}


/*
 * List
 */
.social_slider .tab-content .youtube_box .ytv-list{
    position: relative;
    top: 0;
    left: 0;
    height: 343px;
    width: 347px;
    display: block;
    overflow-x: none;
	}
	.social_slider .tab-content .youtube_box .ytv-list-inner{
		overflow: auto;
		position: absolute;
		top: 52px;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    -webkit-overflow-scrolling: touch;
		}
	.social_slider .tab-content .youtube_box .ytv-list ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
		.social_slider .tab-content .youtube_box .ytv-list li{
			margin: 0px;
			}
		.social_slider .tab-content .youtube_box .ytv-list .ytv-active a{
			border-top: 2px solid #fff;
			background: rgba(255,255,255,0.05);;
			}
		.social_slider .tab-content .youtube_box .ytv-list a{
			display: block;
			text-decoration: none;
			font-size: 11px;
			color: #FEFEFE;
			background: transparent;
			padding: 10px;
			padding-left: 8px;
			border-top: 1px solid rgba(255,255,255,0.1);
			border-bottom: 1px solid rgba(0,0,0,0.5);
			border-left: 2px solid transparent;
			}
			.social_slider .tab-content .youtube_box .ytv-list a b{		
			    max-height: 45px;
			    overflow: hidden;
			    display: block;
			    text-overflow: ellipsis;
				}
			.social_slider .tab-content .youtube_box .ytv-list li:first-child a{ border-top: none; }
			.social_slider .tab-content .youtube_box .ytv-list li:last-child a{ border-bottom: none; }
			.social_slider .tab-content .youtube_box .ytv-list a:hover,
			.social_slider .tab-content .youtube_box .ytv-list-header .ytv-playlists a:hover{ background: rgba(255,255,255,0.05); }
			.social_slider .tab-content .youtube_box .ytv-list a:active,
			.social_slider .tab-content .youtube_box .ytv-list-header .ytv-playlists a:active{ background: rgba(0,0,0,0.05); }
		
		.social_slider .tab-content .youtube_box .ytv-list .ytv-content{ padding-left: 125px; }
		.social_slider .tab-content .youtube_box .ytv-list .ytv-thumb-stroke{
			position: absolute;
			top: 1px;
			left: 1px;
			bottom: 1px;
			right: 1px;
			z-index: 2;
			outline: 1px solid rgba(255,255,255,0.1);
			}
		.social_slider .tab-content .youtube_box .ytv-list .ytv-thumb{
			float: left;
			position: relative;
			outline: 1px solid rgba(0,0,0,0.5);
			}
			.social_slider .tab-content .youtube_box .ytv-list .ytv-thumb img{
				width: 120px;
				display: block;
				}
			.social_slider .tab-content .youtube_box .ytv-list .ytv-thumb span{
				position: absolute;
				bottom: 5px;
				right: 5px;
				color: #eee;
				background: rgba(0,0,0,0.7);
				font-size: 11px;
				font-weight: bold;
				padding: 0px 4px;
				
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
				}
		.social_slider .tab-content .youtube_box .ytv-views{
		    display: block;
		    margin-top: 5px;
		    font-size: 10px;
		    font-weight: normal;
		    opacity: 0.3;
			}


	.social_slider .tab-content .youtube_box .ytv-list-header{
		height: 52px;
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		}
		.social_slider .tab-content .youtube_box .ytv-list-header a{
			background: rgba(255,255,255,0.05);
    		position: relative;
    		z-index: 10;
			}
		.social_slider .tab-content .youtube_box .ytv-list-header img,
		.social_slider .tab-content .youtube_box .ytv-list .ytv-playlists .ytv-thumb img{
			width: 30px;
			vertical-align: middle;
			}
		.social_slider .tab-content .youtube_box .ytv-list-header span{		
		    padding-left: 10px;
		    font-size: 12px;
		    font-weight: bold;
			}

/*
 * Playlists
 */
.social_slider .tab-content .youtube_box .ytv-playlists{
    z-index: 9;
    position: absolute;
    background: #282828;
    top:52px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    display: none;
    list-style-type: none;
    height: 390px;
	}
	.social_slider .tab-content .youtube_box .ytv-playlists img,
	.social_slider .tab-content .youtube_box .ytv-list-header img{
	    float: left;
		}
	.social_slider .tab-content .youtube_box .ytv-playlists a span,
	.social_slider .tab-content .youtube_box .ytv-list-header a span{	
	    white-space: nowrap;
	    padding-left: 10px;
	    display: block;
	    overflow: hidden;
	    text-overflow: ellipsis;
		}
	.social_slider .tab-content .youtube_box .ytv-list-header > a span{
		line-height: 30px;
		}
	.social_slider .tab-content .youtube_box .ytv-list-header .ytv-playlists a{
		background: none;
		}
	.social_slider .tab-content .youtube_box .ytv-playlist-open .ytv-playlists{
		display: block;
		}

/*
 * Modifiers
 */
.social_slider .tab-content .youtube_box .ytv-relative{
	position: relative;
	width: 100%;
	height: 100%;
	}
.social_slider .tab-content .youtube_box .ytv-full{
	position: fixed;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	}
.social_slider .tab-content .youtube_box .ytv-arrow {
	height: 10px;
	width: 0;
	position: relative;
	top: 10px;
	right: 5px;
	border: 10px solid transparent;
	float: right;
	border-top-color: rgba(0,0,0,0.4);
	display: none;
	}
	.social_slider .tab-content .youtube_box .ytv-has-playlists .ytv-arrow{
		display: inline-block;
		}
	.social_slider .tab-content .youtube_box .ytv-playlist-open .ytv-arrow{
		border-color: transparent;
		border-bottom-color: rgba(0,0,0,0.4);
		top: -10px;
		}

.social_slider .tab-content .youtube_box .ytv-list-header a:after,
.social_slider .tab-content .youtube_box .ytv-clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}