@import url(http://fonts.googleapis.com/css?family=Lobster+Two:400,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,300,600,700);

body {
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	line-height:22px;
	padding:0;
}

.container {
	position:relative;
}

a {
	-webkit-transition: color 200ms ease-out;
	-moz-transition: color 200ms ease-out;
	-o-transition: color 200ms ease-out;
	-ms-transition: color 200ms ease-out;
	transition: color 200ms ease-out;
}

a:hover {
	text-decoration:none;
}

a:focus {
	outline:none;
}

/*.light .section p a, .dark .section p a {
	color:#FF3000;
}

.light .section p a:hover, .dark .section p a:hover {
	color:#FF3000;
	text-decoration:underline;
}*/

p {
	margin-bottom:22px;
}

ol, ul {
	
}

/* TYPOGRAPHY */
blockquote {
	border-left:3px solid #FF3000;
	padding:5px 0 0 15px;
}

.quote {
	background:#e1e1e1;
	font-family:'Lobster Two', cursive;
	font-size:25px;
	line-height:44px;
	text-align:center;
	color:#ff3000;
	padding:40px;
}

.quote, .quote p, .articles-wrapper .quote p {
	line-height:44px;
}

.quote p:last-child {
	margin-bottom:0;
}

/* HEADER */

/* Menu */

.menu {
	margin: 0 auto;
}

/* First 3 elements of the menu */
#main-menu-1 {
	float: right;
}

/* Logo - postition absolute so that the background would resize because of it */
.logonormal {
	position: absolute;
}

/* Menu links - normal and hover */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
	color: #ffffff;
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > :hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  	color: #000000;
}

/* Header Background */

.navbar-inner {
	font-size: 17px;
	font-weight: 400;
	background: rgba(0, 0, 0, 0.7); /* browsers */
	min-height:80px;
}

header {
	min-height: 80px;
}

.navbar .btn-navbar {
	border:8px 5px;
	margin-top:25px;
	margin-right:30px;
	border:none;
}

.navbar-inverse .btn-navbar {
	background:#1d1d1d;
	box-shadow:none;
	border-radius:0;
}

.navbar .btn-navbar .icon-bar {
	background:#5c5c5c;
}

.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] {
  background: #ff3000;
}

.navbar-inverse .btn-navbar:hover .icon-bar,
.navbar-inverse .btn-navbar:focus .icon-bar,
.navbar-inverse .btn-navbar:active .icon-bar,
.navbar-inverse .btn-navbar.active .icon-bar,
.navbar-inverse .btn-navbar.disabled .icon-bar,
.navbar-inverse .btn-navbar[disabled] .icon-bar {
  background: #fff;
}

.logomobile-wrapper {
	display:none;
	position:absolute;
	top:0;
	left:15px;
}

.removemargin .span5 {
	margin-right: 0px;
}

.menu li {
	position:relative;
	list-style:none;
	display:inline-block;
	margin-right:40px;
}

.main-nav {
	margin-top:30px;
}

.menu li a {
	color:#fff;
	
	-webkit-transition: color 200ms ease-out;
	-moz-transition: color 200ms ease-out;
	-o-transition: color 200ms ease-out;
	-ms-transition: color 200ms ease-out;
	transition: color 200ms ease-out;
}

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

.menu li.current-menu-item a, .menu li a:hover {
	color:#ff3000;
}

#main-menu-1 .menu li:last-child {
	margin-right:20px;
}

#main-menu-2 .menu {
	margin-left:20px;
}

.main-nav .menu .sub-menu {
	background:#4f4f4f;
	border-top:1px solid #ff3000;
	position: absolute;
	top: 48px;
	left: 0;
	margin: 0;
	padding:10px 20px;
	width:130px;
	display:none;
}

.main-nav .menu .sub-menu li {
	margin:0;
	display:block;
	float:left;
	width:100%;
	border-bottom:1px dashed #8c8c8c;
}

.main-nav .menu .sub-menu li:last-child {
	border-bottom:none;
}

.main-nav .menu .sub-menu li a {
	display:block;
	float:left;
	width:100%;
	padding:8px 0;
}

#slider {
	position:relative;
	margin-top:-80px;
}

.fullwidthbanner-container {
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
	max-height: 800px;
}

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

#slider ul {
	list-style:none;
	margin:0;
}

#slider .bullet {
	background:rgba(24, 29, 54, .55);
	border-radius:50px;
	width:20px;
	height:20px;
	margin:0 3px;
}

#slider .bullet.selected, #slider .bullet:hover {
	background:rgba(0, 0, 0, 1);
}

.block {
	padding-top:85px;
}

.block.light {
	color:#8c8b8b;
}

.block.dark {
	background-color:#202225;	
	color:#f8f8f8;
}

.block1-pattern {
	background-image:url(../img/patterns/grey.png);	
}

.block2-pattern {
	background-image:url(../img/patterns/pattern9.jpg);	
}

.block3-pattern {
	background-image:url(../img/patterns/grid_noise_@2X.png);	
}

.block5-pattern {
	background-image:url(../img/patterns/pattern10.jpg);	
}

