@charset "UTF-8";
/* CSS Document */



.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}


.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-md-2 {
  margin-left: 100%;
  margin-right: 0%;
  margin-top:0%;
}

.col-md-3 {
  position: relative;
  min-height: 1px;
  margin-left: 3%;
  margin-top:-200px;
}


.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-md-10{
  color:#FFF;
}



.col-xs-2 {
  width: 16.666666666666664%;
}

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




.hamburger
{
    font-size: 2.3em;
    color: #000;
	  position:fixed;
	  top:3%;
	  right: 3%;
	  z-index: 1;
}

.hamburger:hover
{
  color: #FFF;
  cursor: pointer;
}




.jumbotron
{
    background: none;
    text-align: center;
}

.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron h4,
.jumbotron h5,
.jumbotron h6,
.jumbotron small
{
    color: #FFFFFF;
}

.jumbotron p
{
    color: #FFFFFF;
    margin-bottom: 5%;
}




.glyphicon-home:before {
  content: "\e021";
}

.typcn-home-outline:before{content:'\e089'}

.typcn-home:before{content:'\e08a'}



/*-- gallery --*/
.gallery_gds{
	margin-top:60px;
}
.gallery {
    padding:20px ;
	padding-top:20px;
}
.item {
	text-align:center;
	position:relative;			
}
.item,
.item-hover,
.item-hover .mask,
.item-img,
.item-info {
	width: 100%;
	    height: 350px;					
}




.item-hover,
.item-hover .mask,
.item-img { 
	position:absolute;
	top:0;
	left:0;	
	bottom:0;		
}
.item-info {
    padding-top: 10px;
}			
.item-type-double .item-hover {	
	z-index:5;	
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;	
	opacity:0;
	cursor:pointer;			
	display:block;
	text-decoration:none;
	text-align:center;							
}
.item-type-double .item-info {
    z-index: 10;
    color: #ffffff;
    vertical-align: middle;
    position: relative;
    z-index: 5;
    text-align: center;
    width: 100%;				 					
}
.item-type-double .item-info .headline {
	font-size:15px;			
	width:90%;
	margin:0 auto;		
}
.item-type-double .item-info .line {
	height:2px;
	width:0%;
	margin:15px auto;
	background-color:#ffffff;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;					 
}				
.item-type-double .item-info .date {
    font-size: 35px;
    color: #ea4c89;
    font-weight: bold;
    text-transform: uppercase;
}
.item-type-double .item-hover .mask {
	background-color:#000;										
	opacity:0.6;
	z-index:0;
	
}
.item-type-double .item-hover:hover .line {
	width:90%;
}
.item-type-double .item-hover:hover {
	opacity:1;
}							
.item-img {			
	z-index:0;			
}
.filtr-item {
    padding-top: 30px;
}
/*-- //gallery --*/

.item-desc {
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1em;
    z-index: 1;
    bottom: 1em;
    left: 1em;
    right: 1em;
}




.inner-w3 {
	margin-top:-10em;
	padding-left: 0;
	margin-bottom:0em;
    text-align: center;
	width:60%;
}

.inner-w4 {
	margin-top:-6em;
	padding-left: 0;
	margin-bottom:0em;
    text-align: center;
	width:60%;
}

.inner-w5 {
	margin-top:-5em;
	padding-left: 7%;
	margin-bottom:0em;
    text-align: center;
	width:50%;
	z-index:1000000;
}

.inner-w6 {
	margin-top:-14em;
	padding-left: 7%;
	margin-bottom:0em;
    text-align: center;
	width:60%;
}



/


/* Filter controls */
.simplefilter li, .multifilter li, .sortandshuffle li {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding:9px 23px;
    font-size: 14px;
    margin: 0 0.4em;
    letter-spacing: 1px;
    background: #444;
}
.simplefilter li {
}
.simplefilter li.active {
    color: #FFFFFF;
    background: #ea4c89;
}
.item-img img {
    width: 100%;
}

ul.simplefilter {
    text-align: center;
	margin-bottom: 1em;
}


.filtr-item {
    padding-top: 30px;
}




