
	@import url("css/colors/color-green.css");
	
	html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,a,img,small,sub,b,dl,dd,dt,ul,li,label,article,details,footer,header,menu,nav,input,textarea,select{	
		background:transparent;
		border:0;
		outline:0;
		padding:0;
		margin:0;
	}
	
	
	html,body{
		font-family: 'Open Sans', sans-serif;
		font-size:12px;
		height:100%;
		width:100%;
		color:#999999;
		background:#f5f5f5;
	}
	
	body{
		overflow-x:hidden
	}
	
	h1, h2, h3, h4, h5, h6 {
		font-weight: 400;
		font-family: 'Montserrat', sans-serif;
		text-transform:uppercase;
		color:#222222;
	}	
	
	h1 {
		font-size:36px;
		letter-spacing:3px;
		color:#222222;
		text-transform:uppercase;
		margin-bottom: 15px;
	}
	
	p {
		font-size:14px;
	}
	
	b {
		color:#222;
	}
	
	.container {
		width:1180px;
		margin:0 auto;
		padding:100px 20px;
	}
	
	.small-width {
		width:980px;
	}
	
	.no-padding {
		padding:0!important;
	}
	
	a:hover, a:active, a:focus {
	  outline: 0;
	}
	
	a {
        text-decoration: none;
        -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
           -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
            -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
             -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
                transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    }
	
	li {
		list-style:none;
	}
	
	a {
		outline: 0;
	}
	
	a:hover {
		text-decoration:none;
	}

	.left {
		float: left;
	}
	
	.right {
		float: right;
	}	
	
	.one_half {
    	width: 48%;
	}	

	.one_third {
		width: 30.6%;
	}	

	.one_fourth {
		width: 22%;
	}	

	.one_fifth {
		width: 16.8%;
	}	

	.one_sixth {
		width: 13.33%;
	}	

	.two_fifth {
		width: 37.6%;
	}	

	.two_fourth {
		width: 48%;
	}		

	.two_third {
		width: 65.33%;
	}	

	.three_fifth {
		width: 58.4%;
	}	

	.three_fourth {
		width: 74%;
	}	

	.four_fifth {
		width: 79.2%;
	}	

	.five_sixth {
		width: 82.67%;
	}	

	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		float: left;
		margin-bottom: 20px;
		margin-right: 4%;
		position: relative;
	}	

	.last {
		margin-right:0px!important;
	}
	
	.section-title {
		text-align:center;
		width:700px;
		margin:0 auto;
		margin-bottom:60px;
	}
	
	.border {
		background: none repeat scroll 0 0 #999999;
		display: block;
		height: 2px;
		margin: 0 auto;
		width: 100px;
		margin-bottom:40px;
	}
	
	.element_from_top {
		top: -50px;
		padding-right: 0px;
		opacity: 0;
		position: relative;
	}
	
	.element_from_bottom {
		bottom: -50px;
		padding-left: 0px;
		opacity: 0;
		position: relative;
	}
	
	.element_from_left {
		left: -80px;
		padding-right: 0px;
		opacity: 0;
		position: relative;
	}
	
	.element_from_right {
		right: -80px;
		padding-left: 0px;
		opacity: 0;
		position: relative;
	}
	
	.element_fade_in {
		opacity: 0;
		position: relative;
		padding-left: 0px;
		right: 0px;
		
	}
	
	.mask {
		background-color:#FFF;
		width:100%;
		height:100%;
		position:fixed;
		z-index:100000;
	}
	
	#loader {
		background:url(images/bigfig-loading.gif) center center no-repeat;
		height: 50px;
		width: 50px;
		left: 50%;
		top: 50%;
		position: absolute;
		margin: -25px 0 0 -25px;
	}

	
	