.section {
	padding-bottom:85px;
}

.block.block5-pattern {
	padding-top:35px;
}

#twitter.section {
	padding-bottom:35px;
}

.section-title {
	font-size:34px;
	line-height:36px;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:65px;
	text-shadow:2px 2px 0 rgba(0, 0, 0, .26);
}

.title-icon {
	font-size:70%;
	font-weight:100;
	display:inline-block;
	width:19px;
	height:36px;
}

.section-title .icon-before {
	margin-right:20px;
}

.section-title .icon-after {
	margin-left:20px;
}

.dark .section-title {
	color:#fff;
}

.light .section-title {
	color:#ff3000;
}

.dark .section-title .title-icon {
	background:url(../img/star_icon_white.png) no-repeat center 16px;
}

.light .section-title .title-icon {
	background:url(../img/star_icon_orange.png) no-repeat center 16px;
}

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

.member-pic {
	border:3px solid #c8c8c8;
	
	-webkit-transition: border-color 200ms ease-out;
	-moz-transition: border-color 200ms ease-out;
	-o-transition: border-color 200ms ease-out;
	-ms-transition: border-color 200ms ease-out;
	transition: border-color 200ms ease-out;
}

.member-pic:hover {
	border:3px solid #ff3000;
}

.member-name, .member-name a {
	font-family:'Lobster Two', cursive;
	color:#4a4949;
	margin-bottom:0;
	
	-webkit-transition: color 200ms ease-out;
	-moz-transition: color 200ms ease-out;
	-o-transition: color 200ms ease-out;
	-ms-transition: color 200ms ease-out;
	transition: color 200ms ease-out;
}

.member-name a:hover, .member-name a:focus {
	color:#ff3000;
	text-decoration:none;
}

.member-social-links {
	margin:20px 0;
}

.member-social-links li {
	list-style:none;
	display:inline-block;
	margin-right:8px;	
}

.member-social-links li:last-child {
	margin-right:0;
}

.member-social-links li a {
	background:#cecece url(../img/social-icons/social_icons_small.png) no-repeat;
	display:inline-block;
	width:26px;
	height:26px;
	
	-webkit-transition: background-color 200ms ease-out;
	-moz-transition: background-color 200ms ease-out;
	-o-transition: background-color 200ms ease-out;
	-ms-transition: background-color 200ms ease-out;
	transition: background-color 200ms ease-out;
}

.member-social-links li a:hover {
	background-color:#FF3000;
}

.member-social-links .facebook a {
	background-position:0 0;
}

.member-social-links .twitter a {
	background-position:-26px 0;
}

.member-social-links .pinterest a {
	background-position:-52px 0;
}

.member-social-links .dribbble a {
	background-position:-78px 0;
}

.member-desc {
	color:#9d9b9b;
}

#member-details-container {
	background:#fff;
	border-top:1px solid #cecece;
	border-bottom:1px solid #cecece;
	padding:40px 0;
	margin-top:20px;
	display:none;
}

#member-details-container .member-pic {
	border:3px solid #ff3000;
}

#member-details-container .member-name {
	color:#ff3000;
	margin:0;
}

#member-details-container .member-desc {
	margin:20px 0 0 0;
}

#member-details-container .member-social-links {
	margin:20px 0 0 0;
}

.close-btn {
	background:#999 url(../img/cross_icon.png) no-repeat center center;
	display:inline-block;
	width:32px;
	height:32px;
	position:absolute;
	top:0;
	right:0;
	-webkit-transition: background-color 200ms ease-out;
	-moz-transition: background-color 200ms ease-out;
	-o-transition: background-color 200ms ease-out;
	-ms-transition: background-color 200ms ease-out;
	transition: background-color 200ms ease-out;
}

.close-btn:hover {
	background-color:#ff3000;
}


.services {
	margin:60px 0 0 0;
}

.services .service {
	float:left;
	list-style:none;
	margin:0 10px;
}

.services .service.first {
	margin-left:0;
}

.services .service.last {
	margin-right:0;
}

.services .service.even {
	/*margin-top:60px;*/
}

.services .service a {
	background:transparent url(../img/service_icons.png) no-repeat;
	display: block;
	width:300px;
	height:155px;
	outline: none;
	position: relative;
}

.service a span {
	bottom: -20px;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Lobster Two', cursive;
	text-align:center;
    font-size: 25px;
    left: 0;
    position: absolute;
    width: 136px;	
}

.service.right-side a span {
	left:auto;
	right:0;
}

.services .service .idea {
	background-position:0 0;
}

.services .service .idea:hover {
	
}

.services .service .wordpress {
	background-position:-320px 0;
}

.services .service .wordpress:hover {
	
}

.services .service .liferay {
	background-position:-640px 0;
}

.services .service .liferay:hover {
	
}

.services .service .responsive {
	background-position:0 -155px;
}

.services .service .responsive:hover {
	
}

.services .service .android {
	background-position:-320px -155px;
}

.services .service .android:hover {
	
}

.services .service .magento {
	background-position:-640px -155px;
}

.services .service .magento:hover {
	
}


.skills {
	margin:60px 0 0 0;
}