.fifth-effect img {
	opacity:0.9;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.fifth-effect .mask {
   cursor:pointer;
      opacity: 0.8;
    visibility: visible;
    border: 520px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -moz-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
   -webkit-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
   -o-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
   -ms-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
   transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
}
.fifth-effect:hover .mask {
	border:0px double rgba(0,0,0,0.7);
	opacity:0;
	visibility:hidden;
}
.fifth-effect:hover img {
	opacity:1;
}


.text-desc{
	position: absolute; 
	left: 0; top: 0;
	 background-color:#ea4c89;
	 height: 100%; 
	 opacity: 0;
	 width: 100%;
	 padding: 20px;
 }


/*-- gallery --*/
.gallery_gds{
	margin-top:60px;
}
.gallery {
    padding:6em 0;
}
.item {
	text-align:center;
	position:relative;			
}
.item,
.item-hover,
.item-hover .mask,
.item-img,
.item-info {
	width: 100%;
	    height: 350px;					
}
.item-hover,
.item-hover .mask,
.item-img { 
	position:absolute;
	top:0;
	left:0;			
}
.item-info {
    padding-top: 70px;
}			
.item-type-double .item-hover {	
	z-index:5;	
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;	
	opacity:0;
	cursor:pointer;			
	display:block;
	text-decoration:none;
	text-align:center;							
}
.item-type-double .item-info {
    z-index: 10;
    color: #ffffff;
    vertical-align: middle;
    position: relative;
    z-index: 5;
    text-align: center;
    width: 100%;				 					
}
.item-type-double .item-info .headline {
	font-size:15px;			
	width:90%;
	margin:0 auto;		
}
.item-type-double .item-info .line {
	height:2px;
	width:0%;
	margin:15px auto;
	background-color:#ffffff;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;					 
}				
.item-type-double .item-info .date {
    font-size: 35px;
    color: #ea4c89;
    font-weight: bold;
    text-transform: uppercase;
}
.item-type-double .item-hover .mask {
	background-color:#000;										
	opacity:0.6;
	z-index:0;
}
.item-type-double .item-hover:hover .line {
	width:90%;
}
.item-type-double .item-hover:hover {
	opacity:1;
}							
.item-img {			
	z-index:0;			
}
.filtr-item {
    padding-top: 30px;
}
/*-- //gallery --*/

.item-desc {
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1em;
    z-index: 1;
    bottom: 1em;
    left: 1em;
    right: 1em;
}

/* Filter controls */
.simplefilter li, .multifilter li, .sortandshuffle li {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding:9px 23px;
    font-size: 14px;
    margin: 0 0.4em;
    letter-spacing: 1px;
    background: #444;
}
.simplefilter li {
}
.simplefilter li.active {
    color: #FFFFFF;
    background: #ea4c89;
}
.item-img img {
    width: 100%;
}
/* Shuffle and sort controls */
select {
    padding: 1rem 1rem;
    text-transform: uppercase;
}
.sortandshuffle .shuffle-btn {
    background-color: #dec800;
}
.sortandshuffle .sort-btn {
    background-color: #de0000;
}
.sortandshuffle .sort-btn.active {
    background-color: #9d0000;
}
/*----*/
ul.simplefilter {
    text-align: center;
	margin-bottom: 1em;
}


/*---- responsive-design -----*/

@media(max-width:1200px){
	.inner-w3 {
	margin-top:-9em;
	margin-left:5%;
    text-align: center;
	width:90%;
}	

.inner-w4 {
	margin-top:-5em;
	margin-left:5%;
	margin-bottom:-5em;
    text-align: center;
	width:90%;
}


.inner-w5 {
	margin-top:-5em;
	padding-left:7%;
	margin-bottom:0em;
    text-align: left;
	width:60%;
	z-index:1000000;
}

.inner-w6 {
	margin-top:-12em;
	padding-left: 6%;
	margin-bottom:0em;
    text-align: left;
	width:100%;
}



	.view {
	    width: 200px;
	    height: 200px;
		margin: 10px 5px 25px 5px;
	}
	.view .mask, .view .content {
   			width: 200px;
			height: 200px;
	}
	.staff-grid h4 {
		font-size: 1.5em;
	}
	.banner-w3-info p {
		font-size: 1em;
		margin: 1em auto;
		width: 49%;
	}
	#home {
		min-height: 700px;
	}
	.banner-w3-info {
      margin: 11em auto 0;
	}
	h2.tittle {
      font-size: 1.6em;
	}
	ul.workout-exercises h4 {
       font-size: 1.2em;
	}
	.agile-info {
		margin: 0 auto;
		width: 83%;
		padding: 2em 1em;
	}
	#service {
		padding-top: 5em;
	}
	#news,.features,#staff {
      padding: 6em 0;
	}
	.port.effect-1 .text-desc {
		padding: 1em 0.5em;
	}
	.text-desc h5 {
		margin-top: 0.3em;
		font-size: 0.88em;
	}
	.banner-bottom,.gallery{
		 padding:5em 0;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
		width: 100%;
	    height: 280px;
	}
	
	.item-info {
		padding-top:35px;
	}
	.item-type-double .item-info .date {
       font-size: 29px;
	}
	.services-left {
		min-height: 800px;
		border-bottom: 7px solid rgba(17, 17, 17, 0.71);
		padding: 27% 0;
	}
	.footer {
		padding:5em 0 5em 0;
	}
	.video {
		min-height: 363px;
		text-align: center;
	}
}