/* Pricing Tables */	
	
	
	.pricing-tables {
		float:left;
		width:inherit;
		display:block;
		text-align:center;
	}

	.price-table {
		border: 1px solid rgba(0, 0, 0, 0);
		padding: 25px 0px 25px 0px;
		text-align: center;
		transition: all 0.5s ease 0s;
		width:22%;
		display:inline-block;
		border: 1px solid #E8E8E8;
		background-color:#FFF;
		z-index:1;
		margin-left:-2px;
		margin-right:-2px;
		position:relative;
		margin-top:20px;
		margin-bottom:20px;
	}
	
	.price-table:hover {
		border: 1px solid #E8E8E8;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
		z-index:100!important;
		padding: 45px 0px 45px 0px;
		margin-top:0px;
		margin-bottom:0px;
		
	}
	
	.price-table.featured {
		border: 1px solid #E8E8E8;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
		z-index:100!important;
		padding: 45px 0px 45px 0px;
		margin-top:0px;
		margin-bottom:0px;
		
	}
	
	.price-table i {
		background-color: #FCFCFC;
		border: 2px solid #DDDDDD;
		border-radius: 100px;
		box-shadow: 0 0 0 5px #F4F4F4;
		display: inline-block;
		font-size: 20px;
		width:20px;
		height:20px;
		margin-bottom: 35px;
		overflow: hidden;
		padding: 25px;
		transition: all 0.2s ease 0s;
	}
	
	.price-table:hover i {
		box-shadow: 0 0 0 5px #FFFFFF inset;
		color: #FFFFFF;
	}
	
	.price-table ul {
		margin-bottom: 0;
	}
	
	.price-table li {
		border-bottom: 1px dotted #E6E6E6;
		font-size: 12px;
		padding: 8px 15px;
		margin:0px 10px;
	}
	
	.price-table li.pricetable-price {
		background-color: #F7F7F7;
		border-top: 1px dotted #E6E6E6;
		margin:0px;
	}
	
	.price-table li a {
		margin-top:20px;
	}
	
	.price-table li:first-child {
		padding-top: 0;
		border-bottom: medium none;
	}
	
	.price-table li:last-child {
		border-bottom: medium none;
	}
	
	.price-table ul h3 {
		font-size: 20px;
		line-height: 16px;
		margin-bottom: 7px;
	}
	
	.price-table li.pricetable-price h3{
		font-size: 14px;
	}

	


	
/*  Counters  */
	
	.counters {
		margin-top: 40px;
	}
	
	.counters ul {
		text-align:center;
	}
	
	.counters i {
		display: block;
		font-size: 50px;
		margin-bottom: 20px;
		position: relative;
	}
	
	.counters li {
		background:#FFF;
		color: #222222;
		font-family: 'Montserrat', sans-serif;
		font-size: 18px;
		padding: 25px 0;
		text-align: center;
		text-transform: uppercase;
		border-radius:3px		
	}
	
	.counters li span {
		font-family: 'Montserrat', sans-serif;
	}
	
	.counters li.last {
		border-right: 0 none;
	}
	

	
/*  List Styles  */
	
	
	.icons-ul li {
		color:#999999;
		margin-bottom:10px;
		font-size:14px;
	}
	
	.icons-ul li i{
		margin-right:7px;
	}
	
	.fa-ul {
		font-size:14px;
	}
	
	.fa-ul li {
		margin-bottom:10px;
	}
	

	
/*  Buttons  */
	
	
	a.bigfig-button {
		border-radius:3px;	
		font-family: 'Montserrat', sans-serif;
		letter-spacing:0;
		text-transform:uppercase;
		display:inline-block;	
	}
	
	.small {
		font-size:12px;
		line-height:14px;
		padding:5px 9px 7px 9px;
		line-height:12px;
	}
	
	.medium {
		font-size:14px;
		line-height:14px;
		padding:10px 15px;
		line-height:14px;
	}
	
	.large {
		font-size:16px;
		line-height:14px;
		padding:15px 25px;
		line-height:16px
	}
	
	.grey {
		color:#FFF;
	}		
	
	.grey:hover {
		color:#FFF;
	}
	
	.color {
		color:#fff;
	}
	
	.color:hover {
		color:#fff;
	}
	
	.outline {
		background-color:none;
		border:2px solid #222222;
		color:#222222;
		line-height:10px!important;
	}		
	
	.outline:hover {
		background-color:#222222;
		color:#FFF;
	}
	
	.outline.white {
		background-color:none;
		border:2px solid #fff;
		color:#fff;
	}		
	
	.outline.white:hover {
		background-color:#fff;
		color:#222;
	}
	
	.rounded {
		border-radius:50px!important;
	}
	
	

	