.skills .skill {
	float:left;
	list-style:none;
	margin:0 10px;
}

.skills .skill.first {
	margin-left:0;
}

.skills .skill.last {
	margin-right:0;
}

/*.skills .skill.odd {
	margin-bottom:30px;
}*/

.skills .skill.even {
	margin-top:30px;
}

.skills .skill a {
	background:#c2c2c2 url(../img/skill_icons.png) no-repeat;
	border-radius:30px;
    box-shadow:inset 0 4px 0 0 #9f9f9f;
	display: block;
	width:60px;
	height:60px;
	outline: none;
	text-indent: -9000px;
	position: relative;
}

.rounded {
	behavior: url(js/PIE.htc);
}

.skills .br-1 {
	display:none;
}

.skills .skill a {
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.skills .skill .photoshop {
	background-position:0 0;
}

.skills .skill .photoshop:hover {
	background-position:0 -91px;
	background-color:#0f83d8;
    box-shadow:inset 0 4px 0 0 #0c6bb1;
}

.skills .skill .illustrator {
	background-position:-80px -31px;
}

.skills .skill .illustrator:hover {
	background-position:-80px -122px;
	background-color:#e77922;
    box-shadow:inset 0 4px 0 0 #bd631c;
}

.skills .skill .bridge {
	background-position:-160px 0;
}

.skills .skill .bridge:hover {
	background-position:-160px -91px;
	background-color:#fbc600;
    box-shadow:inset 0 4px 0 0 #a98500;
}

.skills .skill .javascript {
	background-position:-240px -31px;
}

.skills .skill .javascript:hover {
	background-position:-240px -122px;
	background-color:#f1da4e;
    box-shadow:inset 0 4px 0 0 #a29334;
}

.skills .skill .html5 {
	background-position:-320px 0;
}

.skills .skill .html5:hover {
	background-position:-320px -91px;
	background-color:#e54d26;
    box-shadow:inset 0 4px 0 0 #6b2c1d;
}

.skills .skill .php {
	background-position:-400px -31px;
}

.skills .skill .php:hover {
	background-position:-400px -122px;
	background-color:#627fb5;
    box-shadow:inset 0 4px 0 0 #425579;
}

.skills .skill .java {
	background-position:-480px 0;
}

.skills .skill .java:hover {
	background-position:-480px -91px;
	background-color:#ec3025;
    box-shadow:inset 0 4px 0 0 #5d201e;
}

.skills .skill .visualstudio {
	background-position:-560px -31px;
}

.skills .skill .visualstudio:hover {
	background-position:-560px -122px;
	background-color:#9d35c8;
    box-shadow:inset 0 4px 0 0 #6a2386;
}

.skills .skill .ror {
	background-position:-640px 0;
}

.skills .skill .ror:hover {
	background-position:-640px -91px;
	background-color:#ae2338;
    box-shadow:inset 0 4px 0 0 #751826;
}

.skills .skill .python {
	background-position:-720px -31px;
}

.skills .skill .python:hover {
	background-position:-720px -122px;
	background-color:#ffd545;
    box-shadow:inset 0 4px 0 0 #ab8f2f;
}

.skills .skill .haskell {
	background-position:-800px 0;
}

.skills .skill .haskell:hover {
	background-position:-800px -91px;
	background-color:#666666;
    box-shadow:inset 0 4px 0 0 #454545;
}

.skills .skill .jquery {
	background-position:-880px -31px;
}

.skills .skill .jquery:hover {
	background-position:-880px -122px;
	background-color:#1169ae;
    box-shadow:inset 0 4px 0 0 #0b4675;
}

.skills .skill a span {
	width: 150px;
	height: auto;
	line-height: 20px;
	padding: 10px 5px;
	left: 50%;
	margin-left: -80px;
	color: #e77922;
	text-align: center;
	background: #fff;
	text-indent: 0px;
	border-radius: 3px;
	position: absolute;
	pointer-events: none;
	top: 100px;
	z-index:100;
	opacity: 0;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.skills .skill a span:before,
.skills .skill a span:after {
	content: "";
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -12px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid rgba(0,0,0,0.1);
}
.skills .skill a span:after {
	top: -10px;
	margin-left: -12px;
	border-bottom: 10px solid #fff;
}
.skills .skill a:hover span {
	opacity: 1;
	top: 80px;
}


.portfolio-items {
	text-align:center;
	margin:0;
}

.portfolio-items .portfolio-item {
	display:inline-block;
	width:220px;
	height:185px;
	margin:10px 7px;
	position:relative;
}

.portfolio-items .portfolio-item.first {
	margin-left:0;
}

.portfolio-items .portfolio-item.last {
	margin-right:0;
}

/*.portfolio-items li:nth-child(3n + 1), .portfolio-items li:nth-child(4n) {
	margin-left:0;
}*/

.portfolio-items .portfolio-item a {
	display:block;
	width:100%;
	height:100%;
}

.portfolio-items .portfolio-item a:hover .portfolio-img-overlay,
.portfolio-items .portfolio-item a:hover .portfolio-item-info,
.portfolio-items .portfolio-item a:hover .enlarge-icon {
	opacity:1;
}

.portfolio-img {
	display:none;
}

.portfolio-img-border {
	display:block;
	width:220px;
	height:250px;
	position:absolute;
    top:0;
    left:0;
}

.portfolio-img-holder {
	display:block;
	width:214px;
	height:244px;
	position:absolute;
    top:3px;
    left:3px;
}

.portfolio-img-overlay {
	opacity:0;
	width:214px;
	height:248px;
	position:absolute;
    top:3px;
    left:3px;
	transition:opacity 500ms ease-out;
}

.overlay {
	display:none;
}

.portfolio-item-info {
	opacity:0;
	text-align:center;
	color:#fff;
	width:100%;
	/*border:3px solid #d3d3d3;*/
	position:absolute;
	top:70px;
	left:0;
	padding:0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
	transition:opacity 500ms ease-out;
}

.portfolio-item-info h3 {
	font-size:17px;
	font-weight:400;
	line-height:26px;
	text-transform:uppercase;
	margin:0;
}

.portfolio-item-info .subject {
	font-size:15px;
	line-height:20px;
}

.br-2, .br-3 {
	display:none;
}

.enlarge-icon {
	background:url(../img/enlarge_btn.png) no-repeat;
	display:block;
	width:53px;
	height:53px;
	position:absolute;
	bottom:-25px;
	left:50%;
	margin-left:-26px;
	opacity:0;
	transition:opacity 500ms ease-out;
}

#portfolio-details-container {
	background:#fff;
	border-top:1px solid #cecece;
	border-bottom:1px solid #cecece;
	padding:40px 0;
	margin-bottom:85px;
	display:none;
}

.project-title {
	font-size:24px;
	line-height:29px;
	text-transform:uppercase;
	color:#ff3000;
	text-shadow:0 2px 0 rgba(0, 0, 0, .26);
	padding-right:35px;
}

.project-desc {
	margin-top:20px;
}

.project-link {
	margin-top:20px;
}

.project-link a {
	font-style:italic;
}

#portfolio-details-container .flexslider {
	border:none;
	box-shadow:none;
	margin:0;
}

