/* ------------------------------------------
  DEMO PAGE'S STYLES
--------------------------------------------- */
body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
}


a{
	text-decoration: none;
	color:#009ee3;
}
a:active,
a:hover {
  outline: 0;
}
ul{
    font-size: 22px;   
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

body,html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  /*color: #000;*/
  color: #747484;
  background: #fff;
  /*font-family: 'aleobold';*/
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;

  /*font-family: 'Source Sans Pro', sans-serif;*/
  /*font: normal 100%/1.4 'aleobold';*/

  /*font: normal 100%/1.4 sans-serif;*/
  height: 100%;
}

strong, b{
	color: #000;
}

.header{
	width: 100%;
	height: 65px;
	background: #009ee3;
	z-index:5000;
	position: relative;
}


.homeblock .header{
	position:fixed;
	top:0px;
}
.logo{
	display: inline-block;
	height: 65px;
	line-height: 64px;
	width:86px;
	padding:0px 45px;
	background: url(../images/oxygen.png) no-repeat center center;
	text-indent: -10000px;
	float: left;
}

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

.nav-collapse li {
  float: left;
  width: 100%;
}

.big_player_wrapper {
    width: 100%;
    min-width: 440px;
    max-width: 854px;
    margin: 50px auto;
    background: #009ee3;
    position: relative;
    z-index: 1;
}
.case_wrp {
    width: 100% !important;
}
.big_player_wrapper .vid-container {
    position: relative;
    padding-bottom: 52%;
    padding-top: 30px;
    height: 0;
}
.big_player_wrapper .vid-list-container {
    width: 92%;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 4%;
    padding-bottom: 20px;
}
.big_player_wrapper .vid-list {
    width: 6890px;
    position: relative;
    top: 0;
    left: 0;
}
.big_player_wrapper .vid-item {
    display: block;
    width: 148px;
    height: 148px;
    float: left;
    margin: 0;
    padding: 10px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    cursor: pointer;
    cursor: hand;
}
.big_player_wrapper .vid-item .desc {
    font-size: 15px;
    margin-top: 5px;
}
.big_player_wrapper .thumb img {
    width: 100%;
    position: relative;
    top: -14px;
}
.big_player_wrapper .arrows {
    position: relative;
    width: 100%;
}
.big_player_wrapper .arrow-left {
    color: #fff;
    position: absolute;
    background: #777;
    padding: 25px;
    left: -53px;
    top: -130px;
    z-index: 99;
    cursor: pointer;
    background: #009ee3 url(../img/slider_prev_small.png) no-repeat center;
}
.big_player_wrapper .arrow-right {
    color: #fff;
    position: absolute;
    background: #777;
    padding: 25px;
    right: -53px;
    top: -130px;
    z-index: 100;
    cursor: pointer;
    background: #009ee3 url(../img/slider_next_small.png) no-repeat center;
}
.big_player_wrapper .thumb {
    /* position: relative; */
    overflow: hidden;
    height: 84px;
}
.big_player_wrapper .vid-container iframe, .big_player_wrapper .vid-container object, .big_player_wrapper .vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 40em) {
  .nav-collapse li {
    width: 25%;
    *width: 24.9%; /* IE7 Hack */
    _width: 19%; /* IE6 Hack */
  }
}

.nav-collapse a {
  color: #b8dbf4;
  text-decoration: none;
  background: #009ee3;
  border-bottom: 1px solid white;
  float: left;
  padding: 0px 1em;
  /*font-family: 'Source Sans Pro', sans-serif;*/
  font-weight: 600;
  line-height: 45px;
  width: 100%;
  padding-left: 44px;
  font-size: 14px;
}
.nav-collapse a:hover {
	color:#fff;
}
.nav-collapse a.selected {
	color:#fff;
}
@media screen and (min-width: 40em) {
  .nav-collapse a {
    margin: 0;
    padding: 0px 1em;
    float: left;
    text-align: center;
    border-bottom: 0;
    line-height: 65px;
    width: 100%;
    background: #009ee3;
  }
  .nav-collapse li {
	  float: none;
	  display: inline-block;
	  width: auto;
	}
}