/*  Font Awesome  */

	
	.the-icons li {
		font-size:14px;
		height: 40px;
		text-transform: capitalize;
	}
	
	.the-icons li i {
		font-size: 18px;
		margin-right: 10px;
		vertical-align: -2px;
		width: 35px;
	}
	
	





/* Section pages styles */

	section {
		position: relative;
		background-color:#f5f5f5;
		z-index: 1;
	}
	
	#home {
		height: 100%;
		position: relative;
		width: 100%;
	}
	
	#not-found {
		height: 100%;
		position: relative;
		width: 100%;
	}
	
	#home.parallax-slider {
		height:auto;
	}
	
	#consulting {
		background-color:#FFF;
	}
	
	#domains {
		background-color:#FFF;
	}
	
	#payments {
		background-color:#FFF;
	}
	
	#contact {
		background-color:#fff;
	}
	
	footer {
		background-color:#fff;
	}
	
	
	
	
	


/* Parallax Styles */

	.parallax {
		text-align: center;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed !important;
	}
	
	.parallax-overlay {
		background-color:rgba(0,0,0,0.80);
	}
	
	
	
	
	
	
	
/* Home Pattern And Image Parallax */	
	

	.home-pattern {
		background:url(images/home_pattern.png) repeat;
		width:100%;
		height:100%;
	}
	
	.pattern {
		background:url(images/pattern.png) repeat;
		width:100%;
		height:100%;
	}
		
	#home-center {
		height: 100%;  
		display: table;
		position: absolute;
		top: 0;
		left:0;
		right:0;
		width:90%;
		margin-left:5%;
		margin-right:5%;
	}	
	
	.div-align-center {
		display: table-cell;
		vertical-align: middle;
		text-align:center;
	}
	
	.ultralarge {
		color:#fff;
		text-align:center;
		font-family: 'Montserrat', sans-serif;
		font-size:100px;
		line-height:80px;
		letter-spacing:0;
		/* text-shadow: 2px 2px 0px rgba(131, 121, 81, 0.5); */
		text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.6);

	}
	
	.four-zero-four {
		color:#fff;
		text-align:center;
		font-family: 'Montserrat', sans-serif;
		font-size:180px;
		line-height:180px;
		letter-spacing:0;
	}
	
	.below-four-zero-four {
		margin-bottom:40px!important;
	}
	
	.text-slide-vertical {
		color:#fff;
		font-family: 'Montserrat', sans-serif;
		font-size:70px;
		text-transform:uppercase;
		width:100px!important;
		position:relative!important;
		
	}
	
	.text-slide-vertical li {
		line-height:100px;
	}
	
	.bullet {
		margin: 0 10px;
		opacity: 0.9;
		color:#fff;
	}
	
	.div-align-center p{
		margin-bottom:20px;
	}
	
	p.after-slider {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:30px;
		font-style:italic;
		text-align:center;
		padding-top:20px;
		margin-bottom:40px;
	}
	
	
	