#portfolio-details-container .slider-nav {
	width:auto;
	position:relative;
	bottom:auto;
	float:right;
	text-align:left;
}

#portfolio-details-container .slider-nav li {
	margin:0;
	display:block;
	float:left;
}

#portfolio-details-container .slider-nav li a {
	background:#d4d2d2 url(../img/slider_nav_icon.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
    text-indent:-9999px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

#portfolio-details-container .slider-nav li a:hover {
	background-color:#FF3000;
}

#portfolio-details-container .slider-nav li.prev a:hover {
	background-position:0 -29px;
}

#portfolio-details-container .slider-nav li.next {
	margin-left:1pox;
}

#portfolio-details-container .slider-nav li.next a {
	background-position:-30px 0;
	margin-left:1px;
}

#portfolio-details-container .slider-nav li.next a:hover {
	background-position:-30px -29px;
}

.portfolio-items.nocanvas .br-1, .portfolio-items.nocanvas .br-2, .portfolio-items.nocanvas .br-3 {
	display:none;
}

.portfolio-items .portfolio-item.hidden {
	display:none;
}

.load-more {
	font-family:'Lobster Two', cursive;
	font-size:28px;
	line-height:28px;
	color:#676767;
	text-align:center;
	margin-top:120px;
}

.load-more a, .load-more-btn {
	color:#676767;
}

.load-more a:hover, .load-more-btn:hover {
	text-decoration:none;
	color:#ff3000;
}

.nocanvas canvas {
	display:none;
}

.nocanvas .portfolio-img, .portfolio-item .portfolio-img {
	display:block;
}

.nocanvas .portfolio-item {
	overflow:hidden;
}

.nocanvas .portfolio-item-info {
	top:20px;
}

.nocanvas .enlarge-icon {
	bottom:20px;
}

.slider-label {
	float:right;
	margin-right:20px;
	line-height:30px;
}



/*.slides {
	margin:0;
	position:relative;
}

.slides li {
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}*/

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}




article {
	margin-bottom:80px;
}

.articles-wrapper {
	color:#575757;
}

.articles-wrapper, .articles-wrapper p  {
	line-height:23px;
}

.articles-wrapper article:last-child {
	margin-bottom:0;
}

.articles-wrapper ul, .articles-wrapper ol {
	margin-bottom:22px;
}

.articles-wrapper ul li, .post-body ol li {
	line-height:23px;
}

.post-header {
	margin-bottom:20px;
}

.post-title {
	font-size:24px;
	line-height:36px;
	color:#3c3c3c;
	border-bottom:1px solid #c8c8c8;
	padding-bottom:10px;	
}

.post-title a {
	color:#3c3c3c;
}

.post-title a:hover {
	color:#ff3000;
}

.post-meta {
	font-size:15px;
	color:#d1d1d1;
}

.post-meta a {
	color:#a7a7a7;
}

.post-meta a:hover {
	color:#ff3000;
}

