@charset "utf-8";

html {
	position: relative;
	min-height: 100%;
}
body {
	font: 13px/1.7em "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #333;
	padding-top: 60px;
	background: url(../images/background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	/* Margin bottom by footer height */
	margin-bottom: 50px;
}

/*-------------------------------------------------------------------
                           2. Navbar
-------------------------------------------------------------------*/

.navbar-fixed-top .nav.level-1 {
	margin-right: 30px;
}

.navbar-brand {
    padding: 0px 20px;
    height: 40px;
}

.navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
}

.navbar .nav a .fa {
	padding: 0 4px;
}

/* Active tab */
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	border-top: 2px solid #4c8fbd;
	color: #555;
}

.navbar{
	background-color: #FAFAFA;
	background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
	background-repeat: repeat-x;
	opacity: 0.8;
	margin-bottom: 2px;
    padding: 3px;
}

.navbar-toggle{
	background-color: #EDEDED;
	background-image: linear-gradient(to bottom, #F2F2F2, #E5E5E5);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.navbar-toggle .icon-bar {
	background-color: #F5F5F5;
	border-radius: 1px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

/*-------------------------------------------------------------------
                           3. footer
-------------------------------------------------------------------*/
#footer-primary .well{
	border: medium none;
	background-color: rgba(239, 241, 241, 0.25);
	border: 1px solid rgba(236, 240, 242, 0.25);
}

.footer{
	background-color: #fafafa;
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    opacity: 0.8;
	position: absolute;
	left:0px;
	bottom:0px;
	height:50px;
	width:100%;
}
.main-footer.well{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
	background-color: rgba(239, 241, 241, 0.25);
	margin-bottom:0;
	padding:10px 0 0;
}
.foot-site ul li a {
	color: #004352;
}
.foot-site h4 {
	font-family: "Oswald";
	font-size: 17px;
	font-weight: normal;
	line-height: 20px;
	text-transform: inherit;
}
.foot-site .col-md-7{
	padding-right: 0;
}
.foot-site a:hover,.foot-site a:focus{
	text-decoration: none;
}
.foot-site .fa-facebook{
	padding:9px 12px;
	background-color: #428BCA !important;
	border-radius:50px;
	color:#fff;
	font-size:15px;
}
.foot-site .fa-facebook:focus,.foot-site .fa-facebook:hover{
	background-color: #1B6AAA !important;
}
.foot-site .fa-twitter{
	padding:10px;
	background-color:#19D1FF;
	border-radius:50px;
	color:#fff;
	font-size:15px;
}
.foot-site .fa-twitter:focus,.foot-site .fa-twitter:hover{
	background-color:#7EE5FF;
}
.foot-site .fa-google-plus{
	padding:10px;
	background-color: #D15B47 !important;
	border-radius:50px;
	color:#fff;
	font-size:15px;
}
.foot-site .fa-google-plus:hover,.foot-site .fa-google-plus:focus{
	background-color: #B74635 !important;
}
.foot-site .fa-rss{
	padding:10px 11px;
	background-color: #6FB3E0 !important;
	border-radius:50px;
	color:#fff;
	font-size:15px;
}
.foot-site .fa-rss:hover, .foot-site .fa-rss:focus{
	background-color: #39B3D7 !important;
}
.foot-site .fa-envelope-o{
	background-color: #5cb85c;
	border:1px solid #5cb85c;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    padding: 8px 10px;
}
.foot-site .fa-envelope-o:hover,.foot-site .fa-envelope-o:focus{
	background-color: #009933;
	border:1px solid #009933;
}
.foot-site .fa-github{
	background-color: #2dc1c4;
	border:1px solid #2dc1c4;
    border-radius: 4px;
    color: #333;
    font-size: 15px;
    padding: 8px 10px;
}
.foot-site .fa-github:focus,.foot-site .fa-github:hover{
	background-color: #239698;
	border:1px solid #239698;
}
 .email-foot .form-control{
	height:32px;
}

.foot-site .input-group{
	padding-left: 0;
}
/*-------------------------------------------------------------------
                           4. Main
-------------------------------------------------------------------*/
img {
	border: 0 none;
	vertical-align: middle;
	height: auto;
	max-width: 100%;
}

blockquote {
	color: #777;
}

blockquote p {
	font-size: 1.2em;
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-weight: normal;
}
h3 {
	color: #666666;
	font-family: "Oswald";
	font-size: 22px;
	font-weight: normal;
	line-height: 30px;
	text-transform: inherit;
}
h4 {
	font-family: "Oswald";
	font-weight: normal;
	line-height: 20px;
	text-transform: inherit;
}
h5 {
	color: #793939;
	font-family: inherit;
	font-weight: bold;
	line-height: 20px;
	margin: 10px 0;
	text-rendering: optimizelegibility;
	text-transform: inherit;
}

hr {
	border-top: 1px solid #eaeaea;
	margin: 10px;
}

a {
	text-decoration: none;
}
.thumbnail{
	margin-bottom:0;
}


section.light {
    background: none repeat scroll 0 0 #ededed;
}
section .overlay-text {
    z-index: 10;
}

section h2 {
    letter-spacing: 1px;
    text-transform: uppercase;
}

section.content h3 {
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
}
section h3 {
    color: #4aa1db;
    letter-spacing: 1px;
}
.icons p {
    margin: 0 2em 2em;
}
section p {
    font-size: 1.1em;
    font-weight: 100;
}
.dark-text {
    color: #404040;
}
/*-------------------------------------------------------------------
                           5.Home
-------------------------------------------------------------------*/
.frontend #content {
	margin-bottom: 20px;
}
.white_box{
	-webkit-box-shadow: 0 0 10px #333;
	-moz-box-shadow: 0 0 10px #333;
	box-shadow: 0 0px 10px #333;	
	-webkit-border-radius:  6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #000;
}
.caro-generic.col-md-8{
	padding-right:0;
	
}
#welcome .carousel .item > img{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.white_box  > .text > p{
	color: #C8F2FF;
}
.white_box > .text h2{
	font-size: 25px;
	color: #81994D;
}
#services .serv {
	background: none repeat scroll 0 0 #E5E5E5;
	border-color: #EEEEEE #EEEEEE #DDDDDD;
	border-image: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px 1px 2px;
	color: #666666;
	padding: 5px 10px;
	text-align: center;
	transition: background 2s ease 0s;
}