/* Home Fullwidth Parallax Slider */


	ul.fullwidth-slider {
		position: relative;
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		background-color: #222222;
		z-index: 0;
		-webkit-backface-visibility: visible;
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	ul.fullwidth-slider li.slide {
		position: relative;
		display: none;
		overflow: hidden;
		float: left;
		width: 100%;
		height: 100%;
		z-index: 0;
		background-attachment:absolute ;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		-webkit-backface-visibility: visible;
	}
	
	ul.fullwidth-slider li.slide .caption {
		position: relative;
		height: 100%;
		width:100%;
	}
	
	ul.fullwidth-slider li.slide .caption .caption-inside {
		position: absolute;
		top: 0px;
		width:100%;  
	}
	
	ul.fullwidth-slider li.slide .caption .slide-caption {
		height: 100%;  
		z-index: 0;
		display: table;
		position: relative;
		top: 0;
		width:80%;
		margin-left:10%;
	  	margin-right:10%;  
	}
	
	ul.fullwidth-slider li.slide .caption .slide-caption .vertical-align-middle{
	  	display: table-cell;
	  	vertical-align: middle;
	  	text-align:center;
	}
	
	.vertical-align-middle p {
		margin:20px 0;
		color:#fff;
		font-size: 20px;
	}
	
	.vertical-align-middle.dark p, .vertical-align-middle.dark h1 {
		color:#222;
	}

	ul.fullwidth-slider, ul.fullwidth-slider .caption-inside {
		height: 700px;
	}
	
	.parallax-slider .bx-wrapper .bx-next {
		right:50px;
	}
	
	.parallax-slider .bx-wrapper .bx-prev {
		left:50px;
	}




/* We are Big Fig */

	#we-are-bigfig .container {
		padding-bottom: 0;
	}

	#we-are-bigfig p {
		line-height: 1.3em;
		font-size: 18px;
	}
	
	.screens {
		position:relative;
	}
	
	.big-screen {
		width:620px;
		height:auto;
		margin:0 auto;
		z-index:100;
	}
	
	.small-screen-left {
		width:350px;
		height:auto;
		position:absolute;
		left:0;
		top:120px;
		z-index:0;
	}
	
	.small-screen-right {
		width:350px;
		height:auto;
		position:absolute;
		right:0;
		top:120px;
		z-index:0;
	}
	






/* Services */

	.service-item {
		float:left;
		margin:30px 0;
	}
	
	.service-item h5 {
		text-transform:uppercase;
		color:#222222;
		margin:5px 0;
	}
	
	.service-item.text-right {
		text-align:right;
	}
	
	.service-item.text-right .fa-stack {
		cursor:pointer;
		margin-left:20px;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;
	}
	
	.service-item.text-left .fa-stack {
		cursor:pointer;
		margin-right:20px;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;
	}
	
	
	
	.service-item.text-right .fa-stack:hover, .service-item.text-left .fa-stack:hover {
		color:#222222;
	}
	
	.service-item .service-icon {
		font-size:27px!important;
	}




	





/* Technology Lists */

	ul.technology {
		text-align:center;
	}
	
	ul.technology li {
		display:inline-block;
		width:238px;
		margin:10px;
		padding:30px 20px;
		position:relative;
   		overflow:hidden;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;
	}
	
	ul.technology li:hover:before {
	   content:"";
	   position:absolute;
	   top:0;
	   right:0;
	   border-width:0 25px 25px 0;
	   border-style:solid;
	   display:block; width:0; 
	}

	ul.technology li:first-child, ul.technology li:last-child {
		margin-left:0px;
	}
	
	ul.technology li:last-child {
		margin-right:0px;
	}
	
	ul.technology li i {
		font-size:40px;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;
	}
	
	ul.technology li h5 {
		text-transform:uppercase;
		color:#222222;
		margin-top:10px;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;
	}
	
	ul.technology li p {
		font-size:13px;
		margin-top:10px;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;
	}
	
	ul.technology li:hover i {
		color:#fff;
	}

	ul.technology li:hover h5 {
		color:#fff;
	}
	
	ul.technology li:hover p {
		color:#fff;
		opacity:0.5
	}
	
	
	


/* Parallax Quote */
		
	.quote h1 {
		color:#FFF;
		padding:30px 0 10px 0;
		line-height:40px;
		letter-spacing:0.5px;
	}
	
	.quote p {
		color:#FFF;
		opacity:0.5;
	}
	
	h1 span.quote-img  {
	}

	h1 span.quote-img img {
		width:21px;
		height:auto;
		padding:10px;
		margin-bottom:12px;
		opacity:0.5;
		
	}
	
	

	
	
/* Shortcode call to action */	
	
	
	.call-action {
		color:#222222;
		text-transform:uppercase;
		width:100%;
		text-align:center;
		padding:60px 0;
		line-height:35px;
	}
	
	.call-action a {
		margin-left:20px;
	}
	
	

	