.post-media {
	display:inline-block;
	width:120px;
	height:120px;
	border-radius:100px;
	margin-right:30px;
}

.post-body {
	display:inline-block;
}

.post-image {
	float:left;
	margin:0 30px 20px 0;
	border-radius:100px;
}

.more-link {
	background:#3c3c3c;
	display:inline-block;
	padding:12px 30px;
	color:#fff;
	
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.more-link:hover {
	background:#ff3000;
	color:#fff;
}

#comments p {
	line-height:23px;
}

.comments-title {
	color:#575757;
	text-transform:uppercase;
	margin:0;
}

.commentsList {
	list-style:none;
	margin:0;
}

.children {
	list-style:none;
	margin-left:150px;
}

.comment {
	color:#828282;
	margin-top:45px;
}

.avatar {
	display:block;
	float:left;
	width:120px;
	height:120px;
	border-radius:100px;
	margin-right:30px;
}

.commentContent {
	float:left;
	width:470px;
}

.depth-2 .commentContent {
	width:320px;
}

.commentMeta {
	font-weight:600;
}

.post-categories {
	color:#a7a7a7;
}

.name {
	color:#575757;
}

.commentText {
	margin-top:22px;
}

.comment-edit-link,
#cancel-comment-reply-link,
.logged-in-as a {
	color:#ff3000;
}

.comment-edit-link:hover,
#cancel-comment-reply-link:hover,
.logged-in-as a:hover,
.comment-edit-link:focus,
#cancel-comment-reply-link:focus,
.logged-in-as a:focus {
	color:#ff3000;
	text-decoration:underline;
}

.comment-reply-link {
	background:#3c3c3c;
	color:#fff;
	display:inline-block;
	padding:10px 25px;
	transition:background-color 200ms ease-out 0s;
}

.comment-reply-link:hover, .comment-reply-link:focus {
	background:#ff3000;
	color:#fff;
}

#respond {
	margin-top:80px;
}

#reply-title {
	color:#575757;
	text-transform:uppercase;
	margin:0;
}

#commentform {
	margin-top:45px;
}

#commentform label {
	font-size:18px;
	font-style:italic;
	color:#8e8e8e;
	margin-bottom:10px;
	display:inline-block;
}

#commentform input[type="submit"] {
	text-transform:uppercase;
	font-weight:600;
}

.widget {
	margin-bottom:80px;	
}

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

.widget-title {
	font-size:24px;
	line-height:36px;
	font-weight:600;
	color:#3c3c3c;
	border-bottom:1px solid #c8c8c8;
	padding-bottom:10px;
	margin-bottom:20px;
}

.widget ul {
	list-style:none;
	margin:0;
}

.twitter-updates li {
	list-style:none;
	background:url(../img/social-icons/twitter_tweet_icon_small.png) no-repeat;
	padding-left:30px;
	margin-bottom:40px;
}

.tweet_text {
	font-size:15px;
	line-height:21px;
	color:#494949;
	display:block;
}

.tweet_text a {
	color:#FF3000;
}

.tweet_text a:hover {
	text-decoration:underline;
}

.tweet_time a {
	font-size:15px;
	line-height:20px;
	color:#afafaf;
	display:block;
	margin-top:10px;
}

.widget_categories li,
.widget_recent_entries li,
.widget_archive li,
.widget_meta li,
.widget_links li,
.widget_nav_menu li {
	border-bottom:1px solid #eaeaea;
	padding:5px 0;
}

.widget_categories li a,
.widget_recent_entries li a,
.widget_archive li a,
.widget_meta li a,
.widget_links li a,
.widget_nav_menu li a {
	color:#494949;
	padding:5px 0;
}

.widget_categories li a:hover,
.widget_recent_entries li a:hover,
.widget_archive li a:hover,
.widget_meta li a:hover,
.widget_links li a:hover,
.widget_nav_menu li a:hover {
	background:url(../img/menu_arrow.png) no-repeat left center;
	color:#ff3000;
	padding:5px 0 5px 10px;
}

.tagcloud{
	font-size: 15px;
}

.widget_tag_cloud a, .tagcloud a {
	background:#d2d2d2;
	display:inline-block;
	font-size:15px;
	color:#494949;
	padding:5px 10px;
	margin:0 0 4px 0;
}

.widget_tag_cloud a:hover, .tagcloud a:hover {
	background:#ff3000;
	color:#ffffff;
}





#contact-form {
	
}

.button-row {
	position:relative;
}

input[type="text"], textarea {
	font-size:16px;
	line-height:22px;
	font-style:italic;
	background:#dedede;
	border:none;
	border-radius:0;
	box-shadow:none;
	margin-bottom:20px;
	width:1158px;
	padding:15px;
	transition:none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}

input[type="text"] {
	width:100%;
	height:50px;
}

input[type="text"]:focus, textarea:focus {
	/*width:266px;
	height:16px;*/
	padding:13px;
	background:#fff;
	color:#FF3000;
	border:2px solid #FF3000;
	box-shadow:none;
}

textarea {
	width:100%;
	height:165px;
}

/*textarea:focus {
	width:906px;
	height:161px;
	border:2px solid #FF3000;
}*/

