/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */


/* Extra small devices (phones, less than 768px) */
@media (max-width: 768px) {

	#wrapper > header,
	header nav.navbar{height: 55px;}
	.navbar-toggle{
		margin: 0;
	}

	header nav.navbar .navbar-brand{
		width: 70px;
		height: auto;
		margin-left: 10px;
	}


	header nav.navbar .nav > li:first-child > a{padding-left: 15px}

	header nav.navbar .nav > li > a{
		color: #fff;		
		padding: 15px 15px;
		font-size: 14px;
	}

	header nav.navbar .navbar-collapse{
		background: #222;		
		box-shadow: 0px 6px 9px rgba(0,0,0,.1);
	}



	body.home header .navbar-brand{display: none}

	#content {padding-bottom: 213px;}

	.page_disclaimer{
		padding: 20px 0!important;
		min-height: 0px!important;
		border-bottom: 4px solid #70B7A5!important;
		height: auto!important;
	}

	.page_disclaimer.wide{background-size: 100% auto}
	.page_disclaimer.tall{background-size: auto 100%}


	.home #content .page_disclaimer{border: 0!important;}


	footer {height: 213px;}
	footer .footer_top{
		height: 165px;
		padding: 20px 0;
	}
	footer .footer_bottom{
		padding: 12px 0;
		height: 48px;
	}
	footer .footer_top h3{
		margin-top: 0;
		font-size: 22px;
		margin-bottom: 20px;
	}
	footer .footer_top p{font-size: 18px;}

	footer .footer_bottom .copyright{
		font-size: 12px;
	}
	footer .footer_bottom .socials a i{
		font-size: 12px;
		width: 26px;
		height: 26px;
		line-height: 26px;
	}
	footer .footer_bottom .socials a{margin-left: 5px;}

	.page_disclaimer h1{
		font-size: 24px;
		line-height: 30px;
	}

	.page_disclaimer p {font-size: 18px;}

	.home #content .page_disclaimer{
		padding-top: 30px;
		padding-bottom: 10px;
	}

	.home #content .page_disclaimer #writer {
		font-size: 24px;
	}

	.home #content .page_disclaimer #slide_down{
		top: -400px;
	}

	.home #content .page_disclaimer #slide_down h1{
		line-height: 54px;
		font-size: 50px;
		padding: 0 10px;
	}

	.home #content .page_disclaimer h1.radical{
		padding-right: 53px;
		margin-bottom: 0px
	}
	.home #content .page_disclaimer h1.radical span{
		width: 36px;
		margin-right: 3px;
		height: 77px;
		line-height: 77px;
		font-size: 44px;
	}
	.home #content .page_disclaimer h1.elements{
		margin-left: -6px;
		font-size: 48px;
		letter-spacing: 1px;
		margin-top: 0px;
		padding-right: 53px;
	}

	.home #content .page_disclaimer h1.radical span:last-child{left: 234px;}

	.home #content .page_disclaimer h1.radical span.dropped:last-child{
		left: 247px;
		top: 10px;
	}
	
	.home #content .page_disclaimer .more_container{margin-top: 20px;}


	.home #content .page_disclaimer #more{
		font-size: 14px;
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}

	body.web-development .page_disclaimer, body.ux-and-design .page_disclaimer, body.promotion .page_disclaimer {
		 margin-top: 0px; 
	}

	body.ux-and-design .page_content a.radical_btn,
	body.how-we-do-it .page_content a.radical_btn{
		width: 100%;
		text-align: center;
		font-size: 18px;
		margin: 10px 0 40px;
	}

	.who-we-are .members .title h2,
	.who-we-are .page_content h2 {
		padding: 12px 14px;
		font-size: 20px;
		margin-bottom: 20px;
		text-align: center;
		width: 100%;
	}

	p.initial_info {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.how-we-do-it .page_content ul li,
	.who-we-are .page_content ul li{
		font-size: 14px;
	}

	.how-we-do-it .page_content ul li:before, .who-we-are .page_content ul li:before {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}

	.who-we-are .page_disclaimer img{width: 100%}

	.who-we-are .members .member_image {
		width: 200px;
		height: 200px;
		margin: 0 auto;
	}

	.who-we-are .members .member h2 {
		font-size: 26px;
		text-align: center;
	}

	.who-we-are .members .member h3 {
		font-size: 20px;
		text-align: center;
	}

	.who-we-are .members .member p {
		font-size: 14px;
		text-align: justify;
	}

	.who-we-are .members .member:last-child{margin-bottom: 40px;}

	.who-we-are .thanks {font-size: 16px;}

	body.promotion .page_content i,
	body.web-development .page_content i{
		font-size: 100px;
	}

	body.promotion .single_page .page_content h2,
	body.promotion .single_page .page_content h3,
	body.web-development .single_page .page_content h2,
	body.web-development .single_page .page_content h3{
		text-align: center;
		margin: 30px 0 10px;
	}

	body.promotion .single_page .page_content a.radical_btn,
	body.web-development .single_page .page_content a.radical_btn{
		text-align: center;
		font-size: 16px;
		width: 100%;
	}

	 body.web-development .single_page .page_content a.radical_btn{margin: 15px 0;}

	body.promotion .single_page .page_content .promotion_section{margin-bottom: 60px}
	body.web-development .page_content .development_section {margin-bottom: 80px;}


	body.ux-and-design .page_content a{font-size: 16px;}
	body.ux-and-design .page_disclaimer{
		padding: 10px 0px;
		height: auto;
	}

	body.promotion .page_content i,
	body.web-development .page_content i{
		padding-top: 0px;
	}


	body.web-development .single_page .page_content h2,
	body.web-development .single_page .page_content h3{
		margin: 20px 0 10px;
	}


	.single_page .page_content {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.single_page .page_content p{font-size: 14px;}

	.our-work .screen{display: none}

	.our-work section.project{
		background-image: none;
		height: auto!important;
		padding: 0!important;	}

	.our-work section.project .inner{
		padding-right: 0px;
		padding-bottom: 80px;
	}

	.our-work section.project .project_screenshot{
		border-bottom: 3px solid rgba(0,0,0,.1);
	}

	.our-work section.project .project-url{
		width: 100%;
		text-align: center;
	}

	.our-work section.project .project-title{
		font-size: 48px;
		line-height: 48px;
	}

	.our-work section.project .mobile_tablet_title{
		padding-top: 40px;
		margin-bottom: 30px;
	}

	.our-work section.project .project-subtitle,
	.our-work section.project .project-year,
	.our-work section.project .project-services{font-size: 16px;}

	.our-work button#back_to_top{
		right: 0!important;
		bottom: 0px!important;
		width: 100%;
		background: #222;
		padding: 9px 0px;
	}

	.our-work button#back_to_top:focus,
	.our-work button#back_to_top:hover{color: #fff;}

	body.blog article{
		margin-top: 30px;
		margin-bottom: 80px;
	}

	body.blog article header .post-time{
		float: none;
		width: auto;
		margin-bottom: 5px;
	}
	body.blog article header .post-time:after{
		display: none;
	}

	body.blog article header .post-time a.day{
		display: inline;
		font-size: 16px;
		line-height: 1;
		font-family: 'Open Sans', sans-serif;
	}
	body.blog article header .post-time a.month{
		display: inline;
		font-size: 16px;
		line-height: 1;
	}
	body.blog article header .post-title{
		float: none;
		width: auto;
	}

	body.blog article header .wrapper{margin-bottom: 0}

	body.blog article .tags{padding-bottom: 10px;}
	body.blog article .tags a{font-size: 14px;}

	body.blog article .sharing a{margin: 0 20px 0 0;}

	body.blog article .post-gallery a{margin-right: 10px;}

}

