/* CSS Document */

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CUBE+ STYLESHEET
by wedothewebs
Date: 28/09/2013
~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

html {
    height: 100%;
    min-height: 100%;
}

body {
    color: #777777;
    font-family: 'Lato', sans-serif;
    padding-bottom: 0;
    min-height: 100%;
}
/* CHANGEABLE STYLES
    -------------------------------------------------- */
h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
    font-weight: 300;
}

h1 {
    font-size: 40px;
    margin: 0;
}

h2 {
    color: #2A323A;
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

p {
    font-family: lato;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 10px;
    line-height: 24px;
}

a:hover:after span {
}

a {
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

a:focus {
    outline: medium none;
    outline-offset: 0;
}

a:hover, a:focus, a {
    text-decoration: none;
}

ul {
    list-style: none outside none;
    margin: 0;
}

ul:after {
    clear: both;
    content: "";
    display: block;
}

li {
    font-weight: normal;
    line-height: 20px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

img {
    max-width: 100%;
}

iframe {
    width: 100%;
    border: 0;
}

*::-moz-selection {
    color: #00aeef;
}

.list-none {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* GLOBAL STYLE END
-------------------------------------------------- */

/* customizable Style */
#wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

section {
    position: relative;
    text-align: center;
}

.center {
    text-align: center;
}

h1.center {
    margin: 5px auto;
    text-align: center;
}

.valign {
    vertical-align: middle;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.left-al {
    text-align: left !important;
}

.right-al {
    text-align: right !important;
}

.clear:after {
    clear: both;
    content: "";
    display: block;
}

.m20 {
    margin: 20px 0;
}

.m20t {
    margin: 20px 0 0;
}

.clear {
    clear: both;
}

.global-color {
    color: #5a5a5a;
}

.global-color a {
    color: #5a5a5a;
}

.first {
    margin-left: 0px!important;
}

.relative {
    position: relative;
}
/*Transition Animation*/ 
a, #primary, .item_box .icon, .team, .team .social, .team .social a, .service_icon, .service_icon img, .service_hover, .carousel-control, .carousel, nav#primary, .mailFromDiv, .mailSuccessDiv, .error, .er {
    -webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -ms-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
 /* linear */;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 HEADER SECTION 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.header {
    position: relative;
    width: 100%;
    background: url(../images/slider1_bg.png)no-repeat center top fixed #2e3192;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 4px solid #2e3192;
	/*-webkit-transform: translate3d(0, 0, 0);*/;
}
/* Logo
-------------------------------------------------- */
#primary .logo {
    margin: 0;
    padding: 0;
    display: none;
}

.logo {
    float: left;
    margin-top: 45px;
    position: absolute;
    z-index: 100;
}

.logo img {
    display: block;
    max-height: 100%;
    width: auto;
}

.logo a {
    float: left;
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    text-align: left;
}

.logo ._bg {
    background: none repeat scroll 0 0 #3498db;
    color: #FFFFFF;
    float: left;
    font-weight: 300;
    padding: 3px 10px 7px;
    position: relative;
    z-index: 1;
}

.logo ._u {
    float: left;
    color: #3498db;
    margin-left: -11px;
    padding: 3px 0 7px;
}

.logo ._u strong {
    color: #fff;
    font-weight: 300;
}
/*************************************************
Main Nav Style
*************************************************/

/*------------------------------
	on scroll header
--------------------------------*/

.scroll-header {
	-webkit-transition: all 0.4s ease 0s;
	   -moz-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
 	-webkit-transform: translateY(-100%);
 	   -moz-transform: translateY(-100%);
 		-ms-transform: translateY(-100%);
 		 -o-transform: translateY(-100%);
 			transform: translateY(-100%);
}

.scroll-header.visible {
 	-webkit-transform: translateY(0px);
 	   -moz-transform: translateY(0px);
 		-ms-transform: translateY(0px);
 		 -o-transform: translateY(0px);
 			transform: translateY(0px);
}

#primary {
    position: fixed;
    top: 50px;
    right: 30px;
    z-index: 300;
}

#primary li:before {
    border-right: 2px solid #3498DB;
    content: "";
    height: 24px;
    position: absolute;
    right: 0.21em;
    top: 16px;
}

#primary li:last-child:before {
    height: 0;
}

#primary li {
    display: list-item;
    height: 20px;
    list-style: none outside none;
    margin-top: 15px;
    position: relative;
    text-align: right;
}

#primary a {
    display: block;
    text-align: right;
    font-size: 11px;
    color: #69b4e4;
}

#primary li a:hover,
#primary li a.active {
    color: #34495e;
}

#primary a:before {
    float: right;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    font-family: 'FontAwesome';
    content: "\f10c";
    font-size: 14px;
    color: #3498db;
}

#primary li a.active:before {
    content: "\f111";
}

a.next-section {
    background: none repeat scroll 0 0 #2e3192;
    bottom: 0;
    color: #FFFFFF;
    font-size: 18px;
    left: 50%;
    margin-left: -20px;
    min-width: 12px;
    min-height: 21px;
    padding: 10px 15px;
    position: absolute;
    z-index: 100;
}