#services h4{
	color: #666666;
	font-family: "Oswald";
	font-weight: normal;
	margin: 3px 0;
	padding: 3px 0;
	font-size: 18px;
	line-height: 20px;
	text-transform: inherit;
}
#services h4 a:hover{
    text-decoration: none;
}
#services .serv p a{
	font-size: 12px;
	color:#666666;
}
#services.serv p a:hover, #portfolio .pcap p a:hover, .widget-services .row a:hover{
	text-decoration: none;
	color:#005580;
}
#services .serv .simg i {
	color: #30ADD1;
	font-size: 50px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	width: 45px;
}
.test-item h4{
	line-height:35px;
	font-weight: 100;
}
.fact-inner {
	text-align: center;
}
#fun-facts .fact-inner{
	background: none repeat scroll 0 0 #FFF;
	border-color: #EEEEEE #EEEEEE #DDDDDD;
	border-image: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px 1px 2px;
	color: #666666;
	padding: 5px 10px;
	text-align: center;
	transition: background 2s ease 0s;
}
#HomeSkills{
	background: none repeat scroll 0 0 #FFF;
	color: #666666;
	text-align: center;
	transition: background 2s ease 0s;
}
#fun-facts,#services, #HomeSkills .skills{
	margin-bottom:10px;
	margin-top:10px;
}
#HomeSkills .skills .col-md-1{
	padding-left:0;
	padding-right: 0;
}
#HomeProjects{
	background: none repeat scroll 0 0 #FFF;
	color: #666666;
	text-align: center;
	transition: background 2s ease 0s;
}
#HomeTestimonials{
	background: #5E7A9B;
	background: radial-gradient(#36414e, #253241);
	color: #fff;
	text-align: center;
	transition: background 2s ease 0s;
	min-height: 200px;
}
.testimonials .item blockquote {
	border-left: 0 none;
	font-size: 15px;
	font-weight: 300;
	padding: 0;
	position: relative;
	margin-top: 10px;
	color: #999;
}
.testimonials .item blockquote .fa {
	color: #ef7d69;
	font-size: 22px;
	padding-right: 0.5em;
}
.testimonials .item .source {
	/*color: #ec6952;*/
}
.icons .icon-wrapper {
    background-color: rgba(72, 160, 219, 0.4);
    border-radius: 50%;
    height: 140px;
    margin: 2em auto 0;
    padding: 3em 0;
    text-align: center;
    width: 140px;
}
.icons .icon-wrapper .icon-large {
    color: white;
    display: block;
    font-size: 4em;
}
.fa-service-63:before  { content: "\f07a"; }
.fa-service-62:before  { content: "\f013"; }
.fa-service-61:before  { content: "\f012"; }
.fa-service-60:before  { content: "\f015"; }
.fa-about-contact:before { content: "\f003"; }