@media(max-width:1024px){
	.inner-w3 {
	margin-top:-9em;
	margin-left:5%;
    text-align: center;
	width:90%;
}	

.inner-w4 {
	margin-top:-5em;
	margin-left:5%;
	margin-bottom:-5em;
    text-align: center;
	width:90%;
}


.inner-w5 {
	margin-top:-5em;
	padding-left:7%;
	margin-bottom:0em;
    text-align: left;
	width:60%;
	z-index:1000000;
}

.inner-w6 {
	margin-top:-12em;
	padding-left: 6%;
	margin-bottom:0em;
    text-align: left;
	width:100%;
}



	.view {
	    width: 200px;
	    height: 200px;
		margin: 10px 5px 25px 5px;
	}
	.view .mask, .view .content {
   			width: 200px;
			height: 200px;
	}
	.staff-grid h4 {
		font-size: 1.5em;
	}
	.banner-w3-info p {
		font-size: 1em;
		margin: 1em auto;
		width: 49%;
	}
	#home {
		min-height: 700px;
	}
	.banner-w3-info {
      margin: 11em auto 0;
	}
	h2.tittle {
      font-size: 1.6em;
	}
	ul.workout-exercises h4 {
       font-size: 1.2em;
	}
	.agile-info {
		margin: 0 auto;
		width: 83%;
		padding: 2em 1em;
	}
	#service {
		padding-top: 5em;
	}
	#news,.features,#staff {
      padding: 6em 0;
	}
	.port.effect-1 .text-desc {
		padding: 1em 0.5em;
	}
	.text-desc h5 {
		margin-top: 0.3em;
		font-size: 0.88em;
	}
	.banner-bottom,.gallery{
		 padding:5em 0;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
		width: 100%;
	    height: 280px;
	}
	
	.item-info {
		padding-top:35px;
	}
	.item-type-double .item-info .date {
       font-size: 29px;
	}
	.services-left {
		min-height: 800px;
		border-bottom: 7px solid rgba(17, 17, 17, 0.71);
		padding: 27% 0;
	}
	.footer {
		padding:5em 0 5em 0;
	}
	.video {
		min-height: 363px;
		text-align: center;
	}
}

@media(max-width:980px){
	.inner-w3 {
	margin-top:-9em;
	margin-left:5%;
    text-align: center;
	width:90%;
}	

.inner-w4 {
	margin-top:-5em;
	margin-left:5%;
	margin-bottom:-5em;
    text-align: center;
	width:90%;
}


.inner-w5 {
	margin-top:-5em;
	padding-left:7%;
	margin-bottom:0em;
    text-align: left;
	width:60%;
	z-index:1000000;
}

.inner-w6 {
	margin-top:-12em;
	padding-left: 6%;
	margin-bottom:0em;
    text-align: left;
	width:100%;
}



	.view {
	    width: 200px;
	    height: 200px;
		margin: 10px 5px 25px 5px;
	}
	.view .mask, .view .content {
   			width: 200px;
			height: 200px;
	}
	.staff-grid h4 {
		font-size: 1.5em;
	}
	.banner-w3-info p {
		font-size: 1em;
		margin: 1em auto;
		width: 49%;
	}
	#home {
		min-height: 700px;
	}
	.banner-w3-info {
      margin: 11em auto 0;
	}
	h2.tittle {
      font-size: 1.6em;
	}
	ul.workout-exercises h4 {
       font-size: 1.2em;
	}
	.agile-info {
		margin: 0 auto;
		width: 83%;
		padding: 2em 1em;
	}
	#service {
		padding-top: 5em;
	}
	#news,.features,#staff {
      padding: 6em 0;
	}
	.port.effect-1 .text-desc {
		padding: 1em 0.5em;
	}
	.text-desc h5 {
		margin-top: 0.3em;
		font-size: 0.88em;
	}
	.banner-bottom,.gallery{
		 padding:5em 0;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
		width: 100%;
	    height: 280px;
	}
	
	.item-info {
		padding-top:35px;
	}
	.item-type-double .item-info .date {
       font-size: 29px;
	}
	.services-left {
		min-height: 800px;
		border-bottom: 7px solid rgba(17, 17, 17, 0.71);
		padding: 27% 0;
	}
	.footer {
		padding:5em 0 5em 0;
	}
	.video {
		min-height: 363px;
		text-align: center;
	}
	
}