a.top-section {
    float: left;
    background: none repeat scroll 0 0 #2e3192;
    left: 50%;
    top: 0;
    color: #FFFFFF;
    font-size: 18px;
    min-width: 12px;
    min-height: 21px;
    margin-left: -20px;
    padding: 10px 15px;
    position: relative;
    z-index: 100;
}

#about a.next-section,
#services a.next-section,
#portfolio a.next-section,
#blog a.next-section,
#priceplans a.next-section,
#contact a.next-section {
    bottom: -40px;
}

.navbar-inverse {
    border: 0 none;
    background: transparent;
}

.navbar-inverse .btn-navbar {
    margin: 0;
    background: #005a88;
    border: none;
}

.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #0084c8;
    *background-color: #0084c8;
}

.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
    background-color: #0084c8 \9;
}

.common_btn {
    background: none repeat scroll 0 0 #2e3192;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    padding: 15px 18px;
    text-align: center;
    vertical-align: middle;
    border-radius: 0;
}

.common_btn:hover, .common_btn:focus {
    background-position: 0 -15px;
    color: #fff;
    text-decoration: none;
    transition: background-position 0.3s linear 0s;
}

.common_btn:hover, .common_btn:focus, .common_btn:active, .common_btn.active, .common_btn.disabled, .common_btn[disabled] {
    background-color: #5c5eb7;
    color: #fff;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Responsive Design Content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
#responsive_design {
    background: url(../images/responsive.jpg) no-repeat center center fixed #34495e;
    background-size: auto;
    min-height: 510px;
    position: relative;
}

#responsive_design h2 {
    font-size: 32px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    margin-top: 50px;
}

#responsive_design .content {
    position: relative;
    top: 105px;
}

#responsive_design ul {
    position: relative;
    width: auto;
    text-align: center;
    padding: 0;
}

#responsive_design ul li {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    margin: 5px 5px 10px 5px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	ABOUT SECTION
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
#about {
    background: #ffffff;
    position: relative;
    width: 100%;
}

#about .head,
#services .head,
#portfolio .head,
#blog .head,
#priceplans .head,
#contact .head {
    position: relative;
    background: #2e3192;
    padding: 55px 0;
    min-height: 41px;
    color: #fff;
    margin-bottom: 70px;
    text-align: center;
}

.page_title {
    margin: 45px 0;
    position: relative;
    width: 100%;
    text-align: center;
}

.page_title .border {
    margin: 0 auto;
    padding: 0 10px;
    display: inline-block;
    background: url(../images/border.png) left bottom repeat-x;
}

.page_title .border span {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #33485e;
    padding-bottom: 10px;
    border-bottom: 3px solid #fff;
    display: inline-block;
    min-width: 120px;
    margin: 0;
}

#about .message {
    margin-bottom: 60px;
}

.item_box {
    background: url(../images/white_bg.png) top center no-repeat #f0f0f0;
    min-height: 300px;
    border-bottom: 1px solid #aaaaaa;
    margin-bottom: 40px;
    padding: 20px;
    text-align: center;
    float: left;
}

.item_box i {
  	font-size: 72px;
  	color: #34495e;
  	-webkit-transition: all 0.4s ease 0s;
  	   -moz-transition: all 0.4s ease 0s;
  		 -o-transition: all 0.4s ease 0s;
  			transition: all 0.4s ease 0s;
}

.item_box:hover:i {
  	color: #3498db;
}

.item_box .icon {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center top;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
 /* Safari */;
}

.item_box:hover .icon {
    background-position: center bottom;
}

.item_box .icon.user {
    background-image: url(../images/user.png);
}

.item_box .icon.rocket {
    background-image: url(../images/rocket.png);
}

.item_box .icon.hand {
    background-image: url(../images/hand.png);
}

.item_box h3 {
    margin: 70px 0 20px;
    color: #2e3192;
    font-weight: 300;
}

.item_box p {
    font-size: 14px;
    color: #777777;
    line-height: 22px;
}

.item_box:hover {
    border-color: #2e3192;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	TEAM SECTION
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
.team {
    position: relative;
    width: 100%;
    background: #fff;
    margin-bottom: 70px;
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
 /* linear */;
}

.team .member_photo {
    width: 100%;
    position: relative;
}

.team .member_photo img {
    width: 100%;
    position: relative;
}

.team .social {
    position: relative;
    background: #fff;
    overflow: hidden;
    height: 0;
}

.team:hover .social {
    height: 70px;
    opacity: 1;
}

.team .social ul {
    width: 100%;
    padding: 10px 0;
    position: relative;
    text-align: center;
}

.team .social ul li {
    display: inline-block;
    list-style: none;
}

.team .social ul li a {
    display: inline-block;
    color: #3498db;
    font-size: 36px;
    margin: 5px;
    line-height: 20px;
    opacity: 0.4;
}

.team .social ul li a:hover {
	opacity: 1;
}

.team .member_info {
    position: relative;
    background: #f6f6f6;
    padding: 20px 0;
    text-align: center;
}

.team .member_info h4 {
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 7px;
}

.team .member_info i {
    font-size: 14px;
    font-style: italic;
    color: #3498db;
}

.team:hover .member_info {
    background: #3498db;
    color: #fff;
}

.team:hover .member_info h4, .team:hover .member_info i {
    color: #fff;
}

.skill {
    background: #f0f0f0;
    padding: 20px 0;
    text-align: center;
}

.skill_graph {
    margin: 10px 0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	PARALLAX 01
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
#parallax1 {
    width: 100%;
    position: relative;
    height: 400px;
    text-align: center;
    background: url(../images/paralax_011.jpg) no-repeat center center fixed #2a3b4b;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#parallax1 h2 {
    position: relative;
    padding-top: 170px;
    font-weight: 300;
    color: #fff;
    line-height: 50px;
}

#parallax1 span {
    display: block;
    font-size: 18px;
    padding-top: 30px;
    color: #fff;
    font-weight: 300;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	SERVICES SECTION
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
#services {
    background: #fff;
    position: relative;
    width: 100%;
    padding-bottom: 30px;
}