/*-------------------------------------------------------------------
                           6. Post
-------------------------------------------------------------------*/

.page-list article {
	padding: 1em;
	margin: 2.3em 0;
	background-color: #fff;
	position: relative;
}


.page-list article:before,
.page-list article:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	   -moz-box-shadow: 0 15px 10px #777;
	        box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
	     -o-transform: rotate(-3deg);
	    -ms-transform: rotate(-3deg);
	        transform: rotate(-3deg);
}

.page-list article:after
{
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
	     -o-transform: rotate(3deg);
	    -ms-transform: rotate(3deg);
	        transform: rotate(3deg);
	right: 10px;
	left: auto;
}

.page-list article:first-child {
	margin-top: 0;
}

.page-list article:last-child {
	margin-bottom: 0;
}

.post-rss {
	color: #dd9933;
}

.post-rss:hover {
	color: #c48c2d;
}

.post-title {
	text-transform: none;
	font-size: 1.8em;
}

.post-bookmark {
	background: transparent url("../images/bookmark.png") no-repeat 0 0;
	display: inline-block;
	speak: none;
	position: absolute;
	width: 42px;
	height: 46px;
	right: 10px;
	top: 0;
}

.post-meta {
	color: #9f9f9f;
	font-size: 13px;
	margin-bottom: 10px;
}

.post-entry {
	clear: both;
}

.post-postarea {
	clear: both;
	padding: 10px 0;
}

.readmore {
	background-color: #dd9933 !important;
	border-color: #dd9933 !important;
	color: #fff !important;
}

.readmore:hover {
	background-color: #c48c2d !important;
	border-color: #c48c2d !important;
}

/*-------------------------------------------------------------------
                           7. Menus
-------------------------------------------------------------------*/

.panel-body ul.menus {
	margin: 0;
	list-style: none;
	background: #efefef;
	text-shadow: 0 1px 0 #fff;
}