@media(max-width:980px){
.hover-effect {
      width: 100px;
	}
		#home {
		min-height: 474px;
	}
	.view {
		width: 235px;
		height: 235px;
		margin: 10px 26px 20px 26px;
	}
	ul.workout-exercises li {
		position: relative;
		padding: 8px 0 10px 138px;
	}
	.services-left {
		min-height: 454px;
		border-bottom: 7px solid rgba(17, 17, 17, 0.71);
		padding: 16% 0 0 0;
	}
	.filtr-item {
		padding:2px 4px 0px;
	}
	.item-type-double .item-info .headline {
		font-size: 13px;
		width: 90%;
		margin: 0 auto;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
		    width: 100%;
	    height: 210px;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		display: inline-block;
		padding: 9px 17px;
		font-size: 14px;
		margin: 0 0 1.5em;
	}
	.item-type-double .item-info .date {
		font-size: 20px;
	}
	.hover-effect {
		position: relative;
		box-sizing: border-box;
		padding: 0;
		border-style: none;
		height: 58px;
		display: block;
	}
	.navbar-toggle {
		position: relative;
		float: none;
		padding: 9px 9px;
		margin-top: 8px;
		margin-right:0!important;
		margin-bottom: 8px;
		background-color:none;
		background-image: none;
		border: 1px solid #fff;
		border-radius: 0!important;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color:#ea4c89;
		border: 1px solid #ea4c89;
	}
	.navbar-nav {
		margin: 0 1em;
		padding-bottom: 0.5em;
	}
	
	.navbar-nav > li {
		float: none;
		margin-right: 0;
		margin-top: 12px;
		display: block;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none!important;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 0.9em;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.top-nav {
		background: rgba(0, 0, 0, 0.88);
	}
	.header-top {
		padding: 1em 0 0em 0;
	}
	.navbar-header, .container-fluid > .navbar-header,.navbar-collapse, .container-fluid > .navbar-collapse {
		    margin-right: 1px;
				margin-left: -4px;
	}
	a.hover-effect {
		    margin:2px auto;
			display:block;
	}
	.navbar-collapse {
		padding-right:0!imoprtant;
		padding-left:0!imoprtant;
	}
	.banner-w3-info {
		margin: 6em auto 0;
	}
	a.hover-effect.two {
		margin: 0;
		display: inline-block!important;
	}
	.video iframe {
		width: 100%;
		height: 281px;
	}
	.video span.glyphicon.glyphicon-play-circle {
		top: -50px;
		left: -46%;
		font-size: 60px;
	}
	button.v-b {
		font-size: 1.5em;
	}
	.port.effect-1 .text-desc {
		padding:6em 0.5em;
	}
	.filtr-item {
		width: 33.333%;
		float: left;
		padding: 30px 10px 0px;
	}
	
}
@media(max-width:768px){
	.hover-effect {
      width: 100px;
	}
		#home {
		min-height: 474px;
	}
	.view {
		width: 235px;
		height: 235px;
		margin: 10px 26px 20px 26px;
	}
	ul.workout-exercises li {
		position: relative;
		padding: 8px 0 10px 138px;
	}
	.services-left {
		min-height: 454px;
		border-bottom: 7px solid rgba(17, 17, 17, 0.71);
		padding: 16% 0 0 0;
	}
	.filtr-item {
		padding:2px 4px 0px;
	}
	.item-type-double .item-info .headline {
		font-size: 13px;
		width: 90%;
		margin: 0 auto;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
		    width: 100%;
	    height: 210px;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		display: inline-block;
		padding: 9px 17px;
		font-size: 14px;
		margin: 0 0 1.5em;
	}
	.item-type-double .item-info .date {
		font-size: 20px;
	}
	.hover-effect {
		position: relative;
		box-sizing: border-box;
		padding: 0;
		border-style: none;
		height: 58px;
		display: block;
	}
	.navbar-toggle {
		position: relative;
		float: none;
		padding: 9px 9px;
		margin-top: 8px;
		margin-right:0!important;
		margin-bottom: 8px;
		background-color:none;
		background-image: none;
		border: 1px solid #fff;
		border-radius: 0!important;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color:#ea4c89;
		border: 1px solid #ea4c89;
	}
	.navbar-nav {
		margin: 0 1em;
		padding-bottom: 0.5em;
	}
	
	.navbar-nav > li {
		float: none;
		margin-right: 0;
		margin-top: 12px;
		display: block;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none!important;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 0.9em;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.top-nav {
		background: rgba(0, 0, 0, 0.88);
	}
	.header-top {
		padding: 1em 0 0em 0;
	}
	.navbar-header, .container-fluid > .navbar-header,.navbar-collapse, .container-fluid > .navbar-collapse {
		    margin-right: 1px;
				margin-left: -4px;
	}
	a.hover-effect {
		    margin:2px auto;
			display:block;
	}
	.navbar-collapse {
		padding-right:0!imoprtant;
		padding-left:0!imoprtant;
	}
	.banner-w3-info {
		margin: 6em auto 0;
	}
	a.hover-effect.two {
		margin: 0;
		display: inline-block!important;
	}
	.video iframe {
		width: 100%;
		height: 281px;
	}
	.video span.glyphicon.glyphicon-play-circle {
		top: -50px;
		left: -46%;
		font-size: 60px;
	}
	button.v-b {
		font-size: 1.5em;
	}
	.port.effect-1 .text-desc {
		padding:6em 0.5em;
	}
	.filtr-item {
		width: 33.333%;
		float: left;
		padding: 30px 10px 0px;
	}
	
}
@media(max-width:750px){
	.hover-effect {
      width: 100px;
	}
		#home {
		min-height: 474px;
	}
	.view {
		width: 235px;
		height: 235px;
		margin: 10px 26px 20px 26px;
	}
	ul.workout-exercises li {
		position: relative;
		padding: 8px 0 10px 138px;
	}
	.services-left {
		min-height: 454px;
		border-bottom: 7px solid rgba(17, 17, 17, 0.71);
		padding: 16% 0 0 0;
	}
	.filtr-item {
		padding:2px 4px 0px;
	}
	.item-type-double .item-info .headline {
		font-size: 13px;
		width: 90%;
		margin: 0 auto;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
		    width: 100%;
	    height: 210px;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		display: inline-block;
		padding: 9px 17px;
		font-size: 14px;
		margin: 0 0 1.5em;
	}
	.item-type-double .item-info .date {
		font-size: 20px;
	}
	.hover-effect {
		position: relative;
		box-sizing: border-box;
		padding: 0;
		border-style: none;
		height: 58px;
		display: block;
	}
	.navbar-toggle {
		position: relative;
		float: none;
		padding: 9px 9px;
		margin-top: 8px;
		margin-right:0!important;
		margin-bottom: 8px;
		background-color:none;
		background-image: none;
		border: 1px solid #fff;
		border-radius: 0!important;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color:#ea4c89;
		border: 1px solid #ea4c89;
	}
	.navbar-nav {
		margin: 0 1em;
		padding-bottom: 0.5em;
	}
	
	.navbar-nav > li {
		float: none;
		margin-right: 0;
		margin-top: 12px;
		display: block;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none!important;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 0.9em;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.top-nav {
		background: rgba(0, 0, 0, 0.88);
	}
	.header-top {
		padding: 1em 0 0em 0;
	}
	.navbar-header, .container-fluid > .navbar-header,.navbar-collapse, .container-fluid > .navbar-collapse {
		    margin-right: 1px;
				margin-left: -4px;
	}
	a.hover-effect {
		    margin:2px auto;
			display:block;
	}
	.navbar-collapse {
		padding-right:0!imoprtant;
		padding-left:0!imoprtant;
	}
	.banner-w3-info {
		margin: 6em auto 0;
	}
	a.hover-effect.two {
		margin: 0;
		display: inline-block!important;
	}
	.video iframe {
		width: 100%;
		height: 281px;
	}
	.video span.glyphicon.glyphicon-play-circle {
		top: -50px;
		left: -46%;
		font-size: 60px;
	}
	button.v-b {
		font-size: 1.5em;
	}
	.port.effect-1 .text-desc {
		padding:6em 0.5em;
	}
	.filtr-item {
		width: 33.333%;
		float: left;
		padding: 30px 10px 0px;
	}

}