#services .message {
    position: relative;
    margin-bottom: 70px;
    text-align: center;
}

#services blockquote {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    line-height: 30px;
    border: none;
}

.postby {
    font-size: 11px;
    line-height: 15px;
    font-weight: 700;
}

.postby strong {
    color: #2e3192;
}

.service_box {
    width: 100%;
    height: 215px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
    float: left;
}

.service_normal {
    position: relative;
    width: 100%;
    float: left;
}

.service_icon_wrap {
    float: left;
    position: relative;
    width: 100%;
    min-height: 150px;
    margin-bottom: 20px;
    background: #f0f0f0 url(../images/white_bg.png) center top no-repeat;
}

.service_icon_wrap i {
	color: #34495e;
	font-size: 48px;
	margin: 30px 0 0;
}

.service_icon {
    position: relative;
    width: 80px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: 15px;
    overflow: hidden;
}

.service_icon img {
    position: absolute;
    left: 0;
    top: 0;
}

.service_box:hover .service_icon img {
    position: absolute;
    left: 0;
    top: -80px;
}

.service_box h4 {
    font-size: 20px;
    font-weight: 300;
    color: #2e3192;
    text-transform: uppercase;
}

.service_hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 215px;
    left: 0;
    background: #2e3192;
    color: #fff;
}

.service_hover p, .service_hover a {
    float: left;
    position: relative;
    padding: 30px 15px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
}

.service_box:hover .service_hover {
    top: 0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	PARALLAX 02
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
#parallax2 {
    background: url(../images/parallax-02.jpg) no-repeat center center fixed #2a3b4b;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    width: 100%;
    text-align: left;
}

#parallax2 .content {
    position: relative;
    padding: 50px 0;
    width: 100%;
    min-height: 600px;
}

#iphone {
    position: absolute;
    bottom: 0;
    right: 0;
}

#parallax2 h1 {
    text-align: left;
    color: #fff;
    font-weight: 300;
    line-height: 48px;
    padding-bottom: 30px;
}

#parallax2 p {
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    padding-bottom: 70px;
    text-align: left;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	PORTFOLIO STYLE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#portfolio {
    background: #fff;
    position: relative;
    width: 100%;
}
/*-- PORTFOLIO FILTER NAVIGATION ---*/
.filter {
    padding: 40px 0 35px;
}

.filter li a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    color: #777777;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 10px 10px 10px;
    display: inline-block;
}

.filter li a:hover {
    color: #fff;
    background-color: #34495e;
}

.filter li.current a {
    color: #fff;
    background-color: #34495e;
}

.filter li span {
    font-size: 11px;
    color: #ccc;
}
/*------------- portfolio image ---------------*/

.portfolio-grid {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 80px;
}

.portfolio-grid [class^="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.portfolio-item {
	display: block;
}

.portfolio-item img {
  	width: 100%;
}

.jquery_popup {
    position: relative;
}

.port_left {
    float: left;
    width: 37%;
}

.port_right {
    float: right;
    width: 57%;
    padding: 0 3%;
}

.project {
    position: relative;
}

.project_details h2 {
    color: #fff;
    margin-bottom: 20px;
}

.project_details p {
    color: #fff;
    line-height: 24px;
    margin-bottom: 30px;
}

.pop_image {
    position: relative;
    overflow: hidden;
}

.zoom {
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #fff;
    background: #3498DB;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
}

/* popup */

.pf-active .mfp-bg {
  	display: none;
}

.pf-active .mfp-container {
  	padding: 0;
}

.pf-active .portfolio-desc {
	background-color: #212e3a;
	padding: 30px 0;
}

.pf-thumb .image-popup {
	background-color: #3498db;
	color: #ffffff;
	display: block;
	font-size: 18px;
	height: 65px;
	opacity: 0;
	left: 50%;
	line-height: 63px;
	margin: -32.5px 0 0 -32.5px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 65px;
}

.pf-thumb:hover .image-popup {
	opacity: 1;
}

.pf-info {
	color: #fff;
}

.pf-info h2 {
	color: #fff;
	margin-bottom: 28px;
}

.pf-info p {
	margin-bottom: 28px;
}

button.mfp-close {
	background: transparent url("../images/remove.png") no-repeat scroll right top;
	height: 16px;
	opacity: 1;
	right: 20px;
	text-indent: -9999em;
	top: 20px;
	width: 13px;
}

button.mfp-close:active {
	top: 20px;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}