@media screen and (min-width: 1024px) {
  .nav-collapse a {
    font-size: 17px;
  }
  
}
@media screen and (min-width: 1280px) {
  .nav-collapse a {
    font-size: 19px;
  }
  
}
.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 40em) {
  .nav-collapse ul ul a {
    display: none;
  }
}

.nav-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 70px;
  height: 65px;
  float: right;
  text-indent: -9999px;
  overflow: hidden;
  background: #009ee3 url("../images/hamburger.gif") no-repeat 50% 50%;
  position: absolute;
top: 0px;
right: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .nav-toggle {
    background-image: url("../images/hamburger-retina.gif");
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
    background-size: 100px 100px;
  }
}


.wrap {
   overflow: hidden;
   margin: 0px;
}
.box {
   float: left;
   position: relative;
   width: 20%;
   padding-bottom: 20%;
   background: #009ee3;
}
.boxInner {
   position: absolute;
   left: 0px;
   right: 2px;
   top: 0px;
   bottom: 2px;
   overflow: hidden;
}
.odd{
	left: 2px;
}

.boxInnerTr {
   right: 0px;
}


.boxInner img {
   width: 100%;
}
.boxInner .titleBox {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   margin-bottom: -50px;
   background: #000;
   background: rgba(0, 0, 0, 0.5);
   color: #FFF;
   padding: 10px;
   text-align: center;
   -webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
}
body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
   margin-bottom: 0;
}


.site-container{
	width:90%;
	margin: 0 auto;
}
.contact-site-container{
	width:85%;
	margin: 0 auto;
}
.servicii{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0;
	background: #fff;
	color: #009ee3;
	font-size: 44px;
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-weight: 600;
	text-decoration: none;
	overflow: hidden;

}
.servicii .serviciiBlock{
	display: block;
	width: 80%;
	height: 100%;
	position: absolute;
	top: 86px !important;
	left: 30px;
    word-wrap:break-word;


}
.servicii .serviciiImgDisplay{
	display: block;
	background: #fff;
	width: 100%;
	color: #009ee3;
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-weight: 600;
	padding: 0;
	float: left;
	width:20%;
	height: 20%;
	max-width: 110px;
	max-height: 110px;
}
.servicii .serviciiImgDisplay img{
	width: 100%;
}
.servicii .serviciiDisplay{
	display: block;
	background: #fff;
	width: 100%;
	color: #009ee3;
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-weight: 600;
	padding: 0;
	float: right;
	width: 79%;
	font-size: 16px !important;
	line-height: 20px !important;
}

.servicii .serviciiOverlay{
	display: block;
	position: absolute;
	top: 100%;
	left: 0px;
	width: 80%;
	height: 80%;
	background: #009ee3;
	padding:10%;
	color: #fff;
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-weight: normal;
	font-size: 28px;
}
.servicii .serviciiOverlay b{
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-weight: 800;	
	font-size: 22px !important;
	line-height: 20px !important;
	display: block;
	width: 100%;
}
.servicii .serviciiOverlay p{
	font-size: 15px !important;
	line-height: 15px !important; 
	padding-top: 20px;
	display: block;
	width: 100%;
}
.servicii:hover .serviciiOverlay{
	display: block;
	top: 0px;
}
.news{
	border-bottom:2px solid #009ee3;
}

.news .imgBlock{
	padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 45px;
    width: 13%;
    float: left;
}
.news .textBlock{
	padding:3% 5% 3% 0%;
	width: 75%;
	float: right;
}
.textBlock h1,.textBlock p{
	width: 100%;
	font-size: 22px;
	/*font-family: 'Source Sans Pro', sans-serif;*/
	/*font-weight: normal;*/
	font-weight: 700;
	/*color:#000;	*/
	color: #747484;
}
.textBlock p{
	margin-top: 20px;
}
.textBlock h1{
	font-size: 26px !important;
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-weight: 600;
	color:#009ee3;
	margin:0px;
	line-height: 36px !important;
}
.textBlock h1 a{
	font-size: 26px;
	line-height: 26px;
}
.news .imgBlock img{
	width: 100%;
}
.clear{
	clear: both;
}

.newsHidden{
	position: absolute;
	top: -10000px;
}
.newsOpened .newsHidden{
	position: relative;
	top: auto;
}