.panel-body ul.menus li {
	float: left;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

.panel-body ul.menus li .fa {
	padding-right: 5px;
	color: #999;
	transition: color .25s ease-in;
	-webkit-transition: color .25s ease-in 0;
	   -moz-transition: color .25s ease-in 0;
	     -o-transition: color .25s ease-in 0;
	    -ms-transition: color .25s ease-in 0;
}

.panel-body ul.menus li a {
	padding: 4px 10px 4px 15px;
	display: block;
	font-weight: 500;
	font-size: 13px;
	text-decoration: none;
	line-height: 30px;
	text-shadow: 0 1px 0 #fff;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
}
.panel-body ul.menus li a span {
	margin-left: 6px;
}

.panel-body ul.menus li:last-child a {
	border-bottom: none;
}

.panel-body ul.menus li.active a {
	background: #fff;
	font-weight: bold;
	cursor: default;
	box-shadow: inset 0 0 1px rgba(0,0,0,.1);
}

.panel-body ul.menus li.active a:after {
	content: "";
	position: absolute;
	width: 3px;
	top: -1px;
	bottom: -1px;
	background-color: #ba5d0f;
	background-image: -webkit-linear-gradient(#d26911, #ba5d0f);
	   background-image: -moz-linear-gradient(#d26911, #ba5d0f);
	        background-image: linear-gradient(#d26911, #ba5d0f);
	-webkit-box-shadow: inset -1px -1px 0 rgba(0,0,0,0.1);
	   -moz-box-shadow: inset -1px -1px 0 rgba(0,0,0,0.1);
	        box-shadow: inset -1px -1px 0 rgba(0,0,0,0.1);
	background-repeat: repeat-x;
}

.panel-body ul.menus li.active a,
.panel-body ul.menus li.active a .fa {
	color: #222;
}

.panel-body ul.menus li.parent {
	border-bottom: 1px solid #DDDDDD;
}
.panel-body ul.menus li.parent ul {
	list-style: none;
	margin-left: 1.5em;
	margin-right: 1.5em;
}

.panel-body ul.menus li.parent ul li {
	list-style: none;
	border-left: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
}

.panel-body ul.menus li a i.submenu {
	float: right;
	padding-top: 9px;
}

.panel-body ul.menus li.parent ul li a {
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px;
}

.panel-body ul.menus li.parent ul li:last-child a,
.panel-body ul.menus li a.collapsed {
	border-bottom: none;
}

.frontend .panel-body ul.menus li.active a:after {
	left: -1px;
}

.widget .panel-body ul li, .widget .panel-body ul {
	padding: 0px;
	margin: 0px;
}


/*-------------------------------------------------------------------
                           8. Misc
-------------------------------------------------------------------*/

/* After Button Wrapper: Container for buttons after content */
.ab-wrapper {
	padding: 1.2em 0;
}

.widget .panel-title {
	font-size: 1em;
	color: #555;
	text-shadow: 0 1px 0 #fff;
	text-transform: none;
}

.help {
	margin: 1.5em 0;
	padding: 1.5em;
	border-left: 3px solid #ccc;
	background-color: #f4f8fa;
}

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

.sidebar .panel:first-child {
	margin-top: 1em;
}

.page-header h1 {
	font-size:25px;
}

.title-holder h2 {
	font-size: 18px;
}

#publishing-action .btn {
	margin-right: 20px;
}

.page-img .form-control, .blog-img .form-control {
	height: auto;
}

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

/* Used for tables with strongly pronounced header and footer */
.table-apparent thead tr,
.table-apparent tfoot tr {
	background-color: #eee;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f9f9f9), to(#eeeeee));
	background-image: -webkit-linear-gradient(top, #f9f9f9, 0%, #eeeeee, 100%);
	     background-image: -moz-linear-gradient(top, #f9f9f9 0%, #eeeeee 100%);
	    background-image: linear-gradient(to bottom, #f9f9f9 0%, #eeeeee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffeeeeee', GradientType=0);
}

.table-apparent thead tr th,
.table-apparent tfoot tr th {
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	background-color: transparent;
	border-bottom-width: 1px;
	vertical-align: middle;
}

.btn-sm .fa, .btn-xs .fa {
	font-size: 13px;
}

/* Overrides for Character Counter */
.charleft.text-warning {
	color: #c09853!important;
}


#admin-list-users .user-roles{
	margin: 0 0 10px 25px;
}
.dataTables_filter .col-xs-4{
	padding-left: 5px;
	padding-right: 5px;
}

.sys-icon .col-md-12{
	padding-left: 0;
	padding-right: 0;
}
.sys-icon .select2-container .select2-choice {
	height:34px;
	border: 1px solid #CCCCCC;
}
#form-status.status{
	margin-bottom:10px;
}
div.page-header h1 {
	color: #333;
}

#content.with-tabs {
    margin-top:10px;
}

.widget-menu-management .panel-body {
	padding: 0;
}

/*about css*/

.about h2{
	color:#ccc;
}
.about p{
	color:#444444;
	font-size: 13px;
}
#content {
	text-align: justify;
}

/*portfolio css*/


#portfolio1 .button {
	margin: 10px 0;
}

#filters li {
	background: none repeat scroll 0 0 transparent;
	display: inline;
	padding: 0;
}
#portfolio1 li {
	border: medium none !important;
	display: inline !important;
}

#filters a {
	font-size: 12px;
}
.portfolio li a, .portfolio li a:visited {
	padding: 5px 10px;
}	
.button a, .button a:visited {
	background: none repeat scroll 0 0 #30ADD1;
	border-bottom: 2px solid #29A1C4;
}
.button a, .button a:visited {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100px;
}

#portfolio1 a {
	text-decoration: none;
}
#portfolio {
	text-align: center;
}

.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;
}




#portfolio .element {
	border: 1px solid #DDDDDD;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 10px;
}
#portfolio img {
	height: 150px;
	max-width: 200px;
	padding: 4px;
	width: 200px;
}