/*--------------------------------------------------
		    PORTFOLIO THUMBNAIL HOVER
---------------------------------------------------*/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	PARALLAX 03
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
#parallax3 {
    width: 100%;
    position: relative;
    text-align: center;
    height: 400px;
    background: url(../images/parallax-03.jpg) no-repeat center center fixed #2a3b4b;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#parallax3 h1 {
    position: relative;
    padding-top: 120px;
    font-weight: 300;
    color: #fff;
    line-height: 50px;
}

#parallax3 ul {
    float: left;
    width: 100%;
    margin: 40px 0 10px 0;
    padding: 0;
    list-style: none;
    display: block;
    min-height: 96px;
}

.caroufredsel_wrapper {
    min-height: 96px !important;
}

#clients li {
    float: left;
    height: 100%;
    font-size: 40px;
    color: #fff;
    text-align: center;
    vertical-align: middle !important;
    padding: 0;
    margin: 10px;
    display: block;
}

.clients_control {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: none;
}

.clients_control a {
    font-size: 30px;
    color: #fff;
}

.clients_control>.next {
    float: right;
    position: relative;
    right: 20px;
}

.clients_control>.prev {
    float: left;
    position: relative;
    left: 20px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	NEWS BLOG
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#blog {
    background: #fff;
    position: relative;
    width: 100%;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	PARALLAX 04
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
#parallax4 {
    width: 100%;
    position: relative;
    text-align: center;
    height: 400px;
    background: url(../images/parallax_2.png) no-repeat center center fixed #2a3b4b;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#parallax4 h1 {
    position: relative;
    font-size: 40px;
    padding-top: 86px;
    font-weight: 300;
    color: #fff;
    line-height: 50px;
    margin-bottom: 30px;
}

#parallax4 h3 {
    font-size: 22px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 50px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	PRICE PLANS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	

#priceplans {
    background: #fff;
    position: relative;
    width: 100%;
    padding-bottom: 40px;
}

.plans {
    width: 100%;
    text-align: center;
    margin: 30px 0 50px 0;
    background: #fff;
    color: #777777;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.plans:hover {
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .15);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .15);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}

.plans ul {
    padding: 0px;
}

.planContainer .title {
    background: #34495e;
    padding: 20px;
    color: #fff;
}

.planContainer .title i {
    position: relative;
    display: block;
    padding-top: 8px;
}

.planContainer .title h3 {
    padding: 5px 0 2px;
}

.planContainer .price {
    padding: 45px 0 38px;
    background: #fff;
}

.planContainer .price h1 {
    font-size: 60px;
    font-weight: 900;
    line-height: 50px;
}

.planContainer .price h1 sup {
    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
    top: -35px;
}

.planContainer .price h1 span {
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
}

.planContainer .options {
    margin-top: 0;
}

.planContainer .options li {
    padding: 20px 0;
    background: #fff;
}

.planContainer .options li:nth-child(2n+0) {
    background: #f0f0f0;
}

.planContainer .button, #plans .team .button:hover {
    color: #fff;
    background: #34495e;
}

.planContainer .button:hover, #plans .team .button {
    background: #3498db;
}

.planContainer .button a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 25px;
    display: block;
}

#plans .team .title {
    background: #3498db url(../images/new.png) right top no-repeat;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	PARALLAX 04
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
#parallax5 {
    width: 100%;
    position: relative;
    text-align: center;
    height: 400px;
    background: url(../images/parallax-05.jpg) no-repeat center center fixed #2a3b4b;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#parallax5 h1 {
    position: relative;
    font-size: 44px;
    padding-top: 86px;
    font-weight: 300;
    color: #fff;
    line-height: 50px;
    margin-bottom: 50px;
    text-align: left;
}

#parallax5 h3 {
    font-size: 22px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 35px;
}

#parallax5 h4 {
    font-style: italic;
    color: #fff;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	CONTACT SECTION
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#contact {
    background: #fff;
    position: relative;
    width: 100%;
    text-align: center;
}

#contact P {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

#contact P strong {
    font-size: 20px;
    font-weight: 300;
}

.mailFromDiv {
    position: relative;
    overflow: hidden;
}

#contact input[type="text"], #contact input[type="email"], #contact textarea {
    width: 100%;
    padding: 10px 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #34495e;
    margin-bottom: 10px;
}

#contact input[type="email"] {
    border-bottom: 1px solid #adaee2;
}

#contact textarea {
    border-bottom: 1px solid #adaee2;
}

#contact input[type="submit"], #contact .submit {
    border: none;
    padding: 10px 20px;
    margin: 10px 0;
    float: right;
    background: #2e3192;
    color: #fff;
}

#contact input[type="submit"]:hover, #contact .submit:hover {
    background: #5c5eb7;
}
/*Error Message*/
.er {
    color: #AB0000 !important;
    border-color: #AB0000 !important;
}

.er:focus {
    color: #0099ff !important;
}

.er:focus {
    color: #0099ff !important;
    border-color: #B7DBF2 !important;
}

#name.er:focus {
    border-color: #34495E !important;
}

.error {
    float: left;
    color: #AB0000;
    font-size: 12px;
    font-weight: bold;
}

