@charset "utf-8";
/* CSS Document */
.btn-social {
  color: #aaa;
  border: solid 1px #aaa;
  padding: 8px 0px;
  width: 150px;
  text-align: center;
  margin: 0 5px 5px 0;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: background .25s ease;
  -moz-transition: background .25s ease;
  -ms-transition: background .25s ease;
  -o-transition: background .25s ease;
  transition: background .25s ease;
}
.btn-social.btn-social-white {
  color: #fff !important;
  border-color: #fff !important;
}
.btn-social:hover {
  text-decoration: none;
  background-color: #aaa;
  color: #fff;
}
.btn-social:active {
  box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.2);
}
.btn-social-white {
  color: #fff;
  border-color: #fff;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.btn-social-white:hover {
  color: #0099da;
  border-color: #0099da;
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-social .fa {
  margin: 0 10px 0 0;
  font-size: 18px;
}
.btn-social.solid:hover {
  text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
}
.btn-social.sm {
  width: 32px;
  height: 32px;
}
.btn-social.lg {
  width: 220px;
  padding: 12px 0;
}
.btn-social.xl-lg {
  width: 400px;
  padding: 18px 0;
}
.btn-social.round {
  border-radius: 5px;
}
.btn-social.sm .fa {
  margin: 0;
}
.btn-social.rss {
  color: #ef922f;
  border-color: #ef922f;
}
.btn-social.rss:hover,
.btn-social.rss.solid {
  color: #fff;
  background-color: #ef922f;
}
.btn-social.facebook {
  color: #3b5998;
  border-color: #3b5998;
}
.btn-social.facebook:hover,
.btn-social.facebook.solid {
  color: #fff;
  background-color: #3b5998;
}
.btn-social.twitter {
  color: #00aced;
  border-color: #00aced;
}
.btn-social.twitter:hover,
.btn-social.twitter.solid {
  color: #fff;
  background-color: #00aced;
}

.btn-social.google-plus {
  color: #dd4b39;
  border-color: #dd4b39;
}
.btn-social.google-plus:hover,
.btn-social.google-plus.solid {
  color: #fff;
  background-color: #dd4b39;
}
.btn-social.youtube {
  color: #bb0000;
  border-color: #bb0000;
}
.btn-social.youtube:hover,
.btn-social.youtube.solid {
  color: #fff;
  background-color: #bb0000;
}
.btn-social.linkedin {
  color: #007bb6;
  border-color: #007bb6;
}
.btn-social.linkedin:hover,
.btn-social.linkedin.solid {
  color: #fff;
  background-color: #007bb6;
}
.btn-social.instagram {
  color: #517fa4;
  border-color: #517fa4;
}
.btn-social.instagram:hover,
.btn-social.instagram.solid {
  color: #fff;
  background-color: #517fa4;
}
.btn-social.pinterest {
  color: #cb2027;
  border-color: #cb2027;
}
.btn-social.pinterest:hover,
.btn-social.pinterest.solid {
  color: #fff;
  background-color: #cb2027;
}
.btn-social.wordpress {
  color: #4597be;
  border-color: #4597be;
}
.btn-social.wordpress:hover,
.btn-social.wordpress.solid {
  color: #fff;
  background-color: #4597be;
}
.btn-social.git {
  color: #666;
  border-color: #666;
}
.btn-social.git:hover,
.btn-social.git.solid {
  color: #fff;
  background-color: #666;
}
.btn-social.flickr {
  color: #ff0084;
  border-color: #ff0084;
}
.btn-social.flickr:hover,
.btn-social.flickr.solid {
  color: #fff;
  background-color: #ff0084;
}
.btn-social.stack-overflow {
  color: #bbb;
  border-color: #bbb;
}
.btn-social.stack-overflow:hover,
.btn-social.stack-overflow.solid {
  color: #fff;
  background-color: #bbb;
}
.btn-social.vine {
  color: #00b48a;
  border-color: #00b48a;
}
.btn-social.vine:hover,
.btn-social.vine.solid {
  color: #fff;
  background-color: #00b48a;
}
.btn-social.dribbble {
  color: #f26798;
  border-color: #f26798;
}
.btn-social.dribbble:hover,
.btn-social.dribbble.solid {
  color: #fff;
  background-color: #f26798;
}
.btn-social.foursquare {
  color: #0072b1;
  border-color: #0072b1;
}
.btn-social.foursquare:hover,
.btn-social.foursquare.solid {
  color: #fff;
  background-color: #0072b1;
}
.btn-social.tumblr {
  color: #32506d;
  border-color: #32506d;
}
.btn-social.tumblr:hover,
.btn-social.tumblr.solid {
  color: #fff;
  background-color: #32506d;
}
.social-icon-ar {
  display: inline-block;
  width: 44px;
  height: 44px;
  color: #fff;
  text-align: center;
  font-size: 28px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin: 0 20px 20px 0;
}
.social-icon-ar .fa {
  padding-top: 10px;
}
.social-icon-ar:hover {
  color: #fff;
  text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.social-icon-ar.round {
  border-radius: 5px;
}
.social-icon-ar.circle {
  border-radius: 40px;
}
.social-icon-ar.sm {
  width: 25px;
  height: 25px;
  margin: 0 10px 10px 0;
  font-size: 15px;
}
.social-icon-ar.sm .fa {
  padding-top: 6px;
}
.social-icon-ar.tumblr {
  background-color: #32506d;
  background-image: -webkit-linear-gradient(bottom, #32506d, #426a90);
  background-image: -moz-linear-gradient(bottom, #32506d, #426a90);
  background-image: -o-linear-gradient(bottom, #32506d, #426a90);
  background-image: linear-gradient(to top, #32506d, #426a90);
}
.social-icon-ar.rss {
  background-color: #ef922f;
  background-image: -webkit-linear-gradient(bottom, #ef922f, #f3ab5e);
  background-image: -moz-linear-gradient(bottom, #ef922f, #f3ab5e);
  background-image: -o-linear-gradient(bottom, #ef922f, #f3ab5e);
  background-image: linear-gradient(to top, #ef922f, #f3ab5e);
}
.social-icon-ar.twitter {
  background-color: #00aced;
  background-image: -webkit-linear-gradient(bottom, #00aced, #21c2ff);
  background-image: -moz-linear-gradient(bottom, #00aced, #21c2ff);
  background-image: -o-linear-gradient(bottom, #00aced, #21c2ff);
  background-image: linear-gradient(to top, #00aced, #21c2ff);
}
.social-icon-ar.facebook {
  background-color: #3b5998;
  background-image: -webkit-linear-gradient(bottom, #3b5998, #4c70ba);
  background-image: -moz-linear-gradient(bottom, #3b5998, #4c70ba);
  background-image: -o-linear-gradient(bottom, #3b5998, #4c70ba);
  background-image: linear-gradient(to top, #3b5998, #4c70ba);
}
.social-icon-ar.linkedin {
  background-color: #007bb6;
  background-image: -webkit-linear-gradient(bottom, #007bb6, #009de9);
  background-image: -moz-linear-gradient(bottom, #007bb6, #009de9);
  background-image: -o-linear-gradient(bottom, #007bb6, #009de9);
  background-image: linear-gradient(to top, #007bb6, #009de9);
}
.social-icon-ar.pinterest {
  background-color: #cb2027;
  background-image: -webkit-linear-gradient(bottom, #cb2027, #e03e44);
  background-image: -moz-linear-gradient(bottom, #cb2027, #e03e44);
  background-image: -o-linear-gradient(bottom, #cb2027, #e03e44);
  background-image: linear-gradient(to top, #cb2027, #e03e44);
}
.social-icon-ar.instagram {
  background-color: #517fa4;
  background-image: -webkit-linear-gradient(bottom, #517fa4, #7098b8);
  background-image: -moz-linear-gradient(bottom, #517fa4, #7098b8);
  background-image: -o-linear-gradient(bottom, #517fa4, #7098b8);
  background-image: linear-gradient(to top, #517fa4, #7098b8);
}
.social-icon-ar.google-plus {
  background-color: #dd4b39;
  background-image: -webkit-linear-gradient(bottom, #dd4b39, #e47365);
  background-image: -moz-linear-gradient(bottom, #dd4b39, #e47365);
  background-image: -o-linear-gradient(bottom, #dd4b39, #e47365);
  background-image: linear-gradient(to top, #dd4b39, #e47365);
}
.social-icon-ar.youtube {
  background-color: #bb0000;
  background-image: -webkit-linear-gradient(bottom, #bb0000, #ee0000);
  background-image: -moz-linear-gradient(bottom, #bb0000, #ee0000);
  background-image: -o-linear-gradient(bottom, #bb0000, #ee0000);
  background-image: linear-gradient(to top, #bb0000, #ee0000);
}
.social-icon-ar.git {
  background-color: #666;
  background-image: -webkit-linear-gradient(bottom, #666, #808080);
  background-image: -moz-linear-gradient(bottom, #666, #808080);
  background-image: -o-linear-gradient(bottom, #666, #808080);
  background-image: linear-gradient(to top, #666, #808080);
}
.social-icon-ar.wordpress {
  background-color: #4597be;
  background-image: -webkit-linear-gradient(bottom, #4597be, #6baccb);
  background-image: -moz-linear-gradient(bottom, #4597be, #6baccb);
  background-image: -o-linear-gradient(bottom, #4597be, #6baccb);
  background-image: linear-gradient(to top, #4597be, #6baccb);
}
.social-icon-ar.flickr {
  background-color: #ff0084;
  background-image: -webkit-linear-gradient(bottom, #ff0084, #ff339d);
  background-image: -moz-linear-gradient(bottom, #ff0084, #ff339d);
  background-image: -o-linear-gradient(bottom, #ff0084, #ff339d);
  background-image: linear-gradient(to top, #ff0084, #ff339d);
}
.social-icon-ar.stack-overflow {
  background-color: #bbb;
  background-image: -webkit-linear-gradient(bottom, #bbb, #d4d4d4);
  background-image: -moz-linear-gradient(bottom, #bbb, #d4d4d4);
  background-image: -o-linear-gradient(bottom, #bbb, #d4d4d4);
  background-image: linear-gradient(to top, #bbb, #d4d4d4);
}
.social-icon-ar.vine {
  background-color: #00b48a;
  background-image: -webkit-linear-gradient(bottom, #00b48a, #00e7b1);
  background-image: -moz-linear-gradient(bottom, #00b48a, #00e7b1);
  background-image: -o-linear-gradient(bottom, #00b48a, #00e7b1);
  background-image: linear-gradient(to top, #00b48a, #00e7b1);
}
.social-icon-ar.dribbble {
  background-color: #f26798;
  background-image: -webkit-linear-gradient(bottom, #f26798, #f696b8);
  background-image: -moz-linear-gradient(bottom, #f26798, #f696b8);
  background-image: -o-linear-gradient(bottom, #f26798, #f696b8);
  background-image: linear-gradient(to top, #f26798, #f696b8);
}
.social-icon-ar.foursquare {
  background-color: #0072b1;
  background-image: -webkit-linear-gradient(bottom, #0072b1, #0093e4);
  background-image: -moz-linear-gradient(bottom, #0072b1, #0093e4);
  background-image: -o-linear-gradient(bottom, #0072b1, #0093e4);
  background-image: linear-gradient(to top, #0072b1, #0093e4);
}
#panel
{
text-align: justify;
font-size: 16px; 
line-height: 22px;
}


blog-content>ul {
	overflow: auto;
}

blog-content>ul>li {
	list-style-type: none;
	float: left;
}

.ul li a i {
	background: #205D7A;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	font-size: 25px;
	text-align: center;
	margin-right: 10px;
	padding-top: 15%;
}

.icon-ar {
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #0099da;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
  margin: 0 5px 5px 0;
  text-align: center;
  line-height: 2.2;
}
.icon-ar.icon-ar-square {
  border-radius: 0;
}
.icon-ar.icon-ar-round {
  border-radius: 5px;
}
.icon-ar.icon-ar-circle {
  border-radius: 100px;
}
.icon-ar.icon-ar-inverse {
  background-color: transparent;
  color: #0099da;
  border: solid 1px #0099da;
}
.icon-ar.icon-ar-inverse.icon-ar-no-border {
  width: auto;
  height: auto;
  line-height: 1;
  border: none;
  font-size: 60px;
}
.icon-ar.icon-ar-sm {
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 2;
}
.icon-ar.icon-ar-lg {
  width: 50px;
  height: 50px;
  font-size: 22px;
  line-height: 2.2;
}
.icon-ar.icon-ar-xl-lg {
  width: 80px;
  height: 80px;
  font-size: 36px;
  line-height: 2.2;
}
.icon-ar.icon-ar-xxl-lg {
  width: 120px;
  height: 120px;
  font-size: 48px;
  line-height: 2.6;
}
.icon-ar.icon-ar-white {
  background-color: #fff;
  color: #0099da;
}
.icon-ar.icon-ar-white.icon-ar-inverse {
  background-color: transparent;
  color: #fff;
  border: solid 1px #fff;
}
.icon-ar.icon-ar-danger {
  background-color: #d9534f;
}
.icon-ar.icon-ar-warning {
  background-color: #f0ad4e;
}
.icon-ar.icon-ar-success {
  background-color: #02c66c;
}
.icon-ar.icon-ar-info {
  background-color: #54c8eb;
}
.icon-ar.icon-ar-help {
  background-color: #ac60d0;
}
.icon-ar.icon-ar-black {
  background-color: #333;
}
.icon-ar.icon-ar-inverse.icon-ar-white {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.icon-ar.icon-ar-inverse.icon-ar-danger {
  background-color: transparent;
  color: #d9534f;
  border-color: #d9534f;
}
.icon-ar.icon-ar-inverse.icon-ar-warning {
  background-color: transparent;
  color: #f0ad4e;
  border-color: #f0ad4e;
}
.icon-ar.icon-ar-inverse.icon-ar-success {
  background-color: transparent;
  color: #02c66c;
  border-color: #02c66c;
}
.icon-ar.icon-ar-inverse.icon-ar-info {
  background-color: transparent;
  color: #54c8eb;
  border-color: #54c8eb;
}
.icon-ar.icon-ar-inverse.icon-ar-help {
  background-color: transparent;
  color: #ac60d0;
  border-color: #ac60d0;
}
.icon-ar.icon-ar-inverse.icon-ar-black {
  background-color: transparent;
  color: #333;
  border-color: #333;
}
a > .icon-ar.icon-ar-inverse:hover {
  background-color: #0099da;
  color: #fff;
}
.table-striped-primary > tbody > tr:nth-child(odd) > td,
.table-striped-primary > tbody > tr:nth-child(odd) > th {
  background-color: #0099da;
  color: #fff;
}
.fa-google-plus:before {
    content: "\f0d5";
}

#footer-widgets {
  background :#096773 none repeat scroll 0 0;
  color: #eee;
  padding: 10px 0 20px 0;
  margin-top: 30px;
  border-top: solid 1px #ccc;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
}
.footer-widget-title {
  font-family: 'Lato', sans-serif;
  font-size: 1.6em;
  color: #0eb7ff;
}
#footer-widgets a {
  color: #eee;

  text-decoration: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#footer-widgets a:hover {
  color: #0eb7ff;
}
#footer {
  background: #0A5058 none repeat scroll 0 0;
  color: #ccc;
  padding: 17px 0;
  text-align: center;
  border-top: solid 1px #034952;
}
#footer a {
  color: #0099da;
  text-decoration: none;
}
#footer a:hover {
  color: #0099da;
}
#footer p {
  margin: 0;
  padding: 0;
  line-height: 100%;
}
.footer-widget .media {
  margin-bottom: 10px;
}
.footer-widget .media .media-heading {
  font-size: 1.1em;
  line-height: 1.3em;
}
.footer-widget small {
  color: #ccc;
  font-style: oblique;
}
.footer-widget .thumbnail {
  border-color: #666;
  background-color: rgba(0, 0, 0, 0.2);
}
.three_cols {
  overflow: hidden;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-unstyled > li {
    padding-bottom: 5px;
    font-size: 15px;
}
.three_cols > li {
    

  float: left;
  width: 33.333%;
  padding-bottom: 2px;
  padding-top: 1px;
}

.three_cols > i {
    

  float: left;
  width: 33.333%;
  padding-bottom: 2px;
  padding-top: 1px;
}
.input-group > input[type="text"] {
  height: 34px;
  position: relative;
  z-index: 3;
}
input.input-lg[type="text"] {
  height: 40px !important;
}

.icon-list, .icon-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.icon-list li {
  margin: 1em;
  margin-left: 3em;
}
.icon-list li:before {
  content: '\f006'; /* fa-star */
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #0074D9;
}


/*-------------------------------------------------------------------*/
/* Pricing */
/*-------------------------------------------------------------------*/
.pricign-box {
  border: solid 1px #444;
  -webkit-box-shadow: 3px 3px 8px 0px #cccccc;
  -moz-box-shadow: 3px 3px 8px 0px #cccccc;
  box-shadow: 3px 3px 8px 0px #cccccc;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pricign-box:hover {
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.39);
}
.pricing-box-header {
  color: #fff;
  background-color: #444;
  padding: 10px;
}
.pricing-box-header > h2 {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 100%;
  font-size: 2em;
  text-align: center;
  color: #fff;
}
.pricing-box-header > p {
  font-size: .9em;
  font-weight: 300;
  text-align: center;
  margin: 0;
}
.pricing-box-price {
  padding: 10px;
  margin-bottom: 7px;
  background-color: #ededed;
  border-bottom: solid 1px #ddd;
}
.pricing-box-price h3 {
  margin: 0;
  padding: 0;
  line-height: 100%;
  font-size: 2em;
  text-align: center;
}
.pricing-box-price h3 > sub {
  font-size: .6em;
}
.pricing-box-content > ul {
  padding: 0;
}
.pricing-box-content > ul > li {
  list-style-type: none;
  padding: 7px 0;
  border-bottom: dotted 1px #ddd;
  vertical-align: top;
}
.pricing-box-content > ul > li > i {
  margin: 0 14px;
  font-size: 1.4em;
  list-style-position: inside;
}
.pricing-box-footer {
  margin: 10px auto;
  text-align: center;
}
.pricign-box-pro {
  border-color: #0099da;
}
.pricign-box-pro > .pricing-box-header {
  color: #fff;
  background-color: #0099da;
}
/* Pricing Mega Table */
.pricing-table {
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  margin-bottom: 40px;
}
.pricing-table-head {
  border-bottom: solid 1px #ddd;
}
.pricing-table-head .price {
  text-align: center;
}
.pricing-table-content {
  list-style-type: none;
  padding: 0;
  font-size: .9em;
  margin: 0;
}
.pricing-table-content li {
  padding: 5px 10px;
  border-bottom: solid 1px #ddd;
  margin: 0;
}
.border-fix-pricing {
  border-right: solid 1px #ddd;
}
.pricing-table-description {
  margin-top: 70px;
}
.pricing-desc-title {
  font-size: 24px;
  text-align: center;
  background-color: #0099da;
  color: #fff;
  margin: 0;
  padding: 21px 5px 20px 5px;
  height: 69px;
}
.pricing-table-head h2 {
  font-size: 1.3em;
  text-align: center;
  background-color: #0099da;
  color: #fff;
  margin: 0;
  padding: 10px 5px;
  font-weight: 400;
  height: 70px;
}
.pricing-table-head h2 span {
  font-size: 12px;
  display: block;
  padding-top: 5px;
}
.pricing-table-head .price {
  font-size: 1em;
}
.pricing-table-head .price {
  font-size: 24px;
  font-weight: 400;
  height: 32px;
}
.pricing-table-head .price i {
  font-style: normal;
  font-size: 32px;
}
.pricing-table-content {
  text-align: center;
}
.pricing-table-description .pricing-table-content {
  text-align: left;
}
.pricing-table-content li:nth-child(2n+1) {
  background-color: #f9f9f9;
}
.pricing-table-description i {
  margin-right: 10px;
  color: #0099da;
  font-size: 1.1em;
}
.pricing-table-footer .btn {
  border-radius: 0px;
}
.pricing-table-content .fa-check {
  color: #02c66c;
}
.pricing-table-content .fa-times {
  color: #d9534f;
}
@media (min-width: 992px) {
  .pricing-col {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .pricing-table-content span {
    display: block;
  }
  .pricing-table {
    border-right: solid 1px #ddd;
  }
}

