@charset "UTF-8";
/*
* @Package: template.
* @Author: CreativeRoom - Maciej Łotysz
* @Author e-mail: kontakt@creativeroom.pl
* @Author www: http://www.creativeroom.pl/
* Copyright (C) 2015 CreativeRoom, Inc. All rights reserved.
*/
@import url("top.css");
@import url("content.css");
@import url("footer.css");

@import url("res/res-w1420.css") only screen and (max-width: 1420px);
@import url("res/res-w1200.css") only screen and (max-width: 1200px);
@import url("res/res-w992.css") only screen and (max-width: 992px);
@import url("res/res-w767.css") only screen and (max-width: 767px);
@import url("res/res-w479.css") only screen and (max-width: 479px);

body { color: #111111; font-family: 'Open Sans Condensed', sans-serif; margin: 0 auto; overflow-x: hidden; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Open Sans Condensed', sans-serif; }

body, img, a, a:hover, a:active, a:focus, button, button:hover, button:active, button:focus { outline: 0; }

img { border: none; }

a { color: #1B4956; }
a:hover, a:focus, a:active { color: #11333D; text-decoration: none; }

::-moz-selection { /* Code for Firefox */ color: #ffffff; background: #1B4956; }

::selection { color: #ffffff; background: #1B4956; }

* { transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; }

.container { margin: 0 auto; width: 1170px; }

.noPaddingRight { padding-right: 0px !important; }

.noPaddingLeft { padding-left: 0px !important; }

.q-anim { position: relative; transition: all 0.7s ease 0s; }

.q-anim.q-anim-zoomin { opacity: 0; transform: scale(0); }

.q-anim.q-anim-zoomin.animated { opacity: 1; transform: scale(1); }