.error p {
    text-align: left;
    margin-bottom: 0;
}
/* Congratulation message */
.mailSuccessDiv {
    display: none;
    width: 100%;
    color: #33485E;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}
/*-------------------------------------------------------------*/
.social_link {
    text-align: center;
    min-height: 100px;
    margin: 40px 0 65px 0;
}

.social_link li {
    display: inline-block;
    text-align: center;
    margin: 5px;
}

.social_link li a {
    position: relative;
    overflow: hidden;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.social_link li a:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	FOOTER SECTION
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.footer_top {
    float: left;
    width: 100%;
    background: #2e3192;
}

.footer_top .content {
    float: left;
    background: #f7f7f7;
    margin-left: 50%;
    width: 50%;
    padding: 50px 0;
}

.foot_logo {
    float: left;
    position: relative;
    margin-left: -48px;
    z-index: 1;
}

.foot_logo a {
    float: left;
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    text-align: left;
}

.foot_logo ._bg {
    color: #FFFFFF;
    float: left;
    font-weight: 300;
    padding: 3px 10px 7px;
    position: relative;
    z-index: 1;
}

.foot_logo ._u {
    float: left;
    color: #3498db;
    margin-left: -11px;
    padding: 3px 0 7px;
}

.foot_logo ._u strong {
    color: #33485e;
    font-weight: 300;
}

.copyright {
    float: right;
    padding-top: 13px;
    margin-right: 50px;
    font-size: 16px;
    color: #777777;
}

.footer_bottom {
    float: left;
    width: 100%;
}
/*~~~~~~~~~~~~~~~~~~~
Test modal 
~~~~~~~~~~~~~~~~~~~~~~*/
.test_modal {
    position: absolute;
    z-index: 10000;
    background: #666;
    width: 1000px;
    height: 200px;
}

.foot_absulet {
    position: absolute;
    bottom: 0;
    width: 100%;
}

/*```````````````````````   
/* index 2
````````````````````````````` */

.site-header {
	background-color: #fff;
  	padding: 15px 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.site-header.animated {
    border-bottom: 1px solid #f3f3f3;
    padding: 5px 0;
}

.site-header .logo {
	margin: 0;
	position: static;
}

.site-header .navbar-brand {
    height: auto;
    padding: 0;
}

.site-header .navbar-brand img {
    width: 218px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.site-header.animated .navbar-brand img {
    margin-top: 6px;
    width: 170px;
}

.site-header .navbar-nav > li > a {
	color: #2e3192;
	font-weight: 300;
	padding: 15px 10px;
}

.site-header.animated .navbar-nav > li > a {
    padding: 15px;
}

.site-header .navbar-nav > li > a:hover,
.site-header .navbar-nav > li > a.active {
	color: #cacaca;
}



/*`````````````````````````````
    blog page
````````````````````````````` */

.posts-section {
    margin-bottom: 50px;
}

.entry {
    margin-bottom: 80px;
}

.entry h3 {
    line-height: 28px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.post-thumb {
    position: relative;
    margin-bottom: 10px;
}

.post-thumb img {
    border-bottom: 2px solid #aaaaaa;
    width: 100%;
}

.post-slider .flex-control-nav {
    bottom: 0;
}

.post-slider .flex-control-nav a {
    opacity: 0;
}

.post-slider .flex-direction-nav a {
    top: 50%;
    opacity: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.post-slider .flex-direction-nav .flex-prev {
    left: 20px;
}

.post-slider .flex-direction-nav .flex-next {
    right: 20px;
}

.post-slider:hover .flex-control-nav a,
.post-slider:hover .flex-direction-nav a {
    opacity: 1;
}

.post-thumb.embed,
.post-thumb.link-post {
    background-color: #eee;
    padding: 30px 0;
    text-align: center;
}

.post-thumb .fb_iframe_widget {
    display: block;
    text-align: center;
}

.post-thumb .twitter-tweet {
    margin: 0 auto;
}

.post-thumb.link-post a {
    color: #333333;
    font-size: 16px;
    display: inline-block;
    word-wrap: break-word;
}

.post-thumb.link-post a:hover {
    text-decoration: underline;
}

.post-meta {
    border-bottom: 2px solid #3498db;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.post-meta span {
    color: #33485e;
    font-weight: 700;
    margin: 0 10px;
}

.post-meta span:first-child {
    margin-left: 0;
}

.post-meta span a {
    color: #33485e;
}

.post-nav li a {
    background-color: #f7f7f7;
    color: #333;
    display: block;
    padding: 6px 14px 8px;
}

.post-nav li a:hover {
    background-color: #eee;
}

.post-nav li.active a {
    background-color: #3498db;
    color: #fff;
}


/*```````````````````````````
/* Widgets
````````````````````````````` */

.widget {
    margin-bottom: 60px;
}

.widget h3 {
    color: #3498db;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 19px;
    text-transform: uppercase;
}

.widget .widget-post {
    background-color: #f0f0f0;
    padding: 15px;.
}

.widget .widget-post .media {
    margin-bottom: 15px;
}

.widget .widget-post .media:last-child {
    margin-bottom: 0;
}

.widget-post .media-body a {
    display: block;
    font-weight: 700;
    margin-bottom: 6px;
    margin-top: -5px;
}

.widget-post .media-body p,
.widget-post .media-body span {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.widget-post .media-body span {
    color: #444444;
}

/*---------------- Search --------------*/

.search-widget {
    position: relative;
}

.search-widget .input-field {
    background-color: transparent;
    border: 1px solid #eee;
    height: 42px;
    padding-right: 45px;
    color: #777777;
    height: 42px;
    text-indent: 20px;
    width: 100%;
}

.search-widget button {
    background-color: transparent;
    border: 0 none;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    border-left: 1px solid #eee;
}

.widget .social_link {
    margin: 0;
    padding: 0;
    min-height: auto;
}

.widget .social_link a img {
    max-width: 42px;
}


/*---------------- about me --------------*/

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

.about-me img {
    border: 1px solid #eee;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.about-me p {
  margin-bottom: 8px;
}
.about-me span {
  color: #444;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 12px;
}
/*---------------- instafeed --------------*/
.social-feed {
  margin: -5px;
}
.social-feed li {
  float: left;
  margin: 5px;
  width: 30%;
  /* fallback if needed */
  width: -webkit-calc(33% - 9px);
  width: calc(33% - 9px);
}
.social-feed li a {
  display: block;
}
.social-feed li img {
  width: 100%;
}
#lightcase-case .lightcase-info {
  width: 100%;
}
#lightcase-case .lightcase-sequenceInfo {
  float: right;
}
/*---------------- advertise --------------*/
.advertise img {
  margin: 0 auto;
}
/*---------------- categories --------------*/
.border-anim li {
  position: relative;
}
.border-anim li:before,
.border-anim li:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  background-color: #eee;
  height: 1px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.border-anim li:after {
  height: 0;
  left: auto;
  right: 0;
  width: 1px;
}
.border-anim li:hover:before {
  width: 100%;
}
.border-anim li:hover:after {
  height: 100%;
}
.categories li a {
    color: #999;
    display: block;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

.excerpt > * {
    margin-bottom: 20px;
}

blockquote {
    border-left-color: #3498db;
    border-left-width: 3px;
    font-style: italic;
    line-height: 30px;
    margin-left: 20px;
    padding-bottom: 12px;
    padding-top: 6px;
}

/*==============================================
    Blog Single comments
===============================================*/

.dropcap {
    background-color: #3498db;
    color: #ffffff;
    float: left;
    font-size: 25px;
    line-height: 35px;
    margin-right: 10px;
    padding: 3px 13px 5px;
}

.input-field {
    background-color: transparent;
    border: 1px solid #ddd;
    color: #777777;
    height: 52px;
    padding: 1px 0 0;
    text-indent: 20px;
    width: 100%;
}

textarea.input-field {
    height: 248px;
    padding: 13px 20px 20px;
    resize: vertical;
    text-indent: 0;
}

.cf-submit input {
    background-color: transparent;
    border: 1px solid #ddd;
    color: #777777;
    display: inline-block;
    margin-top: 25px;
    padding: 9px 29px 11px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out 0s;
       -moz-transition: all 0.3s ease-in-out 0s;
         -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
}

.cf-submit input:hover {
    background-color: #3498db;
    border-color: #3498db;
    color: #ffffff;
}

.alignleft {
    float: left;
    margin: 11px 20px 0 0;
}
.alignright {
    float: right;
    margin: 11px 0 0 20px;
}
.aligncenter {
    float: none;
    margin: 20px 0;
}
.wp-caption-text {
    color: #b2b2b1;
    margin: 15px 15px 0;
}
.quote-half {
    width: 50%;
}
.quote-left {
    float: left;
}
.quote-right {
    float: right;
}

/* single page post author */

.comments-title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 20px;
}
.post-author .media-left {
    padding-right: 30px;
}
.post-author .media-heading {
    margin-bottom: 10px;
}
.post-author li a {
    border: 1px solid #d7d7d7;
    border-radius: 30px;
    color: #c7c7c7;
    display: inline-block;
    height: 30px;
    text-align: center;
    width: 30px;
}
.post-author li a:hover {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
}
.comments-post {
    padding-bottom: 0;
}
.comment_author_thumb {
    float: left;
    width: 70px;
}
.single_comment {
    border-top: 1px solid #ededed;
    margin: 25px 0 0;
    padding: 25px 0 0;
}
.single_comment .single_comment {
    margin-left: 100px;
}
.comment_author_thumb a {
    display: block;
}
.comment_author_thumb img:hover {
    opacity: 0.8;
}
.comment_info {
    margin: 10px 0 30px 90px;
}
.comment_info h4 {
    color: #333333;
    text-shadow: none;
}
.comment_info h4 a:not(.reply) {
    color: #777777;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.comment_info h4 a:not(.reply):hover {
    color: #3498db;
}
.comment_info h4 .reply {
    background-color: #ddd;
    border-radius: 2px;
    color: #333333;
    display: inline-block;
    float: right;
    font-size: 13px;
    margin-top: -3px;
    padding: 5px 11px 6px;
    text-decoration: none;
}
.comment_info h4 .reply:hover {
    background-color: #3498db;
    color: #ffffff;
}
.comment_info p a {
    color: #b2b2b1;
    display: inline-block;
    text-decoration: underline;
}
.comment_form {
    padding-top: 40px;
}
.comment_form h3 {
    border-bottom: 1px solid #ededed;
    color: #000;
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-weight: 700;
}

/*``````````````````````` 	
/* RESPONSIVE CSS
````````````````````````````` */
@media (min-width: 940px) {
    #parallax1, #parallax2, #parallax3, #parallax4, #parallax5 {
        background-size: cover;
    }
}

@media (max-width: 979px) {
    h1 {
        font-size: 2.375em;
        margin: 0;
    }

    h2 {
        color: #2A323A;
        font-size: 2.137em;
    }

    h3 {
        font-size: 1.425em;
    }

    h4 {
        font-size: 1.068em;
    }

    h5 {
        font-size: .831em;
    }

    p {
        font-family: lato;
        font-size: .95em;
        font-weight: 300;
        margin: 0 0 10px;
        line-height: 1.425em;
    }
/*~~~~~~~~~~~~~~ 
Slider Carousel 
~~~~~~~~~~~~~~~~~~~~~~~~~*/
    .carousel .item {
        height: 500px;
    }

    .carousel img {
        width: auto;
    }

    .carousel-caption h1 {
        font-size: 30px;
    }

    .carousel-control.right {
        right: 0;
    }

    .carousel-control.left {
        left: 0;
    }
/* ~~~
parallax2
~~~~~~~~~~~~~~~*/
    #iphone {
        width: 80%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {

}

@media (max-width: 768px) {
    #home {
        padding-top: 80px;
    }

    #home .logo {
        display: none;
    }

    #primary .logo a {
        font-size: 28px;
        line-height: 28px;
    }

    #primary .logo ._bg {
        padding: 1px 5px 3px;
    }

    #primary .logo ._u {
        padding: 1px 0 7px;
    }

    #primary .logo {
        display: block;
    }

    #primary {
        top: 0;
        right: 0;
        width: 90%;
        padding: 2% 5%;
        height: 35px;
        margin: 0;
        position: fixed;
        background: #0e6dac;
    }

    #primary .btn-navbar {
        margin: 5px;
    }

    #primary li:before {
        display: none;
    }

    #primary a:before {
        display: none;
    }

    #primary .nav-collapse {
        background: url(../images/transparent.png) left top repeat;
        width: 100%;
    }

    #primary ul {
        position: relative;
        overflow: hidden;
    }

    #primary li {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        text-align: left;
    }

    #primary li a {
        min-width: 200px;
        text-align: left;
        padding: 10px 20px;
        font-size: 16px;
        line-height: 20px;
        color: #fff;
    }

    #primary li.active a, #primary li a.active, #primary li a:hover {
        background: #f9f9f9;
        color: #34495E !important;
    }

    #parallax3 ul {
        margin-bottom: 0;
    }

    .clients_control {
        display: block;
    }