a.close{
	margin-top: 20px;
	display: inline-block;
	width: 73px;
	height: 37px;
	background: url(../images/arrow.png) no-repeat;
	text-decoration: none;
	position: absolute;
	bottom: 0px;
	left: -21%;
	
}


.client{
	border-left: 2px solid #009ee3;
}
#clients_container{
	width: 95%;
	margin: 0 auto;
	text-align: center;
}
.imgClient{
	width: 32%;	
	float: left;
}

.imgClient img{
	width: 100%;	
}
.textClient{
	padding:5% 5% 5% 3%;
	width: 59%;
	float: right;
	border-left: 2px solid #009ee3;
	border-right: 2px solid #009ee3;
	min-height: 32%;
    text-align: justify;
}
.textClient h1,.textClient p{
	width: 100%;
	font-size: 22px;
	/*font-family: 'Source Sans Pro', sans-serif;*/
	/*font-weight: normal;*/
	font-weight: 700;
	/*color:#000;	*/
	color: #747484;
}
.textClient h1{
	font-size: 36px !important;
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-weight: 600;
	color:#009ee3;
	margin:0px;
	line-height: 36px !important;
}
.textClient p{
	margin-top: 20px;
}



@media only screen and (max-width : 1024px) {
   /* Smartphone view: 1 tile */
   .news .imgBlock{
		
	}
	.news .textBlock {
		
		padding-left: 5%;
		float: none;
		width: auto;
	}
	.csr .imgBlock{
		
	}
	.csr .textBlock {
		
		padding-left: 5%;
		float: none;
		width: auto;
	}
	.textClient {
		
		padding-left: 5%;
		float: none;
		width: auto;
		border-left: 0px none;
	}
	a.close{
		position: static;
		bottom: 0px;
		left: -21%;
	}
}