@media only screen and (width: 768px) {
	
	#wrapper > header, header nav.navbar {
   		height: 75px;
   	}

	header nav.navbar .navbar-collapse {
    	background: #fff;
    	box-shadow: none;
    }
    header nav.navbar .nav > li > a{color: #555}
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {

	#navbar{float: right;}


	header nav.navbar .nav > li > a {
		padding: 27px 10px;
		font-size: 14px;
	}

	.home #content .page_disclaimer{
		padding-top: 30px;
		padding-bottom: 10px;
		border: 0!important;
	}

	.home #content .page_disclaimer #slide_down{
		top: -360px;
	}

	.home #content .page_disclaimer h1.radical{
		padding-right: 134px;
		margin-bottom: 0px
	}
	.home #content .page_disclaimer h1.radical span{
		width: 90px;
		margin-right: 7px;
		height: 193px;
		line-height: 193px;
		font-size: 120px;
	}
	.home #content .page_disclaimer h1.elements{
		margin-left: -13px;
		font-size: 120px;
		letter-spacing: 2px;
		margin-top: 0px
	}

	.home #content .page_disclaimer h1.radical span:last-child{left: 582px;}

	.home #content .page_disclaimer h1.radical span.dropped:last-child{
		left: 616px;
		top: 25px;
	}


	.home #content .page_disclaimer .more_container{margin-top: 20px;}

	.page_disclaimer{
		padding: 40px 0!important;
		min-height: 300px!important;
		border-bottom: 4px solid #70B7A5!important;
		height: auto!important;
	}


	body.web-development .page_disclaimer, body.ux-and-design .page_disclaimer, body.promotion .page_disclaimer {
		 margin-top: 50px; 
	}


	.page_disclaimer.wide{background-size: 100% auto}
	.page_disclaimer.tall{background-size: auto 100%}

	.who-we-are .members .member_image {
		width: 290px;
		height: 290px;
		margin: 60px auto 0;
	}

	body.web-development .page_disclaimer{
		height: 460px;
	}



	.our-work section.project{
		background-image: none;
		height: auto!important;
		padding: 0!important;
	}


	.our-work .screen{display: none;}



	.our-work section.project .mobile_tablet_title{
		padding-top: 60px;
		margin-bottom: 30px;
	}


	.our-work section.project .inner{
		padding-right: 0px;
		padding-bottom: 80px;
	}

	.our-work section.project .project_screenshot{
		border-bottom: 3px solid rgba(0,0,0,.1);
	}

	.our-work button#back_to_top{
		right: 0!important;
		bottom: 0px!important;
		width: 100%;
		background: #222;
		padding: 9px 0px;
	}

	.our-work button#back_to_top:focus,
	.our-work button#back_to_top:hover{color: #fff;}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {


	header nav.navbar .nav > li > a {
		padding: 27px 15px;
		font-size: 16px;
	}

	#navbar{float: right;}

	.home #content .page_disclaimer{
		padding-top: 30px;
		padding-bottom: 10px;
	}

	.home #content .page_disclaimer h1.radical{}

	.home #content .page_disclaimer h1.radical span{
		width: 115px;
		margin-right: 13px;
		height: 246px;
		line-height: 246px;
		font-size: 136px;
	}
	.home #content .page_disclaimer h1.elements{
		margin-left: -13px;
		font-size: 146px;
		letter-spacing: 11px;
	}

	.home #content .page_disclaimer h1.radical span:last-child{left: 768px;}

	.home #content .page_disclaimer h1.radical span.dropped:last-child{
		left: 812px;
		top: 33px;
	}



	.who-we-are .members .member_image {
		width: 290px;
		height: 290px;
		margin: 60px auto 0;
	}