input[type="submit"] {
	font-size:16px;
	line-height:22px;
	color:#fff;
	background:#808080;
	border:none;
	border-radius:0;
	box-shadow:none;
	padding:15px;
	
	-webkit-transition: background-color 200ms ease-out;
	-moz-transition: background-color 200ms ease-out;
	-o-transition: background-color 200ms ease-out;
	-ms-transition: background-color 200ms ease-out;
	transition: background-color 200ms ease-out;
}

#contactform input[type="submit"] {
	position:absolute;
	bottom:20px;
	right:0;
}

input[type="submit"]:hover {
	background:#FF3000;
}

.alert-box {
	border:1px solid #FF3000;
	padding:10px;
	margin-bottom:20px;
	position:relative;
	display:none;
	color:#FF3000;
}


.latest-tweet-icon {
	font-size:72px;
}

.twitter-tweet-icon {
	background:url(../img/social-icons/twitter_tweet_icon.png) no-repeat;
	display:inline-block;
	width:62px;
	height:52px;
}

.lastest-tweet {
	margin-top:0;
}

.lastest-tweet .tweet_list {
	list-style:none;
	margin:0;
}

.lastest-tweet .tweet_time {
	display:none;
}

.lastest-tweet .tweet_text {
	font-family:'Lobster Two', cursive;
	font-size:26px;
	text-align:left;
	line-height:36px;
	color:#fff;
}

.lastest-tweet .tweet_text a {
	color:#0088CC;
}

.twitter-link {
	text-align:right;
	margin-top:0;
}


#footer {
	/*min-height:80px;*/
}

.footer-wrapper.block, #footer.section {
	padding:0;
}

.copyright {
	line-height:80px;
}

.social-links {
	float:right;
	margin:0;
}

.social-links li {
	list-style:none;
	float:left;
	margin:0;
}

.social-links li a {
	background:#fff url(../img/social-icons/social_icons_large.png) no-repeat;
	display:block;
	width:79px;
	height:79px;
	text-align:center;
	transition:all 200ms ease-out;
}

.social-links li a:hover {
	background-color:#FF3000;
}

.social-links .facebook a {
	background-position:0 0;
}

.social-links .facebook a:hover {
	background-position:0 -79px;
}

.social-links .twitter a {
	background-position:-79px 0;
}

.social-links .twitter a:hover {
	background-position:-79px -79px;
}

.social-links .linkedin a {
	background-position:-158px 0;
}

.social-links .linkedin a:hover {
	background-position:-158px -79px;
}

.social-links .googleplus a {
	background-position:-237px 0;
}

.social-links .googleplus a:hover {
	background-position:-237px -79px;
}

.social-links .pinterest a {
	background-position:-316px 0;
}

.social-links .pinterest a:hover {
	background-position:-316px -79px;
}

.social-links li a span {
	font-size:30px;
	font-weight:100;
	color:#808080;
	text-decoration:none;
	margin-top:25px;
}

.social-links li a:hover span {
	color:#fff;
}

.clear {
	clear:both;
}

@media (max-width: 979px) {
	.navbar-inner {
		min-height:60px;
	}
	
	header {
		min-height:60px;
	}
	
	.navbar .btn-navbar { margin-top:16px; }
	
	header { position:relative; z-index:999; }
	.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {padding:0;}
	.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {margin:0;}
	.logomobile-wrapper {display:block;}
	.nav-collapse.in.collapse {margin-top:170px; margin-bottom:30px;}
	.span2.logo-wrapper {display:none;}
	.main-nav {margin:0;}
	#main-menu-1 {float:none; margin-left:15px; margin-right:15px;}
	#main-menu-1 .menu li:last-child {margin:0;}
	.span5.menu1-wrapper, .span5.menu2-wrapper, .menu2-wrapper {width:100%; margin:0;}
	#main-menu-2 {margin-left:15px; margin-right:15px;}
	#main-menu-2 .menu {margin:0;}
	.menu li {
		display:block;
		margin:0;
		border-bottom:1px solid rgba(255, 255, 255, .23);
		border-top:1px solid rgba(0, 0, 0, .23);
	}
	
	.menu li a {
		display:block;
		padding:15px 0;
	}
	
	#main-menu-1 .menu li:first-child {
		border-top:none;
	}
	
	#main-menu-2 .menu li:last-child {
		border-bottom:none;
	}
	
	.main-nav .menu .sub-menu {
		position:relative;
		top:0;
		padding:0;
		border:none;
		width:100%;
	}
	
	.main-nav .menu .sub-menu li {
		float:none;
		border-top:none;
	}
	
	.main-nav .menu .sub-menu li:first-child {
		border-top:1px solid rgba(255, 255, 255, .23);
	}
	
	.main-nav .menu .sub-menu li:first-child a {
		border-top:1px solid rgba(0, 0, 0, .23);
	}
	
	.main-nav .menu .sub-menu li a {
		float:none;
		padding:15px 0;
		text-indent:15px;
	}
	
	#slider {
		/*display:none;*/
		margin-top:0;
	}
	
	.services .service a {
		width:136px;
	}
	
	.services .service.right-side .responsive {
		background-position:-160px -155px;
	}
	
	.services .service.right-side .android {
		background-position:-480px -155px;
	}
	
	.services .service.right-side .magento {
		background-position:-800px -155px;
	}
	
	.services {
		text-align:center;
	}
	
	.services .service {
		float:none;
		display:inline-block;
	}
	
	.services .service a {
		height: 180px;
		margin-bottom: 25px;
		bottom:0;
	}
	
	.service a span {
		bottom:0;
	}
	
	.services .service.last, .services .service:last-child {
		margin:0 10px;
	}
	
	.services .service.first, .services .service:first-child {
		margin:0 10px;
	}
	
	.portfolio-items {
		
	}
	
	.portfolio-items .portfolio-item, .portfolio-item {
		margin-left:7px;
		margin-right:7px;
	}
	
	.br-1 {
		display:none;
	}
	
	.br-2 {
		display:block;
	}
	
	.skills .skill, .skill {
		margin-left:30px;
		margin-right:30px;
	}
	
	.skills .br-1 {
		display:block;
	}
	
	.avatar {
		margin-bottom:22px;
	}
	
	.commentContent, .depth-2 .commentContent {
		width:100%;
	}
	
	.children {
		margin-left:45px;
	}
	
	.copyright {
		text-align:center;
	}
	
	.social-links {
		float:none;
		text-align:center;
	}
	
	.social-links li {
		float:none;
		display:inline-block;
	}
}

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