.contact{
	padding: 5% 5% 0% 5% ;

}
.contact h1{
	font-size: 36px;
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-weight: 600;
	color:#009ee3;
	margin:0px;
	line-height: 36px;
}
.contact .line{
	padding:10px 0px;
	
}
.contact .tol{
	width: 49%;
	float: left;
}
.contact .tor{
	width: 49%;
	float: right;
}
@media only screen and (max-width : 700px) {
   /* Smartphone view: 1 tile */
   .contact .tol{
		width: 100%;
		float: left;
	}
	.contact .tor{
		width: 100%;
		float: right;
	}
	.textBlock h1 a{
		font-size: 15px !important;
		line-height: 15px !important;
	}
	.site-container{
		width: 100%;
		margin: 0 auto;
	}
	#clients_container{
		width: 100%;
	}
}
.contact label{
	display: block;
	font-size: 1em;
	/*font-family: 'Source Sans Pro', sans-serif;*/
	/*font-weight: normal;*/
	/*color: #000;*/
	color: #747484;
}
.contact input, .contact textarea{
	font-size: 1em;
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: 'Quicksand', sans-serif;
	/*font-weight: normal;*/
	font-weight: 700;
	color: #fff;
	background:#009ee3;
	border:0px none;
	width: 90%; 
	outline: 0px none;
	padding: 10px 10px;
}
.contact textarea{
	height:108px;
}
.rounded3{
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.contact input.submit_contact{
	width: auto;
}
.space{
	padding-top:20px;	
}
.map{
	margin-left: -35px;
    padding-top: 2%;
}
.languages{
	position: absolute;
    top: 17px;
    right: 295px;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable{
    width: 435px !important;    
    left: 767px !important;    
}

.languages li{
	list-style-type: none;
	display: inline-block;
}
.languages li:nth-child(2){
	margin-left: 10px;
}
.languages li a img{
	opacity: 0.4;
}
img.active_switch{
	opacity: 1 !important;
}
.social_menu, .social_menu li{
	padding: 0px;
	margin: 0px;
	list-style-type: none; 
}
.social_menu{
	position: absolute;
	top:0px;
	right: 88px;
	
}
.social_menu li{
	padding: 0 10px;
	display: table-cell;
	height: 65px;
	vertical-align: middle;
}
@media only screen and (max-width: 1480px){
		.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable{    
    		left: 435px !important;    
		}	
		.social_menu{
			right: 60px;
		}
		.languages{
			right: 265px;
		}
		.nav-collapse a{
			padding: 0px 15px;
		}
	}
@media only screen and (max-width : 1024px) {
   /* Smartphone view: 1 tile */
   .social_menu{
   		display: none;
   }
   .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable{    
    		position: absolute !important;
		    height: auto !important;
		    width: 300px !important;
		    top: 256px !important;
		    left: 0px !important;
		    display: block !important;
		}	
}


.homeclass{
	width: 100%;
	background: #009ee3;
	z-index:1000;
	position: fixed;
	top: 100%;
	left: 0px;
	overflow: hidden;
	height: 100%;
	background: #fff;
	text-align: center;
}
.homeclassslide{
	width: 100%;
	background: #009ee3;
	z-index:1000;
	position: fixed;
	top: 0%;
	left: 0px;
	overflow: hidden;
	height: 100%;
}
.homescript{
	position: relative;
	width: 100%;
	height: 100%;
}
.roundblock{
	width: 100%;
	margin:0px auto 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
}
.hblock{

	text-align: center;
	display:table-cell;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: #009ee3 url(../images/oxy2.png) no-repeat center;
    
}
.hdotimg{
	text-align: center;
	display:table-cell;
	width: 80%;
	height: 80%;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
    background-image: url(../images/oxy.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.hhot{
	text-align: center;
	width: 10px;
	height: 10px;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: #fff;
	background-image: url(../images/oxy.png);
    background-repeat: no-repeat;
    background-position: center center;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;

}

.htext{
	margin-top:80%;
	font-size: 20px;
	color:#009ee3;
	line-height: 22px;
	text-align: justify;
	display: none;

}
.htext p{
	margin:20px 0px;
}

.forscroll{
	height: 2000px;
}
.homeblock{
	min-height: 100%;
}

.homeblock .header, .homeblock .roundblock{
	
}
.homeblock .roundblock{
	top: 0px;
	overflow: hidden;
}

.htextsl{
	width: 100%;
/* height: 100%; */
max-width: 100%;
text-align: center;
display: table-cell;
margin: auto;
position: absolute;
top: 50%;
bottom: 50%;
left: 0px;
margin-top: -100px;
right: 0px;
}
.htextsl p{
	margin-top: 20px;
	font-size: 17px;
	color: #009ee3;
	text-align: center;
	/*font-family: 'Source Sans Pro', sans-serif;*/
	width: 100%;
	max-width: 500px;
	margin: 20px auto 0px;

}
.htextsl a{
	font-weight: bold;
}
.toBottom{
	position: absolute;
	width: 52px;
	height: 38px;
	bottom:0%;
	left:50%;
	right: 50%;
	margin-left:-26px;
	background: url(../images/arrowdown.png) no-repeat center bottom;
}

.toBottomtext{
	font-size: 17px;
	color: #009ee3;
	text-align: center;
	/*font-family: 'Source Sans Pro', sans-serif;*/
	padding-bottom: 20px;
	font-size: 20px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.imgBlock_new {
	padding: 0.5% !important;
	width: 24% !important;
}
.youtube_preview {
	position: relative;
}
.news .imgBlock .youtube_preview a img {
	width: 25% !important;
	position: absolute !important;
	top: 34% !important;
	left: 37% !important;
}
.csr{
	border-bottom:2px solid #009ee3;
}
.csr .textBlock h1 {
	font-size: 26px !important;
	line-height: 40px !important; 
}
.csr .textBlock p {
	line-height: 32px !important;
}
.csr .imgBlock{
	padding-top: 25px;
	padding-bottom: 25px;
    padding-left: 45px;
	width: 13%;
	float: left;
}
.csr .textBlock{
	padding:3% 5% 3% 0%;
	width: 75%;
	float: right;
}
.csr .imgBlock img{
	width: 100%;
}
.csrHidden{
	position: absolute;
	top: -10000px;
}
.csrOpened .csrHidden{
	position: relative;
	top: auto;
}
.button_inapoi {
    float: right; 
    background: #009EE3; 
    color: #FFF; 
    padding: 5px 10px; 
    border-radius: 10px;   
}

.team_wrapper{
	width: 100%;
}

.team_row{
	position: relative;
	width: 100%;
}

.sep{
	border-top: 3px solid #ececfb;
	border-bottom:3px solid #ececfb;
	
	height: 4px;
	background: #019ee3;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.team_left{
	width: 10%;
	float: left;
	position: relative;
	top: -10px;
}

.team_left .one{
	position: relative;
	bottom: 1px;
}

.team_right{
	width: 10%;
	float: left;
	position: relative;
	top: -10px;
}
.team_left img{
	float: right;
}

.team_left img{
	position: relative;
}

.team_center{
	width: 80%;
	float: left;
	position: relative;
	min-height: 185px;
}

.team_center p{
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	color: #747484;
	font-size: 20px !important;  
  	/*padding: 7% 2% 0;*/
  	padding-left: 2%;

  	 position: absolute;
    top: 0;
    bottom: 0;
    /*left: 0;
    right: 0;
    width: 50%;*/
    height: 30%;
    margin: auto;
}

.team_row.two{
	position: relative;
	top: 0px;
}

.team_row.three, .team_row.four{
	position: relative;
	top: -14px;
}

.team_row.five{
	position: relative;
	top: -28px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
 .team_row.five{
	position: relative;
	top: -29px;
	}

}

@-moz-document url-prefix() {
	.team_row.three, .team_row.four{
	position: relative;
	top: -15px;
	}
	.team_row.two{
	position: relative;
	top: 0px;
	}
	.team_row.five{
	position: relative;
	top: -30px;
	}
}

.team_center .dotted{
	background: url('../images/team/dotted_bg.png') repeat-x center center;
	width: 50%;
	position: absolute;
	bottom: 13px;
	right: 0px;
	border: none;
	height: 8px;
}

.contact_us_btn{
	background: url('../images/team/contact_us_bg.png') repeat-x center center;
	position: absolute;
	top: 146px;
	display: block;
	width: 168px;
	height: 45px;
	left: 35%;
}
.gal_tittle {
	color: #009ee3;
	margin-top: 10px;
	text-align: center;
	display: block;
}

/*@media screen and (max-width: 630px) {
  
	.team_left img, .team_right img{
		width: auto;
		height: 134px;
	}
	.team_center{
		min-height: 128px;
	}
	.sep{
		border-top: 2px solid #ececfb;
		border-bottom: 2px solid #ececfb;
		height: 3px;
	}
	.contact_us_btn{
		top: 102px;
	}
	.team_row.five{
		top: -22px;
	}

}*/
.facebook, .tweeter {
	height: 300px;
	float: left;
	margin-right: 10px;
}

.badge_wrapper{
	display: block;
	position: absolute;
	top: 80px;
	right: 53px;
}


@media  screen and (max-width: 700px){
	.badge_wrapper{
		display: none;
	}
}


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

	.video_wrapper{
		margin-top: 0px;
	}

	.video_wrapper iframe{
		height: 300px;
		width: 100%;
	}
}
@media only screen and (max-width : 480px) {

	.languages{
		top: 20px;
    	right: 78px;
	}

	.big_player_wrapper{
		width: 63%;
		min-width: 296px;
	}
	.big_player_wrapper .arrow-left{
		padding: 14px;
    	left: -34px;
	}
	.big_player_wrapper .arrow-right{
		padding: 14px;
    	right: -34px;
	}
   /* Smartphone view: 1 tile */
   .box {
      width: 100%;
      padding-bottom: 100%;
   }
    .boxInner, .boxInnerTr, .boxInnerDl {
	   right: 0px;
	}
}
@media only screen and (max-width: 330px) and (min-width:280px){
	.languages{
		top: 20px;
    	right: 80px;
	}
	.big_player_wrapper{
		width: 63%;
		min-width: 256px;
	}
	.big_player_wrapper .arrow-left{
		padding: 13px;
    	left: -29px;
	}
	.big_player_wrapper .arrow-right{
		padding: 13px;
    	right: -29px;
	}
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
   /* Tablet view: 2 tiles */
   .box {
      width: 50%;
      padding-bottom: 50%;
   }
   .boxInnerTr {
	   right: 2px;
	}
	.boxInnerDl {
	   right: 0px;
	}
}