#portfolio .pcap {
	line-height: 20px;
}
#portfolio .pcap {
	margin: 0 auto;
	max-width: 200px;
}
#portfolio .pcap {
	background: url("../img/header-back.png") repeat scroll 0 0 #EEEEEE;
	border: 1px solid #EEEEEE;
	padding: 3px 0;

}
#portfolio .pcap p a {
	color: #666666;
	font-size: 12px;
}
element.style {
	left: 0;
	position: absolute;
	top: 0;
	transform: translate(0px, 0px);
}
.isotope .isotope-item {
	transition-property: transform, opacity;
}
.isotope, .isotope .isotope-item {
	transition-duration: 0.8s;
}
.isotope-item {
	z-index: 2;
}

div.page-header h1 {
	font-family: "Oswald";
	font-size: 18px;
	font-weight: normal;
	text-transform: capitalize;
}
div.page-header h1 {
	color: #677E30;
	line-height: 20px;
}
.widget-header h1 {
	display: inline-block;
	left: 5px;
	position: relative;
}

.widget-services .row p a {
	color: #444444;
	font-size: 12px;
	text-decoration: none;
}

/*testimonial css */

#myCarousel .test{
	border-bottom: 2px solid #30ADD1;
}
#myCarousel .test{
	background: none repeat scroll 0 0 #FFFFFF;
	color: #777777;
	font-style: italic;
	line-height: 20px;
	margin: 5px 0 0;
	padding: 8px 12px;
	text-decoration: none;
}

#myCarousel .test-arrow {
	border-top-color: #30ADD1;
	border-bottom-color:#F9F9F9;
	border-left-color:#F9F9F9;
	border-right-color:#F9F9F9;
}

#myCarousel .test-arrow {
	border-style: solid dashed dashed;
	border-width: 1em 0.63em 0.63em;
	display: inline-block;
	font-size: 10px;
	height: 0;
	left: 20px;
	line-height: 0;
	position: relative;
	vertical-align: middle;
	width: 0;
	top: -4px;
}
#myCarousel .tauth {
	color: #888888;
	font-weight: 700;
	left: 10px;
	position: relative;
	top: -6px;
}
.error-page {
	background: url("../img/header-back.png") repeat scroll 0 0 transparent;
	border: 1px solid #DDDDDD;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #666666;
	padding: 20px;
	text-align: center;
}
.error .error-med {
	font-size: 20px;
	line-height: 30px;
}
.error .error-big {
	font-size: 60px;
	line-height: 70px;
}
.error .error-small {
	font-size: 15px;
	margin: 0 auto;
	max-width: 600px;
}
.color {
	color: #30ADD1;
}

/*contact css */

.contactnewcwell {
	background: none repeat scroll 0 0 #F9F9F9;
	border: 1px solid #EEEEEE;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 15px;
	padding: 10px;
	margin-left: 10px;
}
.contactnew  .form-horizontal .control-label {
	text-align: left;
	width:80px;
}

.contactnew .gmap {
	background: none repeat scroll 0 0 #FFFFFF;
	-webkit-box-shadow: 0 0 1px #AAAAAA;
	-moz-box-shadow: 0 0 1px #AAAAAA;
	box-shadow: 0 0 1px #AAAAAA;
	padding: 8px 8px 0;
	margin-bottom: 20px;
}

.contactnew .gmap iframe {
	-webkit-box-shadow: 0 0 1px #AAAAAA;
	-moz-box-shadow: 0 0 1px #AAAAAA;
	box-shadow: 0 0 1px #AAAAAA;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	width: 100%;
}

.cwell {
	background: none repeat scroll 0 0 #F9F9F9;
	border: 1px solid #EEEEEE;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 5px;
	padding: 10px;
}
.contact-sub{
	padding-top:20px;
	margin-bottom: 20px;
}
.contact-list{
	padding-top:20px;
}

.container_footer{
	color:#fff;
	width:100%;
	background-color:#000;
	padding:20px 0;
	border-top:solid 1px #666;
	opacity:0.9;
	filter:alpha(opacity=90);
}

/* faq css*/