/* Portfolio */

    .portfolio-grid ul li {
        width: auto !important;
    }

    .service_hover p, .service_hover a {
        font-size: 13px;
        line-height: 17px;
    }
}

@media (max-width: 767px) {

	#primary .nav-collapse {
		margin-top: 44px;
	}

	/*~~~~~~~~~~~~~~
	 Carosul
	~~~~~~~~~~~~~~~*/

    .team_skills .span3 {
        float: left;
        width: 46%;
    }

    .team_skills .span3:nth-child(2n+0) {
        margin-left: 8%;
    }

    .service_box_wrap .span3 {
        float: left;
        width: 46%;
    }

    .service_box_wrap .span3:nth-child(2n+0) {
        margin-left: 8%;
    }

    .service_hover p, .service_hover a {
        font-size: 14px;
        line-height: 22px;
    }

    .footer_top .content {
        padding: 20px 0;
    }

    #primary {
        width: 100%;
    }

    .navbar-inverse .navbar-toggle {
        background: none repeat scroll 0 0 #005a88;
        border: medium none;
        margin: 0;
        border-radius: 0;
    }

    #primary ul {
        padding-left: 0;
        padding-right: 0;
    }

    #primary .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
        border-top: 0;
    }
}

@media (max-width: 685px) {
/* portfolio*/
    .portfolio-grid ul li.col8 {
        max-width: 100% !important;
    }
}