@media(max-width:680px){
	.hover-effect {
      width: 100px;
	}
		#home {
		min-height: 474px;
	}
	.view {
		width: 235px;
		height: 235px;
		margin: 10px 26px 20px 26px;
	}
	ul.workout-exercises li {
		position: relative;
		padding: 8px 0 10px 138px;
	}
	.services-left {
		min-height: 454px;
		border-bottom: 7px solid rgba(17, 17, 17, 0.71);
		padding: 16% 0 0 0;
	}
	.filtr-item {
		padding:2px 4px 0px;
	}
	.item-type-double .item-info .headline {
		font-size: 13px;
		width: 90%;
		margin: 0 auto;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
		    width: 100%;
	    height: 170px;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		display: inline-block;
		padding: 9px 17px;
		font-size: 14px;
		margin: 0 0 1.5em;
	}
	.item-type-double .item-info .date {
		font-size: 20px;
	}
	.hover-effect {
		position: relative;
		box-sizing: border-box;
		padding: 0;
		border-style: none;
		height: 58px;
		display: block;
	}
	.navbar-toggle {
		position: relative;
		float: none;
		padding: 9px 9px;
		margin-top: 8px;
		margin-right:0!important;
		margin-bottom: 8px;
		background-color:none;
		background-image: none;
		border: 1px solid #fff;
		border-radius: 0!important;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color:#ea4c89;
		border: 1px solid #ea4c89;
	}
	.navbar-nav {
		margin: 0 1em;
		padding-bottom: 0.5em;
	}
	
	.navbar-nav > li {
		float: none;
		margin-right: 0;
		margin-top: 12px;
		display: block;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none!important;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 0.9em;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.top-nav {
		background: rgba(0, 0, 0, 0.88);
	}
	.header-top {
		padding: 1em 0 0em 0;
	}
	.navbar-header, .container-fluid > .navbar-header,.navbar-collapse, .container-fluid > .navbar-collapse {
		    margin-right: 1px;
				margin-left: -4px;
	}
	a.hover-effect {
		    margin:2px auto;
			display:block;
	}
	.navbar-collapse {
		padding-right:0!imoprtant;
		padding-left:0!imoprtant;
	}
	.banner-w3-info {
		margin: 6em auto 0;
	}
	a.hover-effect.two {
		margin: 0;
		display: inline-block!important;
	}
	.video iframe {
		width: 100%;
		height: 281px;
	}
	.video span.glyphicon.glyphicon-play-circle {
		top: -50px;
		left: -46%;
		font-size: 60px;
	}
	button.v-b {
		font-size: 1.5em;
	}
	.port.effect-1 .text-desc {
		padding:6em 0.5em;
	}
	.filtr-item {
		width: 33.333%;
		float: left;
		padding: 30px 10px 0px;
	}

}