.widget {
	margin-bottom: 1.7em;
	position: relative;
	z-index: 10;
}
.widget-content {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E4E4E4;
	border-radius: 5px;
	padding: 15px;
}
.faq-tlt1 h3 {
	color: #666666;
	font-family: "Oswald";
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 0;
	margin-top: 0;
}
.faq-toc ol {
	margin: 0;
	padding: 0;
}
.faq-toc {
	border-style:dotted none;
}
.faq-list ol {
	margin: 2em 0 0;

}
.faq-toc a{
	color:#0088cc;
}
.faq-list h4{
	font-size: 14px;
	color:#793939; 
}
.faq-list p{
	font: 13px/1.7em 'Open Sans';
	margin-left:15px;
}
.faq-toc {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #CCCCCC -moz-use-text-color;
	border-image: none;
	border-style: dotted none;
	border-width: 1px medium;
	margin: 2em 0 0;
	padding: 1.5em 0;
}

.faq-toc ol{
	font: 13px/1.7em 'Open Sans';
}
.faq-toc a {
	margin-left: 0.5em;
}
.faq-toc li, .faq-list li {
	list-style: none outside none;
}

/*features css */

#features h4 i {
	color: #30ADD1;
}
#features h4 i {
	font-size: 22px;
	margin-right: 12px;
	margin-top: 2px;
}

#features .serv {
	background: none repeat scroll 0 0 #F9F9F9;
	border-color: #EEEEEE #EEEEEE #DDDDDD #EEEEEE;
	border-image: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px 1px 2px;
	color: #666666;
	margin-bottom: 20px;
	padding: 5px 10px;
	text-align: center;
	transition: background 2s ease 0s;
	min-height:190px;
	color: #666666;
	text-align: center;
}

#features .serv.simg i {
	color: #30ADD1;
}

#features .serv.simg i {
	height: 50px;
	line-height: 50px;
	margin:auto;
}

#features .serv.simg.col-md-3{
	width:23.0769%;
	margin-left:10px;
}

#features h4{
	font-family: "Oswald";
	font-weight: normal;
	margin: 3px 0;
	font-size: 18px;
	line-height: 20px;
}

#features p {
	font-size: 12px;
}

/* features end */

#row-content.col-md-9{
	padding-left:0;
}

.widget-plain .widget-content {
	border: medium none;
}

.panel-heading .panel-title{
	font-family: "Oswald";
	text-transform: inherit;
	font-size: 14px;
}
.panel-heading.page-header{
	color:#677E30;
	font-size:18px;
	margin:0;
}
.faq .panel-title i{
	color:#555555;
}

ul.unstyled, ol.unstyled {
	list-style: none outside none;
}

#prj.row{
	padding-left: 5px;
	padding-right: 5px;
}
.servlist p{
	padding-left: 20px;
}

.servlist ul{
	margin-left: 15px;
}

.widget .panel-heading{
	padding:3px 15px;
}

#submitdiv .panel-heading{
	padding:3px 15px;
}

#categorydiv .panel-heading{
	padding:3px 15px;
}

#commentdiv .panel-heading{
	padding:3px 15px;
}

.widget-about-contact.panel{
	padding:0;
	background-color: transparent;
	border: none;
	box-shadow: none;
	margin-bottom: 0;
}

.widget-about-contact > .panel-body{
	padding:0;
}
.widget-about-contact > .panel-body > .panel > .panel-heading{
	border-color: transparent;
	padding: 0;
    text-align: center;
}
.panel-heading .hire{
	color: #0088cc;
	display: inline-block;
	height:40px;
	border-color: transparent;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
	text-transform: capitalize;
}
.panel-heading h4.hire a{
	text-decoration: none;
}

.text-center.col-md-6{
	padding-left:2px;
	padding-right:2px;
	text-align: left;
	margin-left:0;
}

.widget-about-service .panel-body, 
.widget-about-product .panel-body,
.widget-about-project .panel-body{
	padding:0;
}
.widget-about-service .panel-body .list-group-item, 
.widget-about-product .panel-body .list-group-item, 
.widget-about-project .panel-body .list-group-item{
	border-right: none;
	border-right: none;
}
.wid.list-group{
	margin-bottom: 2px;
}
.wid .list-group-item .thumbnail{
	margin-right: 3px;
}

.wid .thumbnail{
	padding:2px;
}

.wid .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: none;
}

.wid .list-group-item p{
	line-height:16px;
}

#myTabContent h3{
	padding-left:10px;
}