/* Contact Formular */
	
	#contact-formular {
		text-align:center!important;
	}
	
	#contact-formular input[type="text"], textarea {
		color: #999999;
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		text-transform:uppercase;
		height: 20px;
		padding-left: 3%;
		padding-right: 3%;
		padding-top: 15px;
		padding-bottom: 15px;
		width: 94%;
		background:#f5f5f5;
		border-radius:3px;
		margin-bottom:20px;
		border:0;
		box-shadow: 0 0px 3px rgba(0, 0, 0, 0.22) inset;
		-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.22) inset;
		-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.22) inset;
		-o-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.22) inset;
		transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
	}
	
	#contact-formular input[type=text]:focus, #contact-formular textarea:focus, input[type=email]:focus {
		background-color: #e1e1e1;
	}
	
	#contact-formular textarea {
		height:160px;
		resize:none;
	}
	
	#contact-formular input[type="submit"]	{
		color:#fff;
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		text-transform:uppercase;
		padding:10px 15px;
		letter-spacing:0;
		line-height:14px;
		cursor:pointer;
		border-radius:3px;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;
		text-align:center;
	}	
	
	.error_message {		
		text-align:center;		
		margin-bottom:30px;
		font-size:13px;		
		color:#e93735;		
		font-weight:bold;		
	}
	
	#success_page {		
		text-align:center;		
	}	
	
	#success_page p {		
		color:#999999;		
		margin-top:20px;		
	}
	
	#message fieldset {		
		border:none;		
	}

	
	
	

	
	
	
	
/* Footer */			
	
	
	footer {
		box-shadow: 0px -1px 5px rgba(0,0,0,0.15);
		z-index:100;
		position:relative;
		padding:40px 0;
		text-align:center;
	}
	
	
	#menu_top {
		height:50px;
		width:40px;
		border-radius:3px;
		left:50%;
		margin-left:-20px;
		margin-top:-65px;
		position:absolute;
		cursor:pointer;
	}
	
	#menu_top_inside {
		background-image:url(images/menu_bottom_top_bg.png);
		background-size:18px 11px;
		background-position: 0 0;
		height: 22px;
		left: 11px;
		position: absolute;
		top: 14px;
		transition: background-position 0.3s linear 0s;
		width: 18px;
	}
	
	#menu_top:hover #menu_top_inside {
		-webkit-animation: bottom_top_over .3s linear infinite;
		-moz-animation: bottom_top_over .3s linear infinite;
		-o-animation: bottom_top_over .3s linear infinite;
		animation: bottom_top_over .3s linear infinite;
	}

	@-webkit-keyframes bottom_top_over { 0% { background-position: 0px 0px; }  100% { background-position: 0px -11px; } }
	@-moz-keyframes bottom_top_over { 0% { background-position: 0px 0px; }  100% { background-position: 0px -11px; } }
	@keyframes bottom_top_over { 0% { background-position: 0px 0px; }  100% { background-position: 0px -11px; } }
	
	
	
	
	
	


/* Media Queries */		

@media only screen and (max-width: 1300px) {	

	.container {
		width:920px;
	}
	
	.text-slide-vertical {
		font-size:60px;
	}
	
	.text-slide-vertical li {
		line-height:80px;
	}

	.small-screen-left, .small-screen-right {
		top: 100px;
		width: 300px;
	}
	
	.slide-content h1 {
		font-size:80px;
		line-height:80px;
	}
	
	.big-screen {
		width: 500px;
	}
	
	ul.technology li {
		padding: 30px 10px;
		width: 185px;
	}

}