@media (max-width: 979px) {
  
}

/* Footer */

footer{
	border-top: 1px solid #3a3a3a;
	min-height:388px;
	width: 100%;
	background: url("../img/patterns/skewed_print.png");
}

.aboutus h1, .news h1{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:25px;
	color: #ffffff;
	line-height: 25px;
}

.aboutus p{
	margin-top: 30px;
	font-size: 16px;
	color: #a9a8a8;
	text-align: justify;
	margin-bottom: 15px;
}

.columns3{
	width: 100%;
	margin-top: 47px;
	margin-bottom: 0px;
	font-weight: 400;
	font-family:'Open Sans', sans-serif;
}

.aboutus, .news, .flickr{
	margin-bottom: 40px;
}

.infoicon{
	float: left;
}

.infotext{
	color: #ffffff;
	font-size: 16px;
}

.infobox{
	line-height: 23px;
	margin-bottom: 15px;
}

.location{
	margin-top: 5px;
}

.news ul{
	padding: 0;
	margin: 30px 0 0 0;
}

.news ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 10px;
}

.news ul li.linksep{
	line-height: 1px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.news ul li a{
	color: #a9a8a8;
	font-size: 16px;
	margin: 0;
}

.news ul li a:hover{
	color: #ff3000;
	font-size: 16px;
	margin: 0;
}

.flickr .first{
	margin-left: 0;
}

.flickr .span1{
	margin-top: 20px;
}

.flickr h1{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size:25px;
	color: #ffffff;
	line-height: 25px;
}

.flickr .span1 img:hover{
	box-sizing:border-box;
  	-moz-box-sizing:border-box;
 	-webkit-box-sizing:border-box;
 	width:60px;
 	height:65px;
  	border:3px solid #ff3000;
}	

.flickr .span1 img{
 	width:60px;
 	height:65px;
}	

/* Pricing tables dark */

.darktable .tablehead{
	background: #3a3a3a;
	border-radius: 5px 5px 0px 0px;
	text-align: center;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

.darktable .tablehead .line1{
	font-size: 16px;
	font-weight: 600;
	color: #c6c6c6;
	padding-top:15px;
	text-transform: uppercase;
}

.darktable .tablehead .line2{
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
	padding-bottom: 12px;
}

.darktable .tablehead .line2 span{
	font-size: 14px;
	font-weight: 300;
}

.darktable .tablebody{
	padding-top: 10px;
	line-height: 32px;
	text-align: center;
	background: #4a4a4a;
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
	border-radius: 0px 0px 5px 5px;
}

.darktable .tablebody span{
	font-size: 16px;
	font-weight: 300;
	color: #c6c6c6;
}

.darktable .tablebody .madefor{
	padding-top: 14px;
}

.darktable .tablebody .sing-up{
	margin-top: 14px;
	margin-bottom: 24px;
	background:#3c3c3c;
	display:inline-block;
	padding:4px 39px;
	color:#fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 5px;	
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.darktable .tablebody .sing-up:hover {
	background:#ff3000;
	color:#fff;
}

.darktable:hover .tablehead{
	border-radius: 5px 5px 0px 0px;
	background:#ff3000;
}

.darktable:hover .sing-up{
	background:#ff3000;
	color: #ffffff;
}

.darktable:hover .tablehead .line1, .darktable:hover .tablehead .line2, .darktable:hover .tablehead .line2 span{
	color: #ffffff;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

@media (max-width: 767px) {
	.darktable{
		margin-bottom: 30px;
	}
}

/* End Pricing tables dark */


/* Pricing tables light */

.lighttables{
	padding-top: 50px;
}

.lighttable .tablehead{
	background: #c1c1c1;
	color: #6d6d6d;
	border-radius: 5px 5px 0px 0px;
	text-align: center;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

.lighttable .tablehead .line1{
	font-size: 16px;
	font-weight: 600;
	color: #6d6d6d;
	padding-top:15px;
	text-transform: uppercase;
}

.lighttable .tablehead .line2{
	font-size: 24px;
	font-weight: 400;
	color: #3a3a3a;
	padding-bottom: 12px;
}

.lighttable .tablehead .line2 span{
	font-size: 14px;
	color: #6d6d6d;
	font-weight: 300;
}

.lighttable .tablebody{
	padding-top: 10px;
	line-height: 32px;
	text-align: center;
	background: #e9e9e9;
	font-weight: 700;
	font-size: 20px;
	color: #676767;
	border-radius: 0px 0px 5px 5px;
}

.lighttable .tablebody span{
	font-size: 16px;
	font-weight: 300;
	color: #6d6d6d;
}

.lighttable .tablebody .madefor{
	padding-top: 14px;
}

.lighttable .tablebody .sing-up{
	margin-top: 14px;
	margin-bottom: 24px;
	background:#c1c1c1;
	display:inline-block;
	padding:4px 39px;
	color:#717171;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 5px;	
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.lighttable .tablebody .sing-up:hover {
	background:#ff3000;
	color:#fff;
}

.lighttable:hover .tablehead{
	border-radius: 5px 5px 0px 0px;
	background:#ff3000;
}

.lighttable:hover .sing-up{
	background:#ff3000;
	color: #ffffff;
}

.lighttable:hover .tablehead .line1, .lighttable:hover .tablehead .line2, .lighttable:hover .tablehead .line2 span{
	color: #ffffff;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

@media (max-width: 767px) {
	.lighttables{
	padding-top: 0px;
	}

	.lighttable{
		margin-bottom: 30px;
	}
}

/* End Pricing tables light */

/* Orange Big Table - 3rd table of the row */

.bigtablehead{
	background: #ff3000;
	color: #ffffff;
	border-radius: 5px 5px 0px 0px;
	text-align: center;
	background-image: url("../img/badge.png");
	background-repeat: no-repeat;
	background-position: 100% 0%;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

.bigtablehead .line1{
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	padding-top:37px;
	text-transform: uppercase;
}

.bigtablehead .line2{
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
	padding-bottom: 16px;
}

.bigtablehead .line2 span{
	font-size: 14px;
	color: #ffffff;
	font-weight: 300;
}

.bigsing-up{
	background:#ff3000;
	color:#fff;
	margin-top: 24px;
	margin-bottom: 24px;
	display:inline-block;
	padding:4px 39px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 5px;	
}

.bigsing-up:hover{
	background:#ff3000;
	color:#fff;
}

.darktable, .lighttable{
	margin-top: 26px;
}

.specialtable{
	margin-top: 0px;
}

.specialtable .tablebody{
	padding-top: 30px;
}

/* Footer Responsiveness */

@media (max-width: 767px) {

	.twitter-tweet-icon {
		position: relative;
		left: 50%;
		margin-bottom: 10px;
		margin-left: -31px;
	}

	.flickr h1, .news h1{
		padding-top: 50px;
		padding-bottom: 10px;
	}

	.flickr img{
		margin: 0px 10px 10px 0px;
		float: left;
	}

	.flickr .span1{
		margin-top: 0px;
		margin-left: 0px;
	}

	.aboutus p{
		width: 95%;
	}
	
	.social-links {
		/*float:left;*/
	}
	
	.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {margin:0;}
	
	.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
		width:94%;
		margin:0 auto;
		position:relative;
	}
	
	.member-pic {
		display:inline-block;
	}
	
	.br-1, .br-2 {
		display:none;
	}
	
	/*.br-3 {
		display:block;
	}*/

	.portfolio-items .portfolio-item.last{
		margin-right:10px;
	}

	.portfolio-items .portfolio-item.first{
		margin-left:10px;
	}
	
	.portfolio-items .portfolio-item {
		height:250px;
		margin-left:10px;
		margin-right:10px;
	}
	
	.project-title {
		margin-top: 52px;
		padding: 0;
	}
	
	.close-btn {
		right:3.1%;
		top:-35px;
	}
	
	.skills .skill, .span12 .skills .skill {
		margin-left:20px;
		margin-right:20px;
		float:none;
		display:inline-block;
	}
	
	.skills .br-1 {
		display:none;
	}
	
	.enlarge-icon {
		bottom:40px;
	}
	
	.twitter-link {
		text-align:center;
	}

	.news ul{
		margin: 30px 0 20px 0;
	}
	
}

@media (max-width: 480px) {
	.portfolio-items .portfolio-item {
		margin-left:7px;
		margin-right:7px;
	}

	.aboutus p{
		width: 95%;
	}

	.flickr, .news{
		display: none;
	}

	.portfolio-items .portfolio-item.last{
		margin-right:7px;
	}

	.portfolio-items .portfolio-item.first{
		margin-right:10px;
	}
}