@media (max-width: 600px) {
/* portfolio*/
    .portfolio-grid ul li.col8 {
        max-width: 100% !important;
    }
}

@media (max-width: 480px) {
/* responsive design section*/	
    #responsive_design li:nth-child(1) {
        width: 30%;
    }

    #responsive_design li:nth-child(2) {
        width: 25%;
    }

    #responsive_design li:nth-child(3) {
        width: 18%;
    }

    #responsive_design li:nth-child(4) {
        width: 10%;
    }

    #responsive_design h2 {
        margin-bottom: 50px;
    }

    #parallax1, #parallax4 {
        height: auto;
        padding: 100px 0;
    }

    #parallax1 h2 {
        color: #FFFFFF;
        font-weight: 300;
        line-height: 1.5em;
        padding: 0 30px 30px;
        position: relative;
    }

    #parallax3, #parallax4 {
        height: auto;
        padding: 100px 0 50px;
    }

    #parallax3 h1, #parallax4 h1 {
        padding-top: 0;
    }

    #parallax2 h1 {
        line-height: 32px;
    }

    #parallax2 p {
        padding-bottom: 10px;
    }

    .team_skills .span3 {
        float: none;
        width: 100%;
    }

    .team_skills .span3:nth-child(2n+0) {
        margin-left: 0;
    }
    
    #services .container{
        margin-top: 60px !important;
    }
    
    .service_box_wrap {
        padding-top: 60px;
    }

    .service_box_wrap .span3 {
        float: none;
        width: 100%;
    }

    .service_box_wrap .span3:nth-child(2n+0) {
        margin-left: 0;
    }

    #iphone {
        position: relative;
        width: 100%;
    }
