/*

[Responsive Stylesheet]

[Table of contents]

LARGE DEVICES, WIDE SCREENS
MEDIUM DEVICES, DESKTOPS
SMALL DEVICES, TABLETS
SMALL DEVICES, SMARTPHONES
CUSTOM, IPHONE RETINA

*/

/*------------------------------------*\
    LARGE DEVICES, WIDE SCREENS
\*------------------------------------*/

@media screen and (max-width: 1200px) {
	#page-title .big-error {
		padding: .07em .11em;
		font-size: 120px;
	}
}


/*------------------------------------*\
    MEDIUM DEVICES, DESKTOPS
\*------------------------------------*/

@media screen and (max-width: 991px) {
	
    .banner-slider .owl-buttons {
        display: none;
    }
    .banner-slider {
        padding-top: 98px;
    }
    .banner-slider .owl-controls .owl-prev,
    .banner-slider .owl-controls .owl-next {
        margin-top: 60px;
    }
    #header {
		padding-top: 110px;
	}
    #page-title {
        margin-top: 124px;
    }
	#page-title .big-error {
		padding: .07em .11em;
		font-size: 80px;
	}
    #menu {
        top: 0;
    }
    .pricing-table .item {
        margin-bottom: 30px;
    }
	
	.pricing-table2 table {
		border: 0;
	}
	.pricing-table2 table thead {
		display: none;
	}
	.pricing-table2 table tr {
		margin-bottom: 10px;
		display: block;
		border-bottom: 2px solid #ddd;
		background-color: #fff;
	}
	.pricing-table2 table tbody tr:nth-child(even) td {
		background-color: #fff;
	}
	.pricing-table2 table td {
		display: block;
		text-align: right;
		font-size: 13px;
		border-bottom: 1px dotted #ccc;
	}
	.pricing-table2 table td:last-child {
		border-bottom: 0;
	}
	.pricing-table2 table td span.labelText {
		float: left;
		text-transform: uppercase;
		font-weight: bold;
	}
    #articles {
        padding-bottom: 60px;
    }
    #footer {
        padding-bottom: 0;
    }
    #footer .contact-info a {
        margin-bottom: 50px;
        display: inline-block;
    }
    .contents hr {
        display: none;
    }
    .contents .item {
        border-bottom: 1px solid #fff;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
	.assets-table table thead th,
	.assets-table table td {
      font-size: 12px;
    }
    .assets-table.break table {
      border: 0;
    }
    .assets-table.break table thead {
      display: none;
    }
    .assets-table.break table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 1px solid #ddd;
    }
    .assets-table.break table td,
	.assets-table.break table td.small {
      display: block;
      text-align: center;
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
    }
	.assets-table.break table td.small {
      font-size: 12px;
    }
    .assets-table.break table td:last-child {
      border-bottom: 0;
    }
    .assets-table.break table td span.labelText {
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
	.assets-table.break table tbody tr,
	.assets-table.break table tbody tr:nth-child(even) {
		background-color: #fff;
	}
	.assets-table.break table tbody tr.link:hover {
		background-color: #fff;
	}
	.pricing-table2 table th,
	.pricing-table2 table td {
		display: block;
		text-align: center;
    }
	.general-form.narrow {
		padding: 0 10px;
	}
	
}

@media screen and (min-width: 767px) and (max-width: 991px) {
	
    #page-title .big-error {
		padding: .07em .11em;
		font-size: 70px;
	}
	.primary-menu-links li a {
        padding: 15px 12px;
    }
    .primary-social-menu-links li a {
        padding: 15px 8px;
    }
    .secondary-menu-links > li > a {
        padding: 15px 10px;
    }
    .registration-links {
        margin-left: 10px;
    }
    .contents .item.last {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
	.side-panel {
	   margin-bottom: 20px;
	}
}


/*------------------------------------*\
    SMALL DEVICES, TABLETS
\*------------------------------------*/