.gallary111 img {
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	height: 150px;
	margin: 10px;
	max-width: 200px;
	padding: 4px;
	width: 200px;
}

.widget-content.contact-sup{
	padding:0;
}
.widget-content.faq-tlt1{
	padding:5px;
}
.faq-container .form-control{
	width:auto;
}

.gallary111 .col-md-3{
	padding-left: 2px;
	padding-right: 10px;
}

.news-time{
	color:#428BCA;
}
.oauth-buttons .btn.btn-default {
	margin: 1em;
	min-width: 120px;
}
.help-signin {
	background: none repeat scroll 0 0 #FDFDFD;
	border: 1px dashed #E4E4E4;
	border-radius: 4px;
	color: #333333;
	font-family: Cambria,Georgia,serif;
	font-size: 100%;
	line-height: 120%;
	margin: 1em 0.2em;
	padding: 0.8em 0.9em;
}

.product-settings-form .set-check .checkbox,
.project-settings-form .set-check .checkbox ,
.service-settings-form .set-check .checkbox {
	margin-left: 20em;
}

.login-checkbox.checkbox {
	display:inline-block;
	margin-bottom: 0;
	margin-top: 0;
	min-height: 20px;
	padding-left: 20px;
   
}
#form-subscribe.btn{
	border-radius:0 4px 4px 0;
}

.list-group-item:last-child {
	margin-bottom: -1px;
}
.list-all .panel-heading{
	padding:5px 10px;
}
.list-all .panel-heading .btn{
	padding:2px 10px;
	margin-right:5px;
}
.list-all .panel-heading h3{
	line-height: 1.2em;
}
.list-all.panel-default > .panel-heading {
    border: none;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #428bca;
    color: #fff; 
}

/* user profile */
.posts {
	display: block;
	width: 100%;
}
.posts li {
	border-bottom: 1px solid #DDDDDD;
	height: 100%;
	position: relative;
	width: 100%;
	list-style: none;
	padding-left:30px;
}
.paddingPost {
	display: block;
	overflow: hidden;
	padding: 12px 10px;
}

.paddingPost.panel-body{
	padding:0;
}

.avatar_user {
	border-radius: 3px;
	display: block;
	float: left;
}

.detail{
	float: right;
	height: 100%;
	position: relative;
	width: 87.037%;
}
.bio{
	float:left;
}
.list-all .friends img{
	height:50px;
	width:50px;
	display:inline-block;
}
.list-all .allusers img{
	height:80px;
	width:80px;
}
.list-all .friends .fa{
	padding-top:15px;
}
.list-all .all-view{
	padding-right: 5px;
}
.list-group-item.friends, .list-group-item.allusers{
	border-left: none;
	border-right: none;
}
.list-all1 .panel-heading{
	border-bottom: none;
}
/* end of user profile */


@media(min-width:320px) and (max-width:1020px){
	.equal .caro-generic{
		margin-top:20px;
		height:auto;
	}
	.caro-generic.col-md-8{
		padding-left:0;
	}
	#services .widget-hservice{
		margin-bottom: 10px;
	}
}

@media(min-width:320px) and (max-width:991px){
	#features .serv.simg.col-md-3{
		width:90%;
		min-height:100px;
	}
	
}

@media(min-width:320px) and (max-width:767px){

	#pro-latest .testi img{
		margin-left:30px;
		padding-left:20px;
		margin-bottom:15px;
	}
	#services{
		margin-bottom:1em;
	}
	#fun-facts .fact-inner{
		margin-bottom:10px;
	}
	/*.footer{
		min-height:90px;
	}*/
}
@media(min-width:768px) and (max-width:991px){
	#fun-facts .fact-inner{
		margin-bottom: 3px;
	}
	.navbar{
	background-color: #FAFAFA;
	background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
	background-repeat: repeat-x;
	opacity: 0.8;
	margin-bottom: 2px;
    padding: 6px 10px;
	height:auto;
	}
	main{
		margin-top:20px;
	}
	main.default{
		margin-top:40px;
	}	
}
@media(min-width:768px) {
	section.content h2 {
		font-size: 3.5em;
		font-weight: 800;
		line-height: 1.3;
		margin: 0.3em auto 0.5em;
		padding: 0 3em;
	}
	.test-item h4{
		line-height:35px;
		font-weight: 100;
		margin:0.5em 11em;
	}
}