/* portfolio*/
    .portfolio-grid ul li.col8 {
        max-width: 100% !important;
    }
/*News*/
    .custom_carousel {
        display: none;
    }

    .social_link {
        min-height: 70px;
    }

    .soc {
        width: 30px;
    }

    .copyright {
        font-size: 12px;
        margin-right: 10px;
        text-align: right;
    }
/*portfolio*/
    .filter li a {
        font-size: 12px;
        padding: 4px 6px 6px 6px;
    }

    .portfolio-grid ul li {
        max-width: 100%;
        text-align: center;
    }

    .project_details p {
        display: none;
    }
}

@media (max-width: 320px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .responsive_design {
        padding: 70px 0;
    }

    #responsive_design .content {
        top: 20px;
    }

    #responsive_design li:nth-child(1) {
        width: 50%;
    }

    #responsive_design li:nth-child(2) {
        width: 40%;
    }

    #responsive_design li:nth-child(3) {
        width: 40%;
    }

    #responsive_design li:nth-child(4) {
        width: 20%;
    }

    #parallax3, #parallax4 {
        height: auto;
        padding: 50px 0;
    }

    #parallax4 h1 {
        color: #FFFFFF;
        font-size: 38px;
        font-weight: 300;
        line-height: 45px;
    }

    #parallax5 h1 {
        position: relative;
        font-size: 38px;
        padding-top: 86px;
        font-weight: 300;
        color: #fff;
        line-height: 45px;
        margin-bottom: 50px;
        text-align: left;
    }

    #parallax5 h3 {
        font-size: 20px;
        color: #fff;
        line-height: 20px;
        margin-bottom: 35px;
    }

    .portfolio-grid ul li {
        max-width: 100%;
    }

    .social_link li {
        display: inline-block;
        text-align: center;
        margin: 2px;
    }
	/*button*/
    .btn {
        padding: 5px 8px;
        font-size: 12px;
    }

    .foot_logo {
        margin-left: -40px;
    }

    .foot_logo a {
        font-size: 30px;
    }

    .copyright {
        margin: 0 5px 0 0;
        padding: 0;
    }
}

@media (max-width: 240px) {
    #home {
        padding-top: 48px;
    }
}



/*-------------------------------------------------------
	customizer-wrapper
-------------------------------------------------------*/

.customizer-wrapper {
	background-color: #fff;
	border: 1px solid #ddd;
	border-left: 0;
	color: #333;
	display: block;
	left: -260px;
	position: fixed;
	top: 120px;
	width: 260px;
	z-index: 120;
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
		 -o-transition: all 0.4s ease-in-out 0s;
			transition: all 0.4s ease-in-out 0s;
}

.customizer-wrapper.active {
  	left: 0;
}

.switcher-head {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	height: 46px;
	line-height: 46px;
	position: relative;
}

.switcher-head span {
	border-bottom: 2px solid #eee;
	display: block;
	margin: 0 20px;
}

.switcher-trigger {
	background-color: #fff;
	border: 1px solid #ddd;
	border-left: 0;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	font-size: 20px;
	height: 48px;
	left: auto;
	line-height: 46px;
	position: absolute;
	right: -48px;
	text-align: center;
	top: -1px;
	width: 48px;
}

.switcher-body {
	padding: 20px;
	position: relative;
}

.switcher-op {
    margin-bottom: 30px;
}

.switcher-op:last-child {
    margin-bottom: 0;
}

.switcher-op h5 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
}

.switcher-op li {
    padding: 0;
}

.layout-mode li a {
	background-color: #00aeef;
	border-bottom: 3px solid rgba(0, 0, 0, 0.15);
	border-radius: 3px;
	color: #fff;
	display: block;
	line-height: normal;
	padding: 10px 25px;
}

.layout-mode li a:hover {
	background-color: #34495e;
}

.color-options {
  	margin-left: -6px;
}

.color-options li {
	background-color: #3498db;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	margin-bottom: 10px;
	margin-left: 6px;
	text-indent: -9999em;
	width: 29px;
}

.color-options li.c1 {
  	background-color: #4682b4;
}
.color-options li.c2 {
  	background-color: #66cdaa;
}
.color-options li.c3 {
  	background-color: #ff6347;
}
.color-options li.c4 {
  	background-color: #ffd600;
}
.color-options li.c5 {
  	background-color: #a0ce4e;
}
.color-options li.c6 {
  	background-color: #e9967a;
}
.color-options li.c7 {
  	background-color: #1abc9c;
}
.color-options li.c8 {
  	background-color: #9b59b6;
}
.color-options li.c9 {
  	background-color: #34495e;
}
.color-options li.c10 {
  	background-color: #e67e22;
}
.color-options li.c11 {
  	background-color: #c0392b;
}
.color-options li.c12 {
  	background-color: #336E7B;
}
.color-options li.c13 {
  	background-color: #3A539B;
}
.color-options li.c14 {
  	background-color: #019875;
}

.header-style li a {
    border: 1px solid #ccc;
    color: #333;
    display: block;
    font-size: 12px;
    padding: 5px 10px;
}

.main-wrapper.boxed {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}