@media screen and (max-width: 767px) {
	
	#articles,
	#contact-area,
	#contact-us,
	#cta,
	#development-cycle,
	#features,
	#screenshots,
	#our-work,
	#team,
	#history,
	#overview,
	#buy,
	#social,
	#steps,
	#subscribe,
	#support,
	#testimonials,
	#product-help,
	#download,
	#downloads,
	#difference {
    	padding: 40px 0;
	}
	#article,
	#basket,
	#information,
	#site-map,
	#orders,
	#products-overview,
	#support-ticket,
	#support-tickets,
	#licences {
    	padding: 30px 0 20px;
	}
	#contents,
	#contents2 {
		padding: 40px 0 30px;
	}
	#articles .list-item {
		text-align: center;
	}
	#articles .list-item .content,
	#articles .list-item .content.long {
		min-height: auto;
		margin-bottom: 20px;
	}
	#article .introduction h2 {
		font-size: 20px;
		line-height: 28px;
		margin-top: 20px;
	}
	#article .metadata {
		font-size: 14px;
	}
	#articles .list-item .image img {
		max-width: 330px;
		margin: 0 auto;
	}
	.accordion .panel-heading a {
		padding: 9px 10px;
	}
	.accordion .panel-body {
		font-size: 14px;
		line-height: 22px;
	}
	a.btn-custom-reverse.push,
	.btn-custom-reverse.push {
		margin-bottom: 10px !important;
	}
	#page-title {
        margin-top: 100px;
		padding: 50px 0;
    }
	#page-title h1,
	#page-title2 h1 {
		font-size: 30px;
		line-height: 36px;
	}
	#page-title img {
    	max-width: 100%;
	}
	#page-title .logo img {
		max-width: 80%;
	}
	#page-title .big-error {
		padding: .07em .11em;
		font-size: 60px;
	}
	.section-title h1 {
		font-size: 30px;
		line-height: 36px;
	}
	.section-title h2 {
		font-size: 24px;
    	line-height: 30px;
		margin-bottom: 40px;
	}
	.section-body p,
	.section-body p a,
	.section-body ul,
	.section-body ul a,
	.section-body ol,
	.section-body ol a {
		font-size: 14px;
		line-height: 22px;
	}
	.section-body h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.section-body h3 {
		font-size: 20px;
		line-height: 26px;
	}
	.section-body h4 {
		font-size: 16px;
		line-height: 22px;
	}
	.section-body h5 {
		font-size: 14px;
		line-height: 20px;
	}
	.section-body h6 {
		font-size: 14px;
		line-height: 20px;
	}
	.section-body img {
		max-width: 100%;
	}
	.scroll-up {
		bottom: 15px;
		right: 15px;
		font-size: 16px;
		font-weight: 400;
		line-height: 0.6;
		height: 30px;
		width: 30px;
		padding: 7px 8px;
	}
	.side-panel {
	   margin-bottom: 20px;
	}
	#header {
		height: auto;
		min-height: auto;
		padding-top: 155px;
	}
    .primary-menu-links > li:first-child > a {
        padding-left: 15px;
    }
    #primaryNavbar {
        padding: 0 15px;
    }
    .primary-social-menu-links li {
        float: left;
    }
    #secondaryMenu {
		padding: 10px 0px 10px 0px;
	}
    #secondaryMenu a.navbar-brand {
        margin-top: 0;
        padding-left: 15px;
    }
    .secondary-menu-links {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        height: 320px;
        overflow-y: auto;
    }
    .secondary-menu-links > li:hover > .dropdown-menu {
        display: none;
    }
    .secondary-menu-links > li.open > .dropdown-menu {
        display: block;
		background-color: #FF6C3A;
        text-align: center;
    }
    .secondary-menu-links .open .dropdown-menu>li>a {
        padding: 12px 15px;
    }
	.secondary-menu-links .open .dropdown-menu>li>a:hover,
	.secondary-menu-links .open .dropdown-menu>li>a:focus,
	.secondary-menu-links .open .dropdown-menu>li.active>a {
		background-color: #D86139;
	}
    .registration-links {
        margin: 15px;
        float: none;
        display: block;
        text-align: center;
    }
	.banner-slider .item .row {
		display: block;
		width: auto;
	}
	.banner-slider .item .row > div {
		display: block;
	}
	.banner-slider .item .image {
		display: none;
	}
	.banner-slider .item .content {
		text-align: center;
	}
	.banner-slider .item .content h1,
	.banner-slider .item .content h2 {
		font-size: 28px;
		line-height: 38px;
	}
	.banner-slider .item .content h1 span,
	.banner-slider .item .content h2 span {
		font-size: 38px;
		line-height: 46px;
	}
	.banner-slider .item .content p {
		font-size: 16px;
		line-height: 24px;
	}
	.header-slider .content-holder + .image-holder,
	.header-slider .image-holder + .content-holder {
		margin: 45px auto 50px;
	}
    #copyright p.left, #copyright p.right {
        float: none;
        text-align: center;
    }
    #copyright p.left {
        margin: 0 0 20px;
    }
	#subscribe h2 {
		font-size: 22px;
		line-height: 30px;
	}
	#site-map ul li {
		font-size: 14px;
		line-height: 24px;
		padding-left: 0px;
		text-align: center;
	}
	#site-map ul li.section-name {
		font-size: 16px;
		line-height: 26px;
		text-align: center;
	}
	ul.timeline:before {
        display: none;
	}
	ul.timeline > li {
		margin-bottom: 0px;
		position: relative;
		width: 100%;
		float: left;
		clear: left;
	}
	ul.timeline > li > .dot {
		left: 28px;
		margin-left: 0;
		top: 16px;
	}
	ul.timeline > li > .panel {
		float: right;
        width: 100%;
        overflow: hidden;
	}
    .timeline > li:nth-child(odd) > .panel,
    .timeline > li:nth-child(even) > .panel {
        margin: 0;
    }
	ul.timeline > li > .panel:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto;
	}
	ul.timeline > li > .panel:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto;
	}
	.timeline > li.inverted {
		float: left;
		clear: left;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.timeline > li.inverted > .badge {
		left: 28px;
	}
    
    .testimonial-slider.overload .owl-controls {
        margin-top: 0;
        margin-bottom: 0;
    }
    .testimonial-slider.overload .owl-page {
        width: auto;
        height: auto;
        margin: 0px 16px;
        padding: 0;
        border: none;
    }
    .testimonial-slider.overload .owl-page:before {
        bottom: 0;
    }
    .testimonial-slider.overload .owl-page span {
        display: none;
    }
    .testimonial-slider.overload .recommender-info {
        margin-top: 50px;
        margin-bottom: 30px;
    }
	.testimonial-slider .recommender-comment p {
		font-size: 16px;
		line-height: 24px;
	}
	.testimonial-slider .recommender-info {
		font-size: 16px;
	}
	.pricing-slider .action a.details-link {
        margin-top: 20px;
    }
	#products-overview .item-content .price p span em {
		font-size: 12px;
	}
	#products-overview .item-content > img {
		max-height: 80px;
		margin: 0 0 30px 0;
	}
    #products-overview .even .item-content > img {
		margin: 30px 0 30px 0;
	}
    #subscribe .input-box {
        width: 100%;
    }
    #footer .about {
        margin-bottom: 50px;
    }
    #contact-area {
        padding-bottom: 0;
    }
    #contact-area:before {
        display: none;
    }
    #contact-area .general-form {
        background-color: #f0f0f0;
        border-top: 1px solid #e9e9e9;
        margin-top: 30px;
        padding: 40px 15px;
    }
    #features > .container > .row > div {
        margin-bottom: 60px;
    }
    #features > .container > .row > div:last-child {
        margin-bottom: 0;
    }
	#features .holder {
    	min-height: auto;
	}
	.contents .item.last {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
	.contents .item .content {
    	min-height: auto;
	}
	.modal_dialog .form-area p {
		font-size: 14px;
	}
	
}


/*------------------------------------*\
    SMALL DEVICES, SMARTPHONES
\*------------------------------------*/

@media screen and (max-width: 480px) {
	
	.section-title img {
		width: 80%;
	}
	.section-title img.shrink-more {
		width: 60%;
	}
    #footer .contact-info > .container > .row > .col-xs-6 {
        width: 100%;
        float: none;
    }
    #copyright img {
        display: block;
        margin: 10px auto;
        max-width: 100%;
    }
    .counter > .container > .row > div {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .counter > .container > .row > div:last-child {
        margin-bottom: 0;
    }
	#cta h2 {
    	font-size: 28px;
		line-height: 36px;
	}
	#cta h3 {
    	font-size: 18px;
		line-height: 24px;
	}
	
}


/*------------------------------------*\
    CUSTOM, IPHONE, RETINA
\*------------------------------------*/

@media screen and (max-width: 320px) {
}