/*	body.web-development .page_disclaimer, body.ux-and-design .page_disclaimer, body.promotion .page_disclaimer {
		 margin-top: 27px; 
	}*/


	/*.home #content .page_disclaimer .more_container{margin-top: 20px;}*/

	.our-work section.project{
		min-height: 600px;
		width: 100%;
		position: relative;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: right 507px top 316px;
		background-size: 349px 201px;
		color: #fff;
	}

	
	.our-work .screen{
		width: 470px;
		height: 486px;
		top: -50px;
		right: 20px;
		background-size: 470px 486px;
		display: block;
	}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	header nav.navbar .nav > li > a{
		font-size: 16px;
		padding: 27px 30px;
	}


	.home #content .page_disclaimer{
		padding-top: 30px;
		padding-bottom: 10px;
	}

	.home #content .page_disclaimer h1.radical{padding-right: 240px;}		
	.home #content .page_disclaimer h1.radical span{		
		width: 135px;
		margin-right: 15px;
		height: 290px;
		line-height: 290px;
		font-size: 146px;
	}
	.home #content .page_disclaimer h1.elements{
		letter-spacing: 22px;
		margin-left: -13px;
		font-size: 156px;
	}

	.home #content .page_disclaimer h1.radical span:last-child{
		left: 900px;
		top: 0px;
		margin: 0;
	}

	.home #content .page_disclaimer h1.radical span.dropped:last-child{
		left: 950px;
		top: 40px;
	}

	.home #content .page_disclaimer .more_container{margin-top: 20px;}


	#navbar{float: right;}

	.who-we-are .members .member_image {
		width: 250px;
		height: 250px;
		margin-top: 35px;
	}

	.who-we-are .members .member:nth-child(odd) > div{float: right;}


	.our-work .screen{
		width: 544px;
		height: 562px;
		top: -60px;
		right: 20px;
		background-size: 544px 562px;
		display: block;
	}

	/*.our-work section.project > .container > .row{padding: 120px 0;}*/

	.our-work section.project{
		min-height: 600px;
		width: 100%;
		position: relative;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: right 507px top 256px;
		background-size: 405px 232px;
		color: #fff;
	}

}



@media (min-width : 1824px) {

	.home #content .page_disclaimer{
		padding-top: 100px;
		min-height: 700px;
		padding-bottom: 70px;

	}

	.home #content .page_disclaimer h1.radical{padding-right: 240px;}		
	.home #content .page_disclaimer h1.radical span{		
		width: 135px;
		margin-right: 15px;
		height: 290px;
		line-height: 290px;
		font-size: 146px;
	}
	.home #content .page_disclaimer h1.elements{
		letter-spacing: 22px;
		margin-left: -13px;
		font-size: 156px;
	}

	.home #content .page_disclaimer h1.radical span:last-child{
		left: 900px;
		top: 0px;
		margin: 0;
	}

	.home #content .page_disclaimer h1.radical span.dropped:last-child{
		left: 950px;
		top: 40px;
	}

	.who-we-are .members .member_image {
		width: 250px;
		height: 250px;
		margin-top: 35px;
	}


	.our-work .screen{
		width: 544px;
		height: 562px;
		top: 0px;
		right: 20px;
		background-size: 544px 562px;
		display: block;
	}


	.our-work section.project{
		min-height: 600px;
		width: 100%;
		position: relative;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: right 507px top 316px;
		background-size: 405px 232px;
		color: #fff;
	}
}