@media only screen and (max-width: 1024px) {
	
	
	.container {
		width:600px;
	}
	
	.text-slide-vertical {
		font-size:60px;
	}
	
	.text-slide-vertical li {
		line-height:80px;
	}
	
	.slide-content h1 {
		font-size:60px;
		line-height:60px;
	}
	
	ul.fullwidth-slider li.slide {
		background-position: center 0px!important;
	}
	
	ul.fullwidth-slider li.slide .caption .caption-inside {
		position: relative;
		width:100%;
		height:100%;  
	}
	
	#slider_left {
		top:90%;
		height:60px;
		position:absolute;
		left:50px;
		width:32px;
		z-index:1000;
		margin-top:-30px;
		cursor:pointer;
	}
	
	#slider_right {
		top:90%;
		height:60px;
		position:absolute;
		right:50px;
		width:32px;
		z-index:1000;
		margin-top:-30px;
		cursor:pointer;
	}
	
	#slider_left:hover, #slider_right:hover {
		margin-top:-28px;
	}
	
	#slider_left:active, #slider_right:active {
		margin-top:-28px;
	}
	
	.ultralarge {
		font-size:80px;
		line-height:70px;
	}	
	
	.element_from_left {
		left: 0px;
		opacity: 1;
	}
	
	.element_from_right {
		right: 0px;
		opacity: 1;
	}
	
	.element_fade_in {
		opacity: 1;
		right: 0px;		
	}
	
	.parallax {
		background-position: center top !important;
		background-attachment: scroll !important;
		height: auto;
		margin: 0 auto;		
		width: 100%;
	}
	
	.one_half {
    	width: 100%;
	}	

	.one_third {
		width: 100%;
	}	

	.one_fourth {
		width: 100%;
	}	

	.one_fifth {
		width: 100%;
	}	

	.one_sixth {
		width: 100%;
	}	

	.two_fifth {
		width: 100%;
	}	

	.two_fourth {
		width: 100%;
	}		

	.two_third {
		width: 100%;
	}	

	.three_fifth {
		width: 100%;
	}	

	.three_fourth {
		width: 100%;
	}	

	.four_fifth {
		width: 100%;
	}	

	.five_sixth {
		width: 100%;
	}	

	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		margin-bottom: 20px;
		margin-right: 0%;
	}	
	
	.section-title {
		width:100%;
	}
	
	.small-screen-left, .small-screen-right {
		top: 40px;
		width: 200px;
	}
	
	.big-screen {
		width: 320px;
	}
	
	.service-item .right {
		float: left;
	}
	
	.service-item.text-right {
		text-align: left;
	}
	
	.service-item.text-right .fa-stack {
		margin-left: 0px;
		margin-right: 20px;
	}
	
	ul.technology li {
		padding: 30px 20px;
		width: 240px;
	}

	.price-table {
		width:49%;
	}

}





@media only screen and (max-width: 767px) {
	
	.container {
		width:400px;
	}
	
	.text-slide-vertical {
		font-size:30px;
	}
	
	.text-slide-vertical li {
		line-height:40px;
	}
	
	.slide-content h1 {
		font-size:40px;
		line-height:40px;
	}
	
	.ultralarge {
		font-size:60px;
		line-height:50px;
	}

	.vertical-align-middle p {
		font-size: 18px;
	}
	
	.big-screen {
		width: 100%;
	}
	
	.small-screen-left, .small-screen-right {
		width: 100%;
		top:0;
		position:relative;
	}
	
	.service-item .fa-stack {
		margin-bottom:30px;
	}
	
	ul.technology li {
		padding: 30px 20px;
		width:inherit;
		margin:0;
		margin-bottom:20px;
	}	
	
	.table-header p{
		display:none;
	}
	
	.four-zero-four {
		font-size:100px;
		line-height:100px;
	}

}




@media only screen and (max-width: 479px) {

	h1 {
		font-size: 26px;
		line-height: 1.2;
	}
	
	.container {
		width:280px;
	}
	
	.text-slide-vertical {
		font-size:30px;
	}
	
	.text-slide-vertical li {
		line-height:40px;
	}
	
	.slide-content h1 {
		font-size:30px;
		line-height:30px;
	}
	
	.ultralarge {
		font-size:40px;
		line-height:30px;
		line-height: 0.9em;
	}
	
	ul.fullwidth-slider, ul.fullwidth-slider .caption-inside {
		height: 300px;
	}
	
	.service-item .icon-stack {
		margin-bottom:60px;
	}
	
	.company-phone a {
		font-size: 30px;
	}

	.type-date {
		display:none;
	}

	input#search {
		width: 180px;
	}

	#show {
		display:none!important;
	}
	
	.price-table {
		width:98%;
	}
	
}