@media(max-width:480px){
	.filtr-item {
		width: 100% !important;
		float: none !important;
		margin: 0 auto 0 !important;
	}

	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
		width: 100%;
	    height: 250px;
	}
	.video {
		min-height: 200px;
	}
	.video span.glyphicon.glyphicon-play-circle {
		top: -50px;
		left: -50%;
		font-size: 43px;
	}
	.filtr-item {
		padding: 25px 110px 0 !important;
	}
	#gallery {
		padding: 3em 0 4em 0;
	}
	.v-w3 {
		padding: 7em 0 0 0;
	}
	 .video button.btn.btn-primary {
		background-color: transparent;
		border: none;
		font-size: 13px;
	}
	h3.title.two span.two {
		width:48%;
	}
	h3.title span {
		width:48%;
		height:4px;
		margin:15px auto 0px;
	}
	.modal-body p {
		font-size: 0.9em;
	}
	.modal-body {
		position: relative;
		padding:10px 5px;
	}
}
@media(max-width:414px){
	
	.inner-w3 {
	padding-top:150px;
	margin-bottom:-30px;
	margin-left:1%;
    text-align: center;
	width:90%;
}	

.inner-w4 {
	padding-top:0px;
	margin-top:0em;
	margin-left:0;
	margin-bottom:0em;
    text-align: center;
	width:90%;
}

.inner-w5 {
	margin-top:-4em;
	margin-left:0;
	margin-right:0;
    text-align: center;
	width:85%;
	z-index:1000000;
}

.inner-w6 {
	margin-top:-7em;
	padding-left: 4%;
	margin-bottom:0em;
    text-align: left;
	width:100%;
}


	.view {
		width: 250px;
		height: 250px;
		margin: 10px 43px 32px 44px;
	}
	.filtr-item {
		padding: 25px 70px 0 !important;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
			width: 100%;
	    height: 245px;
	}
	.modal-dialog {
		width: 354px;
		margin: 30px auto;
	}
	.video iframe {
		width: 100%;
		height: 165px;
	}
	.modal-header h4 {
		font-size:1.8em;
	}
	.port.effect-1 .text-desc {
		padding: 7em 0.5em;
	}
	.mail_left img {
		width: 100%;
	}
	.contact iframe {
		width: 100%;
		height: 300px;
		outline: none;
	}
	.view {
		width: 250px;
		height: 250px;
		margin: 10px 30px 32px 30px;
	}
	.btn {
		display: inline-block;
		padding: 6px 0px;
	}
	.video span.glyphicon.glyphicon-play-circle {
		top: -79px;
		left: -25%;
		font-size: 43px;
	}
	h2.tittle {
		font-size: 1.34em;
	}
	.features-text h4 {
		font-size: 1.6em;
		line-height: 1.6em;
		width: 64%;
		text-align: left;
	}
	h3.title {
		font-size: 2em;
		line-height: 1.4em;
	}
	ul.workout-exercises p,ul.workout-exercises p {
		margin: 1em 0;
		font-size: 0.9em;
	}
	ul.workout-exercises h4 {
		font-size: 1.1em;
	}
	.about_left h4 {
		font-size: 1.1em;
	}
	.mail_right {
		background: #FDFFFE;
		padding: 1em;
		width: 100%;
	}
	.mail_us {
		margin-bottom:22px;
		margin-top:51px;
	}
	.service p,.about_left p {
      font-size: 0.9em;
	}
	.mail_right textarea {
    height:170px;
	}
	#about {
		padding: 2em 0 0 0;
	}
	.features-text p {
		margin: 1em 0;
		font-size: 0.9em;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		display: inline-block;
		padding: 9px 17px;
		font-size: 13px;
		margin: 0 0 1em;
	}
}
@media(max-width:384px){
	.filtr-item {
		padding: 25px 37px 0 !important;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
		    height: 220px;
	}
	button.v-b {
		font-size: 1.3em;
		line-height:1px;
	}
	.video span.glyphicon.glyphicon-play-circle {
		top: -70px;
		left: -13%;
		font-size: 43px;	
	}
	ul.workout-exercises li:before {
		content: '';
		width: 40px;
		height: 40px;
		border: 2px solid #fff;
		border-radius: 50%;
		font-size: 17px;
		color: #fff;
		line-height: 36px;
		text-align: center;
		position: absolute;
		top: 0;
		left: 22px;
	}
	ul.workout-exercises li:after {
		content: '';
		width: 2px;
		background-color: #fff;
		position: absolute;
		top: 40px;
		left: 40px;
		bottom: 0;
	}
	ul.workout-exercises li {
		position: relative;
		padding: 1px 0 10px 83px;
	}
	#home {
		min-height: 329px;
	}
	.link--surinami {
		padding:0px 0!important;
	}
	.banner-w3-info {
		margin: 4em auto 0;
	}
	.banner-w3-info p {
		font-size: 0.85em;
		margin: 0em auto 1em;
		width: 96%;
	}
	.mail_right textarea {
    height: 150px;
	}
	h3.title span:after {
		content: ' ';
		position: absolute;
		background: #ea4c89;
		height: 4px;
		display: block;
		width: 67px;
		top: 4px;
	}
	.service p, .about_left p,.features-text p,ul.workout-exercises p, ul.workout-exercises p,.staff-grid p,.port .text-desc p {
		font-size: 0.85em;
	}
	.features-text h4 {
		font-size: 1.2em;
		line-height: 1.6em;
		width: 91%;
		text-align: left;
	}
	ul.workout-exercises h4 {
		font-size: 1em;
	}
}
@media(max-width:375px){
	.view {
		width: 250px;
		height: 250px;
		margin: 10px 23px 32px 24px;
	}
	#home {
		min-height: 335px;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
			width: 100%;
	    height: 295px;
	}
	.banner-w3-info {
		margin: 4em auto 0;
	}
	.header-top {
		padding: 0.5em 0 0em 0;
	}
	.creative p {
		font-size: 14px;
	}
	.progress-gds h5 {
		font-size: 12px;
		margin-bottom: 17px;
	}
	.services-grid-b {
		min-height: 241px;
		padding: 7% 0;
	}
	.services-grid-a{
        min-height: 284px;
		padding: 7% 0;
	}
	.staff-section {
		margin-top: 1.5em;
	}
	.footer {
		padding: 2em 0 2em 0;
	}
	.banner-bottom, .gallery {
		padding: 2em 0;
	}
	#news, .features, #staff {
		padding: 2em 0;
	}
	.services-left {
	    min-height: 283px;
		border-bottom: 7px solid rgba(17, 17, 17, 0.71);
		padding: 7% 0 0 0;
	}
	.service h4 {
      font-size: 1.2em;
	}
	.filtr-item {
		padding: 25px 26px 0 !important;
	}
	button.v-b {
		font-size: 1em;
		line-height: 1px;
	}
	.video span.glyphicon.glyphicon-play-circle {
		top: -70px;
		left: -1%;
		font-size: 43px;
	}
	.video {
		min-height: 159px;
	}
	.contact iframe {
		width: 100%;
		height: 250px;
		outline: none;
	}
	.mail_us {
		margin-bottom: 22px;
		margin-top: 30px;
	}
	.agl {
		margin-bottom: 2em;
	}
	.staff-grid h4 {
		font-size: 1.2em;
	}
	#about {
		padding: 2em 0 0 0;
	}
	.creative h4 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	#gallery {
		padding: 2em 0 2em 0;
	}
	.mail_right input[type="submit"] {
		border: none;
		font-size: 15px;
		padding: 8px 31px;
	}
	.mail_right input[type="text"], .mail_right input[type="email"], .mail_right textarea {
		padding: 10px 10px;
		margin-bottom: 6px;
		font-size: 0.85em;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		display: inline-block;
		padding: 9px 12px;
		font-size: 12px;
		margin: 0 0 0.5em;
	}
	.mail_right textarea {
		height: 71px;
	}
	.more a {
		font-size: 0.8em;
		padding: 8px 20px;
		outline: none;
	}
	.modal-dialog {
		width: 332px;
		margin: 30px auto;
	}
	
}
@media(max-width:320px){
.filtr-item {
		padding:25px 38px 0 !important;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
			width: 100%;
	    height: 215px;
	}
	.modal-header h4 {
      font-size:1.6em;
	}
	.contact iframe {
		width: 100%;
		height: 200px;
		outline: none;
	}
	.view {
		width: 220px;
		height: 220px;
		margin: 10px 3px 32px 10px;
	}
	h3.title {
		font-size: 1.6em;
		line-height: 1.4em;
	}
	button.v-b {
      font-size: 0.85em;
	}
	.link--surinami {
		font-size: 2.5em;
	}
	.banner-w3-info p {
		font-size: 0.85em;
		margin: 0em auto 0.3em;
		width: 96%;
	}
	ul.social-icons {
		display: block;
		padding: 0;
		margin-top: 1em;
	}
	#home {
	   min-height: 289px;
	}
	.navbar-toggle {
		padding: 9px 9px;
		margin-top: 3px;
		margin-bottom:0px;
	}
	.banner-w3-info {
		margin: 3em auto 0;
	}
	h2.tittle {
		font-size: 1.1em;
	}
	.about_left h4 {
		font-size: 0.9em;
	}
	#about {
		padding: 2em 0 0 0;
	}
	ul.workout-exercises li {
		position: relative;
		padding: 1px 0 10px 79px;
	}
	.port.effect-1 .text-desc {
		padding: 5em 0.5em;
	}
	.modal-dialog {
		width: 287px;
		margin: 30px auto;
	}
}


